Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
nayeon212 commited on
Commit
2e825ff
1 Parent(s): 98151e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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** (Table at the end of document).
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** (Table at the end of document).
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