You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lm_eval/tasks/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ provided to the individual README.md files for each subfolder.
26
26
|[asdiv](asdiv/README.md)| Tasks involving arithmetic and mathematical reasoning challenges. | English |
27
27
|[babi](babi/README.md)| Tasks designed as question and answering challenges based on simulated stories. | English |
28
28
|[babilong](babilong/README.md)| Tasks designed to test whether models can find and reason over facts in long contexts. | English |
29
-
|[bangla_mmlu](bangla/README.md)|Benchmark dataset for evaluating language models' performance on Bangla (Bengali) language tasks.Includes diverse NLP tasks to measure model understanding and generation capabilities in Bangla. | Bengali/Bangla |
29
+
|[bangla_mmlu](bangla/README.md)|Benchmark dataset for evaluating language models' performance on Bangla (Bengali) language tasks.Includes diverse NLP tasks to measure model understanding and generation capabilities in Bangla. |Bengali/Bangla|
30
30
|[basque_bench](basque_bench/README.md)| Collection of tasks in Basque encompassing various evaluation areas. | Basque |
31
31
|[basqueglue](basqueglue/README.md)| Tasks designed to evaluate language understanding in Basque language. | Basque |
32
32
|[bbh](bbh/README.md)| Tasks focused on deep semantic understanding through hypothesization and reasoning. | English, German |
@@ -70,6 +70,7 @@ provided to the individual README.md files for each subfolder.
70
70
|[french_bench](french_bench/README.md)| Set of tasks designed to assess language model performance in French. | French |
71
71
|[galician_bench](galician_bench/README.md)| Collection of tasks in Galician encompassing various evaluation areas. | Galician |
72
72
|[global_mmlu](global_mmlu/README.md)| Collection of culturally sensitive and culturally agnostic MMLU tasks in 15 languages with human translations or post-edits. | Multiple (15 languages) |
73
+
|[global_piqa](global_piqa/README.md)| Multilingual (non-parallel) commonsense reasoning benchmark covering 116 language varieties with culturally-specific examples from 65 countries | Multiple (116 languages) **Human authored**|
73
74
|[glue](glue/README.md)| General Language Understanding Evaluation benchmark to test broad language abilities. | English |
74
75
|[gpqa](gpqa/README.md)| Tasks designed for general public question answering and knowledge verification. | English |
75
76
|[gsm8k](gsm8k/README.md)| A benchmark of grade school math problems aimed at evaluating reasoning capabilities. | English |
Abstract: `To date, there exist almost no culturally-specific evaluation benchmarks for large language models (LLMs) that cover a large number of languages and cultures. We present Global PIQA, a participatory commonsense reasoning benchmark for over 100 languages, constructed by hand by 320 researchers from 65 countries around the world. The 116 language varieties in Global PIQA cover five continents, 14 language families, and 23 writing systems. In the non-parallel split of Global PIQA, over 50% of examples reference local foods, customs, traditions, or other culturally-specific elements. Beyond its uses for LLM evaluation, we hope that Global PIQA provides a glimpse into the wide diversity of cultures in which human language is embedded.`
8
+
9
+
`Short description of paper / benchmark goes here:`
10
+
11
+
Homepage: `homepage to the benchmark's website goes here, if applicable`
12
+
13
+
### Citation
14
+
15
+
```text
16
+
BibTeX-formatted citation goes here
17
+
```
18
+
19
+
### Groups, Tags, and Tasks
20
+
21
+
#### Groups
22
+
23
+
*`group_name`: `global_piqa_completions` Generation task using chat format
24
+
*`group_name`: `global_piqa_prompted` Cloze-style completion format
25
+
26
+
#### Tags
27
+
28
+
*`tag_name`: `Short description`
29
+
30
+
#### Tasks
31
+
32
+
*`task_name`: `1-sentence description of what this particular task does`
33
+
*`task_name2`: ...
34
+
35
+
### Checklist
36
+
37
+
For adding novel benchmarks/datasets to the library:
38
+
39
+
*[x] Is the task an existing benchmark in the literature?
40
+
*[x] Have you referenced the original paper that introduced the task?
41
+
*[x] If yes, does the original paper provide a reference implementation? If so, have you checked against the reference implementation and documented how to run such a test?
42
+
43
+
If other tasks on this dataset are already supported:
44
+
45
+
*[x] Is the "Main" variant of this task clearly denoted?
46
+
*[x] Have you provided a short sentence in a README on what each new variant adds / evaluates?
47
+
*[x] Have you noted which, if any, published evaluation setups are matched by this variant?
0 commit comments