Datasets:
QCRI
/

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
Firoj commited on
Commit
e6add61
·
1 Parent(s): 5fcbe62

added files

Browse files
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #
2
+
3
+
README.md CHANGED
@@ -1,3 +1,282 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - ar
7
+ - asm
8
+ - bn
9
+ - en
10
+ - hi
11
+ - ne
12
+ - tr
13
+ tags:
14
+ - question-answering
15
+ - cultural-aligned
16
+ pretty_name: 'MultiNativQA -- Multilingual Native and Culturally Aligned QA'
17
+ size_categories:
18
+ - 10K<n<100K
19
+ dataset_info:
20
+ - config_name: Arabic
21
+ splits:
22
+ - name: train
23
+ num_examples: 3649
24
+ - name: dev
25
+ num_examples: 492
26
+ - name: test
27
+ num_examples: 988
28
+ - config_name: Assamese
29
+ splits:
30
+ - name: train
31
+ num_examples: 1131
32
+ - name: dev
33
+ num_examples: 157
34
+ - name: test
35
+ num_examples: 545
36
+ - config_name: Bangla-BD
37
+ splits:
38
+ - name: train
39
+ num_examples: 7018
40
+ - name: dev
41
+ num_examples: 953
42
+ - name: test
43
+ num_examples: 1521
44
+ - config_name: Bangla-IN
45
+ splits:
46
+ - name: train
47
+ num_examples: 6891
48
+ - name: dev
49
+ num_examples: 930
50
+ - name: test
51
+ num_examples: 2146
52
+ - config_name: English-BD
53
+ splits:
54
+ - name: train
55
+ num_examples: 4761
56
+ - name: dev
57
+ num_examples: 656
58
+ - name: test
59
+ num_examples: 1113
60
+ - config_name: English-QA
61
+ splits:
62
+ - name: train
63
+ num_examples: 8212
64
+ - name: dev
65
+ num_examples: 1164
66
+ - name: test
67
+ num_examples: 2322
68
+ - config_name: Hindi
69
+ - name: train
70
+ num_examples: 9288
71
+ - name: dev
72
+ num_examples: 1286
73
+ - name: test
74
+ num_examples: 2745
75
+ - config_name: Nepali
76
+ splits:
77
+ - name: test
78
+ num_examples: 561
79
+ - config_name: Turkish
80
+ splits:
81
+ - name: train
82
+ num_examples: 3527
83
+ - name: dev
84
+ num_examples: 483
85
+ - name: test
86
+ num_examples: 1218
87
+ configs:
88
+ - config_name: arabic_qa
89
+ data_files:
90
+ - split: train
91
+ path: arabic_qa/NativQA_ar_msa_qa_train.json
92
+ - split: dev
93
+ path: arabic_qa/NativQA_ar_msa_qa_dev.json
94
+ - split: test
95
+ path: arabic_qa/NativQA_ar_msa_qa_test.json
96
+ - config_name: assamese_in
97
+ data_files:
98
+ - split: train
99
+ path: assamese_in/NativQA_asm_NA_in_train.json
100
+ - split: dev
101
+ path: assamese_in/NativQA_asm_NA_in_dev.json
102
+ - split: test
103
+ path: assamese_in/NativQA_asm_NA_in_test.json
104
+ - config_name: bangla_bd
105
+ data_files:
106
+ - split: train
107
+ path: bangla_bd/NativQA_bn_scb_bd_train.json
108
+ - split: dev
109
+ path: bangla_bd/NativQA_bn_scb_bd_dev.json
110
+ - split: test
111
+ path: bangla_bd/NativQA_bn_scb_bd_test.json
112
+ - config_name: bangla_in
113
+ data_files:
114
+ - split: train
115
+ path: bangla_in/NativQA_bn_scb_in_train.json
116
+ - split: dev
117
+ path: bangla_in/NativQA_bn_scb_in_dev.json
118
+ - split: test
119
+ path: bangla_in/NativQA_bn_scb_in_test.json
120
+ - config_name: english_bd
121
+ data_files:
122
+ - split: train
123
+ path: english_bd/NativQA_en_NA_bd_train.json
124
+ - split: dev
125
+ path: english_bd/NativQA_en_NA_bd_dev.json
126
+ - split: test
127
+ path: english_bd/NativQA_en_NA_bd_test.json
128
+ - config_name: english_qa
129
+ data_files:
130
+ - split: train
131
+ path: english_qa/NativQA_en_NA_qa_train.json
132
+ - split: dev
133
+ path: english_qa/NativQA_en_NA_qa_dev.json
134
+ - split: test
135
+ path: english_qa/NativQA_en_NA_qa_test.json
136
+ - config_name: hindi_in
137
+ data_files:
138
+ - split: train
139
+ path: hindi_in/NativQA_hi_NA_in_train.json
140
+ - split: dev
141
+ path: hindi_in/NativQA_hi_NA_in_dev.json
142
+ - split: test
143
+ path: hindi_in/NativQA_hi_NA_in_test.json
144
+ - config_name: nepali_np
145
+ data_files:
146
+ - split: test
147
+ path: nepali_np/NativQA_ne_NA_np_test.json
148
+ - config_name: turkish_tr
149
+ data_files:
150
+ - split: train
151
+ path: turkish_tr/NativQA_tr_NA_tr_train.json
152
+ - split: dev
153
+ path: turkish_tr/NativQA_tr_NA_tr_dev.json
154
+ - split: test
155
+ path: turkish_tr/NativQA_tr_NA_tr_test.json
156
+ ---
157
+
158
+ # MultiNativQA: Multilingual Culturally-Aligned Natural Queries For LLMs
159
+
160
+ ### Overview
161
+ The **MultiNativQA** dataset is a multilingual, native, and culturally aligned question-answering resource. It spans 7 languages, ranging from high- to extremely low-resource, and covers 9 different locations/cities. To capture linguistic diversity, the dataset includes several dialects for dialect-rich languages like Arabic. In addition to Modern Standard Arabic (MSA), **MultiNativQA** features six Arabic dialects — *Egyptian, Jordanian, Khaliji, Sudanese, Tunisian*, and *Yemeni*.
162
+
163
+ The dataset also provides two linguistic variations of Bangla, reflecting differences between speakers in *Bangladesh* and *West Bengal, India*. Additionally, **MultiNativQA** includes English queries from *Dhaka* and *Doha*, where English is commonly used as a second language, as well as from *New York, USA*.
164
+
165
+ The QA pairs in this dataset cover 18 diverse topics, including: *Animals, Business, Clothing, Education, Events, Food & Drinks, General, Geography, Immigration, Language, Literature, Names & Persons, Plants, Religion, Sports & Games, Tradition, Travel*, and *Weather*.
166
+
167
+ **MultiNativQA** is designed to evaluate and fine-tune large language models (LLMs) for long-form question answering while assessing their cultural adaptability and understanding.
168
+
169
+ ### Directory Structure (JSON files only)
170
+ The dataset is organized into directories based on language and region. Each directory contains JSON files for the train, development, and test sets, with the exception of Nepali, which consists of only a test set.
171
+
172
+ - `arabic_qa/`
173
+ - `NativQA_ar_msa_qa_dev.json`
174
+ - `NativQA_ar_msa_qa_test.json`
175
+ - `NativQA_ar_msa_qa_train.json`
176
+ - `assamese_in/`
177
+ - `NativQA_asm_NA_in_dev.json`
178
+ - `NativQA_asm_NA_in_test.json`
179
+ - `NativQA_asm_NA_in_train.json`
180
+ - `bangla_bd/`
181
+ - `NativQA_bn_scb_bd_dev.json`
182
+ - `NativQA_bn_scb_bd_test.json`
183
+ - `NativQA_bn_scb_bd_train.json`
184
+ - `bangla_in/`
185
+ - `NativQA_bn_scb_in_dev.json`
186
+ - `NativQA_bn_scb_in_test.json`
187
+ - `NativQA_bn_scb_in_train.json`
188
+ - `english_bd/`
189
+ - `NativQA_en_NA_bd_dev.json`
190
+ - `NativQA_en_NA_bd_test.json`
191
+ - `NativQA_en_NA_bd_train.json`
192
+ - `english_qa/`
193
+ - `NativQA_en_NA_qa_dev.json`
194
+ - `NativQA_en_NA_qa_test.json`
195
+ - `NativQA_en_NA_qa_train.json`
196
+ - `hindi_in/`
197
+ - `NativQA_hi_NA_in_dev.json`
198
+ - `NativQA_hi_NA_in_test.json`
199
+ - `NativQA_hi_NA_in_train.json`
200
+ - `nepali_np/`
201
+ - `NativQA_ne_NA_np_test.json`
202
+ - `turkish_tr/`
203
+ - `NativQA_tr_NA_tr_dev.json`
204
+ - `NativQA_tr_NA_tr_test.json`
205
+ - `NativQA_tr_NA_tr_train.json`
206
+
207
+
208
+ #### Example of a data
209
+ ```
210
+ {
211
+ "data_id": "cf92ec1e52b4b3071d263a1063b43928",
212
+ "category": "immigration",
213
+ "input_query": "How long can you stay in Qatar on a visitors visa?",
214
+ "question": "Can I extend my tourist visa in Qatar?",
215
+ "is_reliable": "very_reliable",
216
+ "answer": "If you would like to extend your visa, you will need to proceed to immigration headquarters in Doha prior to the expiry of your visa and apply there for an extension.",
217
+ "source_answer_url": "https://hayya.qa/en/web/hayya/faq"
218
+ }
219
+ ```
220
+ ##### Field Descriptions:
221
+ - **`data_id`**: Unique identifier for each data entry.
222
+ - **`category`**: General topic or category of the query (e.g., "health", "religion").
223
+ - **`input_query`**: The original user-submitted query.
224
+ - **`question`**: The formalized question derived from the input query.
225
+ - **`is_reliable`**: Indicates the reliability of the provided answer (`"very_reliable"`, `"somewhat_reliable"`, `"unreliable"`).
226
+ - **`answer`**: The system-provided answer to the query.
227
+ - **`source_answer_url`**: URL of the source from which the answer was derived.
228
+
229
+
230
+ ### Statistics
231
+ Distribution of the **MultiNativQA** dataset across different languages.
232
+ <p align="left"> <img src="./language_donut_chart.png" style="width: 90%;" id="title-icon"> </p>
233
+
234
+ This dataset consists of two types of data: annotated and un-annotated. We considered the un-annotated data as additional data. Please find the data statistics below:
235
+
236
+ Statistics of our **MultiNativQA** dataset including languages with the final annotated QA pairs from different location.
237
+
238
+ | Language | City | Train | Dev | Test | Total |
239
+ |----------------|----------- |--------------|-------------|--------------|--------------|
240
+ | Arabic | Doha | 3,649 | 492 | 988 | 5,129 |
241
+ | Assamese | Assam | 1,131 | 157 | 545 | 1,833 |
242
+ | Bangla | Dhaka | 7,018 | 953 | 1,521 | 9,492 |
243
+ | Bangla | Kolkata | 6,891 | 930 | 2,146 | 9,967 |
244
+ | English | Dhaka | 4,761 | 656 | 1,113 | 6,530 |
245
+ | English | Doha | 8,212 | 1,164 | 2,322 | 11,698 |
246
+ | Hindi | Delhi | 9,288 | 1,286 | 2,745 | 13,319 |
247
+ | Nepali | Kathmandu | -- | -- | 561 | 561 |
248
+ | Turkish | Istanbul | 3,527 | 483 | 1,218 | 5,228 |
249
+ | **Total** | | **44,477** | **6,121** | **13,159** | **63,757** |
250
+
251
+ We provide the un-annotated additional data stats below:
252
+
253
+ | Language-Location | # of QA |
254
+ |-------------------------|---------------|
255
+ | Arabic-Egypt | 7,956 |
256
+ | Arabic-Palestine | 5,679 |
257
+ | Arabic-Sudan | 4,718 |
258
+ | Arabic-Syria | 11,288 |
259
+ | Arabic-Tunisia | 14,789 |
260
+ | Arabic-Yemen | 4,818 |
261
+ | English-New York | 6,454 |
262
+ | **Total** | **55,702** |
263
+
264
+ ### License
265
+ The dataset is distributed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). The full license text can be found in the accompanying licenses_by-nc-sa_4.0_legalcode.txt file.
266
+
267
+ ### Contact & Additional Information
268
+ For more details, please visit our [official website](http://nativqa.gitlab.io/).
269
+
270
+ ### Citation
271
+ You can access the full paper [here](https://arxiv.org/pdf/2407.09823).
272
+
273
+ ```
274
+ @article{hasan2024nativqa,
275
+ title={NativQA: Multilingual Culturally-Aligned Natural Query for LLMs},
276
+ author={Hasan, Md Arid and Hasanain, Maram and Ahmad, Fatema and Laskar, Sahinur Rahman and Upadhyay, Sunaya and Sukhadia, Vrunda N and Kutlu, Mucahid and Chowdhury, Shammur Absar and Alam, Firoj},
277
+ journal={arXiv preprint arXiv:2407.09823},
278
+ year={2024}
279
+ publisher={arXiv:2407.09823},
280
+ url={https://arxiv.org/abs/2407.09823},
281
+ }
282
+ ```
arabic_qa/NativQA_ar_msa_qa_dev.json ADDED
The diff for this file is too large to render. See raw diff
 
arabic_qa/NativQA_ar_msa_qa_test.json ADDED
The diff for this file is too large to render. See raw diff
 
arabic_qa/NativQA_ar_msa_qa_train.json ADDED
The diff for this file is too large to render. See raw diff
 
assamese_in/NativQA_asm_NA_in_dev.json ADDED
The diff for this file is too large to render. See raw diff
 
assamese_in/NativQA_asm_NA_in_test.json ADDED
The diff for this file is too large to render. See raw diff
 
assamese_in/NativQA_asm_NA_in_train.json ADDED
The diff for this file is too large to render. See raw diff
 
bangla_bd/NativQA_bn_scb_bd_dev.json ADDED
The diff for this file is too large to render. See raw diff
 
bangla_bd/NativQA_bn_scb_bd_test.json ADDED
The diff for this file is too large to render. See raw diff
 
bangla_bd/NativQA_bn_scb_bd_train.json ADDED
The diff for this file is too large to render. See raw diff
 
bangla_in/NativQA_bn_scb_in_dev.json ADDED
The diff for this file is too large to render. See raw diff
 
bangla_in/NativQA_bn_scb_in_test.json ADDED
The diff for this file is too large to render. See raw diff
 
bangla_in/NativQA_bn_scb_in_train.json ADDED
The diff for this file is too large to render. See raw diff
 
english_bd/NativQA_en_NA_bd_dev.json ADDED
The diff for this file is too large to render. See raw diff
 
english_bd/NativQA_en_NA_bd_test.json ADDED
The diff for this file is too large to render. See raw diff
 
english_bd/NativQA_en_NA_bd_train.json ADDED
The diff for this file is too large to render. See raw diff
 
english_qa/NativQA_en_NA_qa_dev.json ADDED
The diff for this file is too large to render. See raw diff
 
english_qa/NativQA_en_NA_qa_test.json ADDED
The diff for this file is too large to render. See raw diff
 
english_qa/NativQA_en_NA_qa_train.json ADDED
The diff for this file is too large to render. See raw diff
 
hindi_in/NativQA_hi_NA_in_dev.json ADDED
The diff for this file is too large to render. See raw diff
 
hindi_in/NativQA_hi_NA_in_test.json ADDED
The diff for this file is too large to render. See raw diff
 
language_donut_chart.png ADDED

Git LFS Details

  • SHA256: a441833340d1a09d763f7f7954024a15cd5bdf66b64a5aa937e70f99ce3d4227
  • Pointer size: 130 Bytes
  • Size of remote file: 49.6 kB
nepali_np/NativQA_ne_NA_np_test.json ADDED
The diff for this file is too large to render. See raw diff
 
turkish_tr/NativQA_tr_NA_tr_dev.json ADDED
The diff for this file is too large to render. See raw diff
 
turkish_tr/NativQA_tr_NA_tr_test.json ADDED
The diff for this file is too large to render. See raw diff
 
turkish_tr/NativQA_tr_NA_tr_train.json ADDED
The diff for this file is too large to render. See raw diff