storycloze_2016.yaml 606 Bytes
Newer Older
Lintang Sutawika's avatar
Lintang Sutawika committed
1
tag: storycloze
lintangsutawika's avatar
lintangsutawika committed
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
task: storycloze_2016
dataset_path: story_cloze
dataset_name: 2016
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
lintangsutawika's avatar
lintangsutawika committed
17
metadata:
18
  version: 1.0