peacock-data-public-datasets-idc-llm_eval
/
lm-evaluation
/lm_eval
/tasks
/bbh
/zeroshot
/ruin_names.yaml
"dataset_name": "ruin_names" | |
"description": "Select the humorous edit that 'ruins' the input movie or musical artist name.\n\n" | |
"doc_to_text": "Q: {{input}}\nA:" | |
"include": "_zeroshot_template_yaml" | |
"task": "bbh_zeroshot_ruin_names" | |
filter_list: | |
- name: "strict-match" | |
filter: | |
- function: "take_first" | |
- name: "flexible-extract" | |
filter: | |
- function: !function utils.MultiChoiceRegexFilter | |
group_select: 0 | |
ignore_case: true | |
ignore_punctuation: true | |
regex_pattern: "(\\([A-Z]\\))" | |
- function: "take_first" | |