Datasets:
Add TiQuAD Data Card
Browse files
README.md
ADDED
@@ -0,0 +1,205 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
viewer: false
|
3 |
+
pretty_name: "Tigrinya Question-Answering Dataset (TiQuAD)"
|
4 |
+
language:
|
5 |
+
- ti
|
6 |
+
multilinguality:
|
7 |
+
- monolingual
|
8 |
+
task_categories:
|
9 |
+
- question-answering
|
10 |
+
size_categories:
|
11 |
+
- 10K<n<100K
|
12 |
+
dataset_size: ~10MB
|
13 |
+
download_size: ~6MB
|
14 |
+
license: cc-by-sa-4.0
|
15 |
+
tags:
|
16 |
+
- tigrinya
|
17 |
+
- question-answering
|
18 |
+
- mrc
|
19 |
+
- reading-comprehension
|
20 |
+
- low-resource
|
21 |
+
- african-languages
|
22 |
+
splits:
|
23 |
+
- name: train
|
24 |
+
num_examples: 4452
|
25 |
+
- name: validation
|
26 |
+
num_examples: 934
|
27 |
+
configs:
|
28 |
+
- config_name: default
|
29 |
+
data_files:
|
30 |
+
- split: train
|
31 |
+
path: "data/TiQuAD-v1-train-*"
|
32 |
+
- split: validation
|
33 |
+
path: "data/TiQuAD-v1-dev-*"
|
34 |
+
---
|
35 |
+
|
36 |
+
# TiQuAD: Tigrinya Question Answering Dataset
|
37 |
+
|
38 |
+
TiQuAD is a human-annotated question-answering dataset for the Tigrinya language. The dataset contains 10.6K question-answer pairs (6.5K unique questions) spanning 572 paragraphs extracted from 290 news articles covering diverse topics including politics, sports, culture, and events.
|
39 |
+
|
40 |
+
**Published with the paper:** [Question-Answering in a Low-resourced Language: Benchmark Dataset and Models for Tigrinya](https://aclanthology.org/2023.acl-long.661/) (ACL 2023)
|
41 |
+
|
42 |
+
**Related repositories:**
|
43 |
+
|
44 |
+
- The paper's [GitHub repository](https://github.com/fgaim/TiQuAD)
|
45 |
+
- [Tigrinya-SQuAD](https://huggingface.co/datasets/fgaim/tigrinya-squad), a silver dataset for training purposes
|
46 |
+
|
47 |
+
## Dataset Overview
|
48 |
+
|
49 |
+
TiQuAD follows the SQuAD format and is designed for extractive question answering in Tigrinya, a low-resource Semitic language primarily spoken in Eritrea and Ethiopia. The dataset features:
|
50 |
+
|
51 |
+
- **Human-annotated**: All question-answer pairs are created by native Tigrinya speakers
|
52 |
+
- **Multiple annotations**: Validation and test sets include up to 3 answer annotations per question
|
53 |
+
- **Diverse content**: Questions span factual, inferential, and analytical reasoning types
|
54 |
+
- **Article-based partitioning**: Train/validation/test splits are divided by source articles to prevent data leakage. An article could be split into multiple paragraphs when applicable.
|
55 |
+
|
56 |
+
| **Split** | **Articles** | **Paragraphs** | **Questions** | **Answers** |
|
57 |
+
|-----------|--------------|----------------|---------------|-------------|
|
58 |
+
| Train | 205 | 408 | 4,452 | 4,454 |
|
59 |
+
| Validation| 43 | 76 | 934 | 2,805 |
|
60 |
+
| Test* | 42 | 96 | 1,122 | 3,378 |
|
61 |
+
| **Total** | **290** | **572** | **6,508** | **10,637** |
|
62 |
+
|
63 |
+
*\*Test set is not publicly available (see section below)*
|
64 |
+
|
65 |
+
## Dataset Construction
|
66 |
+
|
67 |
+
The dataset was constructed through a careful multi-stage process:
|
68 |
+
|
69 |
+
1. **Article Collection**: 290 news articles were gathered from Tigrinya news sources
|
70 |
+
2. **Paragraph Extraction**: 572 informative paragraphs were selected and cleaned
|
71 |
+
3. **Question Generation**: Native speakers created questions based on paragraph content
|
72 |
+
4. **Answer Annotation**: Extractive answers were marked with character-level spans
|
73 |
+
5. **Multi-annotation**: Validation and test samples received additional annotations for reliability
|
74 |
+
|
75 |
+
## How to Load TiQuAD
|
76 |
+
|
77 |
+
```python
|
78 |
+
from datasets import load_dataset
|
79 |
+
|
80 |
+
# Load the dataset
|
81 |
+
tiquad = load_dataset("fgaim/tiquad", trust_remote_code=True)
|
82 |
+
print(tiquad)
|
83 |
+
```
|
84 |
+
|
85 |
+
```python
|
86 |
+
DatasetDict({
|
87 |
+
train: Dataset({
|
88 |
+
features: ['id', 'title', 'context', 'question', 'answers'],
|
89 |
+
num_rows: 4452
|
90 |
+
}),
|
91 |
+
validation: Dataset({
|
92 |
+
features: ['id', 'title', 'context', 'question', 'answers'],
|
93 |
+
num_rows: 934
|
94 |
+
})
|
95 |
+
})
|
96 |
+
```
|
97 |
+
|
98 |
+
### Data Fields
|
99 |
+
|
100 |
+
- **`id`**: Unique identifier for each question-answer pair
|
101 |
+
- **`title`**: Title of the source news article
|
102 |
+
- **`context`**: The paragraph containing the answer (in Tigrinya)
|
103 |
+
- **`question`**: The question to be answered (in Tigrinya)
|
104 |
+
- **`answers`**: Dictionary containing:
|
105 |
+
- `text`: List of answer strings (multiple annotations for validation/test)
|
106 |
+
- `answer_start`: List of positions where answers begin in the context
|
107 |
+
|
108 |
+
### Sample Entry
|
109 |
+
|
110 |
+
```json
|
111 |
+
{
|
112 |
+
"id": "5dda7d3e-f76f-4500-a3af-07648a1afa51",
|
113 |
+
"title": "ሃብቶም ክብረኣብ (ሞጀ)",
|
114 |
+
"context": "ሃብቶም ክብረኣብ (ሞጀ)\nሞጀ ኣብ 80’ታትን ኣብ ፈለማ 90’ታትን ካብቶም ናይ ክለብ ኣልታሕሪር ንፉዓት ተኸላኸልቲ ነይሩ፣ ብድሕሪ’ዚ’ውን ኣብ ውድድራት ሓይልታት ምክልኻል ንንውሕ ዝበለ ዓመታት ከም ኣሰልጣኒ ክለብ በኒፈር ኮይኑ ዝነጥፍ ዘሎ ገዲም ተጻዋታይን ኣሰልጣንን’ዩ። ምሉእ ስሙ ሃብቶም ክብርኣብ (ሞጀ) እዩ። ሞጀ ብ1968 ኣብ ኣስመራ ተወሊዱ ዓብዩ። ንሱ ካብ ንኡስ ዕድሚኡ ብኩዕሶ ጨርቂ ጸወታ ጀሚሩ። ብድሕሪኡ ብደረጃ ምምሕዳር ኣብ ዝካየድ ዝነበረ ናይ ‘ቀበሌ’ ጸወታታት ምስ ጸሓይ በርቂ ምስ እትበሃል ጋንታ ተጻዊቱ። ���ብ 1987 ምስ ዳህላክ እትበሃል ዝነበረት ጋንታ ንሓደ ዓመት ድሕሪ ምጽዋቱ ከኣ ኣብ መወዳእታ ወርሒ 1987 ናብ ጋንታ ፖሊስ (ናይ ሎሚ ኣልታሕሪር) ብምጽንባር ክሳብ 1988 ተጻዊቱ። ምስታ ናይ ቅድሚ ናጽነት ጋንታ ፖሊስ ኣብ ዝተጻወተሉ ሰለስተ ዓመታት ከኣ ዝተፈላለየ ዓወታት ተጐናጺፉ ዋናጩ ከልዕል በቒዑ’ዩ። ድሕሪ ናጽነት ስም ክለቡ ኣልታሕሪር ምስ ተቐየረ፣ ሞጀ ናይታ ክለብ ተጻዋታይ ኮይኑ ውድድሩ ቀጺሉ። ኣብ መጀመርታ ናጽነት (1991) ኣብ ዝተኻየደ ናይ ፋልማይ ዋንጫ ስውኣት መን ዓተረ ውድድር ሞጀ ምስ ክለቡ ኣልታሕሪር ዋንጫ ከልዕል በቒዑ። ብዘይካ’ዚ ኣብ 1992 ብብሉጻት ተጻወትቲ ተተኽቲኻ ዝነበረት ኣልታሕሪር ናይ ፋልማይ ዋንጫ ናጽነት ከምኡ’ውን ሻምፕዮን ክትከውን ከላ ሞጀ ኣባል’ታ ጋንታ ነይሩ። ምስ ክለብ ኣልታሕሪር ፍቕርን ሕውነትን ዝመልኦ ምቁር ናይ ጸወታ ዘመን ከም ዘሕለፈ ዝጠቅስ ሞጀ፣ ምስ ኣልታሕሪር ናብ ከም ሱዳንን ኢትዮጵያን ዝኣመሰላ ሃገራት ብምጋሽ ኣህጉራዊ ጸወታታት’ውን ኣካይዱ’ዩ።",
|
115 |
+
"question": "ኣልታሕሪር ናይ ቅድም ስማ እንታይ ኔሩ?",
|
116 |
+
"answers": {
|
117 |
+
"text": ["ፖሊስ", "ፖሊስ", "ጋንታ ፖሊስ"],
|
118 |
+
"answer_start": [414, 414, 410]
|
119 |
+
}
|
120 |
+
}
|
121 |
+
```
|
122 |
+
|
123 |
+
> **Note**: Samples in the validation set include up to three answer annotations by different annotators to enable human performance estimation and robust evaluation.
|
124 |
+
|
125 |
+
## TiQuAD Test Set Access
|
126 |
+
|
127 |
+
To maintain evaluation integrity and avoid data contamination in models trained on web-crawled data, **the test set of TiQuAD is not publicly available**. This practice helps ensure fair and reliable evaluation of question-answering systems.
|
128 |
+
|
129 |
+
### For Researchers
|
130 |
+
|
131 |
+
If you are a researcher interested in evaluating your models on the TiQuAD test set, please email **<[email protected]>** with the following information:
|
132 |
+
|
133 |
+
- **Subject**: TiQuAD Test Set Request
|
134 |
+
- **Your full name**
|
135 |
+
- **Affiliation** (university or company)
|
136 |
+
- **Purpose and usage plan** of request for TiQuAD test set
|
137 |
+
- **Acknowledgment** that the dataset will be used for evaluation only, not for model training
|
138 |
+
|
139 |
+
We will review your request and share the test set directly with appropriate usage agreements. This controlled access helps maintain the dataset's value for fair benchmarking while supporting legitimate research.
|
140 |
+
|
141 |
+
### Evaluation Protocol
|
142 |
+
|
143 |
+
For reproducible evaluation, we recommend:
|
144 |
+
|
145 |
+
- Using exact match (EM) and token-level F1 score as primary metrics
|
146 |
+
- Handling multiple reference answers appropriately (max score across references)
|
147 |
+
- Reporting results on both validation and test sets when available
|
148 |
+
- Or use the official [TiQuAD evaluation script](https://github.com/fgaim/tiquad) for consistency, which also handles normalization of common articles.
|
149 |
+
|
150 |
+
## Baseline Results
|
151 |
+
|
152 |
+
The original paper reports the following baseline results on TiQuAD:
|
153 |
+
|
154 |
+
| Model | EM (Val) | F1 (Val) | EM (Test) | F1 (Test) |
|
155 |
+
|-------|----------|----------|-----------|-----------|
|
156 |
+
| mBERT | 42.1 | 58.6 | 39.7 | 56.2 |
|
157 |
+
| XLM-R | 45.8 | 62.4 | 43.1 | 59.8 |
|
158 |
+
|
159 |
+
*For detailed experimental setup and additional baselines, please refer to the [original paper](https://aclanthology.org/2023.acl-long.661/).*
|
160 |
+
|
161 |
+
## Citation
|
162 |
+
|
163 |
+
If you use this dataset in your work, please cite:
|
164 |
+
|
165 |
+
```bibtex
|
166 |
+
@inproceedings{gaim-etal-2023-tiquad,
|
167 |
+
title = "Question-Answering in a Low-resourced Language: Benchmark Dataset and Models for {T}igrinya",
|
168 |
+
author = "Fitsum Gaim and Wonsuk Yang and Hancheol Park and Jong C. Park",
|
169 |
+
booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
|
170 |
+
month = jul,
|
171 |
+
year = "2023",
|
172 |
+
address = "Toronto, Canada",
|
173 |
+
publisher = "Association for Computational Linguistics",
|
174 |
+
url = "https://aclanthology.org/2023.acl-long.661",
|
175 |
+
pages = "11857--11870",
|
176 |
+
}
|
177 |
+
```
|
178 |
+
|
179 |
+
## Data Concerns and Corrections
|
180 |
+
|
181 |
+
We acknowledge that we do not own the copyright to the original news articles from which this dataset was derived. The articles were used under fair use principles for academic research purposes only.
|
182 |
+
|
183 |
+
If you identify any of the following issues with the dataset, please contact us:
|
184 |
+
|
185 |
+
- **Sensitive or inappropriate content** that should be removed from the dataset
|
186 |
+
- **Annotation errors** or inconsistencies in the question-answer pairs
|
187 |
+
- **Copyright concerns** regarding the use of specific content
|
188 |
+
- **Factual inaccuracies** in the source material or annotations
|
189 |
+
|
190 |
+
**How to report issues:**
|
191 |
+
|
192 |
+
- **Email** us with subject "TiQuAD Data Concern"
|
193 |
+
- **GitHub**: Open an issue at <https://github.com/fgaim/TiQuAD>
|
194 |
+
|
195 |
+
We are committed to addressing legitimate concerns promptly and maintaining the quality and appropriateness of this resource for the research community.
|
196 |
+
|
197 |
+
## Acknowledgments
|
198 |
+
|
199 |
+
We thank the native Tigrinya speakers who contributed to the annotation process and to the Eritrean Ministry of Information (<https://shabait.com>) and Hadas Ertra newspaper whose articles formed the basis of this dataset. This work contributes to advancing NLP research for low-resource African languages.
|
200 |
+
|
201 |
+
## License
|
202 |
+
|
203 |
+
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).
|
204 |
+
|
205 |
+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by-sa/4.0/88x31.png" /></a>
|