Skip to content

Commit 7a69a9a

Browse files
committed
fix(mcq_extract): add Korean/Chinese/Japanese answer phrases for multilingual MCQ extraction
1 parent 9ca4445 commit 7a69a9a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

lmms_eval/tasks/_task_utils/mcq_extract.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@
3636
"i pick",
3737
"my answer is",
3838
"my choice is",
39+
# Korean
40+
"옵션",
41+
"정답은",
42+
"답은",
43+
"답:",
44+
# Chinese
45+
"答案是",
46+
"答案为",
47+
"选",
48+
# Japanese
49+
"答えは",
3950
]
4051

4152
# Higher = more confident that this is the intended answer.

0 commit comments

Comments
 (0)