Add ArXiv ID and paper link to dataset card

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +47 -72
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
- - expert-generated
15
  language:
16
- - en
17
- - am
18
- - ar
19
- - zh
20
- - ka
21
- - el
22
- - hi
23
- - id
24
- - it
25
- - ja
26
- - ky
27
- - es
28
- - pt
29
- - yo
30
- - tl
31
- - zu
32
- - th
33
- - tr
34
-
 
 
 
 
 
 
 
 
 
 
 
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
  **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
- <!-- ### Cultural aspects
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{elsetohy_macaron,
253
- title = {Macaron: Controlled, Human-Written Benchmark for Multilingual and Multicultural Reasoning via Template-Filling},
254
- author = {Elsetohy, Alaa and Hadhoud, Sama and Wibowo, Haryo Akbarianto and Whitehouse, Chenxi and Winata, Genta Indra and Koto, Fajri and Aji, Alham Fikri},
255
- note = {will be updated with arXiv link}
 
 
 
 
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
+ ```