dataset_path: ai2_arc dataset_name: ARC-Challenge training_split: train validation_split: validation test_split: test doc_to_text: "Q: {{question}}\nA:" doc_to_target: "{% set answer_choices = doc['choices']['text'] %}{{answer_choices[int(doc['answerKey']) - 1]}}" metric_list: - metric: exact_match aggregation: mean higher_is_better: true