Datasets:
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ The KnowRL framework is designed to address the issue of hallucinations in Large
|
|
| 23 |
|
| 24 |
## Dataset Description
|
| 25 |
|
| 26 |
-
This dataset is a crucial component for **Stage
|
| 27 |
|
| 28 |
* **Purpose**: Provides the grounding knowledge for factuality verification during the RL training stage of the KnowRL framework.
|
| 29 |
* **Data Source**: The knowledge base is constructed from a snapshot of English Wikipedia (en.wikipedia.org) from November 1, 2023, containing 6.4 million entries.
|
|
@@ -49,6 +49,7 @@ from datasets import load_dataset
|
|
| 49 |
knowledge_base = load_dataset("zjunlp/KnowRL-Knowledge-Base")
|
| 50 |
```
|
| 51 |
|
|
|
|
| 52 |
### Using `huggingface-cli`
|
| 53 |
You can also download the entire dataset from the command line using `huggingface-cli`.
|
| 54 |
```bash
|
|
|
|
| 23 |
|
| 24 |
## Dataset Description
|
| 25 |
|
| 26 |
+
This dataset is a crucial component for **Stage: Knowledgeable Reinforcement Learning (RL)**. It serves as the external **knowledge source** used to calculate the `Fact Reward`, which evaluates the factuality of the model's reasoning process.
|
| 27 |
|
| 28 |
* **Purpose**: Provides the grounding knowledge for factuality verification during the RL training stage of the KnowRL framework.
|
| 29 |
* **Data Source**: The knowledge base is constructed from a snapshot of English Wikipedia (en.wikipedia.org) from November 1, 2023, containing 6.4 million entries.
|
|
|
|
| 49 |
knowledge_base = load_dataset("zjunlp/KnowRL-Knowledge-Base")
|
| 50 |
```
|
| 51 |
|
| 52 |
+
|
| 53 |
### Using `huggingface-cli`
|
| 54 |
You can also download the entire dataset from the command line using `huggingface-cli`.
|
| 55 |
```bash
|