storycloze_2018.yaml 583 Bytes
Newer Older
lintangsutawika's avatar
lintangsutawika committed
1
group: storycloze
haileyschoelkopf's avatar
haileyschoelkopf committed
2
task: storycloze_2018
lintangsutawika's avatar
lintangsutawika committed
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dataset_path: story_cloze
dataset_name: 2018
output_type: multiple_choice
validation_split: validation
test_split: test
doc_to_text: "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}"
doc_to_target: "{{answer_right_ending-1}}"
doc_to_choice: "{{[sentence_quiz1, sentence_quiz2]}}"
should_decontaminate: true
doc_to_decontamination_query: "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}"
metric_list:
  - metric: acc
    aggregation: mean
    higher_is_better: true