include: mathvista.yaml task: mathvista_mcq output_type: "multiple_choice" process_docs: !function utils.process_docs_mcq doc_to_choice: '{{ ["A", "B", "C", "D", "E", "F"][:choices.length] }}' doc_to_target: "{{choices.index(answer)}}" metric_list: - metric: acc aggregation: mean higher_is_better: true - metric: acc_norm aggregation: mean higher_is_better: true metadata: version: 1.0