peacock-data-public-datasets-idc-llm_eval
/
lm-evaluation
/lm_eval
/tasks
/bbh
/zeroshot
/snarks.yaml
"dataset_name": "snarks" | |
"description": "Determine which of two sentences is sarcastic.\n\nAccording to Cambridge University Dictionary, sarcasm is \"the use of remarks that clearly mean the opposite of what they say, made in order to hurt someone's feelings or to criticize something in a humorous way.\" Sarcastic sentences often contain satirical or ironic utterances, hyperboles, ambivalent or witty remarks.\n\n" | |
"doc_to_text": "Q: {{input}}\nA:" | |
"include": "_zeroshot_template_yaml" | |
"task": "bbh_zeroshot_snarks" | |
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" | |