Skip to content

Commit ee081f2

Browse files
committed
homogenize tags
1 parent 57fe390 commit ee081f2

68 files changed

Lines changed: 108 additions & 51 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/lighteval/tasks/tasks/agieval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
en, zh
1313
1414
tags:
15-
math, reasoning, law, language, history, chemistry, biology, geography, physics
15+
biology, chemistry, geography, history, knowledge, language, multiple-choice, physics, reasoning
1616
1717
paper:
1818
https://arxiv.org/abs/2304.06364

src/lighteval/tasks/tasks/aime.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
1414
paper:
1515
https://maa.org/aime-thresholds-are-available/
16+
17+
tags:
18+
math, reasoning
1619
"""
1720

1821
import lighteval.tasks.default_prompts as prompt

src/lighteval/tasks/tasks/anli.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
1212
paper:
1313
https://arxiv.org/abs/1910.14599
14+
15+
tags:
16+
nli, reasoning
1417
"""
1518

1619
import lighteval.tasks.default_prompts as prompt

src/lighteval/tasks/tasks/arc.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
1212
paper:
1313
https://arxiv.org/abs/1803.05457
14+
15+
tags:
16+
multiple-choice
1417
"""
1518

1619
import lighteval.tasks.default_prompts as prompt

src/lighteval/tasks/tasks/arc_agi_2.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
1818
paper:
1919
https://arcprize.org/guide
20+
21+
tags:
22+
multiple-choice
2023
"""
2124

2225
import lighteval.tasks.default_prompts as prompt

src/lighteval/tasks/tasks/arithmetic.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
99
paper:
1010
https://arxiv.org/abs/2005.14165
11+
12+
tags:
13+
math, reasoning
1114
"""
1215

1316
import lighteval.tasks.default_prompts as prompt

src/lighteval/tasks/tasks/asdiv.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
99
paper:
1010
https://arxiv.org/abs/2410.12853
11+
12+
tags:
13+
math, reasoning
1114
"""
1215

1316
import lighteval.tasks.default_prompts as prompt

src/lighteval/tasks/tasks/babi_qa.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
99
paper:
1010
https://arxiv.org/abs/1502.05698
11+
12+
tags:
13+
qa, reasoning
1114
"""
1215

1316
import lighteval.tasks.default_prompts as prompt

src/lighteval/tasks/tasks/bbq.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
99
paper:
1010
https://arxiv.org/abs/2110.08193
11+
12+
tags:
13+
bias, multiple-choice, qa
1114
"""
1215

1316
import lighteval.tasks.default_prompts as prompt

src/lighteval/tasks/tasks/bigbench.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
99
paper:
1010
https://arxiv.org/abs/2206.04615
11+
12+
tags:
13+
reasoning
1114
"""
1215

1316
import lighteval.tasks.default_prompts as prompt

0 commit comments

Comments
 (0)