peacock-data-public-datasets-idc-cronscript
/
lm-evaluation-harness
/lm_eval
/tasks
/bbh
/zeroshot
/navigate.yaml
"dataset_name": "navigate" | |
"description": "Given a series of navigation instructions, determine whether one would end up back at the starting point.\n\n" | |
"doc_to_text": "Q: {{input}}\nA:" | |
"include": "_zeroshot_template_yaml" | |
"task": "bbh_zeroshot_navigate" | |
filter_list: | |
- name: "strict-match" | |
filter: | |
- function: "take_first" | |
- name: "flexible-extract" | |
filter: | |
- function: "regex" | |
group_select: 0 | |
regex_pattern: "\\b(Yes|No|yes|no)\\b" | |
- function: "take_first" | |