peacock-data-public-datasets-idc-cronscript
/
lm-evaluation-harness
/lm_eval
/tasks
/bbh
/zeroshot
/dyck_languages.yaml
"dataset_name": "dyck_languages" | |
"description": "Correctly close a Dyck-n word.\n\n" | |
"doc_to_text": "Q: {{input}}\nA:" | |
"include": "_zeroshot_template_yaml" | |
"task": "bbh_zeroshot_dyck_languages" | |
filter_list: | |
- name: "strict-match" | |
filter: | |
- function: "take_first" | |
- name: "flexible-extract" | |
filter: | |
- function: "regex" | |
group_select: 0 | |
regex_pattern: "(?<= )([\" \\[\\(<{}>\\)\\]]+)|([\" \\[\\(<{}>\\)\\]]+)" | |
- function: "take_first" | |