sciq.yaml 568 Bytes
Newer Older
lintangsutawika's avatar
lintangsutawika committed
1
group:
2
3
  - multiple_choice
task: sciq
haileyschoelkopf's avatar
haileyschoelkopf committed
4
5
6
7
8
9
10
dataset_path: sciq
dataset_name: null
output_type: multiple_choice
training_split: train
validation_split: validation
test_split: test
doc_to_text: "{{support.lstrip()}}\nQuestion: {{question}}\nAnswer:"
11
12
13
14
doc_to_target: 3
doc_to_choice: "{{[distractor1, distractor2, distractor3, correct_answer]}}"
should_decontaminate: true
doc_to_decontamination_query: "{{support}} {{question}}"
haileyschoelkopf's avatar
haileyschoelkopf committed
15
16
17
18
19
20
21
metric_list:
  - metric: acc
    aggregation: mean
    higher_is_better: true
  - metric: acc_norm
    aggregation: mean
    higher_is_better: true