qa4mre_2011.yaml 610 Bytes
Newer Older
FarzanehNakhaee's avatar
FarzanehNakhaee committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
group:
  - multiple_choice
task: qa4mre_2011
dataset_path: qa4mre
dataset_name: 2011.main.EN
output_type: multiple_choice
test_split: train
template_aliases: "{% set answer_choices = answer_options['answer_str'] %}"
doc_to_text: "{{document_str.strip()}}\nQuestion:{{question_str}}\nAnswer:"
doc_to_target: !function preprocess_qa4mre.qa4mre_process
should_decontaminate: true
doc_to_decontamination_query: "{{document_str|map('trim')}} + ' ' + {{question_str}}"
metric_list:
  - metric: acc
    aggregation: mean
    higher_is_better: true
  - metric: acc_norm
    aggregation: mean
    higher_is_better: true