Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -108,7 +108,7 @@ Furthermore, we find that LLMs perform better in their local languages for mid-t
|
|
| 108 |
|
| 109 |
## Dataset
|
| 110 |
All the data samples for short-answer questions, including the human-annotated answers, can be found in the `data/` directory.
|
| 111 |
-
Specifically, the annotations from each country are included in the `annotations` split, and each country/region's data can be accessed by **country codes
|
| 112 |
```Python
|
| 113 |
from datasets import load_dataset
|
| 114 |
|
|
@@ -155,7 +155,7 @@ Each file includes a JSON variable with question IDs, questions in the local lan
|
|
| 155 |
```
|
| 156 |
|
| 157 |
The topics and source language for each question can be found in `short-answer-questions` split.
|
| 158 |
-
Questions for each country in their local languages and English can be accessed by **country codes
|
| 159 |
Each CSV file question ID, topic, source language, question in English, and the local language (in the `Translation` column) for all questions.
|
| 160 |
```Python
|
| 161 |
from datasets import load_dataset
|
|
|
|
| 108 |
|
| 109 |
## Dataset
|
| 110 |
All the data samples for short-answer questions, including the human-annotated answers, can be found in the `data/` directory.
|
| 111 |
+
Specifically, the annotations from each country are included in the `annotations` split, and each country/region's data can be accessed by **[country codes](https://huggingface.co/datasets/nayeon212/BLEnD#countryregion-codes)**.
|
| 112 |
```Python
|
| 113 |
from datasets import load_dataset
|
| 114 |
|
|
|
|
| 155 |
```
|
| 156 |
|
| 157 |
The topics and source language for each question can be found in `short-answer-questions` split.
|
| 158 |
+
Questions for each country in their local languages and English can be accessed by **[country codes](https://huggingface.co/datasets/nayeon212/BLEnD#countryregion-codes)**.
|
| 159 |
Each CSV file question ID, topic, source language, question in English, and the local language (in the `Translation` column) for all questions.
|
| 160 |
```Python
|
| 161 |
from datasets import load_dataset
|