Add ArXiv ID and paper link to dataset card
Browse filesHi! I'm Niels from the community science team at Hugging Face. I noticed this dataset is part of the "Macaron" paper. This PR improves the dataset card by:
- Adding the `arxiv: 2602.10732` tag to the metadata for better discoverability.
- Adding a link to the paper at the top of the README.
- Updating the citation section with the correct ArXiv reference.
README.md
CHANGED
|
@@ -1,46 +1,48 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: Macaron
|
| 3 |
-
tags:
|
| 4 |
-
- benchmark
|
| 5 |
-
- evaluation
|
| 6 |
-
- multilingual
|
| 7 |
-
- multicultural
|
| 8 |
-
- reasoning
|
| 9 |
-
- template-based
|
| 10 |
-
task_categories:
|
| 11 |
-
- question-answering
|
| 12 |
-
- text-classification
|
| 13 |
annotations_creators:
|
| 14 |
-
|
| 15 |
language:
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
configs:
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
---
|
| 41 |
|
| 42 |
# Macaron
|
| 43 |
|
|
|
|
|
|
|
| 44 |
**Macaron** is a controlled, human-written benchmark for **multilingual and multicultural reasoning** created with a **template-first** approach.
|
| 45 |
Each example is **scenario-aligned** across **English** and a **local language**, enabling controlled comparison of reasoning under culturally grounded premises.
|
| 46 |
|
|
@@ -177,38 +179,7 @@ Templates are tagged with one or more **cultural aspects**, covering **22 domain
|
|
| 177 |
|
| 178 |
Both `reasoning_category` and `cultural_aspect` fields are **multi-label**, stored as comma-separated strings in the CSV files.
|
| 179 |
|
| 180 |
-
|
| 181 |
-
|
| 182 |
-
Templates are also tagged with one or more **cultural aspects**, covering 22 domains of everyday life.
|
| 183 |
-
|
| 184 |
-
| Cultural aspect |
|
| 185 |
-
|----------------|
|
| 186 |
-
| Agriculture |
|
| 187 |
-
| Brands and Commerce |
|
| 188 |
-
| Cities and Landmarks |
|
| 189 |
-
| Death and Funerals |
|
| 190 |
-
| Education |
|
| 191 |
-
| Events and Festivals |
|
| 192 |
-
| Famous People |
|
| 193 |
-
| Fashion and Media |
|
| 194 |
-
| Folklore and Folktales |
|
| 195 |
-
| Food and Cuisine |
|
| 196 |
-
| Language and Communication |
|
| 197 |
-
| Literature and Written works |
|
| 198 |
-
| Music and Art |
|
| 199 |
-
| Naming |
|
| 200 |
-
| Objects and Units |
|
| 201 |
-
| Politics and Governance |
|
| 202 |
-
| Relationships |
|
| 203 |
-
| Social Customs |
|
| 204 |
-
| Sports |
|
| 205 |
-
| Time |
|
| 206 |
-
| Transportation |
|
| 207 |
-
| socio-religious aspects of life |
|
| 208 |
-
|
| 209 |
-
Both `reasoning_category` and `cultural_aspect` fields are **multi-label**, stored as comma-separated strings in the CSV files.
|
| 210 |
-
|
| 211 |
-
--- -->
|
| 212 |
|
| 213 |
## Intended use
|
| 214 |
|
|
@@ -249,9 +220,13 @@ ds_tpl = load_dataset("AlaaAhmed2444/Macaron", "Templates")
|
|
| 249 |
If you use Macaron, please cite the accompanying paper:
|
| 250 |
|
| 251 |
```bibtex
|
| 252 |
-
@misc{
|
| 253 |
-
title
|
| 254 |
-
author
|
| 255 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 256 |
}
|
| 257 |
-
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
annotations_creators:
|
| 3 |
+
- expert-generated
|
| 4 |
language:
|
| 5 |
+
- en
|
| 6 |
+
- am
|
| 7 |
+
- ar
|
| 8 |
+
- zh
|
| 9 |
+
- ka
|
| 10 |
+
- el
|
| 11 |
+
- hi
|
| 12 |
+
- id
|
| 13 |
+
- it
|
| 14 |
+
- ja
|
| 15 |
+
- ky
|
| 16 |
+
- es
|
| 17 |
+
- pt
|
| 18 |
+
- yo
|
| 19 |
+
- tl
|
| 20 |
+
- zu
|
| 21 |
+
- th
|
| 22 |
+
- tr
|
| 23 |
+
task_categories:
|
| 24 |
+
- question-answering
|
| 25 |
+
- text-classification
|
| 26 |
+
pretty_name: Macaron
|
| 27 |
+
arxiv: 2602.10732
|
| 28 |
+
tags:
|
| 29 |
+
- benchmark
|
| 30 |
+
- evaluation
|
| 31 |
+
- multilingual
|
| 32 |
+
- multicultural
|
| 33 |
+
- reasoning
|
| 34 |
+
- template-based
|
| 35 |
configs:
|
| 36 |
+
- config_name: MCQ
|
| 37 |
+
data_files: macaron_mcq.csv
|
| 38 |
+
- config_name: True-False
|
| 39 |
+
data_files: macaron_truefalse.csv
|
| 40 |
---
|
| 41 |
|
| 42 |
# Macaron
|
| 43 |
|
| 44 |
+
[[Paper](https://huggingface.co/papers/2602.10732)]
|
| 45 |
+
|
| 46 |
**Macaron** is a controlled, human-written benchmark for **multilingual and multicultural reasoning** created with a **template-first** approach.
|
| 47 |
Each example is **scenario-aligned** across **English** and a **local language**, enabling controlled comparison of reasoning under culturally grounded premises.
|
| 48 |
|
|
|
|
| 179 |
|
| 180 |
Both `reasoning_category` and `cultural_aspect` fields are **multi-label**, stored as comma-separated strings in the CSV files.
|
| 181 |
|
| 182 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 183 |
|
| 184 |
## Intended use
|
| 185 |
|
|
|
|
| 220 |
If you use Macaron, please cite the accompanying paper:
|
| 221 |
|
| 222 |
```bibtex
|
| 223 |
+
@misc{elsetohy2026macaron,
|
| 224 |
+
title={Macaron: Controlled, Human-Written Benchmark for Multilingual and Multicultural Reasoning via Template-Filling},
|
| 225 |
+
author={Elsetohy, Alaa and Hadhoud, Sama and Wibowo, Haryo Akbarianto and Whitehouse, Chenxi and Winata, Genta Indra and Koto, Fajri and Aji, Alham Fikri},
|
| 226 |
+
year={2026},
|
| 227 |
+
eprint={2602.10732},
|
| 228 |
+
archivePrefix={arXiv},
|
| 229 |
+
primaryClass={cs.CL},
|
| 230 |
+
url={https://arxiv.org/abs/2602.10732}
|
| 231 |
}
|
| 232 |
+
```
|