arc_challenge.yaml 813 Bytes
Newer Older
1
2
names:
  - arc_challenge_yaml
3
4
dataset_path: ai2_arc
dataset_name: ARC-Challenge
5
output_type: multiple_choice
6
7
8
training_split: train
validation_split: validation
test_split: test
9
10
template_aliases: "{% set answer_choices = choices['text'] %}{% set gold = choices.label.index(answerKey) %}" # set the list of possible answer choices, and set what this doc's gold answer is (set what ds column used, and what)
doc_to_text: "Question: {{question}}\nAnswer:"
haileyschoelkopf's avatar
haileyschoelkopf committed
11
doc_to_target: "{{gold}}" # this will be cast to an int. 
lintangsutawika's avatar
lintangsutawika committed
12
metric_list:
13
  - metric: acc
lintangsutawika's avatar
lintangsutawika committed
14
15
    aggregation: mean
    higher_is_better: true
16
17
  - metric: acc_norm
    aggregation: mean
18
19
20
21
22
23
24
    higher_is_better: true
  - metric: acc_mutual_info
    aggregation: mean
    higher_is_better: true
  # - metric: exact_match
  #   aggregation: mean
  #   higher_is_better: true