tmlu_CAP_civics.yaml 616 Bytes
Newer Older
Yen-Ting Lin's avatar
Yen-Ting Lin committed
1
2
3
4
5
6
7
8
9
10
11
"dataset_name": "CAP_civics"
"description": "以下為會考公民的單選題,請提供正確答案的選項。\n\n"
"doc_to_choice":
- "A"
- "B"
- "C"
- "D"
"doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\n\
  D. {{choices[3]}}{% if choices is defined and choices|length > 4 %}\nE. {{choices[4]}}{%\
  \ endif %}{% if choices is defined and choices|length > 5 %}\nF. {{choices[5]}}{%\
  \ endif %}\nAnswer:"
lintangsutawika's avatar
lintangsutawika committed
12
"tag": "tmlu_social_sciences_tasks"
Yen-Ting Lin's avatar
Yen-Ting Lin committed
13
14
15
16
"group_alias": "social sciences"
"include": "_default_template_yaml"
"task": "tmlu_CAP_civics"
"task_alias": "CAP civics"