french_bench_boolqa.yaml 830 Bytes
Newer Older
Manuel Faysse's avatar
Manuel Faysse committed
1
include: "_default_template_yaml"
2
tag:
Manuel Faysse's avatar
Manuel Faysse committed
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  - french_bench
  - french_bench_extra
description: "D'après l'information dans le contexte donné, quelle est la réponse à la question ?"
task: french_bench_boolqa
dataset_path: manu/french_boolq
output_type: multiple_choice
validation_split: valid
doc_to_text: "\nContexte: {{passage}}\n\nQuestion: {{question}}\n"
doc_to_choice: ["Oui", "Non"]
# doc_to_text: "\nContexte: {{passage}}\n\nQuestion: {{question}}\n\nD'après l'information dans le contexte, la réponse est:\nA. Oui \nB. Non\n\nRéponse:"
# doc_to_choice: ["A", "B"]
doc_to_target: "{{[1, 0].index(label)}}"
should_decontaminate: true
doc_to_decontamination_query: passage
metric_list:
  - metric: acc
    aggregation: mean
    higher_is_better: true
  - metric: acc_norm
    aggregation: mean
    higher_is_better: true