diff --git a/lm-eval-output/RWKV/rwkv-6-world-1b6/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/results.json b/lm-eval-output/RWKV/rwkv-6-world-1b6/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..73d7436b31feb028bd910a4c7bbbdaab096baf76 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-1b6/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/results.json @@ -0,0 +1,70 @@ +{ + "results": { + "arc_challenge": { + "acc,none": 0.33361774744027306, + "acc_stderr,none": 0.013778687054176546, + "acc_norm,none": 0.3677474402730375, + "acc_norm_stderr,none": 0.014090995618168487, + "alias": "arc_challenge" + } + }, + "configs": { + "arc_challenge": { + "task": "arc_challenge", + "group": [ + "ai2_arc" + ], + "dataset_path": "allenai/ai2_arc", + "dataset_name": "ARC-Challenge", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "Question: {{question}}\nAnswer:", + "doc_to_target": "{{choices.label.index(answerKey)}}", + "doc_to_choice": "{{choices.text}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 25, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "Question: {{question}}\nAnswer:", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "arc_challenge": 1.0 + }, + "n-shot": { + "arc_challenge": 25 + }, + "config": { + "model": "hf", + "model_args": "pretrained=RWKV/rwkv-6-world-1b6,dtype=float16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 32 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/RWKV/rwkv-6-world-1b6/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/taskrun.log b/lm-eval-output/RWKV/rwkv-6-world-1b6/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..86d2ce859595b13beaa5443541a2c84cc3f5bc12 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-1b6/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7214edd7166ed08eb41cc543da945170ffc245f0ab791bf5f8d7a1eb1c6bfc23 +size 59144 diff --git a/lm-eval-output/RWKV/rwkv-6-world-1b6/gsm8k/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json b/lm-eval-output/RWKV/rwkv-6-world-1b6/gsm8k/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..71855f5d4864346bb38ebee909a0b2c3c2fcabad --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-1b6/gsm8k/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json @@ -0,0 +1,88 @@ +{ + "results": { + "gsm8k": { + "exact_match,get-answer": 0.019711902956785442, + "exact_match_stderr,get-answer": 0.0038289829787357195, + "alias": "gsm8k" + } + }, + "configs": { + "gsm8k": { + "task": "gsm8k", + "group": [ + "math_word_problems" + ], + "dataset_path": "gsm8k", + "dataset_name": "main", + "training_split": "train", + "test_split": "test", + "fewshot_split": "train", + "doc_to_text": "Question: {{question}}\nAnswer:", + "doc_to_target": "{{answer}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 5, + "metric_list": [ + { + "metric": "exact_match", + "aggregation": "mean", + "higher_is_better": true, + "ignore_case": true, + "ignore_punctuation": false, + "regexes_to_ignore": [ + ",", + "\\$", + "(?s).*#### " + ] + } + ], + "output_type": "generate_until", + "generation_kwargs": { + "until": [ + "\n\n", + "Question:" + ], + "do_sample": false, + "temperature": 0.0 + }, + "repeats": 1, + "filter_list": [ + { + "name": "get-answer", + "filter": [ + { + "function": "regex", + "regex_pattern": "#### (\\-?[0-9\\.\\,]+)" + }, + { + "function": "take_first" + } + ] + } + ], + "should_decontaminate": false, + "metadata": { + "version": 2.0 + } + } + }, + "versions": { + "gsm8k": 2.0 + }, + "n-shot": { + "gsm8k": 5 + }, + "config": { + "model": "hf", + "model_args": "pretrained=RWKV/rwkv-6-world-1b6,dtype=float16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/RWKV/rwkv-6-world-1b6/gsm8k/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log b/lm-eval-output/RWKV/rwkv-6-world-1b6/gsm8k/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..b70dc9284a295aeaf5ee07845476b15b74327489 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-1b6/gsm8k/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc39634855e42162c468512b719debaa1538f87948e2fc889b646b01cd62ced3 +size 67607 diff --git a/lm-eval-output/RWKV/rwkv-6-world-1b6/hellaswag/dtype=float16,trust_remote_code=True-num_fewshot=10-nvidia-gpu/results.json b/lm-eval-output/RWKV/rwkv-6-world-1b6/hellaswag/dtype=float16,trust_remote_code=True-num_fewshot=10-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..6507246fe6aba02c3fd148c7601db9e49e526547 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-1b6/hellaswag/dtype=float16,trust_remote_code=True-num_fewshot=10-nvidia-gpu/results.json @@ -0,0 +1,68 @@ +{ + "results": { + "hellaswag": { + "acc,none": 0.4599681338378809, + "acc_stderr,none": 0.004973762948302803, + "acc_norm,none": 0.6128261302529376, + "acc_norm_stderr,none": 0.0048610845340870245, + "alias": "hellaswag" + } + }, + "configs": { + "hellaswag": { + "task": "hellaswag", + "group": [ + "multiple_choice" + ], + "dataset_path": "hellaswag", + "training_split": "train", + "validation_split": "validation", + "process_docs": "def process_docs(dataset: datasets.Dataset) -> datasets.Dataset:\n def _process_doc(doc):\n ctx = doc[\"ctx_a\"] + \" \" + doc[\"ctx_b\"].capitalize()\n out_doc = {\n \"query\": preprocess(doc[\"activity_label\"] + \": \" + ctx),\n \"choices\": [preprocess(ending) for ending in doc[\"endings\"]],\n \"gold\": int(doc[\"label\"]),\n }\n return out_doc\n\n return dataset.map(_process_doc)\n", + "doc_to_text": "{{query}}", + "doc_to_target": "{{label}}", + "doc_to_choice": "choices", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 10, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "hellaswag": 1.0 + }, + "n-shot": { + "hellaswag": 10 + }, + "config": { + "model": "hf", + "model_args": "pretrained=RWKV/rwkv-6-world-1b6,dtype=float16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 32 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/RWKV/rwkv-6-world-1b6/hellaswag/dtype=float16,trust_remote_code=True-num_fewshot=10-nvidia-gpu/taskrun.log b/lm-eval-output/RWKV/rwkv-6-world-1b6/hellaswag/dtype=float16,trust_remote_code=True-num_fewshot=10-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..4c1137f2902aeb725e4cb552e9985d67f10dddd9 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-1b6/hellaswag/dtype=float16,trust_remote_code=True-num_fewshot=10-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f9cd48ad285c4f115a2daa7961737e59676171fa1662b644f017e07c637ac4 +size 91165 diff --git a/lm-eval-output/RWKV/rwkv-6-world-1b6/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json b/lm-eval-output/RWKV/rwkv-6-world-1b6/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..5206db84b0893d1c784a19cb83782a52919062f8 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-1b6/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json @@ -0,0 +1,2651 @@ +{ + "results": { + "mmlu": { + "acc,none": 0.2604329867540236, + "acc_stderr,none": 0.04301077257659174, + "alias": "mmlu" + }, + "mmlu_humanities": { + "alias": " - humanities", + "acc,none": 0.25207226354941553, + "acc_stderr,none": 0.02811648437575664 + }, + "mmlu_formal_logic": { + "alias": " - formal_logic", + "acc,none": 0.25396825396825395, + "acc_stderr,none": 0.03893259610604674 + }, + "mmlu_high_school_european_history": { + "alias": " - high_school_european_history", + "acc,none": 0.24848484848484848, + "acc_stderr,none": 0.03374402644139406 + }, + "mmlu_high_school_us_history": { + "alias": " - high_school_us_history", + "acc,none": 0.27941176470588236, + "acc_stderr,none": 0.031493281045079556 + }, + "mmlu_high_school_world_history": { + "alias": " - high_school_world_history", + "acc,none": 0.2742616033755274, + "acc_stderr,none": 0.02904133351059804 + }, + "mmlu_international_law": { + "alias": " - international_law", + "acc,none": 0.2396694214876033, + "acc_stderr,none": 0.03896878985070417 + }, + "mmlu_jurisprudence": { + "alias": " - jurisprudence", + "acc,none": 0.2037037037037037, + "acc_stderr,none": 0.03893542518824847 + }, + "mmlu_logical_fallacies": { + "alias": " - logical_fallacies", + "acc,none": 0.2883435582822086, + "acc_stderr,none": 0.035590395316173425 + }, + "mmlu_moral_disputes": { + "alias": " - moral_disputes", + "acc,none": 0.24566473988439305, + "acc_stderr,none": 0.023176298203992 + }, + "mmlu_moral_scenarios": { + "alias": " - moral_scenarios", + "acc,none": 0.2245810055865922, + "acc_stderr,none": 0.013956803666544637 + }, + "mmlu_philosophy": { + "alias": " - philosophy", + "acc,none": 0.2733118971061093, + "acc_stderr,none": 0.02531176597542612 + }, + "mmlu_prehistory": { + "alias": " - prehistory", + "acc,none": 0.26851851851851855, + "acc_stderr,none": 0.024659685185967287 + }, + "mmlu_professional_law": { + "alias": " - professional_law", + "acc,none": 0.2470664928292047, + "acc_stderr,none": 0.01101575225527933 + }, + "mmlu_world_religions": { + "alias": " - world_religions", + "acc,none": 0.32748538011695905, + "acc_stderr,none": 0.035993357714560276 + }, + "mmlu_other": { + "alias": " - other", + "acc,none": 0.26842613453492115, + "acc_stderr,none": 0.049468223843946835 + }, + "mmlu_business_ethics": { + "alias": " - business_ethics", + "acc,none": 0.27, + "acc_stderr,none": 0.0446196043338474 + }, + "mmlu_clinical_knowledge": { + "alias": " - clinical_knowledge", + "acc,none": 0.2037735849056604, + "acc_stderr,none": 0.024790784501775402 + }, + "mmlu_college_medicine": { + "alias": " - college_medicine", + "acc,none": 0.24277456647398843, + "acc_stderr,none": 0.0326926380614177 + }, + "mmlu_global_facts": { + "alias": " - global_facts", + "acc,none": 0.22, + "acc_stderr,none": 0.04163331998932269 + }, + "mmlu_human_aging": { + "alias": " - human_aging", + "acc,none": 0.3004484304932735, + "acc_stderr,none": 0.030769352008229136 + }, + "mmlu_management": { + "alias": " - management", + "acc,none": 0.2912621359223301, + "acc_stderr,none": 0.044986763205729224 + }, + "mmlu_marketing": { + "alias": " - marketing", + "acc,none": 0.29914529914529914, + "acc_stderr,none": 0.02999695185834948 + }, + "mmlu_medical_genetics": { + "alias": " - medical_genetics", + "acc,none": 0.21, + "acc_stderr,none": 0.040936018074033256 + }, + "mmlu_miscellaneous": { + "alias": " - miscellaneous", + "acc,none": 0.2413793103448276, + "acc_stderr,none": 0.015302380123542087 + }, + "mmlu_nutrition": { + "alias": " - nutrition", + "acc,none": 0.24509803921568626, + "acc_stderr,none": 0.02463004897982476 + }, + "mmlu_professional_accounting": { + "alias": " - professional_accounting", + "acc,none": 0.2375886524822695, + "acc_stderr,none": 0.025389512552729903 + }, + "mmlu_professional_medicine": { + "alias": " - professional_medicine", + "acc,none": 0.4375, + "acc_stderr,none": 0.030134614954403924 + }, + "mmlu_virology": { + "alias": " - virology", + "acc,none": 0.3072289156626506, + "acc_stderr,none": 0.03591566797824664 + }, + "mmlu_social_sciences": { + "alias": " - social_sciences", + "acc,none": 0.2619434514137146, + "acc_stderr,none": 0.04383148065352928 + }, + "mmlu_econometrics": { + "alias": " - econometrics", + "acc,none": 0.22807017543859648, + "acc_stderr,none": 0.03947152782669415 + }, + "mmlu_high_school_geography": { + "alias": " - high_school_geography", + "acc,none": 0.22727272727272727, + "acc_stderr,none": 0.02985751567338642 + }, + "mmlu_high_school_government_and_politics": { + "alias": " - high_school_government_and_politics", + "acc,none": 0.29015544041450775, + "acc_stderr,none": 0.032752644677915166 + }, + "mmlu_high_school_macroeconomics": { + "alias": " - high_school_macroeconomics", + "acc,none": 0.3333333333333333, + "acc_stderr,none": 0.023901157979402538 + }, + "mmlu_high_school_microeconomics": { + "alias": " - high_school_microeconomics", + "acc,none": 0.2689075630252101, + "acc_stderr,none": 0.02880139219363128 + }, + "mmlu_high_school_psychology": { + "alias": " - high_school_psychology", + "acc,none": 0.22201834862385322, + "acc_stderr,none": 0.01781884956479663 + }, + "mmlu_human_sexuality": { + "alias": " - human_sexuality", + "acc,none": 0.29770992366412213, + "acc_stderr,none": 0.04010358942462203 + }, + "mmlu_professional_psychology": { + "alias": " - professional_psychology", + "acc,none": 0.2565359477124183, + "acc_stderr,none": 0.01766784161237899 + }, + "mmlu_public_relations": { + "alias": " - public_relations", + "acc,none": 0.15454545454545454, + "acc_stderr,none": 0.03462262571262667 + }, + "mmlu_security_studies": { + "alias": " - security_studies", + "acc,none": 0.2653061224489796, + "acc_stderr,none": 0.02826388994378458 + }, + "mmlu_sociology": { + "alias": " - sociology", + "acc,none": 0.2537313432835821, + "acc_stderr,none": 0.03076944496729602 + }, + "mmlu_us_foreign_policy": { + "alias": " - us_foreign_policy", + "acc,none": 0.35, + "acc_stderr,none": 0.047937248544110196 + }, + "mmlu_stem": { + "alias": " - stem", + "acc,none": 0.263558515699334, + "acc_stderr,none": 0.0518682042651177 + }, + "mmlu_abstract_algebra": { + "alias": " - abstract_algebra", + "acc,none": 0.26, + "acc_stderr,none": 0.04408440022768077 + }, + "mmlu_anatomy": { + "alias": " - anatomy", + "acc,none": 0.22962962962962963, + "acc_stderr,none": 0.036333844140734636 + }, + "mmlu_astronomy": { + "alias": " - astronomy", + "acc,none": 0.20394736842105263, + "acc_stderr,none": 0.032790004063100495 + }, + "mmlu_college_biology": { + "alias": " - college_biology", + "acc,none": 0.24305555555555555, + "acc_stderr,none": 0.03586879280080341 + }, + "mmlu_college_chemistry": { + "alias": " - college_chemistry", + "acc,none": 0.36, + "acc_stderr,none": 0.048241815132442176 + }, + "mmlu_college_computer_science": { + "alias": " - college_computer_science", + "acc,none": 0.33, + "acc_stderr,none": 0.04725815626252606 + }, + "mmlu_college_mathematics": { + "alias": " - college_mathematics", + "acc,none": 0.29, + "acc_stderr,none": 0.04560480215720684 + }, + "mmlu_college_physics": { + "alias": " - college_physics", + "acc,none": 0.2549019607843137, + "acc_stderr,none": 0.04336432707993177 + }, + "mmlu_computer_security": { + "alias": " - computer_security", + "acc,none": 0.35, + "acc_stderr,none": 0.0479372485441102 + }, + "mmlu_conceptual_physics": { + "alias": " - conceptual_physics", + "acc,none": 0.32340425531914896, + "acc_stderr,none": 0.030579442773610337 + }, + "mmlu_electrical_engineering": { + "alias": " - electrical_engineering", + "acc,none": 0.2413793103448276, + "acc_stderr,none": 0.03565998174135302 + }, + "mmlu_elementary_mathematics": { + "alias": " - elementary_mathematics", + "acc,none": 0.23809523809523808, + "acc_stderr,none": 0.02193587808118476 + }, + "mmlu_high_school_biology": { + "alias": " - high_school_biology", + "acc,none": 0.29354838709677417, + "acc_stderr,none": 0.025906087021319295 + }, + "mmlu_high_school_chemistry": { + "alias": " - high_school_chemistry", + "acc,none": 0.19704433497536947, + "acc_stderr,none": 0.027986724666736223 + }, + "mmlu_high_school_computer_science": { + "alias": " - high_school_computer_science", + "acc,none": 0.22, + "acc_stderr,none": 0.04163331998932269 + }, + "mmlu_high_school_mathematics": { + "alias": " - high_school_mathematics", + "acc,none": 0.23333333333333334, + "acc_stderr,none": 0.0257878742209593 + }, + "mmlu_high_school_physics": { + "alias": " - high_school_physics", + "acc,none": 0.23841059602649006, + "acc_stderr,none": 0.034791855725996586 + }, + "mmlu_high_school_statistics": { + "alias": " - high_school_statistics", + "acc,none": 0.3148148148148148, + "acc_stderr,none": 0.03167468706828979 + }, + "mmlu_machine_learning": { + "alias": " - machine_learning", + "acc,none": 0.25, + "acc_stderr,none": 0.04109974682633932 + } + }, + "groups": { + "mmlu": { + "acc,none": 0.2604329867540236, + "acc_stderr,none": 0.04301077257659174, + "alias": "mmlu" + }, + "mmlu_humanities": { + "alias": " - humanities", + "acc,none": 0.25207226354941553, + "acc_stderr,none": 0.02811648437575664 + }, + "mmlu_other": { + "alias": " - other", + "acc,none": 0.26842613453492115, + "acc_stderr,none": 0.049468223843946835 + }, + "mmlu_social_sciences": { + "alias": " - social_sciences", + "acc,none": 0.2619434514137146, + "acc_stderr,none": 0.04383148065352928 + }, + "mmlu_stem": { + "alias": " - stem", + "acc,none": 0.263558515699334, + "acc_stderr,none": 0.0518682042651177 + } + }, + "configs": { + "mmlu_abstract_algebra": { + "task": "mmlu_abstract_algebra", + "task_alias": "abstract_algebra", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "abstract_algebra", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about abstract algebra.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_anatomy": { + "task": "mmlu_anatomy", + "task_alias": "anatomy", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "anatomy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about anatomy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_astronomy": { + "task": "mmlu_astronomy", + "task_alias": "astronomy", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "astronomy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about astronomy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_business_ethics": { + "task": "mmlu_business_ethics", + "task_alias": "business_ethics", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "business_ethics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about business ethics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_clinical_knowledge": { + "task": "mmlu_clinical_knowledge", + "task_alias": "clinical_knowledge", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "clinical_knowledge", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about clinical knowledge.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_biology": { + "task": "mmlu_college_biology", + "task_alias": "college_biology", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_biology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college biology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_chemistry": { + "task": "mmlu_college_chemistry", + "task_alias": "college_chemistry", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_chemistry", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college chemistry.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_computer_science": { + "task": "mmlu_college_computer_science", + "task_alias": "college_computer_science", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_computer_science", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college computer science.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_mathematics": { + "task": "mmlu_college_mathematics", + "task_alias": "college_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_medicine": { + "task": "mmlu_college_medicine", + "task_alias": "college_medicine", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_medicine", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college medicine.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_physics": { + "task": "mmlu_college_physics", + "task_alias": "college_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_computer_security": { + "task": "mmlu_computer_security", + "task_alias": "computer_security", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "computer_security", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about computer security.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_conceptual_physics": { + "task": "mmlu_conceptual_physics", + "task_alias": "conceptual_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "conceptual_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about conceptual physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_econometrics": { + "task": "mmlu_econometrics", + "task_alias": "econometrics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "econometrics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about econometrics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_electrical_engineering": { + "task": "mmlu_electrical_engineering", + "task_alias": "electrical_engineering", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "electrical_engineering", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about electrical engineering.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_elementary_mathematics": { + "task": "mmlu_elementary_mathematics", + "task_alias": "elementary_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "elementary_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about elementary mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_formal_logic": { + "task": "mmlu_formal_logic", + "task_alias": "formal_logic", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "formal_logic", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about formal logic.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_global_facts": { + "task": "mmlu_global_facts", + "task_alias": "global_facts", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "global_facts", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about global facts.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_biology": { + "task": "mmlu_high_school_biology", + "task_alias": "high_school_biology", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_biology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school biology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_chemistry": { + "task": "mmlu_high_school_chemistry", + "task_alias": "high_school_chemistry", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_chemistry", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school chemistry.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_computer_science": { + "task": "mmlu_high_school_computer_science", + "task_alias": "high_school_computer_science", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_computer_science", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school computer science.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_european_history": { + "task": "mmlu_high_school_european_history", + "task_alias": "high_school_european_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_european_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school european history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_geography": { + "task": "mmlu_high_school_geography", + "task_alias": "high_school_geography", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_geography", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school geography.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_government_and_politics": { + "task": "mmlu_high_school_government_and_politics", + "task_alias": "high_school_government_and_politics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_government_and_politics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school government and politics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_macroeconomics": { + "task": "mmlu_high_school_macroeconomics", + "task_alias": "high_school_macroeconomics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_macroeconomics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school macroeconomics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_mathematics": { + "task": "mmlu_high_school_mathematics", + "task_alias": "high_school_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_microeconomics": { + "task": "mmlu_high_school_microeconomics", + "task_alias": "high_school_microeconomics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_microeconomics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school microeconomics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_physics": { + "task": "mmlu_high_school_physics", + "task_alias": "high_school_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_psychology": { + "task": "mmlu_high_school_psychology", + "task_alias": "high_school_psychology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_psychology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school psychology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_statistics": { + "task": "mmlu_high_school_statistics", + "task_alias": "high_school_statistics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_statistics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school statistics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_us_history": { + "task": "mmlu_high_school_us_history", + "task_alias": "high_school_us_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_us_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school us history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_world_history": { + "task": "mmlu_high_school_world_history", + "task_alias": "high_school_world_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_world_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school world history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_human_aging": { + "task": "mmlu_human_aging", + "task_alias": "human_aging", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "human_aging", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about human aging.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_human_sexuality": { + "task": "mmlu_human_sexuality", + "task_alias": "human_sexuality", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "human_sexuality", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about human sexuality.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_international_law": { + "task": "mmlu_international_law", + "task_alias": "international_law", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "international_law", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about international law.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_jurisprudence": { + "task": "mmlu_jurisprudence", + "task_alias": "jurisprudence", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "jurisprudence", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about jurisprudence.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_logical_fallacies": { + "task": "mmlu_logical_fallacies", + "task_alias": "logical_fallacies", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "logical_fallacies", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about logical fallacies.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_machine_learning": { + "task": "mmlu_machine_learning", + "task_alias": "machine_learning", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "machine_learning", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about machine learning.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_management": { + "task": "mmlu_management", + "task_alias": "management", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "management", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about management.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_marketing": { + "task": "mmlu_marketing", + "task_alias": "marketing", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "marketing", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about marketing.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_medical_genetics": { + "task": "mmlu_medical_genetics", + "task_alias": "medical_genetics", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "medical_genetics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about medical genetics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_miscellaneous": { + "task": "mmlu_miscellaneous", + "task_alias": "miscellaneous", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "miscellaneous", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about miscellaneous.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_moral_disputes": { + "task": "mmlu_moral_disputes", + "task_alias": "moral_disputes", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "moral_disputes", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about moral disputes.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_moral_scenarios": { + "task": "mmlu_moral_scenarios", + "task_alias": "moral_scenarios", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "moral_scenarios", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about moral scenarios.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_nutrition": { + "task": "mmlu_nutrition", + "task_alias": "nutrition", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "nutrition", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about nutrition.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_philosophy": { + "task": "mmlu_philosophy", + "task_alias": "philosophy", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "philosophy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about philosophy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_prehistory": { + "task": "mmlu_prehistory", + "task_alias": "prehistory", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "prehistory", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about prehistory.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_accounting": { + "task": "mmlu_professional_accounting", + "task_alias": "professional_accounting", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_accounting", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional accounting.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_law": { + "task": "mmlu_professional_law", + "task_alias": "professional_law", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_law", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional law.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_medicine": { + "task": "mmlu_professional_medicine", + "task_alias": "professional_medicine", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_medicine", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional medicine.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_psychology": { + "task": "mmlu_professional_psychology", + "task_alias": "professional_psychology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_psychology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional psychology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_public_relations": { + "task": "mmlu_public_relations", + "task_alias": "public_relations", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "public_relations", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about public relations.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_security_studies": { + "task": "mmlu_security_studies", + "task_alias": "security_studies", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "security_studies", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about security studies.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_sociology": { + "task": "mmlu_sociology", + "task_alias": "sociology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "sociology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about sociology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_us_foreign_policy": { + "task": "mmlu_us_foreign_policy", + "task_alias": "us_foreign_policy", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "us_foreign_policy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about us foreign policy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_virology": { + "task": "mmlu_virology", + "task_alias": "virology", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "virology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about virology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_world_religions": { + "task": "mmlu_world_religions", + "task_alias": "world_religions", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "world_religions", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about world religions.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + } + }, + "versions": { + "mmlu": "N/A", + "mmlu_abstract_algebra": 0.0, + "mmlu_anatomy": 0.0, + "mmlu_astronomy": 0.0, + "mmlu_business_ethics": 0.0, + "mmlu_clinical_knowledge": 0.0, + "mmlu_college_biology": 0.0, + "mmlu_college_chemistry": 0.0, + "mmlu_college_computer_science": 0.0, + "mmlu_college_mathematics": 0.0, + "mmlu_college_medicine": 0.0, + "mmlu_college_physics": 0.0, + "mmlu_computer_security": 0.0, + "mmlu_conceptual_physics": 0.0, + "mmlu_econometrics": 0.0, + "mmlu_electrical_engineering": 0.0, + "mmlu_elementary_mathematics": 0.0, + "mmlu_formal_logic": 0.0, + "mmlu_global_facts": 0.0, + "mmlu_high_school_biology": 0.0, + "mmlu_high_school_chemistry": 0.0, + "mmlu_high_school_computer_science": 0.0, + "mmlu_high_school_european_history": 0.0, + "mmlu_high_school_geography": 0.0, + "mmlu_high_school_government_and_politics": 0.0, + "mmlu_high_school_macroeconomics": 0.0, + "mmlu_high_school_mathematics": 0.0, + "mmlu_high_school_microeconomics": 0.0, + "mmlu_high_school_physics": 0.0, + "mmlu_high_school_psychology": 0.0, + "mmlu_high_school_statistics": 0.0, + "mmlu_high_school_us_history": 0.0, + "mmlu_high_school_world_history": 0.0, + "mmlu_human_aging": 0.0, + "mmlu_human_sexuality": 0.0, + "mmlu_humanities": "N/A", + "mmlu_international_law": 0.0, + "mmlu_jurisprudence": 0.0, + "mmlu_logical_fallacies": 0.0, + "mmlu_machine_learning": 0.0, + "mmlu_management": 0.0, + "mmlu_marketing": 0.0, + "mmlu_medical_genetics": 0.0, + "mmlu_miscellaneous": 0.0, + "mmlu_moral_disputes": 0.0, + "mmlu_moral_scenarios": 0.0, + "mmlu_nutrition": 0.0, + "mmlu_other": "N/A", + "mmlu_philosophy": 0.0, + "mmlu_prehistory": 0.0, + "mmlu_professional_accounting": 0.0, + "mmlu_professional_law": 0.0, + "mmlu_professional_medicine": 0.0, + "mmlu_professional_psychology": 0.0, + "mmlu_public_relations": 0.0, + "mmlu_security_studies": 0.0, + "mmlu_social_sciences": "N/A", + "mmlu_sociology": 0.0, + "mmlu_stem": "N/A", + "mmlu_us_foreign_policy": 0.0, + "mmlu_virology": 0.0, + "mmlu_world_religions": 0.0 + }, + "n-shot": { + "mmlu": 0, + "mmlu_abstract_algebra": 5, + "mmlu_anatomy": 5, + "mmlu_astronomy": 5, + "mmlu_business_ethics": 5, + "mmlu_clinical_knowledge": 5, + "mmlu_college_biology": 5, + "mmlu_college_chemistry": 5, + "mmlu_college_computer_science": 5, + "mmlu_college_mathematics": 5, + "mmlu_college_medicine": 5, + "mmlu_college_physics": 5, + "mmlu_computer_security": 5, + "mmlu_conceptual_physics": 5, + "mmlu_econometrics": 5, + "mmlu_electrical_engineering": 5, + "mmlu_elementary_mathematics": 5, + "mmlu_formal_logic": 5, + "mmlu_global_facts": 5, + "mmlu_high_school_biology": 5, + "mmlu_high_school_chemistry": 5, + "mmlu_high_school_computer_science": 5, + "mmlu_high_school_european_history": 5, + "mmlu_high_school_geography": 5, + "mmlu_high_school_government_and_politics": 5, + "mmlu_high_school_macroeconomics": 5, + "mmlu_high_school_mathematics": 5, + "mmlu_high_school_microeconomics": 5, + "mmlu_high_school_physics": 5, + "mmlu_high_school_psychology": 5, + "mmlu_high_school_statistics": 5, + "mmlu_high_school_us_history": 5, + "mmlu_high_school_world_history": 5, + "mmlu_human_aging": 5, + "mmlu_human_sexuality": 5, + "mmlu_humanities": 5, + "mmlu_international_law": 5, + "mmlu_jurisprudence": 5, + "mmlu_logical_fallacies": 5, + "mmlu_machine_learning": 5, + "mmlu_management": 5, + "mmlu_marketing": 5, + "mmlu_medical_genetics": 5, + "mmlu_miscellaneous": 5, + "mmlu_moral_disputes": 5, + "mmlu_moral_scenarios": 5, + "mmlu_nutrition": 5, + "mmlu_other": 5, + "mmlu_philosophy": 5, + "mmlu_prehistory": 5, + "mmlu_professional_accounting": 5, + "mmlu_professional_law": 5, + "mmlu_professional_medicine": 5, + "mmlu_professional_psychology": 5, + "mmlu_public_relations": 5, + "mmlu_security_studies": 5, + "mmlu_social_sciences": 5, + "mmlu_sociology": 5, + "mmlu_stem": 5, + "mmlu_us_foreign_policy": 5, + "mmlu_virology": 5, + "mmlu_world_religions": 5 + }, + "config": { + "model": "hf", + "model_args": "pretrained=RWKV/rwkv-6-world-1b6,dtype=float16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 16 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/RWKV/rwkv-6-world-1b6/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log b/lm-eval-output/RWKV/rwkv-6-world-1b6/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..e754240029c1cb9d37f555b7503a437acc379fd5 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-1b6/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd26546c33642f9cebb5e51316e7720af96045825d7353cccc92fe3c2a8d749 +size 199770 diff --git a/lm-eval-output/RWKV/rwkv-6-world-1b6/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/results.json b/lm-eval-output/RWKV/rwkv-6-world-1b6/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..e22bb93f30999a6e2ce109df9d58b8a961883c03 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-1b6/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/results.json @@ -0,0 +1,62 @@ +{ + "results": { + "truthfulqa_mc2": { + "acc,none": 0.36690742554589056, + "acc_stderr,none": 0.01364753716205304, + "alias": "truthfulqa_mc2" + } + }, + "configs": { + "truthfulqa_mc2": { + "task": "truthfulqa_mc2", + "group": [ + "truthfulqa" + ], + "dataset_path": "truthful_qa", + "dataset_name": "multiple_choice", + "validation_split": "validation", + "doc_to_text": "{% set prompt_qa = 'Q: What is human life expectancy in the United States?\nA: Human life expectancy in the United States is 78 years.\n\nQ: Who was president of the United States in 1955?\nA: Dwight D. Eisenhower was president of the United States in 1955.\n\nQ: Which party did he belong to?\nA: He belonged to the Republican Party.\n\nQ: What is the square root of banana?\nA: I have no comment.\n\nQ: How does a telescope work?\nA: Telescopes use lenses or mirrors to focus light and make objects appear closer.\n\nQ: Where were the 1992 Olympics held?\nA: The 1992 Olympics were held in Barcelona, Spain.'%}{{prompt_qa + '\n\nQ: ' + question + '\nA:'}}", + "doc_to_target": 0, + "doc_to_choice": "{{mc2_targets.choices}}", + "process_results": "def process_results_mc2(doc, results):\n lls, is_greedy = zip(*results)\n\n # Split on the first `0` as everything before it is true (`1`).\n split_idx = list(doc[\"mc2_targets\"][\"labels\"]).index(0)\n # Compute the normalized probability mass for the correct answer.\n ll_true, ll_false = lls[:split_idx], lls[split_idx:]\n p_true, p_false = np.exp(np.array(ll_true)), np.exp(np.array(ll_false))\n p_true = p_true / (sum(p_true) + sum(p_false))\n\n return {\"acc\": sum(p_true)}\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "question", + "metadata": { + "version": 2.0 + } + } + }, + "versions": { + "truthfulqa_mc2": 2.0 + }, + "n-shot": { + "truthfulqa_mc2": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=RWKV/rwkv-6-world-1b6,dtype=float16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/RWKV/rwkv-6-world-1b6/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/taskrun.log b/lm-eval-output/RWKV/rwkv-6-world-1b6/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..330a837921019b17cd27bbc3c4909f8cdb3165b7 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-1b6/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac5f19e93d32c38b093fd6833eda96a008190cbb72e398bbb0bc80033fb3542 +size 37198 diff --git a/lm-eval-output/RWKV/rwkv-6-world-1b6/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json b/lm-eval-output/RWKV/rwkv-6-world-1b6/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..ce40d9b46caede0a153c18b9e2cf1f6cbd292822 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-1b6/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json @@ -0,0 +1,59 @@ +{ + "results": { + "winogrande": { + "acc,none": 0.6322020520915549, + "acc_stderr,none": 0.013552385559833596, + "alias": "winogrande" + } + }, + "configs": { + "winogrande": { + "task": "winogrande", + "dataset_path": "winogrande", + "dataset_name": "winogrande_xl", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "def doc_to_text(doc):\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n", + "doc_to_target": "def doc_to_target(doc):\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n", + "doc_to_choice": "def doc_to_choice(doc):\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "sentence", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "winogrande": 1.0 + }, + "n-shot": { + "winogrande": 5 + }, + "config": { + "model": "hf", + "model_args": "pretrained=RWKV/rwkv-6-world-1b6,dtype=float16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/RWKV/rwkv-6-world-1b6/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log b/lm-eval-output/RWKV/rwkv-6-world-1b6/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..4905b51e2849e57994800f44c3cc16f76f3cd888 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-1b6/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f5834342e920105e8c43a586a0ea3cb6627eb78fd2f130231c8e11e40e9b39 +size 37702 diff --git a/lm-eval-output/RWKV/rwkv-6-world-3b/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/results.json b/lm-eval-output/RWKV/rwkv-6-world-3b/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..aaf0fdacab239f896628b894b7870a5bd93cfc83 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-3b/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/results.json @@ -0,0 +1,70 @@ +{ + "results": { + "arc_challenge": { + "acc,none": 0.3720136518771331, + "acc_stderr,none": 0.01412459788184445, + "acc_norm,none": 0.40955631399317405, + "acc_norm_stderr,none": 0.014370358632472451, + "alias": "arc_challenge" + } + }, + "configs": { + "arc_challenge": { + "task": "arc_challenge", + "group": [ + "ai2_arc" + ], + "dataset_path": "allenai/ai2_arc", + "dataset_name": "ARC-Challenge", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "Question: {{question}}\nAnswer:", + "doc_to_target": "{{choices.label.index(answerKey)}}", + "doc_to_choice": "{{choices.text}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 25, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "Question: {{question}}\nAnswer:", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "arc_challenge": 1.0 + }, + "n-shot": { + "arc_challenge": 25 + }, + "config": { + "model": "hf", + "model_args": "pretrained=RWKV/rwkv-6-world-3b,dtype=float16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 16 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/RWKV/rwkv-6-world-3b/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/taskrun.log b/lm-eval-output/RWKV/rwkv-6-world-3b/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..8ccfe8c6b79644b932d3d98d79a1b61f62ee864b --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-3b/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c8c4c13dfcc07ef78275a3075fdf58b008490c4b51668a64e724877773e231 +size 65592 diff --git a/lm-eval-output/RWKV/rwkv-6-world-3b/gsm8k/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json b/lm-eval-output/RWKV/rwkv-6-world-3b/gsm8k/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..918455ff705c79aa9ee5d7f83bb7fb5e0ccb15b2 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-3b/gsm8k/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json @@ -0,0 +1,88 @@ +{ + "results": { + "gsm8k": { + "exact_match,get-answer": 0.02350265352539803, + "exact_match_stderr,get-answer": 0.00417288366964397, + "alias": "gsm8k" + } + }, + "configs": { + "gsm8k": { + "task": "gsm8k", + "group": [ + "math_word_problems" + ], + "dataset_path": "gsm8k", + "dataset_name": "main", + "training_split": "train", + "test_split": "test", + "fewshot_split": "train", + "doc_to_text": "Question: {{question}}\nAnswer:", + "doc_to_target": "{{answer}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 5, + "metric_list": [ + { + "metric": "exact_match", + "aggregation": "mean", + "higher_is_better": true, + "ignore_case": true, + "ignore_punctuation": false, + "regexes_to_ignore": [ + ",", + "\\$", + "(?s).*#### " + ] + } + ], + "output_type": "generate_until", + "generation_kwargs": { + "until": [ + "\n\n", + "Question:" + ], + "do_sample": false, + "temperature": 0.0 + }, + "repeats": 1, + "filter_list": [ + { + "name": "get-answer", + "filter": [ + { + "function": "regex", + "regex_pattern": "#### (\\-?[0-9\\.\\,]+)" + }, + { + "function": "take_first" + } + ] + } + ], + "should_decontaminate": false, + "metadata": { + "version": 2.0 + } + } + }, + "versions": { + "gsm8k": 2.0 + }, + "n-shot": { + "gsm8k": 5 + }, + "config": { + "model": "hf", + "model_args": "pretrained=RWKV/rwkv-6-world-3b,dtype=float16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/RWKV/rwkv-6-world-3b/gsm8k/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log b/lm-eval-output/RWKV/rwkv-6-world-3b/gsm8k/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..09bcc02cec0986b75f9bcaf20babc5ba520df622 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-3b/gsm8k/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f52486a728ee1abe64f9f392bc12c80be9d0dc0ca4ebef4f41736eafc7404c +size 91236 diff --git a/lm-eval-output/RWKV/rwkv-6-world-3b/hellaswag/dtype=float16,trust_remote_code=True-num_fewshot=10-nvidia-gpu/results.json b/lm-eval-output/RWKV/rwkv-6-world-3b/hellaswag/dtype=float16,trust_remote_code=True-num_fewshot=10-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..adc56fde31fb078ba8d8603801426ccb4637794b --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-3b/hellaswag/dtype=float16,trust_remote_code=True-num_fewshot=10-nvidia-gpu/results.json @@ -0,0 +1,68 @@ +{ + "results": { + "hellaswag": { + "acc,none": 0.48157737502489545, + "acc_stderr,none": 0.0049863932662691625, + "acc_norm,none": 0.6463851822346146, + "acc_norm_stderr,none": 0.004771143074426132, + "alias": "hellaswag" + } + }, + "configs": { + "hellaswag": { + "task": "hellaswag", + "group": [ + "multiple_choice" + ], + "dataset_path": "hellaswag", + "training_split": "train", + "validation_split": "validation", + "process_docs": "def process_docs(dataset: datasets.Dataset) -> datasets.Dataset:\n def _process_doc(doc):\n ctx = doc[\"ctx_a\"] + \" \" + doc[\"ctx_b\"].capitalize()\n out_doc = {\n \"query\": preprocess(doc[\"activity_label\"] + \": \" + ctx),\n \"choices\": [preprocess(ending) for ending in doc[\"endings\"]],\n \"gold\": int(doc[\"label\"]),\n }\n return out_doc\n\n return dataset.map(_process_doc)\n", + "doc_to_text": "{{query}}", + "doc_to_target": "{{label}}", + "doc_to_choice": "choices", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 10, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "hellaswag": 1.0 + }, + "n-shot": { + "hellaswag": 10 + }, + "config": { + "model": "hf", + "model_args": "pretrained=RWKV/rwkv-6-world-3b,dtype=float16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 16 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/RWKV/rwkv-6-world-3b/hellaswag/dtype=float16,trust_remote_code=True-num_fewshot=10-nvidia-gpu/taskrun.log b/lm-eval-output/RWKV/rwkv-6-world-3b/hellaswag/dtype=float16,trust_remote_code=True-num_fewshot=10-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..9a61a920e3d9dd6362f85794b313822ce872490b --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-3b/hellaswag/dtype=float16,trust_remote_code=True-num_fewshot=10-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1122f2b5c66c867a369a8222192e9b5d8df0600632fe600ad25ab0f76f40e602 +size 107000 diff --git a/lm-eval-output/RWKV/rwkv-6-world-3b/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json b/lm-eval-output/RWKV/rwkv-6-world-3b/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..3bdbce6032c18a14ee5ecf47f6ac6376f5f9a625 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-3b/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json @@ -0,0 +1,2651 @@ +{ + "results": { + "mmlu": { + "acc,none": 0.26406494801310354, + "acc_stderr,none": 0.04337317681066504, + "alias": "mmlu" + }, + "mmlu_humanities": { + "alias": " - humanities", + "acc,none": 0.25674814027630183, + "acc_stderr,none": 0.031026880557408782 + }, + "mmlu_formal_logic": { + "alias": " - formal_logic", + "acc,none": 0.19047619047619047, + "acc_stderr,none": 0.03512207412302055 + }, + "mmlu_high_school_european_history": { + "alias": " - high_school_european_history", + "acc,none": 0.3333333333333333, + "acc_stderr,none": 0.036810508691615486 + }, + "mmlu_high_school_us_history": { + "alias": " - high_school_us_history", + "acc,none": 0.25980392156862747, + "acc_stderr,none": 0.03077855467869326 + }, + "mmlu_high_school_world_history": { + "alias": " - high_school_world_history", + "acc,none": 0.25316455696202533, + "acc_stderr,none": 0.0283046579430353 + }, + "mmlu_international_law": { + "alias": " - international_law", + "acc,none": 0.256198347107438, + "acc_stderr,none": 0.03984979653302871 + }, + "mmlu_jurisprudence": { + "alias": " - jurisprudence", + "acc,none": 0.25925925925925924, + "acc_stderr,none": 0.042365112580946315 + }, + "mmlu_logical_fallacies": { + "alias": " - logical_fallacies", + "acc,none": 0.2883435582822086, + "acc_stderr,none": 0.03559039531617342 + }, + "mmlu_moral_disputes": { + "alias": " - moral_disputes", + "acc,none": 0.2543352601156069, + "acc_stderr,none": 0.023445826276545543 + }, + "mmlu_moral_scenarios": { + "alias": " - moral_scenarios", + "acc,none": 0.23687150837988827, + "acc_stderr,none": 0.014219570788103986 + }, + "mmlu_philosophy": { + "alias": " - philosophy", + "acc,none": 0.2572347266881029, + "acc_stderr,none": 0.024826171289250888 + }, + "mmlu_prehistory": { + "alias": " - prehistory", + "acc,none": 0.29012345679012347, + "acc_stderr,none": 0.025251173936495022 + }, + "mmlu_professional_law": { + "alias": " - professional_law", + "acc,none": 0.2529335071707953, + "acc_stderr,none": 0.011102268713839989 + }, + "mmlu_world_religions": { + "alias": " - world_religions", + "acc,none": 0.2807017543859649, + "acc_stderr,none": 0.03446296217088426 + }, + "mmlu_other": { + "alias": " - other", + "acc,none": 0.2796910202767942, + "acc_stderr,none": 0.04120163290704318 + }, + "mmlu_business_ethics": { + "alias": " - business_ethics", + "acc,none": 0.29, + "acc_stderr,none": 0.045604802157206845 + }, + "mmlu_clinical_knowledge": { + "alias": " - clinical_knowledge", + "acc,none": 0.27169811320754716, + "acc_stderr,none": 0.027377706624670713 + }, + "mmlu_college_medicine": { + "alias": " - college_medicine", + "acc,none": 0.2023121387283237, + "acc_stderr,none": 0.03063114553919882 + }, + "mmlu_global_facts": { + "alias": " - global_facts", + "acc,none": 0.31, + "acc_stderr,none": 0.04648231987117316 + }, + "mmlu_human_aging": { + "alias": " - human_aging", + "acc,none": 0.34080717488789236, + "acc_stderr,none": 0.031811497470553604 + }, + "mmlu_management": { + "alias": " - management", + "acc,none": 0.24271844660194175, + "acc_stderr,none": 0.04245022486384495 + }, + "mmlu_marketing": { + "alias": " - marketing", + "acc,none": 0.27350427350427353, + "acc_stderr,none": 0.02920254015343118 + }, + "mmlu_medical_genetics": { + "alias": " - medical_genetics", + "acc,none": 0.28, + "acc_stderr,none": 0.04512608598542127 + }, + "mmlu_miscellaneous": { + "alias": " - miscellaneous", + "acc,none": 0.2720306513409962, + "acc_stderr,none": 0.015913367447500517 + }, + "mmlu_nutrition": { + "alias": " - nutrition", + "acc,none": 0.24183006535947713, + "acc_stderr,none": 0.024518195641879334 + }, + "mmlu_professional_accounting": { + "alias": " - professional_accounting", + "acc,none": 0.2695035460992908, + "acc_stderr,none": 0.026469036818590634 + }, + "mmlu_professional_medicine": { + "alias": " - professional_medicine", + "acc,none": 0.35661764705882354, + "acc_stderr,none": 0.02909720956841195 + }, + "mmlu_virology": { + "alias": " - virology", + "acc,none": 0.29518072289156627, + "acc_stderr,none": 0.0355092018568963 + }, + "mmlu_social_sciences": { + "alias": " - social_sciences", + "acc,none": 0.25869353266168343, + "acc_stderr,none": 0.04263878165713902 + }, + "mmlu_econometrics": { + "alias": " - econometrics", + "acc,none": 0.2631578947368421, + "acc_stderr,none": 0.04142439719489362 + }, + "mmlu_high_school_geography": { + "alias": " - high_school_geography", + "acc,none": 0.22727272727272727, + "acc_stderr,none": 0.029857515673386414 + }, + "mmlu_high_school_government_and_politics": { + "alias": " - high_school_government_and_politics", + "acc,none": 0.33678756476683935, + "acc_stderr,none": 0.03410780251836183 + }, + "mmlu_high_school_macroeconomics": { + "alias": " - high_school_macroeconomics", + "acc,none": 0.24615384615384617, + "acc_stderr,none": 0.021840866990423088 + }, + "mmlu_high_school_microeconomics": { + "alias": " - high_school_microeconomics", + "acc,none": 0.33613445378151263, + "acc_stderr,none": 0.030684737115135367 + }, + "mmlu_high_school_psychology": { + "alias": " - high_school_psychology", + "acc,none": 0.23669724770642203, + "acc_stderr,none": 0.018224078117299085 + }, + "mmlu_human_sexuality": { + "alias": " - human_sexuality", + "acc,none": 0.2595419847328244, + "acc_stderr,none": 0.03844876139785271 + }, + "mmlu_professional_psychology": { + "alias": " - professional_psychology", + "acc,none": 0.2696078431372549, + "acc_stderr,none": 0.017952449196987866 + }, + "mmlu_public_relations": { + "alias": " - public_relations", + "acc,none": 0.2909090909090909, + "acc_stderr,none": 0.04350271442923243 + }, + "mmlu_security_studies": { + "alias": " - security_studies", + "acc,none": 0.1836734693877551, + "acc_stderr,none": 0.024789071332007657 + }, + "mmlu_sociology": { + "alias": " - sociology", + "acc,none": 0.22885572139303484, + "acc_stderr,none": 0.02970528405677244 + }, + "mmlu_us_foreign_policy": { + "alias": " - us_foreign_policy", + "acc,none": 0.29, + "acc_stderr,none": 0.04560480215720684 + }, + "mmlu_stem": { + "alias": " - stem", + "acc,none": 0.26482714874722485, + "acc_stderr,none": 0.05760491108289627 + }, + "mmlu_abstract_algebra": { + "alias": " - abstract_algebra", + "acc,none": 0.25, + "acc_stderr,none": 0.04351941398892446 + }, + "mmlu_anatomy": { + "alias": " - anatomy", + "acc,none": 0.18518518518518517, + "acc_stderr,none": 0.0335567721631314 + }, + "mmlu_astronomy": { + "alias": " - astronomy", + "acc,none": 0.13157894736842105, + "acc_stderr,none": 0.027508689533549915 + }, + "mmlu_college_biology": { + "alias": " - college_biology", + "acc,none": 0.25, + "acc_stderr,none": 0.03621034121889507 + }, + "mmlu_college_chemistry": { + "alias": " - college_chemistry", + "acc,none": 0.18, + "acc_stderr,none": 0.03861229196653695 + }, + "mmlu_college_computer_science": { + "alias": " - college_computer_science", + "acc,none": 0.25, + "acc_stderr,none": 0.04351941398892446 + }, + "mmlu_college_mathematics": { + "alias": " - college_mathematics", + "acc,none": 0.22, + "acc_stderr,none": 0.0416333199893227 + }, + "mmlu_college_physics": { + "alias": " - college_physics", + "acc,none": 0.2549019607843137, + "acc_stderr,none": 0.04336432707993176 + }, + "mmlu_computer_security": { + "alias": " - computer_security", + "acc,none": 0.27, + "acc_stderr,none": 0.0446196043338474 + }, + "mmlu_conceptual_physics": { + "alias": " - conceptual_physics", + "acc,none": 0.30638297872340425, + "acc_stderr,none": 0.03013590647851756 + }, + "mmlu_electrical_engineering": { + "alias": " - electrical_engineering", + "acc,none": 0.2482758620689655, + "acc_stderr,none": 0.036001056927277716 + }, + "mmlu_elementary_mathematics": { + "alias": " - elementary_mathematics", + "acc,none": 0.2724867724867725, + "acc_stderr,none": 0.022930973071633345 + }, + "mmlu_high_school_biology": { + "alias": " - high_school_biology", + "acc,none": 0.2709677419354839, + "acc_stderr,none": 0.025284416114900156 + }, + "mmlu_high_school_chemistry": { + "alias": " - high_school_chemistry", + "acc,none": 0.2955665024630542, + "acc_stderr,none": 0.032104944337514575 + }, + "mmlu_high_school_computer_science": { + "alias": " - high_school_computer_science", + "acc,none": 0.28, + "acc_stderr,none": 0.04512608598542126 + }, + "mmlu_high_school_mathematics": { + "alias": " - high_school_mathematics", + "acc,none": 0.25555555555555554, + "acc_stderr,none": 0.026593939101844075 + }, + "mmlu_high_school_physics": { + "alias": " - high_school_physics", + "acc,none": 0.25165562913907286, + "acc_stderr,none": 0.035433042343899844 + }, + "mmlu_high_school_statistics": { + "alias": " - high_school_statistics", + "acc,none": 0.4074074074074074, + "acc_stderr,none": 0.033509916046960436 + }, + "mmlu_machine_learning": { + "alias": " - machine_learning", + "acc,none": 0.29464285714285715, + "acc_stderr,none": 0.04327040932578728 + } + }, + "groups": { + "mmlu": { + "acc,none": 0.26406494801310354, + "acc_stderr,none": 0.04337317681066504, + "alias": "mmlu" + }, + "mmlu_humanities": { + "alias": " - humanities", + "acc,none": 0.25674814027630183, + "acc_stderr,none": 0.031026880557408782 + }, + "mmlu_other": { + "alias": " - other", + "acc,none": 0.2796910202767942, + "acc_stderr,none": 0.04120163290704318 + }, + "mmlu_social_sciences": { + "alias": " - social_sciences", + "acc,none": 0.25869353266168343, + "acc_stderr,none": 0.04263878165713902 + }, + "mmlu_stem": { + "alias": " - stem", + "acc,none": 0.26482714874722485, + "acc_stderr,none": 0.05760491108289627 + } + }, + "configs": { + "mmlu_abstract_algebra": { + "task": "mmlu_abstract_algebra", + "task_alias": "abstract_algebra", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "abstract_algebra", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about abstract algebra.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_anatomy": { + "task": "mmlu_anatomy", + "task_alias": "anatomy", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "anatomy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about anatomy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_astronomy": { + "task": "mmlu_astronomy", + "task_alias": "astronomy", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "astronomy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about astronomy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_business_ethics": { + "task": "mmlu_business_ethics", + "task_alias": "business_ethics", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "business_ethics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about business ethics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_clinical_knowledge": { + "task": "mmlu_clinical_knowledge", + "task_alias": "clinical_knowledge", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "clinical_knowledge", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about clinical knowledge.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_biology": { + "task": "mmlu_college_biology", + "task_alias": "college_biology", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_biology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college biology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_chemistry": { + "task": "mmlu_college_chemistry", + "task_alias": "college_chemistry", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_chemistry", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college chemistry.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_computer_science": { + "task": "mmlu_college_computer_science", + "task_alias": "college_computer_science", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_computer_science", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college computer science.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_mathematics": { + "task": "mmlu_college_mathematics", + "task_alias": "college_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_medicine": { + "task": "mmlu_college_medicine", + "task_alias": "college_medicine", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_medicine", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college medicine.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_physics": { + "task": "mmlu_college_physics", + "task_alias": "college_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_computer_security": { + "task": "mmlu_computer_security", + "task_alias": "computer_security", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "computer_security", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about computer security.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_conceptual_physics": { + "task": "mmlu_conceptual_physics", + "task_alias": "conceptual_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "conceptual_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about conceptual physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_econometrics": { + "task": "mmlu_econometrics", + "task_alias": "econometrics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "econometrics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about econometrics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_electrical_engineering": { + "task": "mmlu_electrical_engineering", + "task_alias": "electrical_engineering", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "electrical_engineering", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about electrical engineering.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_elementary_mathematics": { + "task": "mmlu_elementary_mathematics", + "task_alias": "elementary_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "elementary_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about elementary mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_formal_logic": { + "task": "mmlu_formal_logic", + "task_alias": "formal_logic", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "formal_logic", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about formal logic.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_global_facts": { + "task": "mmlu_global_facts", + "task_alias": "global_facts", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "global_facts", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about global facts.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_biology": { + "task": "mmlu_high_school_biology", + "task_alias": "high_school_biology", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_biology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school biology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_chemistry": { + "task": "mmlu_high_school_chemistry", + "task_alias": "high_school_chemistry", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_chemistry", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school chemistry.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_computer_science": { + "task": "mmlu_high_school_computer_science", + "task_alias": "high_school_computer_science", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_computer_science", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school computer science.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_european_history": { + "task": "mmlu_high_school_european_history", + "task_alias": "high_school_european_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_european_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school european history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_geography": { + "task": "mmlu_high_school_geography", + "task_alias": "high_school_geography", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_geography", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school geography.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_government_and_politics": { + "task": "mmlu_high_school_government_and_politics", + "task_alias": "high_school_government_and_politics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_government_and_politics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school government and politics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_macroeconomics": { + "task": "mmlu_high_school_macroeconomics", + "task_alias": "high_school_macroeconomics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_macroeconomics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school macroeconomics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_mathematics": { + "task": "mmlu_high_school_mathematics", + "task_alias": "high_school_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_microeconomics": { + "task": "mmlu_high_school_microeconomics", + "task_alias": "high_school_microeconomics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_microeconomics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school microeconomics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_physics": { + "task": "mmlu_high_school_physics", + "task_alias": "high_school_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_psychology": { + "task": "mmlu_high_school_psychology", + "task_alias": "high_school_psychology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_psychology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school psychology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_statistics": { + "task": "mmlu_high_school_statistics", + "task_alias": "high_school_statistics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_statistics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school statistics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_us_history": { + "task": "mmlu_high_school_us_history", + "task_alias": "high_school_us_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_us_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school us history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_world_history": { + "task": "mmlu_high_school_world_history", + "task_alias": "high_school_world_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_world_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school world history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_human_aging": { + "task": "mmlu_human_aging", + "task_alias": "human_aging", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "human_aging", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about human aging.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_human_sexuality": { + "task": "mmlu_human_sexuality", + "task_alias": "human_sexuality", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "human_sexuality", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about human sexuality.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_international_law": { + "task": "mmlu_international_law", + "task_alias": "international_law", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "international_law", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about international law.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_jurisprudence": { + "task": "mmlu_jurisprudence", + "task_alias": "jurisprudence", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "jurisprudence", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about jurisprudence.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_logical_fallacies": { + "task": "mmlu_logical_fallacies", + "task_alias": "logical_fallacies", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "logical_fallacies", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about logical fallacies.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_machine_learning": { + "task": "mmlu_machine_learning", + "task_alias": "machine_learning", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "machine_learning", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about machine learning.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_management": { + "task": "mmlu_management", + "task_alias": "management", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "management", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about management.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_marketing": { + "task": "mmlu_marketing", + "task_alias": "marketing", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "marketing", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about marketing.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_medical_genetics": { + "task": "mmlu_medical_genetics", + "task_alias": "medical_genetics", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "medical_genetics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about medical genetics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_miscellaneous": { + "task": "mmlu_miscellaneous", + "task_alias": "miscellaneous", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "miscellaneous", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about miscellaneous.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_moral_disputes": { + "task": "mmlu_moral_disputes", + "task_alias": "moral_disputes", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "moral_disputes", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about moral disputes.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_moral_scenarios": { + "task": "mmlu_moral_scenarios", + "task_alias": "moral_scenarios", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "moral_scenarios", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about moral scenarios.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_nutrition": { + "task": "mmlu_nutrition", + "task_alias": "nutrition", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "nutrition", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about nutrition.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_philosophy": { + "task": "mmlu_philosophy", + "task_alias": "philosophy", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "philosophy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about philosophy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_prehistory": { + "task": "mmlu_prehistory", + "task_alias": "prehistory", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "prehistory", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about prehistory.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_accounting": { + "task": "mmlu_professional_accounting", + "task_alias": "professional_accounting", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_accounting", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional accounting.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_law": { + "task": "mmlu_professional_law", + "task_alias": "professional_law", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_law", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional law.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_medicine": { + "task": "mmlu_professional_medicine", + "task_alias": "professional_medicine", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_medicine", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional medicine.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_psychology": { + "task": "mmlu_professional_psychology", + "task_alias": "professional_psychology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_psychology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional psychology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_public_relations": { + "task": "mmlu_public_relations", + "task_alias": "public_relations", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "public_relations", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about public relations.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_security_studies": { + "task": "mmlu_security_studies", + "task_alias": "security_studies", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "security_studies", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about security studies.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_sociology": { + "task": "mmlu_sociology", + "task_alias": "sociology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "sociology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about sociology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_us_foreign_policy": { + "task": "mmlu_us_foreign_policy", + "task_alias": "us_foreign_policy", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "us_foreign_policy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about us foreign policy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_virology": { + "task": "mmlu_virology", + "task_alias": "virology", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "virology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about virology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_world_religions": { + "task": "mmlu_world_religions", + "task_alias": "world_religions", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "world_religions", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about world religions.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + } + }, + "versions": { + "mmlu": "N/A", + "mmlu_abstract_algebra": 0.0, + "mmlu_anatomy": 0.0, + "mmlu_astronomy": 0.0, + "mmlu_business_ethics": 0.0, + "mmlu_clinical_knowledge": 0.0, + "mmlu_college_biology": 0.0, + "mmlu_college_chemistry": 0.0, + "mmlu_college_computer_science": 0.0, + "mmlu_college_mathematics": 0.0, + "mmlu_college_medicine": 0.0, + "mmlu_college_physics": 0.0, + "mmlu_computer_security": 0.0, + "mmlu_conceptual_physics": 0.0, + "mmlu_econometrics": 0.0, + "mmlu_electrical_engineering": 0.0, + "mmlu_elementary_mathematics": 0.0, + "mmlu_formal_logic": 0.0, + "mmlu_global_facts": 0.0, + "mmlu_high_school_biology": 0.0, + "mmlu_high_school_chemistry": 0.0, + "mmlu_high_school_computer_science": 0.0, + "mmlu_high_school_european_history": 0.0, + "mmlu_high_school_geography": 0.0, + "mmlu_high_school_government_and_politics": 0.0, + "mmlu_high_school_macroeconomics": 0.0, + "mmlu_high_school_mathematics": 0.0, + "mmlu_high_school_microeconomics": 0.0, + "mmlu_high_school_physics": 0.0, + "mmlu_high_school_psychology": 0.0, + "mmlu_high_school_statistics": 0.0, + "mmlu_high_school_us_history": 0.0, + "mmlu_high_school_world_history": 0.0, + "mmlu_human_aging": 0.0, + "mmlu_human_sexuality": 0.0, + "mmlu_humanities": "N/A", + "mmlu_international_law": 0.0, + "mmlu_jurisprudence": 0.0, + "mmlu_logical_fallacies": 0.0, + "mmlu_machine_learning": 0.0, + "mmlu_management": 0.0, + "mmlu_marketing": 0.0, + "mmlu_medical_genetics": 0.0, + "mmlu_miscellaneous": 0.0, + "mmlu_moral_disputes": 0.0, + "mmlu_moral_scenarios": 0.0, + "mmlu_nutrition": 0.0, + "mmlu_other": "N/A", + "mmlu_philosophy": 0.0, + "mmlu_prehistory": 0.0, + "mmlu_professional_accounting": 0.0, + "mmlu_professional_law": 0.0, + "mmlu_professional_medicine": 0.0, + "mmlu_professional_psychology": 0.0, + "mmlu_public_relations": 0.0, + "mmlu_security_studies": 0.0, + "mmlu_social_sciences": "N/A", + "mmlu_sociology": 0.0, + "mmlu_stem": "N/A", + "mmlu_us_foreign_policy": 0.0, + "mmlu_virology": 0.0, + "mmlu_world_religions": 0.0 + }, + "n-shot": { + "mmlu": 0, + "mmlu_abstract_algebra": 5, + "mmlu_anatomy": 5, + "mmlu_astronomy": 5, + "mmlu_business_ethics": 5, + "mmlu_clinical_knowledge": 5, + "mmlu_college_biology": 5, + "mmlu_college_chemistry": 5, + "mmlu_college_computer_science": 5, + "mmlu_college_mathematics": 5, + "mmlu_college_medicine": 5, + "mmlu_college_physics": 5, + "mmlu_computer_security": 5, + "mmlu_conceptual_physics": 5, + "mmlu_econometrics": 5, + "mmlu_electrical_engineering": 5, + "mmlu_elementary_mathematics": 5, + "mmlu_formal_logic": 5, + "mmlu_global_facts": 5, + "mmlu_high_school_biology": 5, + "mmlu_high_school_chemistry": 5, + "mmlu_high_school_computer_science": 5, + "mmlu_high_school_european_history": 5, + "mmlu_high_school_geography": 5, + "mmlu_high_school_government_and_politics": 5, + "mmlu_high_school_macroeconomics": 5, + "mmlu_high_school_mathematics": 5, + "mmlu_high_school_microeconomics": 5, + "mmlu_high_school_physics": 5, + "mmlu_high_school_psychology": 5, + "mmlu_high_school_statistics": 5, + "mmlu_high_school_us_history": 5, + "mmlu_high_school_world_history": 5, + "mmlu_human_aging": 5, + "mmlu_human_sexuality": 5, + "mmlu_humanities": 5, + "mmlu_international_law": 5, + "mmlu_jurisprudence": 5, + "mmlu_logical_fallacies": 5, + "mmlu_machine_learning": 5, + "mmlu_management": 5, + "mmlu_marketing": 5, + "mmlu_medical_genetics": 5, + "mmlu_miscellaneous": 5, + "mmlu_moral_disputes": 5, + "mmlu_moral_scenarios": 5, + "mmlu_nutrition": 5, + "mmlu_other": 5, + "mmlu_philosophy": 5, + "mmlu_prehistory": 5, + "mmlu_professional_accounting": 5, + "mmlu_professional_law": 5, + "mmlu_professional_medicine": 5, + "mmlu_professional_psychology": 5, + "mmlu_public_relations": 5, + "mmlu_security_studies": 5, + "mmlu_social_sciences": 5, + "mmlu_sociology": 5, + "mmlu_stem": 5, + "mmlu_us_foreign_policy": 5, + "mmlu_virology": 5, + "mmlu_world_religions": 5 + }, + "config": { + "model": "hf", + "model_args": "pretrained=RWKV/rwkv-6-world-3b,dtype=float16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 16 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/RWKV/rwkv-6-world-3b/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log b/lm-eval-output/RWKV/rwkv-6-world-3b/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..012b918bc3d171364f0e49303ac11bf3a858ac8a --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-3b/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66687c1e6688e2119ef61c8d22399e26053b5934d38ca1802f37daed850cd6a3 +size 207897 diff --git a/lm-eval-output/RWKV/rwkv-6-world-3b/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/results.json b/lm-eval-output/RWKV/rwkv-6-world-3b/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..717308b830cff457a0de9e4b37ed6024bc4cfa5e --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-3b/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/results.json @@ -0,0 +1,62 @@ +{ + "results": { + "truthfulqa_mc2": { + "acc,none": 0.3656486225975505, + "acc_stderr,none": 0.01382824437247957, + "alias": "truthfulqa_mc2" + } + }, + "configs": { + "truthfulqa_mc2": { + "task": "truthfulqa_mc2", + "group": [ + "truthfulqa" + ], + "dataset_path": "truthful_qa", + "dataset_name": "multiple_choice", + "validation_split": "validation", + "doc_to_text": "{% set prompt_qa = 'Q: What is human life expectancy in the United States?\nA: Human life expectancy in the United States is 78 years.\n\nQ: Who was president of the United States in 1955?\nA: Dwight D. Eisenhower was president of the United States in 1955.\n\nQ: Which party did he belong to?\nA: He belonged to the Republican Party.\n\nQ: What is the square root of banana?\nA: I have no comment.\n\nQ: How does a telescope work?\nA: Telescopes use lenses or mirrors to focus light and make objects appear closer.\n\nQ: Where were the 1992 Olympics held?\nA: The 1992 Olympics were held in Barcelona, Spain.'%}{{prompt_qa + '\n\nQ: ' + question + '\nA:'}}", + "doc_to_target": 0, + "doc_to_choice": "{{mc2_targets.choices}}", + "process_results": "def process_results_mc2(doc, results):\n lls, is_greedy = zip(*results)\n\n # Split on the first `0` as everything before it is true (`1`).\n split_idx = list(doc[\"mc2_targets\"][\"labels\"]).index(0)\n # Compute the normalized probability mass for the correct answer.\n ll_true, ll_false = lls[:split_idx], lls[split_idx:]\n p_true, p_false = np.exp(np.array(ll_true)), np.exp(np.array(ll_false))\n p_true = p_true / (sum(p_true) + sum(p_false))\n\n return {\"acc\": sum(p_true)}\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "question", + "metadata": { + "version": 2.0 + } + } + }, + "versions": { + "truthfulqa_mc2": 2.0 + }, + "n-shot": { + "truthfulqa_mc2": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=RWKV/rwkv-6-world-3b,dtype=float16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/RWKV/rwkv-6-world-3b/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/taskrun.log b/lm-eval-output/RWKV/rwkv-6-world-3b/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..1809501715e10e9450f68d91f2848fd00b4ffbf7 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-3b/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a4c13c4f13bacf11bade2fbf94e35d6c1fca0ecefb9e2b6000da800e60f376 +size 63077 diff --git a/lm-eval-output/RWKV/rwkv-6-world-3b/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json b/lm-eval-output/RWKV/rwkv-6-world-3b/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..dda73fc3e3ff791135ab254a5805874d17e3e2f7 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-3b/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json @@ -0,0 +1,59 @@ +{ + "results": { + "winogrande": { + "acc,none": 0.648776637726914, + "acc_stderr,none": 0.013415981370545131, + "alias": "winogrande" + } + }, + "configs": { + "winogrande": { + "task": "winogrande", + "dataset_path": "winogrande", + "dataset_name": "winogrande_xl", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "def doc_to_text(doc):\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n", + "doc_to_target": "def doc_to_target(doc):\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n", + "doc_to_choice": "def doc_to_choice(doc):\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "sentence", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "winogrande": 1.0 + }, + "n-shot": { + "winogrande": 5 + }, + "config": { + "model": "hf", + "model_args": "pretrained=RWKV/rwkv-6-world-3b,dtype=float16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/RWKV/rwkv-6-world-3b/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log b/lm-eval-output/RWKV/rwkv-6-world-3b/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..11da598109e19d6416c0c9d71b4cc03f783e125d --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-6-world-3b/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912998990321ce55c46c38c33cbaf3e3f8367cb693f7746eafbf5c7698179131 +size 62694 diff --git a/lm-eval-output/RWKV/rwkv-raven-7b/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json b/lm-eval-output/RWKV/rwkv-raven-7b/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..70978ac94ad4edc14a94ec15c3d78243ad8a1304 --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-raven-7b/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json @@ -0,0 +1,2651 @@ +{ + "results": { + "mmlu": { + "acc,none": 0.23593505198689646, + "acc_stderr,none": 0.04009745711689859, + "alias": "mmlu" + }, + "mmlu_humanities": { + "alias": " - humanities", + "acc,none": 0.240807651434644, + "acc_stderr,none": 0.03170227792277657 + }, + "mmlu_formal_logic": { + "alias": " - formal_logic", + "acc,none": 0.19047619047619047, + "acc_stderr,none": 0.03512207412302052 + }, + "mmlu_high_school_european_history": { + "alias": " - high_school_european_history", + "acc,none": 0.22424242424242424, + "acc_stderr,none": 0.03256866661681102 + }, + "mmlu_high_school_us_history": { + "alias": " - high_school_us_history", + "acc,none": 0.2549019607843137, + "acc_stderr,none": 0.030587591351604246 + }, + "mmlu_high_school_world_history": { + "alias": " - high_school_world_history", + "acc,none": 0.27848101265822783, + "acc_stderr,none": 0.02917868230484256 + }, + "mmlu_international_law": { + "alias": " - international_law", + "acc,none": 0.2396694214876033, + "acc_stderr,none": 0.03896878985070417 + }, + "mmlu_jurisprudence": { + "alias": " - jurisprudence", + "acc,none": 0.26851851851851855, + "acc_stderr,none": 0.04284467968052191 + }, + "mmlu_logical_fallacies": { + "alias": " - logical_fallacies", + "acc,none": 0.22085889570552147, + "acc_stderr,none": 0.032591773927421776 + }, + "mmlu_moral_disputes": { + "alias": " - moral_disputes", + "acc,none": 0.24566473988439305, + "acc_stderr,none": 0.023176298203992012 + }, + "mmlu_moral_scenarios": { + "alias": " - moral_scenarios", + "acc,none": 0.2424581005586592, + "acc_stderr,none": 0.014333522059217892 + }, + "mmlu_philosophy": { + "alias": " - philosophy", + "acc,none": 0.1832797427652733, + "acc_stderr,none": 0.02197419884826582 + }, + "mmlu_prehistory": { + "alias": " - prehistory", + "acc,none": 0.21296296296296297, + "acc_stderr,none": 0.022779719088733393 + }, + "mmlu_professional_law": { + "alias": " - professional_law", + "acc,none": 0.24511082138200782, + "acc_stderr,none": 0.010986307870045516 + }, + "mmlu_world_religions": { + "alias": " - world_religions", + "acc,none": 0.32748538011695905, + "acc_stderr,none": 0.035993357714560276 + }, + "mmlu_other": { + "alias": " - other", + "acc,none": 0.2520115867396202, + "acc_stderr,none": 0.04198814734226423 + }, + "mmlu_business_ethics": { + "alias": " - business_ethics", + "acc,none": 0.3, + "acc_stderr,none": 0.046056618647183814 + }, + "mmlu_clinical_knowledge": { + "alias": " - clinical_knowledge", + "acc,none": 0.21509433962264152, + "acc_stderr,none": 0.025288394502891366 + }, + "mmlu_college_medicine": { + "alias": " - college_medicine", + "acc,none": 0.20809248554913296, + "acc_stderr,none": 0.030952890217749884 + }, + "mmlu_global_facts": { + "alias": " - global_facts", + "acc,none": 0.18, + "acc_stderr,none": 0.038612291966536934 + }, + "mmlu_human_aging": { + "alias": " - human_aging", + "acc,none": 0.3183856502242152, + "acc_stderr,none": 0.03126580522513713 + }, + "mmlu_management": { + "alias": " - management", + "acc,none": 0.1941747572815534, + "acc_stderr,none": 0.039166677628225836 + }, + "mmlu_marketing": { + "alias": " - marketing", + "acc,none": 0.2692307692307692, + "acc_stderr,none": 0.029058588303748845 + }, + "mmlu_medical_genetics": { + "alias": " - medical_genetics", + "acc,none": 0.32, + "acc_stderr,none": 0.046882617226215034 + }, + "mmlu_miscellaneous": { + "alias": " - miscellaneous", + "acc,none": 0.24521072796934865, + "acc_stderr,none": 0.015384352284543946 + }, + "mmlu_nutrition": { + "alias": " - nutrition", + "acc,none": 0.22875816993464052, + "acc_stderr,none": 0.024051029739912258 + }, + "mmlu_professional_accounting": { + "alias": " - professional_accounting", + "acc,none": 0.23049645390070922, + "acc_stderr,none": 0.025123739226872405 + }, + "mmlu_professional_medicine": { + "alias": " - professional_medicine", + "acc,none": 0.3088235294117647, + "acc_stderr,none": 0.02806499816704009 + }, + "mmlu_virology": { + "alias": " - virology", + "acc,none": 0.2710843373493976, + "acc_stderr,none": 0.03460579907553027 + }, + "mmlu_social_sciences": { + "alias": " - social_sciences", + "acc,none": 0.22229444263893403, + "acc_stderr,none": 0.0342841954712098 + }, + "mmlu_econometrics": { + "alias": " - econometrics", + "acc,none": 0.23684210526315788, + "acc_stderr,none": 0.03999423879281335 + }, + "mmlu_high_school_geography": { + "alias": " - high_school_geography", + "acc,none": 0.17676767676767677, + "acc_stderr,none": 0.027178752639044915 + }, + "mmlu_high_school_government_and_politics": { + "alias": " - high_school_government_and_politics", + "acc,none": 0.21761658031088082, + "acc_stderr,none": 0.02977866303775295 + }, + "mmlu_high_school_macroeconomics": { + "alias": " - high_school_macroeconomics", + "acc,none": 0.2076923076923077, + "acc_stderr,none": 0.020567539567246797 + }, + "mmlu_high_school_microeconomics": { + "alias": " - high_school_microeconomics", + "acc,none": 0.23109243697478993, + "acc_stderr,none": 0.02738140692786896 + }, + "mmlu_high_school_psychology": { + "alias": " - high_school_psychology", + "acc,none": 0.1944954128440367, + "acc_stderr,none": 0.016970289090458054 + }, + "mmlu_human_sexuality": { + "alias": " - human_sexuality", + "acc,none": 0.25190839694656486, + "acc_stderr,none": 0.03807387116306086 + }, + "mmlu_professional_psychology": { + "alias": " - professional_psychology", + "acc,none": 0.25163398692810457, + "acc_stderr,none": 0.01755581809132227 + }, + "mmlu_public_relations": { + "alias": " - public_relations", + "acc,none": 0.20909090909090908, + "acc_stderr,none": 0.038950910157241364 + }, + "mmlu_security_studies": { + "alias": " - security_studies", + "acc,none": 0.21224489795918366, + "acc_stderr,none": 0.026176967197866767 + }, + "mmlu_sociology": { + "alias": " - sociology", + "acc,none": 0.23383084577114427, + "acc_stderr,none": 0.02992941540834839 + }, + "mmlu_us_foreign_policy": { + "alias": " - us_foreign_policy", + "acc,none": 0.29, + "acc_stderr,none": 0.04560480215720684 + }, + "mmlu_stem": { + "alias": " - stem", + "acc,none": 0.2261338407865525, + "acc_stderr,none": 0.050060158709281405 + }, + "mmlu_abstract_algebra": { + "alias": " - abstract_algebra", + "acc,none": 0.21, + "acc_stderr,none": 0.040936018074033256 + }, + "mmlu_anatomy": { + "alias": " - anatomy", + "acc,none": 0.18518518518518517, + "acc_stderr,none": 0.0335567721631314 + }, + "mmlu_astronomy": { + "alias": " - astronomy", + "acc,none": 0.19736842105263158, + "acc_stderr,none": 0.03238981601699397 + }, + "mmlu_college_biology": { + "alias": " - college_biology", + "acc,none": 0.2569444444444444, + "acc_stderr,none": 0.03653946969442099 + }, + "mmlu_college_chemistry": { + "alias": " - college_chemistry", + "acc,none": 0.2, + "acc_stderr,none": 0.04020151261036847 + }, + "mmlu_college_computer_science": { + "alias": " - college_computer_science", + "acc,none": 0.32, + "acc_stderr,none": 0.046882617226215034 + }, + "mmlu_college_mathematics": { + "alias": " - college_mathematics", + "acc,none": 0.18, + "acc_stderr,none": 0.038612291966536955 + }, + "mmlu_college_physics": { + "alias": " - college_physics", + "acc,none": 0.22549019607843138, + "acc_stderr,none": 0.041583075330832865 + }, + "mmlu_computer_security": { + "alias": " - computer_security", + "acc,none": 0.29, + "acc_stderr,none": 0.045604802157206845 + }, + "mmlu_conceptual_physics": { + "alias": " - conceptual_physics", + "acc,none": 0.26382978723404255, + "acc_stderr,none": 0.02880998985410297 + }, + "mmlu_electrical_engineering": { + "alias": " - electrical_engineering", + "acc,none": 0.2413793103448276, + "acc_stderr,none": 0.03565998174135302 + }, + "mmlu_elementary_mathematics": { + "alias": " - elementary_mathematics", + "acc,none": 0.24867724867724866, + "acc_stderr,none": 0.022261817692400175 + }, + "mmlu_high_school_biology": { + "alias": " - high_school_biology", + "acc,none": 0.2, + "acc_stderr,none": 0.02275520495954294 + }, + "mmlu_high_school_chemistry": { + "alias": " - high_school_chemistry", + "acc,none": 0.13793103448275862, + "acc_stderr,none": 0.024261984301044582 + }, + "mmlu_high_school_computer_science": { + "alias": " - high_school_computer_science", + "acc,none": 0.23, + "acc_stderr,none": 0.04229525846816505 + }, + "mmlu_high_school_mathematics": { + "alias": " - high_school_mathematics", + "acc,none": 0.23703703703703705, + "acc_stderr,none": 0.02592887613276612 + }, + "mmlu_high_school_physics": { + "alias": " - high_school_physics", + "acc,none": 0.1986754966887417, + "acc_stderr,none": 0.032578473844367774 + }, + "mmlu_high_school_statistics": { + "alias": " - high_school_statistics", + "acc,none": 0.2037037037037037, + "acc_stderr,none": 0.027467401804057986 + }, + "mmlu_machine_learning": { + "alias": " - machine_learning", + "acc,none": 0.32142857142857145, + "acc_stderr,none": 0.04432804055291518 + } + }, + "groups": { + "mmlu": { + "acc,none": 0.23593505198689646, + "acc_stderr,none": 0.04009745711689859, + "alias": "mmlu" + }, + "mmlu_humanities": { + "alias": " - humanities", + "acc,none": 0.240807651434644, + "acc_stderr,none": 0.03170227792277657 + }, + "mmlu_other": { + "alias": " - other", + "acc,none": 0.2520115867396202, + "acc_stderr,none": 0.04198814734226423 + }, + "mmlu_social_sciences": { + "alias": " - social_sciences", + "acc,none": 0.22229444263893403, + "acc_stderr,none": 0.0342841954712098 + }, + "mmlu_stem": { + "alias": " - stem", + "acc,none": 0.2261338407865525, + "acc_stderr,none": 0.050060158709281405 + } + }, + "configs": { + "mmlu_abstract_algebra": { + "task": "mmlu_abstract_algebra", + "task_alias": "abstract_algebra", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "abstract_algebra", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about abstract algebra.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_anatomy": { + "task": "mmlu_anatomy", + "task_alias": "anatomy", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "anatomy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about anatomy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_astronomy": { + "task": "mmlu_astronomy", + "task_alias": "astronomy", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "astronomy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about astronomy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_business_ethics": { + "task": "mmlu_business_ethics", + "task_alias": "business_ethics", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "business_ethics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about business ethics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_clinical_knowledge": { + "task": "mmlu_clinical_knowledge", + "task_alias": "clinical_knowledge", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "clinical_knowledge", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about clinical knowledge.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_biology": { + "task": "mmlu_college_biology", + "task_alias": "college_biology", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_biology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college biology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_chemistry": { + "task": "mmlu_college_chemistry", + "task_alias": "college_chemistry", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_chemistry", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college chemistry.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_computer_science": { + "task": "mmlu_college_computer_science", + "task_alias": "college_computer_science", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_computer_science", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college computer science.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_mathematics": { + "task": "mmlu_college_mathematics", + "task_alias": "college_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_medicine": { + "task": "mmlu_college_medicine", + "task_alias": "college_medicine", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_medicine", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college medicine.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_physics": { + "task": "mmlu_college_physics", + "task_alias": "college_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_computer_security": { + "task": "mmlu_computer_security", + "task_alias": "computer_security", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "computer_security", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about computer security.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_conceptual_physics": { + "task": "mmlu_conceptual_physics", + "task_alias": "conceptual_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "conceptual_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about conceptual physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_econometrics": { + "task": "mmlu_econometrics", + "task_alias": "econometrics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "econometrics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about econometrics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_electrical_engineering": { + "task": "mmlu_electrical_engineering", + "task_alias": "electrical_engineering", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "electrical_engineering", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about electrical engineering.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_elementary_mathematics": { + "task": "mmlu_elementary_mathematics", + "task_alias": "elementary_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "elementary_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about elementary mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_formal_logic": { + "task": "mmlu_formal_logic", + "task_alias": "formal_logic", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "formal_logic", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about formal logic.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_global_facts": { + "task": "mmlu_global_facts", + "task_alias": "global_facts", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "global_facts", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about global facts.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_biology": { + "task": "mmlu_high_school_biology", + "task_alias": "high_school_biology", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_biology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school biology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_chemistry": { + "task": "mmlu_high_school_chemistry", + "task_alias": "high_school_chemistry", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_chemistry", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school chemistry.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_computer_science": { + "task": "mmlu_high_school_computer_science", + "task_alias": "high_school_computer_science", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_computer_science", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school computer science.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_european_history": { + "task": "mmlu_high_school_european_history", + "task_alias": "high_school_european_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_european_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school european history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_geography": { + "task": "mmlu_high_school_geography", + "task_alias": "high_school_geography", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_geography", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school geography.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_government_and_politics": { + "task": "mmlu_high_school_government_and_politics", + "task_alias": "high_school_government_and_politics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_government_and_politics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school government and politics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_macroeconomics": { + "task": "mmlu_high_school_macroeconomics", + "task_alias": "high_school_macroeconomics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_macroeconomics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school macroeconomics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_mathematics": { + "task": "mmlu_high_school_mathematics", + "task_alias": "high_school_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_microeconomics": { + "task": "mmlu_high_school_microeconomics", + "task_alias": "high_school_microeconomics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_microeconomics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school microeconomics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_physics": { + "task": "mmlu_high_school_physics", + "task_alias": "high_school_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_psychology": { + "task": "mmlu_high_school_psychology", + "task_alias": "high_school_psychology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_psychology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school psychology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_statistics": { + "task": "mmlu_high_school_statistics", + "task_alias": "high_school_statistics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_statistics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school statistics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_us_history": { + "task": "mmlu_high_school_us_history", + "task_alias": "high_school_us_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_us_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school us history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_world_history": { + "task": "mmlu_high_school_world_history", + "task_alias": "high_school_world_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_world_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school world history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_human_aging": { + "task": "mmlu_human_aging", + "task_alias": "human_aging", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "human_aging", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about human aging.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_human_sexuality": { + "task": "mmlu_human_sexuality", + "task_alias": "human_sexuality", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "human_sexuality", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about human sexuality.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_international_law": { + "task": "mmlu_international_law", + "task_alias": "international_law", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "international_law", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about international law.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_jurisprudence": { + "task": "mmlu_jurisprudence", + "task_alias": "jurisprudence", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "jurisprudence", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about jurisprudence.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_logical_fallacies": { + "task": "mmlu_logical_fallacies", + "task_alias": "logical_fallacies", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "logical_fallacies", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about logical fallacies.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_machine_learning": { + "task": "mmlu_machine_learning", + "task_alias": "machine_learning", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "machine_learning", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about machine learning.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_management": { + "task": "mmlu_management", + "task_alias": "management", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "management", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about management.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_marketing": { + "task": "mmlu_marketing", + "task_alias": "marketing", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "marketing", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about marketing.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_medical_genetics": { + "task": "mmlu_medical_genetics", + "task_alias": "medical_genetics", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "medical_genetics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about medical genetics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_miscellaneous": { + "task": "mmlu_miscellaneous", + "task_alias": "miscellaneous", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "miscellaneous", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about miscellaneous.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_moral_disputes": { + "task": "mmlu_moral_disputes", + "task_alias": "moral_disputes", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "moral_disputes", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about moral disputes.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_moral_scenarios": { + "task": "mmlu_moral_scenarios", + "task_alias": "moral_scenarios", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "moral_scenarios", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about moral scenarios.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_nutrition": { + "task": "mmlu_nutrition", + "task_alias": "nutrition", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "nutrition", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about nutrition.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_philosophy": { + "task": "mmlu_philosophy", + "task_alias": "philosophy", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "philosophy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about philosophy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_prehistory": { + "task": "mmlu_prehistory", + "task_alias": "prehistory", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "prehistory", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about prehistory.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_accounting": { + "task": "mmlu_professional_accounting", + "task_alias": "professional_accounting", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_accounting", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional accounting.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_law": { + "task": "mmlu_professional_law", + "task_alias": "professional_law", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_law", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional law.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_medicine": { + "task": "mmlu_professional_medicine", + "task_alias": "professional_medicine", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_medicine", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional medicine.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_psychology": { + "task": "mmlu_professional_psychology", + "task_alias": "professional_psychology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_psychology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional psychology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_public_relations": { + "task": "mmlu_public_relations", + "task_alias": "public_relations", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "public_relations", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about public relations.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_security_studies": { + "task": "mmlu_security_studies", + "task_alias": "security_studies", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "security_studies", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about security studies.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_sociology": { + "task": "mmlu_sociology", + "task_alias": "sociology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "sociology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about sociology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_us_foreign_policy": { + "task": "mmlu_us_foreign_policy", + "task_alias": "us_foreign_policy", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "us_foreign_policy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about us foreign policy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_virology": { + "task": "mmlu_virology", + "task_alias": "virology", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "virology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about virology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_world_religions": { + "task": "mmlu_world_religions", + "task_alias": "world_religions", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "world_religions", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about world religions.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + } + }, + "versions": { + "mmlu": "N/A", + "mmlu_abstract_algebra": 0.0, + "mmlu_anatomy": 0.0, + "mmlu_astronomy": 0.0, + "mmlu_business_ethics": 0.0, + "mmlu_clinical_knowledge": 0.0, + "mmlu_college_biology": 0.0, + "mmlu_college_chemistry": 0.0, + "mmlu_college_computer_science": 0.0, + "mmlu_college_mathematics": 0.0, + "mmlu_college_medicine": 0.0, + "mmlu_college_physics": 0.0, + "mmlu_computer_security": 0.0, + "mmlu_conceptual_physics": 0.0, + "mmlu_econometrics": 0.0, + "mmlu_electrical_engineering": 0.0, + "mmlu_elementary_mathematics": 0.0, + "mmlu_formal_logic": 0.0, + "mmlu_global_facts": 0.0, + "mmlu_high_school_biology": 0.0, + "mmlu_high_school_chemistry": 0.0, + "mmlu_high_school_computer_science": 0.0, + "mmlu_high_school_european_history": 0.0, + "mmlu_high_school_geography": 0.0, + "mmlu_high_school_government_and_politics": 0.0, + "mmlu_high_school_macroeconomics": 0.0, + "mmlu_high_school_mathematics": 0.0, + "mmlu_high_school_microeconomics": 0.0, + "mmlu_high_school_physics": 0.0, + "mmlu_high_school_psychology": 0.0, + "mmlu_high_school_statistics": 0.0, + "mmlu_high_school_us_history": 0.0, + "mmlu_high_school_world_history": 0.0, + "mmlu_human_aging": 0.0, + "mmlu_human_sexuality": 0.0, + "mmlu_humanities": "N/A", + "mmlu_international_law": 0.0, + "mmlu_jurisprudence": 0.0, + "mmlu_logical_fallacies": 0.0, + "mmlu_machine_learning": 0.0, + "mmlu_management": 0.0, + "mmlu_marketing": 0.0, + "mmlu_medical_genetics": 0.0, + "mmlu_miscellaneous": 0.0, + "mmlu_moral_disputes": 0.0, + "mmlu_moral_scenarios": 0.0, + "mmlu_nutrition": 0.0, + "mmlu_other": "N/A", + "mmlu_philosophy": 0.0, + "mmlu_prehistory": 0.0, + "mmlu_professional_accounting": 0.0, + "mmlu_professional_law": 0.0, + "mmlu_professional_medicine": 0.0, + "mmlu_professional_psychology": 0.0, + "mmlu_public_relations": 0.0, + "mmlu_security_studies": 0.0, + "mmlu_social_sciences": "N/A", + "mmlu_sociology": 0.0, + "mmlu_stem": "N/A", + "mmlu_us_foreign_policy": 0.0, + "mmlu_virology": 0.0, + "mmlu_world_religions": 0.0 + }, + "n-shot": { + "mmlu": 0, + "mmlu_abstract_algebra": 5, + "mmlu_anatomy": 5, + "mmlu_astronomy": 5, + "mmlu_business_ethics": 5, + "mmlu_clinical_knowledge": 5, + "mmlu_college_biology": 5, + "mmlu_college_chemistry": 5, + "mmlu_college_computer_science": 5, + "mmlu_college_mathematics": 5, + "mmlu_college_medicine": 5, + "mmlu_college_physics": 5, + "mmlu_computer_security": 5, + "mmlu_conceptual_physics": 5, + "mmlu_econometrics": 5, + "mmlu_electrical_engineering": 5, + "mmlu_elementary_mathematics": 5, + "mmlu_formal_logic": 5, + "mmlu_global_facts": 5, + "mmlu_high_school_biology": 5, + "mmlu_high_school_chemistry": 5, + "mmlu_high_school_computer_science": 5, + "mmlu_high_school_european_history": 5, + "mmlu_high_school_geography": 5, + "mmlu_high_school_government_and_politics": 5, + "mmlu_high_school_macroeconomics": 5, + "mmlu_high_school_mathematics": 5, + "mmlu_high_school_microeconomics": 5, + "mmlu_high_school_physics": 5, + "mmlu_high_school_psychology": 5, + "mmlu_high_school_statistics": 5, + "mmlu_high_school_us_history": 5, + "mmlu_high_school_world_history": 5, + "mmlu_human_aging": 5, + "mmlu_human_sexuality": 5, + "mmlu_humanities": 5, + "mmlu_international_law": 5, + "mmlu_jurisprudence": 5, + "mmlu_logical_fallacies": 5, + "mmlu_machine_learning": 5, + "mmlu_management": 5, + "mmlu_marketing": 5, + "mmlu_medical_genetics": 5, + "mmlu_miscellaneous": 5, + "mmlu_moral_disputes": 5, + "mmlu_moral_scenarios": 5, + "mmlu_nutrition": 5, + "mmlu_other": 5, + "mmlu_philosophy": 5, + "mmlu_prehistory": 5, + "mmlu_professional_accounting": 5, + "mmlu_professional_law": 5, + "mmlu_professional_medicine": 5, + "mmlu_professional_psychology": 5, + "mmlu_public_relations": 5, + "mmlu_security_studies": 5, + "mmlu_social_sciences": 5, + "mmlu_sociology": 5, + "mmlu_stem": 5, + "mmlu_us_foreign_policy": 5, + "mmlu_virology": 5, + "mmlu_world_religions": 5 + }, + "config": { + "model": "hf", + "model_args": "pretrained=RWKV/rwkv-raven-7b,dtype=float16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 16 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/RWKV/rwkv-raven-7b/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log b/lm-eval-output/RWKV/rwkv-raven-7b/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..d8a425cb867ceed9048a0f659160ab94594ef22a --- /dev/null +++ b/lm-eval-output/RWKV/rwkv-raven-7b/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d971c3ec00bfeebeba3b2a499dbfdaa2c1ff217c78526c29c2f71173543d6217 +size 493895 diff --git a/lm-eval-output/allenai/OLMo-7B/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/results.json b/lm-eval-output/allenai/OLMo-7B/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..2643ba453f8d3a4d8c9e0971c1160025f88516ba --- /dev/null +++ b/lm-eval-output/allenai/OLMo-7B/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/results.json @@ -0,0 +1,68 @@ +{ + "results": { + "arc_challenge": { + "acc,none": 0.41723549488054607, + "acc_stderr,none": 0.014409825518403077, + "acc_norm,none": 0.4462457337883959, + "acc_norm_stderr,none": 0.014526705548539978, + "alias": "arc_challenge" + } + }, + "configs": { + "arc_challenge": { + "task": "arc_challenge", + "group": [ + "ai2_arc" + ], + "dataset_path": "allenai/ai2_arc", + "dataset_name": "ARC-Challenge", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "Question: {{question}}\nAnswer:", + "doc_to_target": "{{choices.label.index(answerKey)}}", + "doc_to_choice": "{{choices.text}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 25, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "Question: {{question}}\nAnswer:", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "arc_challenge": 1.0 + }, + "n-shot": { + "arc_challenge": 25 + }, + "config": { + "model": "hf", + "model_args": "pretrained=allenai/OLMo-7B,dtype=float16,trust_remote_code=True", + "batch_size": "1", + "batch_sizes": [], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/allenai/OLMo-7B/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/taskrun.log b/lm-eval-output/allenai/OLMo-7B/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..d33389309e2dc41b585f2ed999c03a1bd16c5b74 --- /dev/null +++ b/lm-eval-output/allenai/OLMo-7B/arc_challenge/dtype=float16,trust_remote_code=True-num_fewshot=25-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93aed66ead9522eb0eb404ddfb64b2d6219350267fa0b9d76d7fab6ceaca88b6 +size 159684 diff --git a/lm-eval-output/allenai/OLMo-7B/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json b/lm-eval-output/allenai/OLMo-7B/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..7f0c1e70447fe45d6210561f30505e83876fcf24 --- /dev/null +++ b/lm-eval-output/allenai/OLMo-7B/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json @@ -0,0 +1,2649 @@ +{ + "results": { + "mmlu": { + "acc,none": 0.2847884916678536, + "acc_stderr,none": 0.05083377611198537, + "alias": "mmlu" + }, + "mmlu_humanities": { + "alias": " - humanities", + "acc,none": 0.2595111583421892, + "acc_stderr,none": 0.030882438559226597 + }, + "mmlu_formal_logic": { + "alias": " - formal_logic", + "acc,none": 0.19047619047619047, + "acc_stderr,none": 0.03512207412302052 + }, + "mmlu_high_school_european_history": { + "alias": " - high_school_european_history", + "acc,none": 0.2545454545454545, + "acc_stderr,none": 0.03401506715249039 + }, + "mmlu_high_school_us_history": { + "alias": " - high_school_us_history", + "acc,none": 0.22058823529411764, + "acc_stderr,none": 0.02910225438967407 + }, + "mmlu_high_school_world_history": { + "alias": " - high_school_world_history", + "acc,none": 0.2742616033755274, + "acc_stderr,none": 0.029041333510598035 + }, + "mmlu_international_law": { + "alias": " - international_law", + "acc,none": 0.2644628099173554, + "acc_stderr,none": 0.04026187527591205 + }, + "mmlu_jurisprudence": { + "alias": " - jurisprudence", + "acc,none": 0.21296296296296297, + "acc_stderr,none": 0.03957835471980979 + }, + "mmlu_logical_fallacies": { + "alias": " - logical_fallacies", + "acc,none": 0.2392638036809816, + "acc_stderr,none": 0.0335195387952127 + }, + "mmlu_moral_disputes": { + "alias": " - moral_disputes", + "acc,none": 0.2630057803468208, + "acc_stderr,none": 0.023703099525258165 + }, + "mmlu_moral_scenarios": { + "alias": " - moral_scenarios", + "acc,none": 0.2424581005586592, + "acc_stderr,none": 0.014333522059217889 + }, + "mmlu_philosophy": { + "alias": " - philosophy", + "acc,none": 0.3247588424437299, + "acc_stderr,none": 0.026596782287697046 + }, + "mmlu_prehistory": { + "alias": " - prehistory", + "acc,none": 0.3117283950617284, + "acc_stderr,none": 0.025773111169630436 + }, + "mmlu_professional_law": { + "alias": " - professional_law", + "acc,none": 0.258148631029987, + "acc_stderr,none": 0.011176923719313402 + }, + "mmlu_world_religions": { + "alias": " - world_religions", + "acc,none": 0.2631578947368421, + "acc_stderr,none": 0.03377310252209194 + }, + "mmlu_other": { + "alias": " - other", + "acc,none": 0.3080141615706469, + "acc_stderr,none": 0.05726215420355078 + }, + "mmlu_business_ethics": { + "alias": " - business_ethics", + "acc,none": 0.21, + "acc_stderr,none": 0.040936018074033256 + }, + "mmlu_clinical_knowledge": { + "alias": " - clinical_knowledge", + "acc,none": 0.27169811320754716, + "acc_stderr,none": 0.027377706624670713 + }, + "mmlu_college_medicine": { + "alias": " - college_medicine", + "acc,none": 0.24277456647398843, + "acc_stderr,none": 0.0326926380614177 + }, + "mmlu_global_facts": { + "alias": " - global_facts", + "acc,none": 0.32, + "acc_stderr,none": 0.046882617226215034 + }, + "mmlu_human_aging": { + "alias": " - human_aging", + "acc,none": 0.3273542600896861, + "acc_stderr,none": 0.03149384670994131 + }, + "mmlu_management": { + "alias": " - management", + "acc,none": 0.2912621359223301, + "acc_stderr,none": 0.044986763205729245 + }, + "mmlu_marketing": { + "alias": " - marketing", + "acc,none": 0.28205128205128205, + "acc_stderr,none": 0.02948036054954119 + }, + "mmlu_medical_genetics": { + "alias": " - medical_genetics", + "acc,none": 0.29, + "acc_stderr,none": 0.04560480215720684 + }, + "mmlu_miscellaneous": { + "alias": " - miscellaneous", + "acc,none": 0.2962962962962963, + "acc_stderr,none": 0.01632881442210205 + }, + "mmlu_nutrition": { + "alias": " - nutrition", + "acc,none": 0.34967320261437906, + "acc_stderr,none": 0.027305308076274695 + }, + "mmlu_professional_accounting": { + "alias": " - professional_accounting", + "acc,none": 0.22695035460992907, + "acc_stderr,none": 0.024987106365642973 + }, + "mmlu_professional_medicine": { + "alias": " - professional_medicine", + "acc,none": 0.4485294117647059, + "acc_stderr,none": 0.0302114796091216 + }, + "mmlu_virology": { + "alias": " - virology", + "acc,none": 0.4036144578313253, + "acc_stderr,none": 0.03819486140758398 + }, + "mmlu_social_sciences": { + "alias": " - social_sciences", + "acc,none": 0.2908677283067923, + "acc_stderr,none": 0.054129411827228885 + }, + "mmlu_econometrics": { + "alias": " - econometrics", + "acc,none": 0.2982456140350877, + "acc_stderr,none": 0.043036840335373173 + }, + "mmlu_high_school_geography": { + "alias": " - high_school_geography", + "acc,none": 0.23232323232323232, + "acc_stderr,none": 0.030088629490217487 + }, + "mmlu_high_school_government_and_politics": { + "alias": " - high_school_government_and_politics", + "acc,none": 0.3316062176165803, + "acc_stderr,none": 0.03397636541089116 + }, + "mmlu_high_school_macroeconomics": { + "alias": " - high_school_macroeconomics", + "acc,none": 0.3435897435897436, + "acc_stderr,none": 0.02407869658063547 + }, + "mmlu_high_school_microeconomics": { + "alias": " - high_school_microeconomics", + "acc,none": 0.31932773109243695, + "acc_stderr,none": 0.030283995525884396 + }, + "mmlu_high_school_psychology": { + "alias": " - high_school_psychology", + "acc,none": 0.24954128440366974, + "acc_stderr,none": 0.018553897629501624 + }, + "mmlu_human_sexuality": { + "alias": " - human_sexuality", + "acc,none": 0.26717557251908397, + "acc_stderr,none": 0.038808483010823944 + }, + "mmlu_professional_psychology": { + "alias": " - professional_psychology", + "acc,none": 0.2238562091503268, + "acc_stderr,none": 0.016863008585416613 + }, + "mmlu_public_relations": { + "alias": " - public_relations", + "acc,none": 0.32727272727272727, + "acc_stderr,none": 0.04494290866252089 + }, + "mmlu_security_studies": { + "alias": " - security_studies", + "acc,none": 0.4122448979591837, + "acc_stderr,none": 0.03151236044674281 + }, + "mmlu_sociology": { + "alias": " - sociology", + "acc,none": 0.3482587064676617, + "acc_stderr,none": 0.033687874661154596 + }, + "mmlu_us_foreign_policy": { + "alias": " - us_foreign_policy", + "acc,none": 0.26, + "acc_stderr,none": 0.044084400227680794 + }, + "mmlu_stem": { + "alias": " - stem", + "acc,none": 0.29368855058674276, + "acc_stderr,none": 0.057050203747814526 + }, + "mmlu_abstract_algebra": { + "alias": " - abstract_algebra", + "acc,none": 0.25, + "acc_stderr,none": 0.04351941398892446 + }, + "mmlu_anatomy": { + "alias": " - anatomy", + "acc,none": 0.2814814814814815, + "acc_stderr,none": 0.038850042458002526 + }, + "mmlu_astronomy": { + "alias": " - astronomy", + "acc,none": 0.27631578947368424, + "acc_stderr,none": 0.03639057569952925 + }, + "mmlu_college_biology": { + "alias": " - college_biology", + "acc,none": 0.24305555555555555, + "acc_stderr,none": 0.03586879280080342 + }, + "mmlu_college_chemistry": { + "alias": " - college_chemistry", + "acc,none": 0.29, + "acc_stderr,none": 0.045604802157206845 + }, + "mmlu_college_computer_science": { + "alias": " - college_computer_science", + "acc,none": 0.32, + "acc_stderr,none": 0.04688261722621504 + }, + "mmlu_college_mathematics": { + "alias": " - college_mathematics", + "acc,none": 0.26, + "acc_stderr,none": 0.0440844002276808 + }, + "mmlu_college_physics": { + "alias": " - college_physics", + "acc,none": 0.20588235294117646, + "acc_stderr,none": 0.040233822736177476 + }, + "mmlu_computer_security": { + "alias": " - computer_security", + "acc,none": 0.28, + "acc_stderr,none": 0.04512608598542128 + }, + "mmlu_conceptual_physics": { + "alias": " - conceptual_physics", + "acc,none": 0.2851063829787234, + "acc_stderr,none": 0.029513196625539355 + }, + "mmlu_electrical_engineering": { + "alias": " - electrical_engineering", + "acc,none": 0.2896551724137931, + "acc_stderr,none": 0.03780019230438014 + }, + "mmlu_elementary_mathematics": { + "alias": " - elementary_mathematics", + "acc,none": 0.25396825396825395, + "acc_stderr,none": 0.022418042891113946 + }, + "mmlu_high_school_biology": { + "alias": " - high_school_biology", + "acc,none": 0.34838709677419355, + "acc_stderr,none": 0.027104826328100944 + }, + "mmlu_high_school_chemistry": { + "alias": " - high_school_chemistry", + "acc,none": 0.3251231527093596, + "acc_stderr,none": 0.03295797566311271 + }, + "mmlu_high_school_computer_science": { + "alias": " - high_school_computer_science", + "acc,none": 0.2, + "acc_stderr,none": 0.040201512610368445 + }, + "mmlu_high_school_mathematics": { + "alias": " - high_school_mathematics", + "acc,none": 0.2740740740740741, + "acc_stderr,none": 0.027195934804085622 + }, + "mmlu_high_school_physics": { + "alias": " - high_school_physics", + "acc,none": 0.31125827814569534, + "acc_stderr,none": 0.037804458505267334 + }, + "mmlu_high_school_statistics": { + "alias": " - high_school_statistics", + "acc,none": 0.44907407407407407, + "acc_stderr,none": 0.03392238405321617 + }, + "mmlu_machine_learning": { + "alias": " - machine_learning", + "acc,none": 0.29464285714285715, + "acc_stderr,none": 0.04327040932578728 + } + }, + "groups": { + "mmlu": { + "acc,none": 0.2847884916678536, + "acc_stderr,none": 0.05083377611198537, + "alias": "mmlu" + }, + "mmlu_humanities": { + "alias": " - humanities", + "acc,none": 0.2595111583421892, + "acc_stderr,none": 0.030882438559226597 + }, + "mmlu_other": { + "alias": " - other", + "acc,none": 0.3080141615706469, + "acc_stderr,none": 0.05726215420355078 + }, + "mmlu_social_sciences": { + "alias": " - social_sciences", + "acc,none": 0.2908677283067923, + "acc_stderr,none": 0.054129411827228885 + }, + "mmlu_stem": { + "alias": " - stem", + "acc,none": 0.29368855058674276, + "acc_stderr,none": 0.057050203747814526 + } + }, + "configs": { + "mmlu_abstract_algebra": { + "task": "mmlu_abstract_algebra", + "task_alias": "abstract_algebra", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "abstract_algebra", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about abstract algebra.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_anatomy": { + "task": "mmlu_anatomy", + "task_alias": "anatomy", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "anatomy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about anatomy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_astronomy": { + "task": "mmlu_astronomy", + "task_alias": "astronomy", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "astronomy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about astronomy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_business_ethics": { + "task": "mmlu_business_ethics", + "task_alias": "business_ethics", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "business_ethics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about business ethics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_clinical_knowledge": { + "task": "mmlu_clinical_knowledge", + "task_alias": "clinical_knowledge", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "clinical_knowledge", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about clinical knowledge.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_biology": { + "task": "mmlu_college_biology", + "task_alias": "college_biology", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_biology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college biology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_chemistry": { + "task": "mmlu_college_chemistry", + "task_alias": "college_chemistry", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_chemistry", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college chemistry.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_computer_science": { + "task": "mmlu_college_computer_science", + "task_alias": "college_computer_science", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_computer_science", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college computer science.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_mathematics": { + "task": "mmlu_college_mathematics", + "task_alias": "college_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_medicine": { + "task": "mmlu_college_medicine", + "task_alias": "college_medicine", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_medicine", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college medicine.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_physics": { + "task": "mmlu_college_physics", + "task_alias": "college_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_computer_security": { + "task": "mmlu_computer_security", + "task_alias": "computer_security", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "computer_security", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about computer security.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_conceptual_physics": { + "task": "mmlu_conceptual_physics", + "task_alias": "conceptual_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "conceptual_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about conceptual physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_econometrics": { + "task": "mmlu_econometrics", + "task_alias": "econometrics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "econometrics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about econometrics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_electrical_engineering": { + "task": "mmlu_electrical_engineering", + "task_alias": "electrical_engineering", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "electrical_engineering", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about electrical engineering.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_elementary_mathematics": { + "task": "mmlu_elementary_mathematics", + "task_alias": "elementary_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "elementary_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about elementary mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_formal_logic": { + "task": "mmlu_formal_logic", + "task_alias": "formal_logic", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "formal_logic", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about formal logic.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_global_facts": { + "task": "mmlu_global_facts", + "task_alias": "global_facts", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "global_facts", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about global facts.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_biology": { + "task": "mmlu_high_school_biology", + "task_alias": "high_school_biology", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_biology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school biology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_chemistry": { + "task": "mmlu_high_school_chemistry", + "task_alias": "high_school_chemistry", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_chemistry", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school chemistry.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_computer_science": { + "task": "mmlu_high_school_computer_science", + "task_alias": "high_school_computer_science", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_computer_science", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school computer science.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_european_history": { + "task": "mmlu_high_school_european_history", + "task_alias": "high_school_european_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_european_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school european history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_geography": { + "task": "mmlu_high_school_geography", + "task_alias": "high_school_geography", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_geography", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school geography.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_government_and_politics": { + "task": "mmlu_high_school_government_and_politics", + "task_alias": "high_school_government_and_politics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_government_and_politics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school government and politics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_macroeconomics": { + "task": "mmlu_high_school_macroeconomics", + "task_alias": "high_school_macroeconomics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_macroeconomics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school macroeconomics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_mathematics": { + "task": "mmlu_high_school_mathematics", + "task_alias": "high_school_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_microeconomics": { + "task": "mmlu_high_school_microeconomics", + "task_alias": "high_school_microeconomics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_microeconomics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school microeconomics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_physics": { + "task": "mmlu_high_school_physics", + "task_alias": "high_school_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_psychology": { + "task": "mmlu_high_school_psychology", + "task_alias": "high_school_psychology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_psychology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school psychology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_statistics": { + "task": "mmlu_high_school_statistics", + "task_alias": "high_school_statistics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_statistics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school statistics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_us_history": { + "task": "mmlu_high_school_us_history", + "task_alias": "high_school_us_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_us_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school us history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_world_history": { + "task": "mmlu_high_school_world_history", + "task_alias": "high_school_world_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_world_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school world history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_human_aging": { + "task": "mmlu_human_aging", + "task_alias": "human_aging", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "human_aging", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about human aging.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_human_sexuality": { + "task": "mmlu_human_sexuality", + "task_alias": "human_sexuality", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "human_sexuality", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about human sexuality.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_international_law": { + "task": "mmlu_international_law", + "task_alias": "international_law", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "international_law", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about international law.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_jurisprudence": { + "task": "mmlu_jurisprudence", + "task_alias": "jurisprudence", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "jurisprudence", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about jurisprudence.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_logical_fallacies": { + "task": "mmlu_logical_fallacies", + "task_alias": "logical_fallacies", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "logical_fallacies", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about logical fallacies.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_machine_learning": { + "task": "mmlu_machine_learning", + "task_alias": "machine_learning", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "machine_learning", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about machine learning.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_management": { + "task": "mmlu_management", + "task_alias": "management", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "management", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about management.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_marketing": { + "task": "mmlu_marketing", + "task_alias": "marketing", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "marketing", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about marketing.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_medical_genetics": { + "task": "mmlu_medical_genetics", + "task_alias": "medical_genetics", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "medical_genetics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about medical genetics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_miscellaneous": { + "task": "mmlu_miscellaneous", + "task_alias": "miscellaneous", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "miscellaneous", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about miscellaneous.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_moral_disputes": { + "task": "mmlu_moral_disputes", + "task_alias": "moral_disputes", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "moral_disputes", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about moral disputes.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_moral_scenarios": { + "task": "mmlu_moral_scenarios", + "task_alias": "moral_scenarios", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "moral_scenarios", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about moral scenarios.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_nutrition": { + "task": "mmlu_nutrition", + "task_alias": "nutrition", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "nutrition", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about nutrition.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_philosophy": { + "task": "mmlu_philosophy", + "task_alias": "philosophy", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "philosophy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about philosophy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_prehistory": { + "task": "mmlu_prehistory", + "task_alias": "prehistory", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "prehistory", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about prehistory.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_accounting": { + "task": "mmlu_professional_accounting", + "task_alias": "professional_accounting", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_accounting", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional accounting.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_law": { + "task": "mmlu_professional_law", + "task_alias": "professional_law", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_law", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional law.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_medicine": { + "task": "mmlu_professional_medicine", + "task_alias": "professional_medicine", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_medicine", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional medicine.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_psychology": { + "task": "mmlu_professional_psychology", + "task_alias": "professional_psychology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_psychology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional psychology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_public_relations": { + "task": "mmlu_public_relations", + "task_alias": "public_relations", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "public_relations", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about public relations.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_security_studies": { + "task": "mmlu_security_studies", + "task_alias": "security_studies", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "security_studies", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about security studies.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_sociology": { + "task": "mmlu_sociology", + "task_alias": "sociology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "sociology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about sociology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_us_foreign_policy": { + "task": "mmlu_us_foreign_policy", + "task_alias": "us_foreign_policy", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "us_foreign_policy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about us foreign policy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_virology": { + "task": "mmlu_virology", + "task_alias": "virology", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "virology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about virology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_world_religions": { + "task": "mmlu_world_religions", + "task_alias": "world_religions", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "world_religions", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about world religions.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + } + }, + "versions": { + "mmlu": "N/A", + "mmlu_abstract_algebra": 0.0, + "mmlu_anatomy": 0.0, + "mmlu_astronomy": 0.0, + "mmlu_business_ethics": 0.0, + "mmlu_clinical_knowledge": 0.0, + "mmlu_college_biology": 0.0, + "mmlu_college_chemistry": 0.0, + "mmlu_college_computer_science": 0.0, + "mmlu_college_mathematics": 0.0, + "mmlu_college_medicine": 0.0, + "mmlu_college_physics": 0.0, + "mmlu_computer_security": 0.0, + "mmlu_conceptual_physics": 0.0, + "mmlu_econometrics": 0.0, + "mmlu_electrical_engineering": 0.0, + "mmlu_elementary_mathematics": 0.0, + "mmlu_formal_logic": 0.0, + "mmlu_global_facts": 0.0, + "mmlu_high_school_biology": 0.0, + "mmlu_high_school_chemistry": 0.0, + "mmlu_high_school_computer_science": 0.0, + "mmlu_high_school_european_history": 0.0, + "mmlu_high_school_geography": 0.0, + "mmlu_high_school_government_and_politics": 0.0, + "mmlu_high_school_macroeconomics": 0.0, + "mmlu_high_school_mathematics": 0.0, + "mmlu_high_school_microeconomics": 0.0, + "mmlu_high_school_physics": 0.0, + "mmlu_high_school_psychology": 0.0, + "mmlu_high_school_statistics": 0.0, + "mmlu_high_school_us_history": 0.0, + "mmlu_high_school_world_history": 0.0, + "mmlu_human_aging": 0.0, + "mmlu_human_sexuality": 0.0, + "mmlu_humanities": "N/A", + "mmlu_international_law": 0.0, + "mmlu_jurisprudence": 0.0, + "mmlu_logical_fallacies": 0.0, + "mmlu_machine_learning": 0.0, + "mmlu_management": 0.0, + "mmlu_marketing": 0.0, + "mmlu_medical_genetics": 0.0, + "mmlu_miscellaneous": 0.0, + "mmlu_moral_disputes": 0.0, + "mmlu_moral_scenarios": 0.0, + "mmlu_nutrition": 0.0, + "mmlu_other": "N/A", + "mmlu_philosophy": 0.0, + "mmlu_prehistory": 0.0, + "mmlu_professional_accounting": 0.0, + "mmlu_professional_law": 0.0, + "mmlu_professional_medicine": 0.0, + "mmlu_professional_psychology": 0.0, + "mmlu_public_relations": 0.0, + "mmlu_security_studies": 0.0, + "mmlu_social_sciences": "N/A", + "mmlu_sociology": 0.0, + "mmlu_stem": "N/A", + "mmlu_us_foreign_policy": 0.0, + "mmlu_virology": 0.0, + "mmlu_world_religions": 0.0 + }, + "n-shot": { + "mmlu": 0, + "mmlu_abstract_algebra": 5, + "mmlu_anatomy": 5, + "mmlu_astronomy": 5, + "mmlu_business_ethics": 5, + "mmlu_clinical_knowledge": 5, + "mmlu_college_biology": 5, + "mmlu_college_chemistry": 5, + "mmlu_college_computer_science": 5, + "mmlu_college_mathematics": 5, + "mmlu_college_medicine": 5, + "mmlu_college_physics": 5, + "mmlu_computer_security": 5, + "mmlu_conceptual_physics": 5, + "mmlu_econometrics": 5, + "mmlu_electrical_engineering": 5, + "mmlu_elementary_mathematics": 5, + "mmlu_formal_logic": 5, + "mmlu_global_facts": 5, + "mmlu_high_school_biology": 5, + "mmlu_high_school_chemistry": 5, + "mmlu_high_school_computer_science": 5, + "mmlu_high_school_european_history": 5, + "mmlu_high_school_geography": 5, + "mmlu_high_school_government_and_politics": 5, + "mmlu_high_school_macroeconomics": 5, + "mmlu_high_school_mathematics": 5, + "mmlu_high_school_microeconomics": 5, + "mmlu_high_school_physics": 5, + "mmlu_high_school_psychology": 5, + "mmlu_high_school_statistics": 5, + "mmlu_high_school_us_history": 5, + "mmlu_high_school_world_history": 5, + "mmlu_human_aging": 5, + "mmlu_human_sexuality": 5, + "mmlu_humanities": 5, + "mmlu_international_law": 5, + "mmlu_jurisprudence": 5, + "mmlu_logical_fallacies": 5, + "mmlu_machine_learning": 5, + "mmlu_management": 5, + "mmlu_marketing": 5, + "mmlu_medical_genetics": 5, + "mmlu_miscellaneous": 5, + "mmlu_moral_disputes": 5, + "mmlu_moral_scenarios": 5, + "mmlu_nutrition": 5, + "mmlu_other": 5, + "mmlu_philosophy": 5, + "mmlu_prehistory": 5, + "mmlu_professional_accounting": 5, + "mmlu_professional_law": 5, + "mmlu_professional_medicine": 5, + "mmlu_professional_psychology": 5, + "mmlu_public_relations": 5, + "mmlu_security_studies": 5, + "mmlu_social_sciences": 5, + "mmlu_sociology": 5, + "mmlu_stem": 5, + "mmlu_us_foreign_policy": 5, + "mmlu_virology": 5, + "mmlu_world_religions": 5 + }, + "config": { + "model": "hf", + "model_args": "pretrained=allenai/OLMo-7B,dtype=float16,trust_remote_code=True", + "batch_size": "1", + "batch_sizes": [], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/allenai/OLMo-7B/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log b/lm-eval-output/allenai/OLMo-7B/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..1a55692ec349d6ddba332a6552abc1d6a47e8d5f --- /dev/null +++ b/lm-eval-output/allenai/OLMo-7B/mmlu/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5793652f8a3eee331bec3b5c625c1e1181e62a980cdc635643cd86b1aaa3818 +size 539590 diff --git a/lm-eval-output/allenai/OLMo-7B/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/results.json b/lm-eval-output/allenai/OLMo-7B/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..1aa90690741b748b13b2b93a3aa988409ae11015 --- /dev/null +++ b/lm-eval-output/allenai/OLMo-7B/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/results.json @@ -0,0 +1,60 @@ +{ + "results": { + "truthfulqa_mc2": { + "acc,none": 0.35846563712923685, + "acc_stderr,none": 0.01380221224203312, + "alias": "truthfulqa_mc2" + } + }, + "configs": { + "truthfulqa_mc2": { + "task": "truthfulqa_mc2", + "group": [ + "truthfulqa" + ], + "dataset_path": "truthful_qa", + "dataset_name": "multiple_choice", + "validation_split": "validation", + "doc_to_text": "{% set prompt_qa = 'Q: What is human life expectancy in the United States?\nA: Human life expectancy in the United States is 78 years.\n\nQ: Who was president of the United States in 1955?\nA: Dwight D. Eisenhower was president of the United States in 1955.\n\nQ: Which party did he belong to?\nA: He belonged to the Republican Party.\n\nQ: What is the square root of banana?\nA: I have no comment.\n\nQ: How does a telescope work?\nA: Telescopes use lenses or mirrors to focus light and make objects appear closer.\n\nQ: Where were the 1992 Olympics held?\nA: The 1992 Olympics were held in Barcelona, Spain.'%}{{prompt_qa + '\n\nQ: ' + question + '\nA:'}}", + "doc_to_target": 0, + "doc_to_choice": "{{mc2_targets.choices}}", + "process_results": "def process_results_mc2(doc, results):\n lls, is_greedy = zip(*results)\n\n # Split on the first `0` as everything before it is true (`1`).\n split_idx = list(doc[\"mc2_targets\"][\"labels\"]).index(0)\n # Compute the normalized probability mass for the correct answer.\n ll_true, ll_false = lls[:split_idx], lls[split_idx:]\n p_true, p_false = np.exp(np.array(ll_true)), np.exp(np.array(ll_false))\n p_true = p_true / (sum(p_true) + sum(p_false))\n\n return {\"acc\": sum(p_true)}\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "question", + "metadata": { + "version": 2.0 + } + } + }, + "versions": { + "truthfulqa_mc2": 2.0 + }, + "n-shot": { + "truthfulqa_mc2": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=allenai/OLMo-7B,dtype=float16,trust_remote_code=True", + "batch_size": "1", + "batch_sizes": [], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/allenai/OLMo-7B/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/taskrun.log b/lm-eval-output/allenai/OLMo-7B/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..1f45ac7d6af412cfe2993d8f3b624e5e6a97cb2d --- /dev/null +++ b/lm-eval-output/allenai/OLMo-7B/truthfulqa_mc2/dtype=float16,trust_remote_code=True-num_fewshot=0-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6721ad7c39c74adc626df64d4c12d9a6e3cc1725c8e85043c8545cee9093a473 +size 25172 diff --git a/lm-eval-output/allenai/OLMo-7B/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json b/lm-eval-output/allenai/OLMo-7B/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..6dc4fa0231228a39cbc173cd79b036d954e7edc4 --- /dev/null +++ b/lm-eval-output/allenai/OLMo-7B/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/results.json @@ -0,0 +1,57 @@ +{ + "results": { + "winogrande": { + "acc,none": 0.7048145224940805, + "acc_stderr,none": 0.012819410741754775, + "alias": "winogrande" + } + }, + "configs": { + "winogrande": { + "task": "winogrande", + "dataset_path": "winogrande", + "dataset_name": "winogrande_xl", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "def doc_to_text(doc):\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n", + "doc_to_target": "def doc_to_target(doc):\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n", + "doc_to_choice": "def doc_to_choice(doc):\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 5, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "sentence", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "winogrande": 1.0 + }, + "n-shot": { + "winogrande": 5 + }, + "config": { + "model": "hf", + "model_args": "pretrained=allenai/OLMo-7B,dtype=float16,trust_remote_code=True", + "batch_size": "1", + "batch_sizes": [], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/allenai/OLMo-7B/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log b/lm-eval-output/allenai/OLMo-7B/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..e27f42908aebc5b2d9752c0c152f0f5090d34caa --- /dev/null +++ b/lm-eval-output/allenai/OLMo-7B/winogrande/dtype=float16,trust_remote_code=True-num_fewshot=5-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6048d0ca28b38059e811b109a0e7e07c20eded9587245f2a42bb55dc8dbdfe43 +size 19037 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/ai2_arc/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/ai2_arc/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..644e3785d264d7b59f28434871a9171b03b20595 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/ai2_arc/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,132 @@ +{ + "results": { + "ai2_arc": { + "acc,none": 0.6240135287485907, + "acc_stderr,none": 0.10388277155485243, + "acc_norm,none": 0.6344419391206313, + "acc_norm_stderr,none": 0.08923344364273313, + "alias": "ai2_arc" + }, + "arc_challenge": { + "acc,none": 0.4044368600682594, + "acc_stderr,none": 0.014342036483436169, + "acc_norm,none": 0.4462457337883959, + "acc_norm_stderr,none": 0.014526705548539982, + "alias": " - arc_challenge" + }, + "arc_easy": { + "acc,none": 0.7323232323232324, + "acc_stderr,none": 0.009085000147099353, + "acc_norm,none": 0.7272727272727273, + "acc_norm_stderr,none": 0.00913863072636423, + "alias": " - arc_easy" + } + }, + "groups": { + "ai2_arc": { + "acc,none": 0.6240135287485907, + "acc_stderr,none": 0.10388277155485243, + "acc_norm,none": 0.6344419391206313, + "acc_norm_stderr,none": 0.08923344364273313, + "alias": "ai2_arc" + } + }, + "configs": { + "arc_challenge": { + "task": "arc_challenge", + "group": [ + "ai2_arc" + ], + "dataset_path": "allenai/ai2_arc", + "dataset_name": "ARC-Challenge", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "Question: {{question}}\nAnswer:", + "doc_to_target": "{{choices.label.index(answerKey)}}", + "doc_to_choice": "{{choices.text}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "Question: {{question}}\nAnswer:", + "metadata": { + "version": 1.0 + } + }, + "arc_easy": { + "task": "arc_easy", + "group": [ + "ai2_arc" + ], + "dataset_path": "allenai/ai2_arc", + "dataset_name": "ARC-Easy", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "Question: {{question}}\nAnswer:", + "doc_to_target": "{{choices.label.index(answerKey)}}", + "doc_to_choice": "{{choices.text}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "Question: {{question}}\nAnswer:", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "ai2_arc": "N/A", + "arc_challenge": 1.0, + "arc_easy": 1.0 + }, + "n-shot": { + "ai2_arc": 0, + "arc_challenge": 0, + "arc_easy": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/ai2_arc/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/ai2_arc/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..c64a6f5fa4de5540937bbbb1468c46f49980dddf --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/ai2_arc/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af7603495375488a226c01f0768b177e68c3b8e91287eccace70d35e51c6376 +size 48046 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/anli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/anli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..4119d119c1933e83ef73cff1f8be421d42de5477 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/anli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,161 @@ +{ + "results": { + "anli": { + "acc,none": 0.34875, + "acc_stderr,none": 0.01538057765413352, + "alias": "anli" + }, + "anli_r1": { + "acc,none": 0.358, + "acc_stderr,none": 0.015167928865407559, + "alias": " - anli_r1" + }, + "anli_r2": { + "acc,none": 0.339, + "acc_stderr,none": 0.01497675877162034, + "alias": " - anli_r2" + }, + "anli_r3": { + "acc,none": 0.3491666666666667, + "acc_stderr,none": 0.01376707539507725, + "alias": " - anli_r3" + } + }, + "groups": { + "anli": { + "acc,none": 0.34875, + "acc_stderr,none": 0.01538057765413352, + "alias": "anli" + } + }, + "configs": { + "anli_r1": { + "task": "anli_r1", + "group": [ + "anli" + ], + "dataset_path": "anli", + "training_split": "train_r1", + "validation_split": "dev_r1", + "test_split": "test_r1", + "doc_to_text": "{{premise}}\nQuestion: {{hypothesis}} True, False, or Neither?\nAnswer:", + "doc_to_target": "{{['True', 'Neither', 'False'][label]}}", + "doc_to_choice": [ + "True", + "Neither", + "False" + ], + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "premise", + "metadata": { + "version": 1.0 + } + }, + "anli_r2": { + "task": "anli_r2", + "group": [ + "anli" + ], + "dataset_path": "anli", + "training_split": "train_r2", + "validation_split": "dev_r2", + "test_split": "test_r2", + "doc_to_text": "{{premise}}\nQuestion: {{hypothesis}} True, False, or Neither?\nAnswer:", + "doc_to_target": "{{['True', 'Neither', 'False'][label]}}", + "doc_to_choice": [ + "True", + "Neither", + "False" + ], + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "premise", + "metadata": { + "version": 1.0 + } + }, + "anli_r3": { + "task": "anli_r3", + "group": [ + "anli" + ], + "dataset_path": "anli", + "training_split": "train_r3", + "validation_split": "dev_r3", + "test_split": "test_r3", + "doc_to_text": "{{premise}}\nQuestion: {{hypothesis}} True, False, or Neither?\nAnswer:", + "doc_to_target": "{{['True', 'Neither', 'False'][label]}}", + "doc_to_choice": [ + "True", + "Neither", + "False" + ], + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "premise", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "anli": "N/A", + "anli_r1": 1.0, + "anli_r2": 1.0, + "anli_r3": 1.0 + }, + "n-shot": { + "anli": 0, + "anli_r1": 0, + "anli_r2": 0, + "anli_r3": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/anli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/anli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..2f4df1032926c6c88f6eb1bb1363c65991711f70 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/anli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82aadca8d1c31d312414679d8e7de4a1cba94868a365026929c74a055b4182f7 +size 42192 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/blimp/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/blimp/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..5033c50bce46b796aef0755742588b551e506afb --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/blimp/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,2249 @@ +{ + "results": { + "blimp": { + "acc,none": 0.8364776119402983, + "acc_stderr,none": 0.14348263501658337, + "alias": "blimp" + }, + "blimp_adjunct_island": { + "acc,none": 0.91, + "acc_stderr,none": 0.009054390204866437, + "alias": " - blimp_adjunct_island" + }, + "blimp_anaphor_gender_agreement": { + "acc,none": 0.991, + "acc_stderr,none": 0.0029879638431426635, + "alias": " - blimp_anaphor_gender_agreement" + }, + "blimp_anaphor_number_agreement": { + "acc,none": 0.998, + "acc_stderr,none": 0.0014135055705578052, + "alias": " - blimp_anaphor_number_agreement" + }, + "blimp_animate_subject_passive": { + "acc,none": 0.817, + "acc_stderr,none": 0.012233587399477825, + "alias": " - blimp_animate_subject_passive" + }, + "blimp_animate_subject_trans": { + "acc,none": 0.898, + "acc_stderr,none": 0.009575368801653893, + "alias": " - blimp_animate_subject_trans" + }, + "blimp_causative": { + "acc,none": 0.764, + "acc_stderr,none": 0.01343445140243868, + "alias": " - blimp_causative" + }, + "blimp_complex_NP_island": { + "acc,none": 0.568, + "acc_stderr,none": 0.015672320237336206, + "alias": " - blimp_complex_NP_island" + }, + "blimp_coordinate_structure_constraint_complex_left_branch": { + "acc,none": 0.782, + "acc_stderr,none": 0.013063179040595294, + "alias": " - blimp_coordinate_structure_constraint_complex_left_branch" + }, + "blimp_coordinate_structure_constraint_object_extraction": { + "acc,none": 0.869, + "acc_stderr,none": 0.01067487484483796, + "alias": " - blimp_coordinate_structure_constraint_object_extraction" + }, + "blimp_determiner_noun_agreement_1": { + "acc,none": 0.996, + "acc_stderr,none": 0.001996994739098728, + "alias": " - blimp_determiner_noun_agreement_1" + }, + "blimp_determiner_noun_agreement_2": { + "acc,none": 0.98, + "acc_stderr,none": 0.004429403980178363, + "alias": " - blimp_determiner_noun_agreement_2" + }, + "blimp_determiner_noun_agreement_irregular_1": { + "acc,none": 0.923, + "acc_stderr,none": 0.008434580140240658, + "alias": " - blimp_determiner_noun_agreement_irregular_1" + }, + "blimp_determiner_noun_agreement_irregular_2": { + "acc,none": 0.942, + "acc_stderr,none": 0.007395315455792944, + "alias": " - blimp_determiner_noun_agreement_irregular_2" + }, + "blimp_determiner_noun_agreement_with_adj_2": { + "acc,none": 0.954, + "acc_stderr,none": 0.006627814717380709, + "alias": " - blimp_determiner_noun_agreement_with_adj_2" + }, + "blimp_determiner_noun_agreement_with_adj_irregular_1": { + "acc,none": 0.874, + "acc_stderr,none": 0.010499249222408021, + "alias": " - blimp_determiner_noun_agreement_with_adj_irregular_1" + }, + "blimp_determiner_noun_agreement_with_adj_irregular_2": { + "acc,none": 0.916, + "acc_stderr,none": 0.008776162089491111, + "alias": " - blimp_determiner_noun_agreement_with_adj_irregular_2" + }, + "blimp_determiner_noun_agreement_with_adjective_1": { + "acc,none": 0.978, + "acc_stderr,none": 0.004640855259274701, + "alias": " - blimp_determiner_noun_agreement_with_adjective_1" + }, + "blimp_distractor_agreement_relational_noun": { + "acc,none": 0.891, + "acc_stderr,none": 0.009859828407037188, + "alias": " - blimp_distractor_agreement_relational_noun" + }, + "blimp_distractor_agreement_relative_clause": { + "acc,none": 0.761, + "acc_stderr,none": 0.013493000446937591, + "alias": " - blimp_distractor_agreement_relative_clause" + }, + "blimp_drop_argument": { + "acc,none": 0.764, + "acc_stderr,none": 0.01343445140243869, + "alias": " - blimp_drop_argument" + }, + "blimp_ellipsis_n_bar_1": { + "acc,none": 0.782, + "acc_stderr,none": 0.013063179040595282, + "alias": " - blimp_ellipsis_n_bar_1" + }, + "blimp_ellipsis_n_bar_2": { + "acc,none": 0.929, + "acc_stderr,none": 0.008125578442487917, + "alias": " - blimp_ellipsis_n_bar_2" + }, + "blimp_existential_there_object_raising": { + "acc,none": 0.834, + "acc_stderr,none": 0.011772110370812189, + "alias": " - blimp_existential_there_object_raising" + }, + "blimp_existential_there_quantifiers_1": { + "acc,none": 0.994, + "acc_stderr,none": 0.0024433521993298215, + "alias": " - blimp_existential_there_quantifiers_1" + }, + "blimp_existential_there_quantifiers_2": { + "acc,none": 0.292, + "acc_stderr,none": 0.014385511563477341, + "alias": " - blimp_existential_there_quantifiers_2" + }, + "blimp_existential_there_subject_raising": { + "acc,none": 0.879, + "acc_stderr,none": 0.010318210380946085, + "alias": " - blimp_existential_there_subject_raising" + }, + "blimp_expletive_it_object_raising": { + "acc,none": 0.794, + "acc_stderr,none": 0.012795613612786548, + "alias": " - blimp_expletive_it_object_raising" + }, + "blimp_inchoative": { + "acc,none": 0.691, + "acc_stderr,none": 0.014619600977206486, + "alias": " - blimp_inchoative" + }, + "blimp_intransitive": { + "acc,none": 0.84, + "acc_stderr,none": 0.011598902298689002, + "alias": " - blimp_intransitive" + }, + "blimp_irregular_past_participle_adjectives": { + "acc,none": 0.936, + "acc_stderr,none": 0.007743640226919305, + "alias": " - blimp_irregular_past_participle_adjectives" + }, + "blimp_irregular_past_participle_verbs": { + "acc,none": 0.896, + "acc_stderr,none": 0.00965801621852431, + "alias": " - blimp_irregular_past_participle_verbs" + }, + "blimp_irregular_plural_subject_verb_agreement_1": { + "acc,none": 0.944, + "acc_stderr,none": 0.007274401481697076, + "alias": " - blimp_irregular_plural_subject_verb_agreement_1" + }, + "blimp_irregular_plural_subject_verb_agreement_2": { + "acc,none": 0.896, + "acc_stderr,none": 0.00965801621852428, + "alias": " - blimp_irregular_plural_subject_verb_agreement_2" + }, + "blimp_left_branch_island_echo_question": { + "acc,none": 0.692, + "acc_stderr,none": 0.01460648312734276, + "alias": " - blimp_left_branch_island_echo_question" + }, + "blimp_left_branch_island_simple_question": { + "acc,none": 0.887, + "acc_stderr,none": 0.010016552866696869, + "alias": " - blimp_left_branch_island_simple_question" + }, + "blimp_matrix_question_npi_licensor_present": { + "acc,none": 0.534, + "acc_stderr,none": 0.01578268332993762, + "alias": " - blimp_matrix_question_npi_licensor_present" + }, + "blimp_npi_present_1": { + "acc,none": 0.701, + "acc_stderr,none": 0.014484778521220465, + "alias": " - blimp_npi_present_1" + }, + "blimp_npi_present_2": { + "acc,none": 0.697, + "acc_stderr,none": 0.014539683710535257, + "alias": " - blimp_npi_present_2" + }, + "blimp_only_npi_licensor_present": { + "acc,none": 0.969, + "acc_stderr,none": 0.005483527064679196, + "alias": " - blimp_only_npi_licensor_present" + }, + "blimp_only_npi_scope": { + "acc,none": 0.879, + "acc_stderr,none": 0.010318210380946099, + "alias": " - blimp_only_npi_scope" + }, + "blimp_passive_1": { + "acc,none": 0.904, + "acc_stderr,none": 0.009320454434783215, + "alias": " - blimp_passive_1" + }, + "blimp_passive_2": { + "acc,none": 0.91, + "acc_stderr,none": 0.009054390204866437, + "alias": " - blimp_passive_2" + }, + "blimp_principle_A_c_command": { + "acc,none": 0.776, + "acc_stderr,none": 0.013190830072364459, + "alias": " - blimp_principle_A_c_command" + }, + "blimp_principle_A_case_1": { + "acc,none": 1.0, + "acc_stderr,none": 0.0, + "alias": " - blimp_principle_A_case_1" + }, + "blimp_principle_A_case_2": { + "acc,none": 0.95, + "acc_stderr,none": 0.006895472974897896, + "alias": " - blimp_principle_A_case_2" + }, + "blimp_principle_A_domain_1": { + "acc,none": 0.995, + "acc_stderr,none": 0.002231586874844882, + "alias": " - blimp_principle_A_domain_1" + }, + "blimp_principle_A_domain_2": { + "acc,none": 0.905, + "acc_stderr,none": 0.009276910103103319, + "alias": " - blimp_principle_A_domain_2" + }, + "blimp_principle_A_domain_3": { + "acc,none": 0.823, + "acc_stderr,none": 0.012075463420375061, + "alias": " - blimp_principle_A_domain_3" + }, + "blimp_principle_A_reconstruction": { + "acc,none": 0.579, + "acc_stderr,none": 0.01562059547530132, + "alias": " - blimp_principle_A_reconstruction" + }, + "blimp_regular_plural_subject_verb_agreement_1": { + "acc,none": 0.967, + "acc_stderr,none": 0.0056518088204523705, + "alias": " - blimp_regular_plural_subject_verb_agreement_1" + }, + "blimp_regular_plural_subject_verb_agreement_2": { + "acc,none": 0.915, + "acc_stderr,none": 0.008823426366942309, + "alias": " - blimp_regular_plural_subject_verb_agreement_2" + }, + "blimp_sentential_negation_npi_licensor_present": { + "acc,none": 0.991, + "acc_stderr,none": 0.0029879638431426626, + "alias": " - blimp_sentential_negation_npi_licensor_present" + }, + "blimp_sentential_negation_npi_scope": { + "acc,none": 0.741, + "acc_stderr,none": 0.013860415257527911, + "alias": " - blimp_sentential_negation_npi_scope" + }, + "blimp_sentential_subject_island": { + "acc,none": 0.522, + "acc_stderr,none": 0.015803979428161943, + "alias": " - blimp_sentential_subject_island" + }, + "blimp_superlative_quantifiers_1": { + "acc,none": 0.886, + "acc_stderr,none": 0.010055103435823333, + "alias": " - blimp_superlative_quantifiers_1" + }, + "blimp_superlative_quantifiers_2": { + "acc,none": 0.922, + "acc_stderr,none": 0.008484573530118581, + "alias": " - blimp_superlative_quantifiers_2" + }, + "blimp_tough_vs_raising_1": { + "acc,none": 0.671, + "acc_stderr,none": 0.014865395385928364, + "alias": " - blimp_tough_vs_raising_1" + }, + "blimp_tough_vs_raising_2": { + "acc,none": 0.876, + "acc_stderr,none": 0.010427498872343956, + "alias": " - blimp_tough_vs_raising_2" + }, + "blimp_transitive": { + "acc,none": 0.875, + "acc_stderr,none": 0.010463483381956722, + "alias": " - blimp_transitive" + }, + "blimp_wh_island": { + "acc,none": 0.796, + "acc_stderr,none": 0.012749374359024391, + "alias": " - blimp_wh_island" + }, + "blimp_wh_questions_object_gap": { + "acc,none": 0.853, + "acc_stderr,none": 0.011203415395160328, + "alias": " - blimp_wh_questions_object_gap" + }, + "blimp_wh_questions_subject_gap": { + "acc,none": 0.944, + "acc_stderr,none": 0.007274401481697055, + "alias": " - blimp_wh_questions_subject_gap" + }, + "blimp_wh_questions_subject_gap_long_distance": { + "acc,none": 0.936, + "acc_stderr,none": 0.007743640226919291, + "alias": " - blimp_wh_questions_subject_gap_long_distance" + }, + "blimp_wh_vs_that_no_gap": { + "acc,none": 0.98, + "acc_stderr,none": 0.0044294039801783544, + "alias": " - blimp_wh_vs_that_no_gap" + }, + "blimp_wh_vs_that_no_gap_long_distance": { + "acc,none": 0.971, + "acc_stderr,none": 0.005309160685757005, + "alias": " - blimp_wh_vs_that_no_gap_long_distance" + }, + "blimp_wh_vs_that_with_gap": { + "acc,none": 0.379, + "acc_stderr,none": 0.015349091002225352, + "alias": " - blimp_wh_vs_that_with_gap" + }, + "blimp_wh_vs_that_with_gap_long_distance": { + "acc,none": 0.335, + "acc_stderr,none": 0.014933117490932584, + "alias": " - blimp_wh_vs_that_with_gap_long_distance" + } + }, + "groups": { + "blimp": { + "acc,none": 0.8364776119402983, + "acc_stderr,none": 0.14348263501658337, + "alias": "blimp" + } + }, + "configs": { + "blimp_adjunct_island": { + "task": "blimp_adjunct_island", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "adjunct_island", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_anaphor_gender_agreement": { + "task": "blimp_anaphor_gender_agreement", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "anaphor_gender_agreement", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_anaphor_number_agreement": { + "task": "blimp_anaphor_number_agreement", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "anaphor_number_agreement", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_animate_subject_passive": { + "task": "blimp_animate_subject_passive", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "animate_subject_passive", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_animate_subject_trans": { + "task": "blimp_animate_subject_trans", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "animate_subject_trans", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_causative": { + "task": "blimp_causative", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "causative", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_complex_NP_island": { + "task": "blimp_complex_NP_island", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "complex_NP_island", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_coordinate_structure_constraint_complex_left_branch": { + "task": "blimp_coordinate_structure_constraint_complex_left_branch", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "coordinate_structure_constraint_complex_left_branch", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_coordinate_structure_constraint_object_extraction": { + "task": "blimp_coordinate_structure_constraint_object_extraction", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "coordinate_structure_constraint_object_extraction", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_determiner_noun_agreement_1": { + "task": "blimp_determiner_noun_agreement_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "determiner_noun_agreement_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_determiner_noun_agreement_2": { + "task": "blimp_determiner_noun_agreement_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "determiner_noun_agreement_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_determiner_noun_agreement_irregular_1": { + "task": "blimp_determiner_noun_agreement_irregular_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "determiner_noun_agreement_irregular_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_determiner_noun_agreement_irregular_2": { + "task": "blimp_determiner_noun_agreement_irregular_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "determiner_noun_agreement_irregular_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_determiner_noun_agreement_with_adj_2": { + "task": "blimp_determiner_noun_agreement_with_adj_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "determiner_noun_agreement_with_adj_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_determiner_noun_agreement_with_adj_irregular_1": { + "task": "blimp_determiner_noun_agreement_with_adj_irregular_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "determiner_noun_agreement_with_adj_irregular_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_determiner_noun_agreement_with_adj_irregular_2": { + "task": "blimp_determiner_noun_agreement_with_adj_irregular_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "determiner_noun_agreement_with_adj_irregular_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_determiner_noun_agreement_with_adjective_1": { + "task": "blimp_determiner_noun_agreement_with_adjective_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "determiner_noun_agreement_with_adjective_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_distractor_agreement_relational_noun": { + "task": "blimp_distractor_agreement_relational_noun", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "distractor_agreement_relational_noun", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_distractor_agreement_relative_clause": { + "task": "blimp_distractor_agreement_relative_clause", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "distractor_agreement_relative_clause", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_drop_argument": { + "task": "blimp_drop_argument", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "drop_argument", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_ellipsis_n_bar_1": { + "task": "blimp_ellipsis_n_bar_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "ellipsis_n_bar_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_ellipsis_n_bar_2": { + "task": "blimp_ellipsis_n_bar_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "ellipsis_n_bar_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_existential_there_object_raising": { + "task": "blimp_existential_there_object_raising", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "existential_there_object_raising", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_existential_there_quantifiers_1": { + "task": "blimp_existential_there_quantifiers_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "existential_there_quantifiers_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_existential_there_quantifiers_2": { + "task": "blimp_existential_there_quantifiers_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "existential_there_quantifiers_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_existential_there_subject_raising": { + "task": "blimp_existential_there_subject_raising", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "existential_there_subject_raising", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_expletive_it_object_raising": { + "task": "blimp_expletive_it_object_raising", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "expletive_it_object_raising", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_inchoative": { + "task": "blimp_inchoative", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "inchoative", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_intransitive": { + "task": "blimp_intransitive", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "intransitive", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_irregular_past_participle_adjectives": { + "task": "blimp_irregular_past_participle_adjectives", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "irregular_past_participle_adjectives", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_irregular_past_participle_verbs": { + "task": "blimp_irregular_past_participle_verbs", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "irregular_past_participle_verbs", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_irregular_plural_subject_verb_agreement_1": { + "task": "blimp_irregular_plural_subject_verb_agreement_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "irregular_plural_subject_verb_agreement_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_irregular_plural_subject_verb_agreement_2": { + "task": "blimp_irregular_plural_subject_verb_agreement_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "irregular_plural_subject_verb_agreement_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_left_branch_island_echo_question": { + "task": "blimp_left_branch_island_echo_question", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "left_branch_island_echo_question", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_left_branch_island_simple_question": { + "task": "blimp_left_branch_island_simple_question", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "left_branch_island_simple_question", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_matrix_question_npi_licensor_present": { + "task": "blimp_matrix_question_npi_licensor_present", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "matrix_question_npi_licensor_present", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_npi_present_1": { + "task": "blimp_npi_present_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "npi_present_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_npi_present_2": { + "task": "blimp_npi_present_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "npi_present_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_only_npi_licensor_present": { + "task": "blimp_only_npi_licensor_present", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "only_npi_licensor_present", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_only_npi_scope": { + "task": "blimp_only_npi_scope", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "only_npi_scope", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_passive_1": { + "task": "blimp_passive_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "passive_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_passive_2": { + "task": "blimp_passive_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "passive_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_principle_A_c_command": { + "task": "blimp_principle_A_c_command", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "principle_A_c_command", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_principle_A_case_1": { + "task": "blimp_principle_A_case_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "principle_A_case_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_principle_A_case_2": { + "task": "blimp_principle_A_case_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "principle_A_case_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_principle_A_domain_1": { + "task": "blimp_principle_A_domain_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "principle_A_domain_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_principle_A_domain_2": { + "task": "blimp_principle_A_domain_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "principle_A_domain_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_principle_A_domain_3": { + "task": "blimp_principle_A_domain_3", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "principle_A_domain_3", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_principle_A_reconstruction": { + "task": "blimp_principle_A_reconstruction", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "principle_A_reconstruction", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_regular_plural_subject_verb_agreement_1": { + "task": "blimp_regular_plural_subject_verb_agreement_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "regular_plural_subject_verb_agreement_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_regular_plural_subject_verb_agreement_2": { + "task": "blimp_regular_plural_subject_verb_agreement_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "regular_plural_subject_verb_agreement_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_sentential_negation_npi_licensor_present": { + "task": "blimp_sentential_negation_npi_licensor_present", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "sentential_negation_npi_licensor_present", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_sentential_negation_npi_scope": { + "task": "blimp_sentential_negation_npi_scope", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "sentential_negation_npi_scope", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_sentential_subject_island": { + "task": "blimp_sentential_subject_island", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "sentential_subject_island", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_superlative_quantifiers_1": { + "task": "blimp_superlative_quantifiers_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "superlative_quantifiers_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_superlative_quantifiers_2": { + "task": "blimp_superlative_quantifiers_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "superlative_quantifiers_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_tough_vs_raising_1": { + "task": "blimp_tough_vs_raising_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "tough_vs_raising_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_tough_vs_raising_2": { + "task": "blimp_tough_vs_raising_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "tough_vs_raising_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_transitive": { + "task": "blimp_transitive", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "transitive", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_wh_island": { + "task": "blimp_wh_island", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "wh_island", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_wh_questions_object_gap": { + "task": "blimp_wh_questions_object_gap", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "wh_questions_object_gap", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_wh_questions_subject_gap": { + "task": "blimp_wh_questions_subject_gap", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "wh_questions_subject_gap", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_wh_questions_subject_gap_long_distance": { + "task": "blimp_wh_questions_subject_gap_long_distance", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "wh_questions_subject_gap_long_distance", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_wh_vs_that_no_gap": { + "task": "blimp_wh_vs_that_no_gap", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "wh_vs_that_no_gap", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_wh_vs_that_no_gap_long_distance": { + "task": "blimp_wh_vs_that_no_gap_long_distance", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "wh_vs_that_no_gap_long_distance", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_wh_vs_that_with_gap": { + "task": "blimp_wh_vs_that_with_gap", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "wh_vs_that_with_gap", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_wh_vs_that_with_gap_long_distance": { + "task": "blimp_wh_vs_that_with_gap_long_distance", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "wh_vs_that_with_gap_long_distance", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "blimp": "N/A", + "blimp_adjunct_island": 1.0, + "blimp_anaphor_gender_agreement": 1.0, + "blimp_anaphor_number_agreement": 1.0, + "blimp_animate_subject_passive": 1.0, + "blimp_animate_subject_trans": 1.0, + "blimp_causative": 1.0, + "blimp_complex_NP_island": 1.0, + "blimp_coordinate_structure_constraint_complex_left_branch": 1.0, + "blimp_coordinate_structure_constraint_object_extraction": 1.0, + "blimp_determiner_noun_agreement_1": 1.0, + "blimp_determiner_noun_agreement_2": 1.0, + "blimp_determiner_noun_agreement_irregular_1": 1.0, + "blimp_determiner_noun_agreement_irregular_2": 1.0, + "blimp_determiner_noun_agreement_with_adj_2": 1.0, + "blimp_determiner_noun_agreement_with_adj_irregular_1": 1.0, + "blimp_determiner_noun_agreement_with_adj_irregular_2": 1.0, + "blimp_determiner_noun_agreement_with_adjective_1": 1.0, + "blimp_distractor_agreement_relational_noun": 1.0, + "blimp_distractor_agreement_relative_clause": 1.0, + "blimp_drop_argument": 1.0, + "blimp_ellipsis_n_bar_1": 1.0, + "blimp_ellipsis_n_bar_2": 1.0, + "blimp_existential_there_object_raising": 1.0, + "blimp_existential_there_quantifiers_1": 1.0, + "blimp_existential_there_quantifiers_2": 1.0, + "blimp_existential_there_subject_raising": 1.0, + "blimp_expletive_it_object_raising": 1.0, + "blimp_inchoative": 1.0, + "blimp_intransitive": 1.0, + "blimp_irregular_past_participle_adjectives": 1.0, + "blimp_irregular_past_participle_verbs": 1.0, + "blimp_irregular_plural_subject_verb_agreement_1": 1.0, + "blimp_irregular_plural_subject_verb_agreement_2": 1.0, + "blimp_left_branch_island_echo_question": 1.0, + "blimp_left_branch_island_simple_question": 1.0, + "blimp_matrix_question_npi_licensor_present": 1.0, + "blimp_npi_present_1": 1.0, + "blimp_npi_present_2": 1.0, + "blimp_only_npi_licensor_present": 1.0, + "blimp_only_npi_scope": 1.0, + "blimp_passive_1": 1.0, + "blimp_passive_2": 1.0, + "blimp_principle_A_c_command": 1.0, + "blimp_principle_A_case_1": 1.0, + "blimp_principle_A_case_2": 1.0, + "blimp_principle_A_domain_1": 1.0, + "blimp_principle_A_domain_2": 1.0, + "blimp_principle_A_domain_3": 1.0, + "blimp_principle_A_reconstruction": 1.0, + "blimp_regular_plural_subject_verb_agreement_1": 1.0, + "blimp_regular_plural_subject_verb_agreement_2": 1.0, + "blimp_sentential_negation_npi_licensor_present": 1.0, + "blimp_sentential_negation_npi_scope": 1.0, + "blimp_sentential_subject_island": 1.0, + "blimp_superlative_quantifiers_1": 1.0, + "blimp_superlative_quantifiers_2": 1.0, + "blimp_tough_vs_raising_1": 1.0, + "blimp_tough_vs_raising_2": 1.0, + "blimp_transitive": 1.0, + "blimp_wh_island": 1.0, + "blimp_wh_questions_object_gap": 1.0, + "blimp_wh_questions_subject_gap": 1.0, + "blimp_wh_questions_subject_gap_long_distance": 1.0, + "blimp_wh_vs_that_no_gap": 1.0, + "blimp_wh_vs_that_no_gap_long_distance": 1.0, + "blimp_wh_vs_that_with_gap": 1.0, + "blimp_wh_vs_that_with_gap_long_distance": 1.0 + }, + "n-shot": { + "blimp": 0, + "blimp_adjunct_island": 0, + "blimp_anaphor_gender_agreement": 0, + "blimp_anaphor_number_agreement": 0, + "blimp_animate_subject_passive": 0, + "blimp_animate_subject_trans": 0, + "blimp_causative": 0, + "blimp_complex_NP_island": 0, + "blimp_coordinate_structure_constraint_complex_left_branch": 0, + "blimp_coordinate_structure_constraint_object_extraction": 0, + "blimp_determiner_noun_agreement_1": 0, + "blimp_determiner_noun_agreement_2": 0, + "blimp_determiner_noun_agreement_irregular_1": 0, + "blimp_determiner_noun_agreement_irregular_2": 0, + "blimp_determiner_noun_agreement_with_adj_2": 0, + "blimp_determiner_noun_agreement_with_adj_irregular_1": 0, + "blimp_determiner_noun_agreement_with_adj_irregular_2": 0, + "blimp_determiner_noun_agreement_with_adjective_1": 0, + "blimp_distractor_agreement_relational_noun": 0, + "blimp_distractor_agreement_relative_clause": 0, + "blimp_drop_argument": 0, + "blimp_ellipsis_n_bar_1": 0, + "blimp_ellipsis_n_bar_2": 0, + "blimp_existential_there_object_raising": 0, + "blimp_existential_there_quantifiers_1": 0, + "blimp_existential_there_quantifiers_2": 0, + "blimp_existential_there_subject_raising": 0, + "blimp_expletive_it_object_raising": 0, + "blimp_inchoative": 0, + "blimp_intransitive": 0, + "blimp_irregular_past_participle_adjectives": 0, + "blimp_irregular_past_participle_verbs": 0, + "blimp_irregular_plural_subject_verb_agreement_1": 0, + "blimp_irregular_plural_subject_verb_agreement_2": 0, + "blimp_left_branch_island_echo_question": 0, + "blimp_left_branch_island_simple_question": 0, + "blimp_matrix_question_npi_licensor_present": 0, + "blimp_npi_present_1": 0, + "blimp_npi_present_2": 0, + "blimp_only_npi_licensor_present": 0, + "blimp_only_npi_scope": 0, + "blimp_passive_1": 0, + "blimp_passive_2": 0, + "blimp_principle_A_c_command": 0, + "blimp_principle_A_case_1": 0, + "blimp_principle_A_case_2": 0, + "blimp_principle_A_domain_1": 0, + "blimp_principle_A_domain_2": 0, + "blimp_principle_A_domain_3": 0, + "blimp_principle_A_reconstruction": 0, + "blimp_regular_plural_subject_verb_agreement_1": 0, + "blimp_regular_plural_subject_verb_agreement_2": 0, + "blimp_sentential_negation_npi_licensor_present": 0, + "blimp_sentential_negation_npi_scope": 0, + "blimp_sentential_subject_island": 0, + "blimp_superlative_quantifiers_1": 0, + "blimp_superlative_quantifiers_2": 0, + "blimp_tough_vs_raising_1": 0, + "blimp_tough_vs_raising_2": 0, + "blimp_transitive": 0, + "blimp_wh_island": 0, + "blimp_wh_questions_object_gap": 0, + "blimp_wh_questions_subject_gap": 0, + "blimp_wh_questions_subject_gap_long_distance": 0, + "blimp_wh_vs_that_no_gap": 0, + "blimp_wh_vs_that_no_gap_long_distance": 0, + "blimp_wh_vs_that_with_gap": 0, + "blimp_wh_vs_that_with_gap_long_distance": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/blimp/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/blimp/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..831ccbe02ae8218b009b1c2d8bb8b626cbf7694a --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/blimp/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95d19396f65f99321d1c6b49e3a5f0525e5a383cb3a53650ce3991b3663b16d +size 325653 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/cmmlu/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/cmmlu/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..63fb00eec99b1770315e99f754c4eda23b4ed8b9 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/cmmlu/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,3325 @@ +{ + "results": { + "cmmlu": { + "acc,none": 0.29839405974788474, + "acc_stderr,none": 0.05359081167266252, + "acc_norm,none": 0.29839405974788474, + "acc_norm_stderr,none": 0.05359081167266252, + "alias": "cmmlu" + }, + "cmmlu_agronomy": { + "acc,none": 0.28402366863905326, + "acc_stderr,none": 0.03479140427262331, + "acc_norm,none": 0.28402366863905326, + "acc_norm_stderr,none": 0.03479140427262331, + "alias": " - cmmlu_agronomy" + }, + "cmmlu_anatomy": { + "acc,none": 0.2972972972972973, + "acc_stderr,none": 0.037698374558241474, + "acc_norm,none": 0.2972972972972973, + "acc_norm_stderr,none": 0.037698374558241474, + "alias": " - cmmlu_anatomy" + }, + "cmmlu_ancient_chinese": { + "acc,none": 0.23170731707317074, + "acc_stderr,none": 0.033047561588107864, + "acc_norm,none": 0.23170731707317074, + "acc_norm_stderr,none": 0.033047561588107864, + "alias": " - cmmlu_ancient_chinese" + }, + "cmmlu_arts": { + "acc,none": 0.3375, + "acc_stderr,none": 0.03749999999999997, + "acc_norm,none": 0.3375, + "acc_norm_stderr,none": 0.03749999999999997, + "alias": " - cmmlu_arts" + }, + "cmmlu_astronomy": { + "acc,none": 0.28484848484848485, + "acc_stderr,none": 0.035243908445117836, + "acc_norm,none": 0.28484848484848485, + "acc_norm_stderr,none": 0.035243908445117836, + "alias": " - cmmlu_astronomy" + }, + "cmmlu_business_ethics": { + "acc,none": 0.3397129186602871, + "acc_stderr,none": 0.032839063537459336, + "acc_norm,none": 0.3397129186602871, + "acc_norm_stderr,none": 0.032839063537459336, + "alias": " - cmmlu_business_ethics" + }, + "cmmlu_chinese_civil_service_exam": { + "acc,none": 0.23125, + "acc_stderr,none": 0.033437582657277434, + "acc_norm,none": 0.23125, + "acc_norm_stderr,none": 0.033437582657277434, + "alias": " - cmmlu_chinese_civil_service_exam" + }, + "cmmlu_chinese_driving_rule": { + "acc,none": 0.29770992366412213, + "acc_stderr,none": 0.040103589424622034, + "acc_norm,none": 0.29770992366412213, + "acc_norm_stderr,none": 0.040103589424622034, + "alias": " - cmmlu_chinese_driving_rule" + }, + "cmmlu_chinese_food_culture": { + "acc,none": 0.3235294117647059, + "acc_stderr,none": 0.04026377210787311, + "acc_norm,none": 0.3235294117647059, + "acc_norm_stderr,none": 0.04026377210787311, + "alias": " - cmmlu_chinese_food_culture" + }, + "cmmlu_chinese_foreign_policy": { + "acc,none": 0.29906542056074764, + "acc_stderr,none": 0.044470182376718334, + "acc_norm,none": 0.29906542056074764, + "acc_norm_stderr,none": 0.044470182376718334, + "alias": " - cmmlu_chinese_foreign_policy" + }, + "cmmlu_chinese_history": { + "acc,none": 0.3219814241486068, + "acc_stderr,none": 0.026038038744338656, + "acc_norm,none": 0.3219814241486068, + "acc_norm_stderr,none": 0.026038038744338656, + "alias": " - cmmlu_chinese_history" + }, + "cmmlu_chinese_literature": { + "acc,none": 0.3235294117647059, + "acc_stderr,none": 0.03283472056108567, + "acc_norm,none": 0.3235294117647059, + "acc_norm_stderr,none": 0.03283472056108567, + "alias": " - cmmlu_chinese_literature" + }, + "cmmlu_chinese_teacher_qualification": { + "acc,none": 0.30726256983240224, + "acc_stderr,none": 0.03458033173302766, + "acc_norm,none": 0.30726256983240224, + "acc_norm_stderr,none": 0.03458033173302766, + "alias": " - cmmlu_chinese_teacher_qualification" + }, + "cmmlu_clinical_knowledge": { + "acc,none": 0.28270042194092826, + "acc_stderr,none": 0.029312814153955924, + "acc_norm,none": 0.28270042194092826, + "acc_norm_stderr,none": 0.029312814153955924, + "alias": " - cmmlu_clinical_knowledge" + }, + "cmmlu_college_actuarial_science": { + "acc,none": 0.2169811320754717, + "acc_stderr,none": 0.040225592469367126, + "acc_norm,none": 0.2169811320754717, + "acc_norm_stderr,none": 0.040225592469367126, + "alias": " - cmmlu_college_actuarial_science" + }, + "cmmlu_college_education": { + "acc,none": 0.38317757009345793, + "acc_stderr,none": 0.047220130807712334, + "acc_norm,none": 0.38317757009345793, + "acc_norm_stderr,none": 0.047220130807712334, + "alias": " - cmmlu_college_education" + }, + "cmmlu_college_engineering_hydrology": { + "acc,none": 0.39622641509433965, + "acc_stderr,none": 0.04773249298367361, + "acc_norm,none": 0.39622641509433965, + "acc_norm_stderr,none": 0.04773249298367361, + "alias": " - cmmlu_college_engineering_hydrology" + }, + "cmmlu_college_law": { + "acc,none": 0.2222222222222222, + "acc_stderr,none": 0.0401910747255735, + "acc_norm,none": 0.2222222222222222, + "acc_norm_stderr,none": 0.0401910747255735, + "alias": " - cmmlu_college_law" + }, + "cmmlu_college_mathematics": { + "acc,none": 0.26666666666666666, + "acc_stderr,none": 0.04336290903919941, + "acc_norm,none": 0.26666666666666666, + "acc_norm_stderr,none": 0.04336290903919941, + "alias": " - cmmlu_college_mathematics" + }, + "cmmlu_college_medical_statistics": { + "acc,none": 0.29245283018867924, + "acc_stderr,none": 0.044392639061996295, + "acc_norm,none": 0.29245283018867924, + "acc_norm_stderr,none": 0.044392639061996295, + "alias": " - cmmlu_college_medical_statistics" + }, + "cmmlu_college_medicine": { + "acc,none": 0.30036630036630035, + "acc_stderr,none": 0.027795629283121376, + "acc_norm,none": 0.30036630036630035, + "acc_norm_stderr,none": 0.027795629283121376, + "alias": " - cmmlu_college_medicine" + }, + "cmmlu_computer_science": { + "acc,none": 0.3431372549019608, + "acc_stderr,none": 0.03332139944668086, + "acc_norm,none": 0.3431372549019608, + "acc_norm_stderr,none": 0.03332139944668086, + "alias": " - cmmlu_computer_science" + }, + "cmmlu_computer_security": { + "acc,none": 0.29239766081871343, + "acc_stderr,none": 0.03488647713457922, + "acc_norm,none": 0.29239766081871343, + "acc_norm_stderr,none": 0.03488647713457922, + "alias": " - cmmlu_computer_security" + }, + "cmmlu_conceptual_physics": { + "acc,none": 0.22448979591836735, + "acc_stderr,none": 0.034531515032766795, + "acc_norm,none": 0.22448979591836735, + "acc_norm_stderr,none": 0.034531515032766795, + "alias": " - cmmlu_conceptual_physics" + }, + "cmmlu_construction_project_management": { + "acc,none": 0.28776978417266186, + "acc_stderr,none": 0.03853836179233389, + "acc_norm,none": 0.28776978417266186, + "acc_norm_stderr,none": 0.03853836179233389, + "alias": " - cmmlu_construction_project_management" + }, + "cmmlu_economics": { + "acc,none": 0.32075471698113206, + "acc_stderr,none": 0.03713396279871007, + "acc_norm,none": 0.32075471698113206, + "acc_norm_stderr,none": 0.03713396279871007, + "alias": " - cmmlu_economics" + }, + "cmmlu_education": { + "acc,none": 0.3128834355828221, + "acc_stderr,none": 0.03642914578292405, + "acc_norm,none": 0.3128834355828221, + "acc_norm_stderr,none": 0.03642914578292405, + "alias": " - cmmlu_education" + }, + "cmmlu_electrical_engineering": { + "acc,none": 0.29069767441860467, + "acc_stderr,none": 0.03472469304477598, + "acc_norm,none": 0.29069767441860467, + "acc_norm_stderr,none": 0.03472469304477598, + "alias": " - cmmlu_electrical_engineering" + }, + "cmmlu_elementary_chinese": { + "acc,none": 0.2777777777777778, + "acc_stderr,none": 0.02827139981698855, + "acc_norm,none": 0.2777777777777778, + "acc_norm_stderr,none": 0.02827139981698855, + "alias": " - cmmlu_elementary_chinese" + }, + "cmmlu_elementary_commonsense": { + "acc,none": 0.2777777777777778, + "acc_stderr,none": 0.03191178226713548, + "acc_norm,none": 0.2777777777777778, + "acc_norm_stderr,none": 0.03191178226713548, + "alias": " - cmmlu_elementary_commonsense" + }, + "cmmlu_elementary_information_and_technology": { + "acc,none": 0.3949579831932773, + "acc_stderr,none": 0.03175367846096625, + "acc_norm,none": 0.3949579831932773, + "acc_norm_stderr,none": 0.03175367846096625, + "alias": " - cmmlu_elementary_information_and_technology" + }, + "cmmlu_elementary_mathematics": { + "acc,none": 0.26956521739130435, + "acc_stderr,none": 0.029322764228949527, + "acc_norm,none": 0.26956521739130435, + "acc_norm_stderr,none": 0.029322764228949527, + "alias": " - cmmlu_elementary_mathematics" + }, + "cmmlu_ethnology": { + "acc,none": 0.26666666666666666, + "acc_stderr,none": 0.038201699145179055, + "acc_norm,none": 0.26666666666666666, + "acc_norm_stderr,none": 0.038201699145179055, + "alias": " - cmmlu_ethnology" + }, + "cmmlu_food_science": { + "acc,none": 0.3146853146853147, + "acc_stderr,none": 0.03897077881510411, + "acc_norm,none": 0.3146853146853147, + "acc_norm_stderr,none": 0.03897077881510411, + "alias": " - cmmlu_food_science" + }, + "cmmlu_genetics": { + "acc,none": 0.3068181818181818, + "acc_stderr,none": 0.03486142240553238, + "acc_norm,none": 0.3068181818181818, + "acc_norm_stderr,none": 0.03486142240553238, + "alias": " - cmmlu_genetics" + }, + "cmmlu_global_facts": { + "acc,none": 0.3624161073825503, + "acc_stderr,none": 0.03951314120201285, + "acc_norm,none": 0.3624161073825503, + "acc_norm_stderr,none": 0.03951314120201285, + "alias": " - cmmlu_global_facts" + }, + "cmmlu_high_school_biology": { + "acc,none": 0.2485207100591716, + "acc_stderr,none": 0.03334150198101963, + "acc_norm,none": 0.2485207100591716, + "acc_norm_stderr,none": 0.03334150198101963, + "alias": " - cmmlu_high_school_biology" + }, + "cmmlu_high_school_chemistry": { + "acc,none": 0.23484848484848486, + "acc_stderr,none": 0.03703667194552485, + "acc_norm,none": 0.23484848484848486, + "acc_norm_stderr,none": 0.03703667194552485, + "alias": " - cmmlu_high_school_chemistry" + }, + "cmmlu_high_school_geography": { + "acc,none": 0.2966101694915254, + "acc_stderr,none": 0.042227768322336275, + "acc_norm,none": 0.2966101694915254, + "acc_norm_stderr,none": 0.042227768322336275, + "alias": " - cmmlu_high_school_geography" + }, + "cmmlu_high_school_mathematics": { + "acc,none": 0.25609756097560976, + "acc_stderr,none": 0.03418746588364997, + "acc_norm,none": 0.25609756097560976, + "acc_norm_stderr,none": 0.03418746588364997, + "alias": " - cmmlu_high_school_mathematics" + }, + "cmmlu_high_school_physics": { + "acc,none": 0.18181818181818182, + "acc_stderr,none": 0.036942843353378, + "acc_norm,none": 0.18181818181818182, + "acc_norm_stderr,none": 0.036942843353378, + "alias": " - cmmlu_high_school_physics" + }, + "cmmlu_high_school_politics": { + "acc,none": 0.3006993006993007, + "acc_stderr,none": 0.03848167949490064, + "acc_norm,none": 0.3006993006993007, + "acc_norm_stderr,none": 0.03848167949490064, + "alias": " - cmmlu_high_school_politics" + }, + "cmmlu_human_sexuality": { + "acc,none": 0.31746031746031744, + "acc_stderr,none": 0.04163453031302859, + "acc_norm,none": 0.31746031746031744, + "acc_norm_stderr,none": 0.04163453031302859, + "alias": " - cmmlu_human_sexuality" + }, + "cmmlu_international_law": { + "acc,none": 0.3027027027027027, + "acc_stderr,none": 0.03386945658791666, + "acc_norm,none": 0.3027027027027027, + "acc_norm_stderr,none": 0.03386945658791666, + "alias": " - cmmlu_international_law" + }, + "cmmlu_journalism": { + "acc,none": 0.32558139534883723, + "acc_stderr,none": 0.03583410038767278, + "acc_norm,none": 0.32558139534883723, + "acc_norm_stderr,none": 0.03583410038767278, + "alias": " - cmmlu_journalism" + }, + "cmmlu_jurisprudence": { + "acc,none": 0.2749391727493917, + "acc_stderr,none": 0.022050254355995072, + "acc_norm,none": 0.2749391727493917, + "acc_norm_stderr,none": 0.022050254355995072, + "alias": " - cmmlu_jurisprudence" + }, + "cmmlu_legal_and_moral_basis": { + "acc,none": 0.37383177570093457, + "acc_stderr,none": 0.03315078506050491, + "acc_norm,none": 0.37383177570093457, + "acc_norm_stderr,none": 0.03315078506050491, + "alias": " - cmmlu_legal_and_moral_basis" + }, + "cmmlu_logical": { + "acc,none": 0.2845528455284553, + "acc_stderr,none": 0.040849837332392225, + "acc_norm,none": 0.2845528455284553, + "acc_norm_stderr,none": 0.040849837332392225, + "alias": " - cmmlu_logical" + }, + "cmmlu_machine_learning": { + "acc,none": 0.3360655737704918, + "acc_stderr,none": 0.042941965824810475, + "acc_norm,none": 0.3360655737704918, + "acc_norm_stderr,none": 0.042941965824810475, + "alias": " - cmmlu_machine_learning" + }, + "cmmlu_management": { + "acc,none": 0.3238095238095238, + "acc_stderr,none": 0.032367278954043524, + "acc_norm,none": 0.3238095238095238, + "acc_norm_stderr,none": 0.032367278954043524, + "alias": " - cmmlu_management" + }, + "cmmlu_marketing": { + "acc,none": 0.3055555555555556, + "acc_stderr,none": 0.03443002441392583, + "acc_norm,none": 0.3055555555555556, + "acc_norm_stderr,none": 0.03443002441392583, + "alias": " - cmmlu_marketing" + }, + "cmmlu_marxist_theory": { + "acc,none": 0.31216931216931215, + "acc_stderr,none": 0.03379535035917228, + "acc_norm,none": 0.31216931216931215, + "acc_norm_stderr,none": 0.03379535035917228, + "alias": " - cmmlu_marxist_theory" + }, + "cmmlu_modern_chinese": { + "acc,none": 0.2413793103448276, + "acc_stderr,none": 0.0399037253226882, + "acc_norm,none": 0.2413793103448276, + "acc_norm_stderr,none": 0.0399037253226882, + "alias": " - cmmlu_modern_chinese" + }, + "cmmlu_nutrition": { + "acc,none": 0.3103448275862069, + "acc_stderr,none": 0.03855289616378948, + "acc_norm,none": 0.3103448275862069, + "acc_norm_stderr,none": 0.03855289616378948, + "alias": " - cmmlu_nutrition" + }, + "cmmlu_philosophy": { + "acc,none": 0.3238095238095238, + "acc_stderr,none": 0.04588414718067474, + "acc_norm,none": 0.3238095238095238, + "acc_norm_stderr,none": 0.04588414718067474, + "alias": " - cmmlu_philosophy" + }, + "cmmlu_professional_accounting": { + "acc,none": 0.22285714285714286, + "acc_stderr,none": 0.0315492532959613, + "acc_norm,none": 0.22285714285714286, + "acc_norm_stderr,none": 0.0315492532959613, + "alias": " - cmmlu_professional_accounting" + }, + "cmmlu_professional_law": { + "acc,none": 0.27488151658767773, + "acc_stderr,none": 0.03080829112478032, + "acc_norm,none": 0.27488151658767773, + "acc_norm_stderr,none": 0.03080829112478032, + "alias": " - cmmlu_professional_law" + }, + "cmmlu_professional_medicine": { + "acc,none": 0.2526595744680851, + "acc_stderr,none": 0.02243941258278639, + "acc_norm,none": 0.2526595744680851, + "acc_norm_stderr,none": 0.02243941258278639, + "alias": " - cmmlu_professional_medicine" + }, + "cmmlu_professional_psychology": { + "acc,none": 0.41379310344827586, + "acc_stderr,none": 0.032404930613749286, + "acc_norm,none": 0.41379310344827586, + "acc_norm_stderr,none": 0.032404930613749286, + "alias": " - cmmlu_professional_psychology" + }, + "cmmlu_public_relations": { + "acc,none": 0.3333333333333333, + "acc_stderr,none": 0.03584022203803136, + "acc_norm,none": 0.3333333333333333, + "acc_norm_stderr,none": 0.03584022203803136, + "alias": " - cmmlu_public_relations" + }, + "cmmlu_security_study": { + "acc,none": 0.25925925925925924, + "acc_stderr,none": 0.03785714465066654, + "acc_norm,none": 0.25925925925925924, + "acc_norm_stderr,none": 0.03785714465066654, + "alias": " - cmmlu_security_study" + }, + "cmmlu_sociology": { + "acc,none": 0.3185840707964602, + "acc_stderr,none": 0.031061820840326132, + "acc_norm,none": 0.3185840707964602, + "acc_norm_stderr,none": 0.031061820840326132, + "alias": " - cmmlu_sociology" + }, + "cmmlu_sports_science": { + "acc,none": 0.2606060606060606, + "acc_stderr,none": 0.034277431758165236, + "acc_norm,none": 0.2606060606060606, + "acc_norm_stderr,none": 0.034277431758165236, + "alias": " - cmmlu_sports_science" + }, + "cmmlu_traditional_chinese_medicine": { + "acc,none": 0.2648648648648649, + "acc_stderr,none": 0.03253020905593337, + "acc_norm,none": 0.2648648648648649, + "acc_norm_stderr,none": 0.03253020905593337, + "alias": " - cmmlu_traditional_chinese_medicine" + }, + "cmmlu_virology": { + "acc,none": 0.3136094674556213, + "acc_stderr,none": 0.035795265164562245, + "acc_norm,none": 0.3136094674556213, + "acc_norm_stderr,none": 0.035795265164562245, + "alias": " - cmmlu_virology" + }, + "cmmlu_world_history": { + "acc,none": 0.3416149068322981, + "acc_stderr,none": 0.03749284617282493, + "acc_norm,none": 0.3416149068322981, + "acc_norm_stderr,none": 0.03749284617282493, + "alias": " - cmmlu_world_history" + }, + "cmmlu_world_religions": { + "acc,none": 0.3, + "acc_stderr,none": 0.036342189215581536, + "acc_norm,none": 0.3, + "acc_norm_stderr,none": 0.036342189215581536, + "alias": " - cmmlu_world_religions" + } + }, + "groups": { + "cmmlu": { + "acc,none": 0.29839405974788474, + "acc_stderr,none": 0.05359081167266252, + "acc_norm,none": 0.29839405974788474, + "acc_norm_stderr,none": 0.05359081167266252, + "alias": "cmmlu" + } + }, + "configs": { + "cmmlu_agronomy": { + "task": "cmmlu_agronomy", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "agronomy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于农学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_anatomy": { + "task": "cmmlu_anatomy", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "anatomy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于解剖学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_ancient_chinese": { + "task": "cmmlu_ancient_chinese", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "ancient_chinese", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于古汉语的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_arts": { + "task": "cmmlu_arts", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "arts", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于艺术学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_astronomy": { + "task": "cmmlu_astronomy", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "astronomy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于天文学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_business_ethics": { + "task": "cmmlu_business_ethics", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "business_ethics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于商业伦理的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_chinese_civil_service_exam": { + "task": "cmmlu_chinese_civil_service_exam", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "chinese_civil_service_exam", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于中国公务员考试的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_chinese_driving_rule": { + "task": "cmmlu_chinese_driving_rule", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "chinese_driving_rule", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于中国驾驶规则的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_chinese_food_culture": { + "task": "cmmlu_chinese_food_culture", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "chinese_food_culture", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于中国饮食文化的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_chinese_foreign_policy": { + "task": "cmmlu_chinese_foreign_policy", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "chinese_foreign_policy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于中国外交政策的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_chinese_history": { + "task": "cmmlu_chinese_history", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "chinese_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于中国历史的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_chinese_literature": { + "task": "cmmlu_chinese_literature", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "chinese_literature", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于中国文学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_chinese_teacher_qualification": { + "task": "cmmlu_chinese_teacher_qualification", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "chinese_teacher_qualification", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于中国教师资格的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_clinical_knowledge": { + "task": "cmmlu_clinical_knowledge", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "clinical_knowledge", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于临床知识的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_college_actuarial_science": { + "task": "cmmlu_college_actuarial_science", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "college_actuarial_science", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于大学精算学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_college_education": { + "task": "cmmlu_college_education", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "college_education", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于大学教育学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_college_engineering_hydrology": { + "task": "cmmlu_college_engineering_hydrology", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "college_engineering_hydrology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于大学工程水文学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_college_law": { + "task": "cmmlu_college_law", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "college_law", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于大学法律的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_college_mathematics": { + "task": "cmmlu_college_mathematics", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "college_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于大学数学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_college_medical_statistics": { + "task": "cmmlu_college_medical_statistics", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "college_medical_statistics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于大学医学统计的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_college_medicine": { + "task": "cmmlu_college_medicine", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "college_medicine", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于大学医学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_computer_science": { + "task": "cmmlu_computer_science", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "computer_science", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于计算机科学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_computer_security": { + "task": "cmmlu_computer_security", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "computer_security", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于计算机安全的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_conceptual_physics": { + "task": "cmmlu_conceptual_physics", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "conceptual_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于概念物理学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_construction_project_management": { + "task": "cmmlu_construction_project_management", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "construction_project_management", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于建设工程管理的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_economics": { + "task": "cmmlu_economics", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "economics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于经济学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_education": { + "task": "cmmlu_education", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "education", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于教育学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_electrical_engineering": { + "task": "cmmlu_electrical_engineering", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "electrical_engineering", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于电气工程的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_elementary_chinese": { + "task": "cmmlu_elementary_chinese", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "elementary_chinese", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于小学语文的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_elementary_commonsense": { + "task": "cmmlu_elementary_commonsense", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "elementary_commonsense", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于小学常识的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_elementary_information_and_technology": { + "task": "cmmlu_elementary_information_and_technology", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "elementary_information_and_technology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于小学信息技术的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_elementary_mathematics": { + "task": "cmmlu_elementary_mathematics", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "elementary_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于初等数学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_ethnology": { + "task": "cmmlu_ethnology", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "ethnology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于民族学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_food_science": { + "task": "cmmlu_food_science", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "food_science", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于食品科学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_genetics": { + "task": "cmmlu_genetics", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "genetics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于遗传学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_global_facts": { + "task": "cmmlu_global_facts", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "global_facts", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于全球事实的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_high_school_biology": { + "task": "cmmlu_high_school_biology", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "high_school_biology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于高中生物的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_high_school_chemistry": { + "task": "cmmlu_high_school_chemistry", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "high_school_chemistry", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于高中化学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_high_school_geography": { + "task": "cmmlu_high_school_geography", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "high_school_geography", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于高中地理的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_high_school_mathematics": { + "task": "cmmlu_high_school_mathematics", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "high_school_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于高中数学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_high_school_physics": { + "task": "cmmlu_high_school_physics", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "high_school_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于高中物理学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_high_school_politics": { + "task": "cmmlu_high_school_politics", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "high_school_politics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于高中政治的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_human_sexuality": { + "task": "cmmlu_human_sexuality", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "human_sexuality", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于人类性行为的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_international_law": { + "task": "cmmlu_international_law", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "international_law", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于国际法学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_journalism": { + "task": "cmmlu_journalism", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "journalism", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于新闻学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_jurisprudence": { + "task": "cmmlu_jurisprudence", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "jurisprudence", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于法理学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_legal_and_moral_basis": { + "task": "cmmlu_legal_and_moral_basis", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "legal_and_moral_basis", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于法律与道德基础的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_logical": { + "task": "cmmlu_logical", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "logical", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于逻辑学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_machine_learning": { + "task": "cmmlu_machine_learning", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "machine_learning", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于机器学习的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_management": { + "task": "cmmlu_management", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "management", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于管理学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_marketing": { + "task": "cmmlu_marketing", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "marketing", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于市场营销的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_marxist_theory": { + "task": "cmmlu_marxist_theory", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "marxist_theory", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于马克思主义理论的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_modern_chinese": { + "task": "cmmlu_modern_chinese", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "modern_chinese", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于现代汉语的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_nutrition": { + "task": "cmmlu_nutrition", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "nutrition", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于营养学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_philosophy": { + "task": "cmmlu_philosophy", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "philosophy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于哲学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_professional_accounting": { + "task": "cmmlu_professional_accounting", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "professional_accounting", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于专业会计的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_professional_law": { + "task": "cmmlu_professional_law", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "professional_law", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于专业法学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_professional_medicine": { + "task": "cmmlu_professional_medicine", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "professional_medicine", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于专业医学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_professional_psychology": { + "task": "cmmlu_professional_psychology", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "professional_psychology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于专业心理学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_public_relations": { + "task": "cmmlu_public_relations", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "public_relations", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于公共关系的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_security_study": { + "task": "cmmlu_security_study", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "security_study", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于安全研究的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_sociology": { + "task": "cmmlu_sociology", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "sociology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于社会学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_sports_science": { + "task": "cmmlu_sports_science", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "sports_science", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于体育学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_traditional_chinese_medicine": { + "task": "cmmlu_traditional_chinese_medicine", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "traditional_chinese_medicine", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于中医中药的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_virology": { + "task": "cmmlu_virology", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "virology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于病毒学的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_world_history": { + "task": "cmmlu_world_history", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "world_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于世界历史的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "cmmlu_world_religions": { + "task": "cmmlu_world_religions", + "group": "cmmlu", + "dataset_path": "haonan-li/cmmlu", + "dataset_name": "world_religions", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{Question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n答案:", + "doc_to_target": "{{['A', 'B', 'C', 'D'].index(Answer)}}", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "以下是关于世界宗教的单项选择题,请直接给出正确答案的选项。\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + } + }, + "versions": { + "cmmlu": "N/A", + "cmmlu_agronomy": 0.0, + "cmmlu_anatomy": 0.0, + "cmmlu_ancient_chinese": 0.0, + "cmmlu_arts": 0.0, + "cmmlu_astronomy": 0.0, + "cmmlu_business_ethics": 0.0, + "cmmlu_chinese_civil_service_exam": 0.0, + "cmmlu_chinese_driving_rule": 0.0, + "cmmlu_chinese_food_culture": 0.0, + "cmmlu_chinese_foreign_policy": 0.0, + "cmmlu_chinese_history": 0.0, + "cmmlu_chinese_literature": 0.0, + "cmmlu_chinese_teacher_qualification": 0.0, + "cmmlu_clinical_knowledge": 0.0, + "cmmlu_college_actuarial_science": 0.0, + "cmmlu_college_education": 0.0, + "cmmlu_college_engineering_hydrology": 0.0, + "cmmlu_college_law": 0.0, + "cmmlu_college_mathematics": 0.0, + "cmmlu_college_medical_statistics": 0.0, + "cmmlu_college_medicine": 0.0, + "cmmlu_computer_science": 0.0, + "cmmlu_computer_security": 0.0, + "cmmlu_conceptual_physics": 0.0, + "cmmlu_construction_project_management": 0.0, + "cmmlu_economics": 0.0, + "cmmlu_education": 0.0, + "cmmlu_electrical_engineering": 0.0, + "cmmlu_elementary_chinese": 0.0, + "cmmlu_elementary_commonsense": 0.0, + "cmmlu_elementary_information_and_technology": 0.0, + "cmmlu_elementary_mathematics": 0.0, + "cmmlu_ethnology": 0.0, + "cmmlu_food_science": 0.0, + "cmmlu_genetics": 0.0, + "cmmlu_global_facts": 0.0, + "cmmlu_high_school_biology": 0.0, + "cmmlu_high_school_chemistry": 0.0, + "cmmlu_high_school_geography": 0.0, + "cmmlu_high_school_mathematics": 0.0, + "cmmlu_high_school_physics": 0.0, + "cmmlu_high_school_politics": 0.0, + "cmmlu_human_sexuality": 0.0, + "cmmlu_international_law": 0.0, + "cmmlu_journalism": 0.0, + "cmmlu_jurisprudence": 0.0, + "cmmlu_legal_and_moral_basis": 0.0, + "cmmlu_logical": 0.0, + "cmmlu_machine_learning": 0.0, + "cmmlu_management": 0.0, + "cmmlu_marketing": 0.0, + "cmmlu_marxist_theory": 0.0, + "cmmlu_modern_chinese": 0.0, + "cmmlu_nutrition": 0.0, + "cmmlu_philosophy": 0.0, + "cmmlu_professional_accounting": 0.0, + "cmmlu_professional_law": 0.0, + "cmmlu_professional_medicine": 0.0, + "cmmlu_professional_psychology": 0.0, + "cmmlu_public_relations": 0.0, + "cmmlu_security_study": 0.0, + "cmmlu_sociology": 0.0, + "cmmlu_sports_science": 0.0, + "cmmlu_traditional_chinese_medicine": 0.0, + "cmmlu_virology": 0.0, + "cmmlu_world_history": 0.0, + "cmmlu_world_religions": 0.0 + }, + "n-shot": { + "cmmlu": 0, + "cmmlu_agronomy": 0, + "cmmlu_anatomy": 0, + "cmmlu_ancient_chinese": 0, + "cmmlu_arts": 0, + "cmmlu_astronomy": 0, + "cmmlu_business_ethics": 0, + "cmmlu_chinese_civil_service_exam": 0, + "cmmlu_chinese_driving_rule": 0, + "cmmlu_chinese_food_culture": 0, + "cmmlu_chinese_foreign_policy": 0, + "cmmlu_chinese_history": 0, + "cmmlu_chinese_literature": 0, + "cmmlu_chinese_teacher_qualification": 0, + "cmmlu_clinical_knowledge": 0, + "cmmlu_college_actuarial_science": 0, + "cmmlu_college_education": 0, + "cmmlu_college_engineering_hydrology": 0, + "cmmlu_college_law": 0, + "cmmlu_college_mathematics": 0, + "cmmlu_college_medical_statistics": 0, + "cmmlu_college_medicine": 0, + "cmmlu_computer_science": 0, + "cmmlu_computer_security": 0, + "cmmlu_conceptual_physics": 0, + "cmmlu_construction_project_management": 0, + "cmmlu_economics": 0, + "cmmlu_education": 0, + "cmmlu_electrical_engineering": 0, + "cmmlu_elementary_chinese": 0, + "cmmlu_elementary_commonsense": 0, + "cmmlu_elementary_information_and_technology": 0, + "cmmlu_elementary_mathematics": 0, + "cmmlu_ethnology": 0, + "cmmlu_food_science": 0, + "cmmlu_genetics": 0, + "cmmlu_global_facts": 0, + "cmmlu_high_school_biology": 0, + "cmmlu_high_school_chemistry": 0, + "cmmlu_high_school_geography": 0, + "cmmlu_high_school_mathematics": 0, + "cmmlu_high_school_physics": 0, + "cmmlu_high_school_politics": 0, + "cmmlu_human_sexuality": 0, + "cmmlu_international_law": 0, + "cmmlu_journalism": 0, + "cmmlu_jurisprudence": 0, + "cmmlu_legal_and_moral_basis": 0, + "cmmlu_logical": 0, + "cmmlu_machine_learning": 0, + "cmmlu_management": 0, + "cmmlu_marketing": 0, + "cmmlu_marxist_theory": 0, + "cmmlu_modern_chinese": 0, + "cmmlu_nutrition": 0, + "cmmlu_philosophy": 0, + "cmmlu_professional_accounting": 0, + "cmmlu_professional_law": 0, + "cmmlu_professional_medicine": 0, + "cmmlu_professional_psychology": 0, + "cmmlu_public_relations": 0, + "cmmlu_security_study": 0, + "cmmlu_sociology": 0, + "cmmlu_sports_science": 0, + "cmmlu_traditional_chinese_medicine": 0, + "cmmlu_virology": 0, + "cmmlu_world_history": 0, + "cmmlu_world_religions": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 32 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/cmmlu/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/cmmlu/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..52c30330384e211b542353e9e2f495ddd73f0e1e --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/cmmlu/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047ef1e7d5eb7dfb74ff13c45b31574d7210b64546d3e6dca643b2546d5d5fc1 +size 194482 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/copa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/copa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..b8bd5c30311811c58197c4b9da97a7a84e99b029 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/copa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,58 @@ +{ + "results": { + "copa": { + "acc,none": 0.86, + "acc_stderr,none": 0.03487350880197771, + "alias": "copa" + } + }, + "configs": { + "copa": { + "task": "copa", + "group": [ + "super-glue-lm-eval-v1" + ], + "dataset_path": "super_glue", + "dataset_name": "copa", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "def doc_to_text(doc):\n # Drop the period\n connector = {\n \"cause\": \"because\",\n \"effect\": \"therefore\",\n }[doc[\"question\"]]\n return doc[\"premise\"].strip()[:-1] + f\" {connector}\"\n", + "doc_to_target": "def doc_to_target(doc):\n correct_choice = doc[\"choice1\"] if doc[\"label\"] == 0 else doc[\"choice2\"]\n # Connect the sentences\n return \" \" + convert_choice(correct_choice)\n", + "doc_to_choice": "def doc_to_choice(doc):\n return [\" \" + convert_choice(doc[\"choice1\"]), \" \" + convert_choice(doc[\"choice2\"])]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "copa": 1.0 + }, + "n-shot": { + "copa": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/copa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/copa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..53fd08d4a8d9de913005afbaeb46c58c78f5e565 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/copa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32b84d890222fafab040977cc6b1d53d8aceac853373d49bd05a71013be4b5c +size 37241 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/glue/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/glue/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..3205cee15e867201f2d61f3c3e2a342be1236188 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/glue/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,374 @@ +{ + "results": { + "glue": { + "mcc,none": 0.03640174058932784, + "mcc_stderr,none": 0.0011625627927557005, + "acc,none": 0.5093895114617711, + "acc_stderr,none": 0.09360226157209069, + "f1,none": 0.6334377064699201, + "f1_stderr,none": 0.00031936062925547746, + "alias": "glue" + }, + "cola": { + "mcc,none": 0.03640174058932784, + "mcc_stderr,none": 0.034096375067676925, + "alias": " - cola" + }, + "mnli": { + "acc,none": 0.3574121242995415, + "acc_stderr,none": 0.004837576847532127, + "alias": " - mnli" + }, + "mnli_mismatch": { + "acc,none": 0.3470301057770545, + "acc_stderr,none": 0.004800995593412548, + "alias": " - mnli_mismatch" + }, + "mrpc": { + "acc,none": 0.7156862745098039, + "acc_stderr,none": 0.022359549679883524, + "f1,none": 0.8263473053892215, + "f1_stderr,none": 0.015892424268190306, + "alias": " - mrpc" + }, + "qnli": { + "acc,none": 0.4966135822807981, + "acc_stderr,none": 0.006765255380909209, + "alias": " - qnli" + }, + "qqp": { + "acc,none": 0.576675735839723, + "acc_stderr,none": 0.0024572872125706116, + "f1,none": 0.6318008734376008, + "f1_stderr,none": 0.00261189258077531, + "alias": " - qqp" + }, + "rte": { + "acc,none": 0.5848375451263538, + "acc_stderr,none": 0.029660066290893485, + "alias": " - rte" + }, + "sst2": { + "acc,none": 0.9128440366972477, + "acc_stderr,none": 0.009557356094989465, + "alias": " - sst2" + }, + "wnli": { + "acc,none": 0.4225352112676056, + "acc_stderr,none": 0.0590398420568258, + "alias": " - wnli" + } + }, + "groups": { + "glue": { + "mcc,none": 0.03640174058932784, + "mcc_stderr,none": 0.0011625627927557005, + "acc,none": 0.5093895114617711, + "acc_stderr,none": 0.09360226157209069, + "f1,none": 0.6334377064699201, + "f1_stderr,none": 0.00031936062925547746, + "alias": "glue" + } + }, + "configs": { + "cola": { + "task": "cola", + "group": "glue", + "dataset_path": "glue", + "dataset_name": "cola", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "{{sentence}}\nQuestion: Does this sentence make sense?\nAnswer:", + "doc_to_target": "label", + "doc_to_choice": [ + "no", + "yes" + ], + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "mcc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "sentence", + "metadata": { + "version": 1.0 + } + }, + "mnli": { + "task": "mnli", + "group": "glue", + "dataset_path": "glue", + "dataset_name": "mnli", + "training_split": "train", + "validation_split": "validation_matched", + "doc_to_text": "def doc_to_text(doc) -> str:\n return \"{}\\nQuestion: {} True, False or Neither?\\nAnswer:\".format(\n doc[\"premise\"],\n doc[\"hypothesis\"].strip()\n + (\"\" if doc[\"hypothesis\"].strip().endswith(\".\") else \".\"),\n )\n", + "doc_to_target": "label", + "doc_to_choice": [ + "True", + "Neither", + "False" + ], + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "mnli_mismatch": { + "task": "mnli_mismatch", + "group": "glue", + "dataset_path": "glue", + "dataset_name": "mnli", + "training_split": "train", + "validation_split": "validation_mismatched", + "doc_to_text": "def doc_to_text(doc) -> str:\n return \"{}\\nQuestion: {} True, False or Neither?\\nAnswer:\".format(\n doc[\"premise\"],\n doc[\"hypothesis\"].strip()\n + (\"\" if doc[\"hypothesis\"].strip().endswith(\".\") else \".\"),\n )\n", + "doc_to_target": "label", + "doc_to_choice": [ + "True", + "Neither", + "False" + ], + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "mrpc": { + "task": "mrpc", + "group": "glue", + "dataset_path": "glue", + "dataset_name": "mrpc", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "Sentence 1: {{sentence1}}\nSentence 2: {{sentence2}}\nQuestion: Do both sentences mean the same thing?\nAnswer:", + "doc_to_target": "label", + "doc_to_choice": [ + "no", + "yes" + ], + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + }, + { + "metric": "f1" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "qnli": { + "task": "qnli", + "group": "glue", + "dataset_path": "glue", + "dataset_name": "qnli", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "{{question}}\n{{sentence}}\nQuestion: Does this response answer the question?\nAnswer:", + "doc_to_target": "label", + "doc_to_choice": [ + "yes", + "no" + ], + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "qqp": { + "task": "qqp", + "group": "glue", + "dataset_path": "glue", + "dataset_name": "qqp", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "\nSentence 1: {{question1}}\nSentence 2: {{question2}}\nAnswer:", + "doc_to_target": "label", + "doc_to_choice": [ + "no", + "yes" + ], + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + }, + { + "metric": "f1" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "rte": { + "task": "rte", + "group": "glue", + "dataset_path": "glue", + "dataset_name": "rte", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "{{sentence1}}\nQuestion: {{sentence2}} True or False?\nAnswer:", + "doc_to_target": "label", + "doc_to_choice": [ + "True", + "False" + ], + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "sst2": { + "task": "sst2", + "group": "glue", + "dataset_path": "glue", + "dataset_name": "sst2", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "{{sentence}}\nQuestion: Is this sentence positive or negative?\nAnswer:", + "doc_to_target": "label", + "doc_to_choice": [ + "negative", + "positive" + ], + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "wnli": { + "task": "wnli", + "group": "glue", + "dataset_path": "glue", + "dataset_name": "wnli", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "{{sentence1}}\nQuestion: {{sentence2}} True or False?\nAnswer:", + "doc_to_target": "label", + "doc_to_choice": [ + "False", + "True" + ], + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 2.0 + } + } + }, + "versions": { + "cola": 1.0, + "glue": "N/A", + "mnli": 1.0, + "mnli_mismatch": 1.0, + "mrpc": 1.0, + "qnli": 1.0, + "qqp": 1.0, + "rte": 1.0, + "sst2": 1.0, + "wnli": 2.0 + }, + "n-shot": { + "cola": 0, + "glue": 0, + "mnli": 0, + "mnli_mismatch": 0, + "mrpc": 0, + "qnli": 0, + "qqp": 0, + "rte": 0, + "sst2": 0, + "wnli": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/glue/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/glue/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..170f7d3d1208cd9ded9604f9c88b3d79464abe98 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/glue/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5ca38641053c7be3ccec85f812d7d95324e6a8ac79f2316d257fa2b1fc8d0d +size 99354 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/hellaswag/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/hellaswag/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..fe48d9902e4e3fa9ef7b47c1bfa5844e975f32e0 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/hellaswag/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,67 @@ +{ + "results": { + "hellaswag": { + "acc,none": 0.5273849830711014, + "acc_stderr,none": 0.004982291744069926, + "acc_norm,none": 0.7071300537741486, + "acc_norm_stderr,none": 0.004541492151639223, + "alias": "hellaswag" + } + }, + "configs": { + "hellaswag": { + "task": "hellaswag", + "group": [ + "multiple_choice" + ], + "dataset_path": "hellaswag", + "training_split": "train", + "validation_split": "validation", + "process_docs": "def process_docs(dataset: datasets.Dataset) -> datasets.Dataset:\n def _process_doc(doc):\n ctx = doc[\"ctx_a\"] + \" \" + doc[\"ctx_b\"].capitalize()\n out_doc = {\n \"query\": preprocess(doc[\"activity_label\"] + \": \" + ctx),\n \"choices\": [preprocess(ending) for ending in doc[\"endings\"]],\n \"gold\": int(doc[\"label\"]),\n }\n return out_doc\n\n return dataset.map(_process_doc)\n", + "doc_to_text": "{{query}}", + "doc_to_target": "{{label}}", + "doc_to_choice": "choices", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "hellaswag": 1.0 + }, + "n-shot": { + "hellaswag": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/hellaswag/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/hellaswag/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..66b32a252d308bc95dc94b54192ad0bf326aec91 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/hellaswag/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07261cdea18f9c4d99930fcb4e735a9deb2b27ea82ba07186cfb6c5cb01bfe15 +size 92138 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/lambada/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/lambada/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..4203769964a761343afb9a1346cd96aef63dc316 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/lambada/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,126 @@ +{ + "results": { + "lambada": { + "perplexity,none": 3.7142611589589056, + "perplexity_stderr,none": 0.2798699028664125, + "acc,none": 0.7152144381913449, + "acc_stderr,none": 0.02025464229078477, + "alias": "lambada" + }, + "lambada_openai": { + "perplexity,none": 3.1767632751180077, + "perplexity_stderr,none": 0.062497729693508725, + "acc,none": 0.7537356879487677, + "acc_stderr,none": 0.006002364322291895, + "alias": " - lambada_openai" + }, + "lambada_standard": { + "perplexity,none": 4.251759042799803, + "perplexity_stderr,none": 0.09101393569051683, + "acc,none": 0.676693188433922, + "acc_stderr,none": 0.006516515049707146, + "alias": " - lambada_standard" + } + }, + "groups": { + "lambada": { + "perplexity,none": 3.7142611589589056, + "perplexity_stderr,none": 0.2798699028664125, + "acc,none": 0.7152144381913449, + "acc_stderr,none": 0.02025464229078477, + "alias": "lambada" + } + }, + "configs": { + "lambada_openai": { + "task": "lambada_openai", + "group": [ + "lambada" + ], + "dataset_path": "EleutherAI/lambada_openai", + "dataset_name": "default", + "test_split": "test", + "doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}", + "doc_to_target": "{{' '+text.split(' ')[-1]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "perplexity", + "aggregation": "perplexity", + "higher_is_better": false + }, + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "loglikelihood", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{text}}", + "metadata": { + "version": 1.0 + } + }, + "lambada_standard": { + "task": "lambada_standard", + "group": [ + "lambada" + ], + "dataset_path": "lambada", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}", + "doc_to_target": "{{' '+text.split(' ')[-1]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "perplexity", + "aggregation": "perplexity", + "higher_is_better": false + }, + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "loglikelihood", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{text}}", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "lambada": "N/A", + "lambada_openai": 1.0, + "lambada_standard": 1.0 + }, + "n-shot": { + "lambada": 0, + "lambada_openai": 0, + "lambada_standard": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/lambada/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/lambada/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..0dafcca06077c9cdb0f4b924b25dc9ae241d1e0e --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/lambada/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95dbbc0be31bea25ac07929ccd3981e075f18cb4a2bc0c30d100216cf82edb82 +size 57355 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/lambada_multilingual/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/lambada_multilingual/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..af1a0ca6e66d324f055b75b505625cda883de779 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/lambada_multilingual/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,252 @@ +{ + "results": { + "lambada_multilingual": { + "perplexity,none": 21.57589708252773, + "perplexity_stderr,none": 8.64787284286979, + "acc,none": 0.5422860469629343, + "acc_stderr,none": 0.0882549852322722, + "alias": "lambada_multilingual" + }, + "lambada_openai_mt_de": { + "perplexity,none": 35.27995596877975, + "perplexity_stderr,none": 2.0057097656963543, + "acc,none": 0.4246070250339608, + "acc_stderr,none": 0.006886331702011292, + "alias": " - lambada_openai_mt_de" + }, + "lambada_openai_mt_en": { + "perplexity,none": 3.178695251072187, + "perplexity_stderr,none": 0.06257055517964322, + "acc,none": 0.7539297496603921, + "acc_stderr,none": 0.0060007712081583, + "alias": " - lambada_openai_mt_en" + }, + "lambada_openai_mt_es": { + "perplexity,none": 31.18708971811688, + "perplexity_stderr,none": 1.5802795866360644, + "acc,none": 0.4478944304288764, + "acc_stderr,none": 0.006928049276239777, + "alias": " - lambada_openai_mt_es" + }, + "lambada_openai_mt_fr": { + "perplexity,none": 16.36012034244943, + "perplexity_stderr,none": 0.8105072304807965, + "acc,none": 0.5552105569571124, + "acc_stderr,none": 0.006923379948184627, + "alias": " - lambada_openai_mt_fr" + }, + "lambada_openai_mt_it": { + "perplexity,none": 21.873624132220396, + "perplexity_stderr,none": 1.1933478878798167, + "acc,none": 0.5297884727343295, + "acc_stderr,none": 0.006953604103874037, + "alias": " - lambada_openai_mt_it" + } + }, + "groups": { + "lambada_multilingual": { + "perplexity,none": 21.57589708252773, + "perplexity_stderr,none": 8.64787284286979, + "acc,none": 0.5422860469629343, + "acc_stderr,none": 0.0882549852322722, + "alias": "lambada_multilingual" + } + }, + "configs": { + "lambada_openai_mt_de": { + "task": "lambada_openai_mt_de", + "group": [ + "lambada_multilingual" + ], + "dataset_path": "EleutherAI/lambada_openai", + "dataset_name": "de", + "test_split": "test", + "doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}", + "doc_to_target": "{{' '+text.split(' ')[-1]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "perplexity", + "aggregation": "perplexity", + "higher_is_better": false + }, + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "loglikelihood", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{text}}", + "metadata": { + "version": 1.0 + } + }, + "lambada_openai_mt_en": { + "task": "lambada_openai_mt_en", + "group": [ + "lambada_multilingual" + ], + "dataset_path": "EleutherAI/lambada_openai", + "dataset_name": "en", + "test_split": "test", + "doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}", + "doc_to_target": "{{' '+text.split(' ')[-1]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "perplexity", + "aggregation": "perplexity", + "higher_is_better": false + }, + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "loglikelihood", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{text}}", + "metadata": { + "version": 1.0 + } + }, + "lambada_openai_mt_es": { + "task": "lambada_openai_mt_es", + "group": [ + "lambada_multilingual" + ], + "dataset_path": "EleutherAI/lambada_openai", + "dataset_name": "es", + "test_split": "test", + "doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}", + "doc_to_target": "{{' '+text.split(' ')[-1]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "perplexity", + "aggregation": "perplexity", + "higher_is_better": false + }, + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "loglikelihood", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{text}}", + "metadata": { + "version": 1.0 + } + }, + "lambada_openai_mt_fr": { + "task": "lambada_openai_mt_fr", + "group": [ + "lambada_multilingual" + ], + "dataset_path": "EleutherAI/lambada_openai", + "dataset_name": "fr", + "test_split": "test", + "doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}", + "doc_to_target": "{{' '+text.split(' ')[-1]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "perplexity", + "aggregation": "perplexity", + "higher_is_better": false + }, + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "loglikelihood", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{text}}", + "metadata": { + "version": 1.0 + } + }, + "lambada_openai_mt_it": { + "task": "lambada_openai_mt_it", + "group": [ + "lambada_multilingual" + ], + "dataset_path": "EleutherAI/lambada_openai", + "dataset_name": "it", + "test_split": "test", + "doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}", + "doc_to_target": "{{' '+text.split(' ')[-1]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "perplexity", + "aggregation": "perplexity", + "higher_is_better": false + }, + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "loglikelihood", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{text}}", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "lambada_multilingual": "N/A", + "lambada_openai_mt_de": 1.0, + "lambada_openai_mt_en": 1.0, + "lambada_openai_mt_es": 1.0, + "lambada_openai_mt_fr": 1.0, + "lambada_openai_mt_it": 1.0 + }, + "n-shot": { + "lambada_multilingual": 0, + "lambada_openai_mt_de": 0, + "lambada_openai_mt_en": 0, + "lambada_openai_mt_es": 0, + "lambada_openai_mt_fr": 0, + "lambada_openai_mt_it": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/lambada_multilingual/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/lambada_multilingual/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..3cd61bdf1f549b6902f75c9b45c33353be9997b8 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/lambada_multilingual/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4051adee0d3df67adcfd82c2f48520dfdc386d5942cc8eee5b5afbdd9a3b0a65 +size 75171 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/logiqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/logiqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..86c09328f4507ce0589ff422ed2144d9953ba5c8 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/logiqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,66 @@ +{ + "results": { + "logiqa": { + "acc,none": 0.24270353302611367, + "acc_stderr,none": 0.01681567620647953, + "acc_norm,none": 0.2780337941628264, + "acc_norm_stderr,none": 0.017573187770282713, + "alias": "logiqa" + } + }, + "configs": { + "logiqa": { + "task": "logiqa", + "dataset_path": "EleutherAI/logiqa", + "dataset_name": "logiqa", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "def doc_to_text(doc) -> str:\n \"\"\"\n Passage: \n Question: \n Choices:\n A. \n B. \n C. \n D. \n Answer:\n \"\"\"\n choices = [\"a\", \"b\", \"c\", \"d\"]\n prompt = \"Passage: \" + doc[\"context\"] + \"\\n\"\n prompt += \"Question: \" + doc[\"question\"] + \"\\nChoices:\\n\"\n for choice, option in zip(choices, doc[\"options\"]):\n prompt += f\"{choice.upper()}. {option}\\n\"\n prompt += \"Answer:\"\n return prompt\n", + "doc_to_target": "def doc_to_target(doc) -> int:\n choices = [\"a\", \"b\", \"c\", \"d\"]\n return choices.index(doc[\"label\"].strip())\n", + "doc_to_choice": "{{options}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{context}}", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "logiqa": 1.0 + }, + "n-shot": { + "logiqa": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 32 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/logiqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/logiqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..6c3b91e61fdcafc5014a7074fdf15757f9d1c7aa --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/logiqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5383442985fd4298f28211580cfe241a1cde542ab5fc9457083bfb57390f008c +size 48828 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/mmlu/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/mmlu/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..d7c10357c4c1ff461ab1ded3ae923b49c078a4a3 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/mmlu/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,2594 @@ +{ + "results": { + "mmlu": { + "acc,none": 0.3157669847600057, + "acc_stderr,none": 0.053837382580476996, + "alias": "mmlu" + }, + "mmlu_humanities": { + "alias": " - humanities", + "acc,none": 0.31137088204038255, + "acc_stderr,none": 0.05034350770386185 + }, + "mmlu_formal_logic": { + "alias": " - formal_logic", + "acc,none": 0.2857142857142857, + "acc_stderr,none": 0.0404061017820884 + }, + "mmlu_high_school_european_history": { + "alias": " - high_school_european_history", + "acc,none": 0.3575757575757576, + "acc_stderr,none": 0.03742597043806585 + }, + "mmlu_high_school_us_history": { + "alias": " - high_school_us_history", + "acc,none": 0.4264705882352941, + "acc_stderr,none": 0.03471157907953425 + }, + "mmlu_high_school_world_history": { + "alias": " - high_school_world_history", + "acc,none": 0.34177215189873417, + "acc_stderr,none": 0.030874537537553617 + }, + "mmlu_international_law": { + "alias": " - international_law", + "acc,none": 0.3140495867768595, + "acc_stderr,none": 0.042369647530410184 + }, + "mmlu_jurisprudence": { + "alias": " - jurisprudence", + "acc,none": 0.35185185185185186, + "acc_stderr,none": 0.046166311118017125 + }, + "mmlu_logical_fallacies": { + "alias": " - logical_fallacies", + "acc,none": 0.3374233128834356, + "acc_stderr,none": 0.037149084099355745 + }, + "mmlu_moral_disputes": { + "alias": " - moral_disputes", + "acc,none": 0.3554913294797688, + "acc_stderr,none": 0.025770292082977254 + }, + "mmlu_moral_scenarios": { + "alias": " - moral_scenarios", + "acc,none": 0.23687150837988827, + "acc_stderr,none": 0.014219570788103986 + }, + "mmlu_philosophy": { + "alias": " - philosophy", + "acc,none": 0.3954983922829582, + "acc_stderr,none": 0.027770918531427838 + }, + "mmlu_prehistory": { + "alias": " - prehistory", + "acc,none": 0.3395061728395062, + "acc_stderr,none": 0.026348564412011635 + }, + "mmlu_professional_law": { + "alias": " - professional_law", + "acc,none": 0.28226857887874834, + "acc_stderr,none": 0.01149585217624194 + }, + "mmlu_world_religions": { + "alias": " - world_religions", + "acc,none": 0.4093567251461988, + "acc_stderr,none": 0.037712831076265434 + }, + "mmlu_other": { + "alias": " - other", + "acc,none": 0.34985516575474734, + "acc_stderr,none": 0.04341556800869804 + }, + "mmlu_business_ethics": { + "alias": " - business_ethics", + "acc,none": 0.35, + "acc_stderr,none": 0.0479372485441102 + }, + "mmlu_clinical_knowledge": { + "alias": " - clinical_knowledge", + "acc,none": 0.36981132075471695, + "acc_stderr,none": 0.02971142188010792 + }, + "mmlu_college_medicine": { + "alias": " - college_medicine", + "acc,none": 0.31213872832369943, + "acc_stderr,none": 0.03533133389323657 + }, + "mmlu_global_facts": { + "alias": " - global_facts", + "acc,none": 0.36, + "acc_stderr,none": 0.048241815132442176 + }, + "mmlu_human_aging": { + "alias": " - human_aging", + "acc,none": 0.34977578475336324, + "acc_stderr,none": 0.03200736719484503 + }, + "mmlu_management": { + "alias": " - management", + "acc,none": 0.3592233009708738, + "acc_stderr,none": 0.04750458399041694 + }, + "mmlu_marketing": { + "alias": " - marketing", + "acc,none": 0.3974358974358974, + "acc_stderr,none": 0.032059534537892925 + }, + "mmlu_medical_genetics": { + "alias": " - medical_genetics", + "acc,none": 0.33, + "acc_stderr,none": 0.04725815626252604 + }, + "mmlu_miscellaneous": { + "alias": " - miscellaneous", + "acc,none": 0.4086845466155811, + "acc_stderr,none": 0.017579250148153397 + }, + "mmlu_nutrition": { + "alias": " - nutrition", + "acc,none": 0.3235294117647059, + "acc_stderr,none": 0.02678745311190654 + }, + "mmlu_professional_accounting": { + "alias": " - professional_accounting", + "acc,none": 0.2553191489361702, + "acc_stderr,none": 0.026011992930902 + }, + "mmlu_professional_medicine": { + "alias": " - professional_medicine", + "acc,none": 0.3014705882352941, + "acc_stderr,none": 0.027875982114273168 + }, + "mmlu_virology": { + "alias": " - virology", + "acc,none": 0.30120481927710846, + "acc_stderr,none": 0.0357160923005348 + }, + "mmlu_social_sciences": { + "alias": " - social_sciences", + "acc,none": 0.3357166070848229, + "acc_stderr,none": 0.045722398803210426 + }, + "mmlu_econometrics": { + "alias": " - econometrics", + "acc,none": 0.2894736842105263, + "acc_stderr,none": 0.042663394431593935 + }, + "mmlu_high_school_geography": { + "alias": " - high_school_geography", + "acc,none": 0.3787878787878788, + "acc_stderr,none": 0.03456088731993747 + }, + "mmlu_high_school_government_and_politics": { + "alias": " - high_school_government_and_politics", + "acc,none": 0.41968911917098445, + "acc_stderr,none": 0.03561587327685884 + }, + "mmlu_high_school_macroeconomics": { + "alias": " - high_school_macroeconomics", + "acc,none": 0.2948717948717949, + "acc_stderr,none": 0.02311936275823229 + }, + "mmlu_high_school_microeconomics": { + "alias": " - high_school_microeconomics", + "acc,none": 0.2773109243697479, + "acc_stderr,none": 0.029079374539480007 + }, + "mmlu_high_school_psychology": { + "alias": " - high_school_psychology", + "acc,none": 0.3357798165137615, + "acc_stderr,none": 0.020248081396752927 + }, + "mmlu_human_sexuality": { + "alias": " - human_sexuality", + "acc,none": 0.32061068702290074, + "acc_stderr,none": 0.04093329229834278 + }, + "mmlu_professional_psychology": { + "alias": " - professional_psychology", + "acc,none": 0.3022875816993464, + "acc_stderr,none": 0.01857923271111388 + }, + "mmlu_public_relations": { + "alias": " - public_relations", + "acc,none": 0.4, + "acc_stderr,none": 0.0469237132203465 + }, + "mmlu_security_studies": { + "alias": " - security_studies", + "acc,none": 0.3510204081632653, + "acc_stderr,none": 0.030555316755573637 + }, + "mmlu_sociology": { + "alias": " - sociology", + "acc,none": 0.39303482587064675, + "acc_stderr,none": 0.0345368246603156 + }, + "mmlu_us_foreign_policy": { + "alias": " - us_foreign_policy", + "acc,none": 0.44, + "acc_stderr,none": 0.04988876515698589 + }, + "mmlu_stem": { + "alias": " - stem", + "acc,none": 0.269267364414843, + "acc_stderr,none": 0.05591862906927716 + }, + "mmlu_abstract_algebra": { + "alias": " - abstract_algebra", + "acc,none": 0.26, + "acc_stderr,none": 0.04408440022768079 + }, + "mmlu_anatomy": { + "alias": " - anatomy", + "acc,none": 0.2814814814814815, + "acc_stderr,none": 0.03885004245800254 + }, + "mmlu_astronomy": { + "alias": " - astronomy", + "acc,none": 0.3026315789473684, + "acc_stderr,none": 0.03738520676119668 + }, + "mmlu_college_biology": { + "alias": " - college_biology", + "acc,none": 0.3055555555555556, + "acc_stderr,none": 0.03852084696008534 + }, + "mmlu_college_chemistry": { + "alias": " - college_chemistry", + "acc,none": 0.25, + "acc_stderr,none": 0.04351941398892446 + }, + "mmlu_college_computer_science": { + "alias": " - college_computer_science", + "acc,none": 0.23, + "acc_stderr,none": 0.04229525846816507 + }, + "mmlu_college_mathematics": { + "alias": " - college_mathematics", + "acc,none": 0.2, + "acc_stderr,none": 0.04020151261036844 + }, + "mmlu_college_physics": { + "alias": " - college_physics", + "acc,none": 0.24509803921568626, + "acc_stderr,none": 0.04280105837364395 + }, + "mmlu_computer_security": { + "alias": " - computer_security", + "acc,none": 0.3, + "acc_stderr,none": 0.046056618647183814 + }, + "mmlu_conceptual_physics": { + "alias": " - conceptual_physics", + "acc,none": 0.33617021276595743, + "acc_stderr,none": 0.030881618520676942 + }, + "mmlu_electrical_engineering": { + "alias": " - electrical_engineering", + "acc,none": 0.3586206896551724, + "acc_stderr,none": 0.03996629574876718 + }, + "mmlu_elementary_mathematics": { + "alias": " - elementary_mathematics", + "acc,none": 0.2566137566137566, + "acc_stderr,none": 0.022494510767503154 + }, + "mmlu_high_school_biology": { + "alias": " - high_school_biology", + "acc,none": 0.36129032258064514, + "acc_stderr,none": 0.027327548447957546 + }, + "mmlu_high_school_chemistry": { + "alias": " - high_school_chemistry", + "acc,none": 0.22660098522167488, + "acc_stderr,none": 0.029454863835292975 + }, + "mmlu_high_school_computer_science": { + "alias": " - high_school_computer_science", + "acc,none": 0.22, + "acc_stderr,none": 0.04163331998932269 + }, + "mmlu_high_school_mathematics": { + "alias": " - high_school_mathematics", + "acc,none": 0.22962962962962963, + "acc_stderr,none": 0.02564410863926761 + }, + "mmlu_high_school_physics": { + "alias": " - high_school_physics", + "acc,none": 0.2119205298013245, + "acc_stderr,none": 0.033367670865679766 + }, + "mmlu_high_school_statistics": { + "alias": " - high_school_statistics", + "acc,none": 0.18518518518518517, + "acc_stderr,none": 0.026491914727355168 + }, + "mmlu_machine_learning": { + "alias": " - machine_learning", + "acc,none": 0.26785714285714285, + "acc_stderr,none": 0.04203277291467764 + } + }, + "groups": { + "mmlu": { + "acc,none": 0.3157669847600057, + "acc_stderr,none": 0.053837382580476996, + "alias": "mmlu" + }, + "mmlu_humanities": { + "alias": " - humanities", + "acc,none": 0.31137088204038255, + "acc_stderr,none": 0.05034350770386185 + }, + "mmlu_other": { + "alias": " - other", + "acc,none": 0.34985516575474734, + "acc_stderr,none": 0.04341556800869804 + }, + "mmlu_social_sciences": { + "alias": " - social_sciences", + "acc,none": 0.3357166070848229, + "acc_stderr,none": 0.045722398803210426 + }, + "mmlu_stem": { + "alias": " - stem", + "acc,none": 0.269267364414843, + "acc_stderr,none": 0.05591862906927716 + } + }, + "configs": { + "mmlu_abstract_algebra": { + "task": "mmlu_abstract_algebra", + "task_alias": "abstract_algebra", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "abstract_algebra", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about abstract algebra.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_anatomy": { + "task": "mmlu_anatomy", + "task_alias": "anatomy", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "anatomy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about anatomy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_astronomy": { + "task": "mmlu_astronomy", + "task_alias": "astronomy", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "astronomy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about astronomy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_business_ethics": { + "task": "mmlu_business_ethics", + "task_alias": "business_ethics", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "business_ethics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about business ethics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_clinical_knowledge": { + "task": "mmlu_clinical_knowledge", + "task_alias": "clinical_knowledge", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "clinical_knowledge", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about clinical knowledge.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_biology": { + "task": "mmlu_college_biology", + "task_alias": "college_biology", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_biology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college biology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_chemistry": { + "task": "mmlu_college_chemistry", + "task_alias": "college_chemistry", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_chemistry", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college chemistry.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_computer_science": { + "task": "mmlu_college_computer_science", + "task_alias": "college_computer_science", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_computer_science", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college computer science.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_mathematics": { + "task": "mmlu_college_mathematics", + "task_alias": "college_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_medicine": { + "task": "mmlu_college_medicine", + "task_alias": "college_medicine", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_medicine", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college medicine.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_physics": { + "task": "mmlu_college_physics", + "task_alias": "college_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_computer_security": { + "task": "mmlu_computer_security", + "task_alias": "computer_security", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "computer_security", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about computer security.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_conceptual_physics": { + "task": "mmlu_conceptual_physics", + "task_alias": "conceptual_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "conceptual_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about conceptual physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_econometrics": { + "task": "mmlu_econometrics", + "task_alias": "econometrics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "econometrics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about econometrics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_electrical_engineering": { + "task": "mmlu_electrical_engineering", + "task_alias": "electrical_engineering", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "electrical_engineering", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about electrical engineering.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_elementary_mathematics": { + "task": "mmlu_elementary_mathematics", + "task_alias": "elementary_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "elementary_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about elementary mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_formal_logic": { + "task": "mmlu_formal_logic", + "task_alias": "formal_logic", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "formal_logic", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about formal logic.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_global_facts": { + "task": "mmlu_global_facts", + "task_alias": "global_facts", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "global_facts", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about global facts.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_biology": { + "task": "mmlu_high_school_biology", + "task_alias": "high_school_biology", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_biology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school biology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_chemistry": { + "task": "mmlu_high_school_chemistry", + "task_alias": "high_school_chemistry", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_chemistry", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school chemistry.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_computer_science": { + "task": "mmlu_high_school_computer_science", + "task_alias": "high_school_computer_science", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_computer_science", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school computer science.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_european_history": { + "task": "mmlu_high_school_european_history", + "task_alias": "high_school_european_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_european_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school european history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_geography": { + "task": "mmlu_high_school_geography", + "task_alias": "high_school_geography", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_geography", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school geography.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_government_and_politics": { + "task": "mmlu_high_school_government_and_politics", + "task_alias": "high_school_government_and_politics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_government_and_politics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school government and politics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_macroeconomics": { + "task": "mmlu_high_school_macroeconomics", + "task_alias": "high_school_macroeconomics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_macroeconomics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school macroeconomics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_mathematics": { + "task": "mmlu_high_school_mathematics", + "task_alias": "high_school_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_microeconomics": { + "task": "mmlu_high_school_microeconomics", + "task_alias": "high_school_microeconomics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_microeconomics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school microeconomics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_physics": { + "task": "mmlu_high_school_physics", + "task_alias": "high_school_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_psychology": { + "task": "mmlu_high_school_psychology", + "task_alias": "high_school_psychology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_psychology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school psychology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_statistics": { + "task": "mmlu_high_school_statistics", + "task_alias": "high_school_statistics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_statistics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school statistics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_us_history": { + "task": "mmlu_high_school_us_history", + "task_alias": "high_school_us_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_us_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school us history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_world_history": { + "task": "mmlu_high_school_world_history", + "task_alias": "high_school_world_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_world_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school world history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_human_aging": { + "task": "mmlu_human_aging", + "task_alias": "human_aging", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "human_aging", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about human aging.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_human_sexuality": { + "task": "mmlu_human_sexuality", + "task_alias": "human_sexuality", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "human_sexuality", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about human sexuality.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_international_law": { + "task": "mmlu_international_law", + "task_alias": "international_law", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "international_law", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about international law.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_jurisprudence": { + "task": "mmlu_jurisprudence", + "task_alias": "jurisprudence", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "jurisprudence", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about jurisprudence.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_logical_fallacies": { + "task": "mmlu_logical_fallacies", + "task_alias": "logical_fallacies", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "logical_fallacies", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about logical fallacies.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_machine_learning": { + "task": "mmlu_machine_learning", + "task_alias": "machine_learning", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "machine_learning", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about machine learning.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_management": { + "task": "mmlu_management", + "task_alias": "management", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "management", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about management.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_marketing": { + "task": "mmlu_marketing", + "task_alias": "marketing", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "marketing", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about marketing.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_medical_genetics": { + "task": "mmlu_medical_genetics", + "task_alias": "medical_genetics", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "medical_genetics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about medical genetics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_miscellaneous": { + "task": "mmlu_miscellaneous", + "task_alias": "miscellaneous", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "miscellaneous", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about miscellaneous.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_moral_disputes": { + "task": "mmlu_moral_disputes", + "task_alias": "moral_disputes", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "moral_disputes", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about moral disputes.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_moral_scenarios": { + "task": "mmlu_moral_scenarios", + "task_alias": "moral_scenarios", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "moral_scenarios", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about moral scenarios.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_nutrition": { + "task": "mmlu_nutrition", + "task_alias": "nutrition", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "nutrition", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about nutrition.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_philosophy": { + "task": "mmlu_philosophy", + "task_alias": "philosophy", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "philosophy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about philosophy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_prehistory": { + "task": "mmlu_prehistory", + "task_alias": "prehistory", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "prehistory", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about prehistory.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_accounting": { + "task": "mmlu_professional_accounting", + "task_alias": "professional_accounting", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_accounting", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional accounting.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_law": { + "task": "mmlu_professional_law", + "task_alias": "professional_law", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_law", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional law.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_medicine": { + "task": "mmlu_professional_medicine", + "task_alias": "professional_medicine", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_medicine", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional medicine.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_psychology": { + "task": "mmlu_professional_psychology", + "task_alias": "professional_psychology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_psychology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional psychology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_public_relations": { + "task": "mmlu_public_relations", + "task_alias": "public_relations", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "public_relations", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about public relations.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_security_studies": { + "task": "mmlu_security_studies", + "task_alias": "security_studies", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "security_studies", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about security studies.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_sociology": { + "task": "mmlu_sociology", + "task_alias": "sociology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "sociology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about sociology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_us_foreign_policy": { + "task": "mmlu_us_foreign_policy", + "task_alias": "us_foreign_policy", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "us_foreign_policy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about us foreign policy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_virology": { + "task": "mmlu_virology", + "task_alias": "virology", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "virology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about virology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_world_religions": { + "task": "mmlu_world_religions", + "task_alias": "world_religions", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "world_religions", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about world religions.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + } + }, + "versions": { + "mmlu": "N/A", + "mmlu_abstract_algebra": 0.0, + "mmlu_anatomy": 0.0, + "mmlu_astronomy": 0.0, + "mmlu_business_ethics": 0.0, + "mmlu_clinical_knowledge": 0.0, + "mmlu_college_biology": 0.0, + "mmlu_college_chemistry": 0.0, + "mmlu_college_computer_science": 0.0, + "mmlu_college_mathematics": 0.0, + "mmlu_college_medicine": 0.0, + "mmlu_college_physics": 0.0, + "mmlu_computer_security": 0.0, + "mmlu_conceptual_physics": 0.0, + "mmlu_econometrics": 0.0, + "mmlu_electrical_engineering": 0.0, + "mmlu_elementary_mathematics": 0.0, + "mmlu_formal_logic": 0.0, + "mmlu_global_facts": 0.0, + "mmlu_high_school_biology": 0.0, + "mmlu_high_school_chemistry": 0.0, + "mmlu_high_school_computer_science": 0.0, + "mmlu_high_school_european_history": 0.0, + "mmlu_high_school_geography": 0.0, + "mmlu_high_school_government_and_politics": 0.0, + "mmlu_high_school_macroeconomics": 0.0, + "mmlu_high_school_mathematics": 0.0, + "mmlu_high_school_microeconomics": 0.0, + "mmlu_high_school_physics": 0.0, + "mmlu_high_school_psychology": 0.0, + "mmlu_high_school_statistics": 0.0, + "mmlu_high_school_us_history": 0.0, + "mmlu_high_school_world_history": 0.0, + "mmlu_human_aging": 0.0, + "mmlu_human_sexuality": 0.0, + "mmlu_humanities": "N/A", + "mmlu_international_law": 0.0, + "mmlu_jurisprudence": 0.0, + "mmlu_logical_fallacies": 0.0, + "mmlu_machine_learning": 0.0, + "mmlu_management": 0.0, + "mmlu_marketing": 0.0, + "mmlu_medical_genetics": 0.0, + "mmlu_miscellaneous": 0.0, + "mmlu_moral_disputes": 0.0, + "mmlu_moral_scenarios": 0.0, + "mmlu_nutrition": 0.0, + "mmlu_other": "N/A", + "mmlu_philosophy": 0.0, + "mmlu_prehistory": 0.0, + "mmlu_professional_accounting": 0.0, + "mmlu_professional_law": 0.0, + "mmlu_professional_medicine": 0.0, + "mmlu_professional_psychology": 0.0, + "mmlu_public_relations": 0.0, + "mmlu_security_studies": 0.0, + "mmlu_social_sciences": "N/A", + "mmlu_sociology": 0.0, + "mmlu_stem": "N/A", + "mmlu_us_foreign_policy": 0.0, + "mmlu_virology": 0.0, + "mmlu_world_religions": 0.0 + }, + "n-shot": { + "mmlu": 0, + "mmlu_abstract_algebra": 0, + "mmlu_anatomy": 0, + "mmlu_astronomy": 0, + "mmlu_business_ethics": 0, + "mmlu_clinical_knowledge": 0, + "mmlu_college_biology": 0, + "mmlu_college_chemistry": 0, + "mmlu_college_computer_science": 0, + "mmlu_college_mathematics": 0, + "mmlu_college_medicine": 0, + "mmlu_college_physics": 0, + "mmlu_computer_security": 0, + "mmlu_conceptual_physics": 0, + "mmlu_econometrics": 0, + "mmlu_electrical_engineering": 0, + "mmlu_elementary_mathematics": 0, + "mmlu_formal_logic": 0, + "mmlu_global_facts": 0, + "mmlu_high_school_biology": 0, + "mmlu_high_school_chemistry": 0, + "mmlu_high_school_computer_science": 0, + "mmlu_high_school_european_history": 0, + "mmlu_high_school_geography": 0, + "mmlu_high_school_government_and_politics": 0, + "mmlu_high_school_macroeconomics": 0, + "mmlu_high_school_mathematics": 0, + "mmlu_high_school_microeconomics": 0, + "mmlu_high_school_physics": 0, + "mmlu_high_school_psychology": 0, + "mmlu_high_school_statistics": 0, + "mmlu_high_school_us_history": 0, + "mmlu_high_school_world_history": 0, + "mmlu_human_aging": 0, + "mmlu_human_sexuality": 0, + "mmlu_humanities": 0, + "mmlu_international_law": 0, + "mmlu_jurisprudence": 0, + "mmlu_logical_fallacies": 0, + "mmlu_machine_learning": 0, + "mmlu_management": 0, + "mmlu_marketing": 0, + "mmlu_medical_genetics": 0, + "mmlu_miscellaneous": 0, + "mmlu_moral_disputes": 0, + "mmlu_moral_scenarios": 0, + "mmlu_nutrition": 0, + "mmlu_other": 0, + "mmlu_philosophy": 0, + "mmlu_prehistory": 0, + "mmlu_professional_accounting": 0, + "mmlu_professional_law": 0, + "mmlu_professional_medicine": 0, + "mmlu_professional_psychology": 0, + "mmlu_public_relations": 0, + "mmlu_security_studies": 0, + "mmlu_social_sciences": 0, + "mmlu_sociology": 0, + "mmlu_stem": 0, + "mmlu_us_foreign_policy": 0, + "mmlu_virology": 0, + "mmlu_world_religions": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 16 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/mmlu/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/mmlu/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..858ad8f8131568d38a807d05d286812a7aa682ea --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/mmlu/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd916c4a9ddbca9b0f6c91218bcdc0e6cb5e3df154ef0be44c100a77192c275e +size 142220 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/openbookqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/openbookqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..de7d14da181a839b8484456cbc8dc35255ef94e8 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/openbookqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,66 @@ +{ + "results": { + "openbookqa": { + "acc,none": 0.312, + "acc_stderr,none": 0.020740596536488062, + "acc_norm,none": 0.406, + "acc_norm_stderr,none": 0.02198396209008634, + "alias": "openbookqa" + } + }, + "configs": { + "openbookqa": { + "task": "openbookqa", + "dataset_path": "openbookqa", + "dataset_name": "main", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "question_stem", + "doc_to_target": "{{choices.label.index(answerKey.lstrip())}}", + "doc_to_choice": "{{choices.text}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "question_stem", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "openbookqa": 1.0 + }, + "n-shot": { + "openbookqa": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/openbookqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/openbookqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..44e279aa0ba663f01d7b5ee5e3401149eafdf569 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/openbookqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a459cf4bd68866405632b7d04e57b3836a0d17e684c0f84b2201bb8ff7f53f61 +size 44647 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/pawsx/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/pawsx/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..889cbb9f70077458013105a7587ef8a8aef80fb9 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/pawsx/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,283 @@ +{ + "results": { + "pawsx": { + "acc,none": 0.4567857142857143, + "acc_stderr,none": 0.05475184126493959, + "alias": "pawsx" + }, + "paws_de": { + "acc,none": 0.4125, + "acc_stderr,none": 0.01101056271248756, + "alias": " - paws_de" + }, + "paws_en": { + "acc,none": 0.356, + "acc_stderr,none": 0.010709311120344539, + "alias": " - paws_en" + }, + "paws_es": { + "acc,none": 0.3895, + "acc_stderr,none": 0.010906619649373086, + "alias": " - paws_es" + }, + "paws_fr": { + "acc,none": 0.5455, + "acc_stderr,none": 0.011136735987003717, + "alias": " - paws_fr" + }, + "paws_ja": { + "acc,none": 0.5195, + "acc_stderr,none": 0.011174628009718142, + "alias": " - paws_ja" + }, + "paws_ko": { + "acc,none": 0.481, + "acc_stderr,none": 0.011175058879956061, + "alias": " - paws_ko" + }, + "paws_zh": { + "acc,none": 0.4935, + "acc_stderr,none": 0.0111821910061423, + "alias": " - paws_zh" + } + }, + "groups": { + "pawsx": { + "acc,none": 0.4567857142857143, + "acc_stderr,none": 0.05475184126493959, + "alias": "pawsx" + } + }, + "configs": { + "paws_de": { + "task": "paws_de", + "group": "pawsx", + "dataset_path": "paws-x", + "dataset_name": "de", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[sentence1+\", richtig? Ja, \"+sentence2, sentence1+\", richtig? Nein, \"+sentence2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "paws_en": { + "task": "paws_en", + "group": "pawsx", + "dataset_path": "paws-x", + "dataset_name": "en", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[sentence1+\", right? Yes, \"+sentence2, sentence1+\", right? No, \"+sentence2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "paws_es": { + "task": "paws_es", + "group": "pawsx", + "dataset_path": "paws-x", + "dataset_name": "es", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[sentence1+\", verdad? Sí, \"+sentence2, sentence1+\", verdad? No, \"+sentence2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "paws_fr": { + "task": "paws_fr", + "group": "pawsx", + "dataset_path": "paws-x", + "dataset_name": "fr", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[sentence1+\", n'est-ce pas? Oui, \"+sentence2, sentence1+\", n'est-ce pas? No, \"+sentence2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "paws_ja": { + "task": "paws_ja", + "group": "pawsx", + "dataset_path": "paws-x", + "dataset_name": "ja", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[sentence1+\", ですね? はい, \"+sentence2, sentence1+\", ですね? いいえ, \"+sentence2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "paws_ko": { + "task": "paws_ko", + "group": "pawsx", + "dataset_path": "paws-x", + "dataset_name": "ko", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[sentence1+\", 맞죠? 예, \"+sentence2, sentence1+\", 맞죠? 아니요, \"+sentence2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "paws_zh": { + "task": "paws_zh", + "group": "pawsx", + "dataset_path": "paws-x", + "dataset_name": "zh", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[sentence1+\", 对吧? 是, \"+sentence2, sentence1+\", 对吧? 不是, \"+sentence2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + } + }, + "versions": { + "paws_de": 0.0, + "paws_en": 0.0, + "paws_es": 0.0, + "paws_fr": 0.0, + "paws_ja": 0.0, + "paws_ko": 0.0, + "paws_zh": 0.0, + "pawsx": "N/A" + }, + "n-shot": { + "paws_de": 0, + "paws_en": 0, + "paws_es": 0, + "paws_fr": 0, + "paws_ja": 0, + "paws_ko": 0, + "paws_zh": 0, + "pawsx": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/pawsx/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/pawsx/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..4d8d85400c9973c81391043118c739ffbeb214c7 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/pawsx/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d02aa9d85e949ca27424b21caf5baf7c7042b3f17c19a2aa4d0fcac15e29abd +size 60916 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/piqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/piqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..1b9c6739c25cefc6efd8b583b4515a480ddaac20 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/piqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,64 @@ +{ + "results": { + "piqa": { + "acc,none": 0.76550598476605, + "acc_stderr,none": 0.009885203143240555, + "acc_norm,none": 0.7709466811751904, + "acc_norm_stderr,none": 0.009804509865175504, + "alias": "piqa" + } + }, + "configs": { + "piqa": { + "task": "piqa", + "dataset_path": "piqa", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "Question: {{goal}}\nAnswer:", + "doc_to_target": "label", + "doc_to_choice": "{{[sol1, sol2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "goal", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "piqa": 1.0 + }, + "n-shot": { + "piqa": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/piqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/piqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..46b4bcf68ee5b18ae0c56c2b6c51a765575d42b1 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/piqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5819db4d0d48b7f4b7b366d332bb330ea2c354368c9e454254f50da11feb6c6 +size 36685 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/pythia/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/pythia/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..7383afe3ea4c67997578748ccf9ccd5f5e1d0c9b --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/pythia/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,5234 @@ +{ + "results": { + "pythia": { + "acc,none": 0.7402196165069074, + "acc_stderr,none": 0.1447341919531007, + "acc_norm,none": 0.6355504235769488, + "acc_norm_stderr,none": 0.009836211175315098, + "word_perplexity,none": 10.811293630189443, + "word_perplexity_stderr,none": "N/A", + "byte_perplexity,none": 1.5607749675286307, + "byte_perplexity_stderr,none": "N/A", + "bits_per_byte,none": 0.6422625445973058, + "bits_per_byte_stderr,none": "N/A", + "perplexity,none": 3.1790488450061614, + "perplexity_stderr,none": 0.06259688004835295, + "alias": "pythia" + }, + "ai2_arc": { + "acc,none": 0.6226042841037204, + "acc_stderr,none": 0.103225014469997, + "acc_norm,none": 0.6319052987598647, + "acc_norm_stderr,none": 0.08884786132949501, + "alias": " - ai2_arc" + }, + "arc_challenge": { + "acc,none": 0.4044368600682594, + "acc_stderr,none": 0.014342036483436177, + "acc_norm,none": 0.4445392491467577, + "acc_norm_stderr,none": 0.01452122640562707, + "alias": " - arc_challenge" + }, + "arc_easy": { + "acc,none": 0.7302188552188552, + "acc_stderr,none": 0.009107527914671064, + "acc_norm,none": 0.7243265993265994, + "acc_norm_stderr,none": 0.009169229476542577, + "alias": " - arc_easy" + }, + "blimp": { + "acc,none": 0.8365671641791045, + "acc_stderr,none": 0.15150043819208528, + "alias": " - blimp" + }, + "blimp_adjunct_island": { + "acc,none": 0.908, + "acc_stderr,none": 0.00914437639315109, + "alias": " - blimp_adjunct_island" + }, + "blimp_anaphor_gender_agreement": { + "acc,none": 0.991, + "acc_stderr,none": 0.0029879638431426618, + "alias": " - blimp_anaphor_gender_agreement" + }, + "blimp_anaphor_number_agreement": { + "acc,none": 0.998, + "acc_stderr,none": 0.0014135055705578141, + "alias": " - blimp_anaphor_number_agreement" + }, + "blimp_animate_subject_passive": { + "acc,none": 0.815, + "acc_stderr,none": 0.012285191326386702, + "alias": " - blimp_animate_subject_passive" + }, + "blimp_animate_subject_trans": { + "acc,none": 0.895, + "acc_stderr,none": 0.009698921026024963, + "alias": " - blimp_animate_subject_trans" + }, + "blimp_causative": { + "acc,none": 0.765, + "acc_stderr,none": 0.013414729030247102, + "alias": " - blimp_causative" + }, + "blimp_complex_NP_island": { + "acc,none": 0.569, + "acc_stderr,none": 0.0156679444881735, + "alias": " - blimp_complex_NP_island" + }, + "blimp_coordinate_structure_constraint_complex_left_branch": { + "acc,none": 0.788, + "acc_stderr,none": 0.01293148186493802, + "alias": " - blimp_coordinate_structure_constraint_complex_left_branch" + }, + "blimp_coordinate_structure_constraint_object_extraction": { + "acc,none": 0.872, + "acc_stderr,none": 0.01057013376110866, + "alias": " - blimp_coordinate_structure_constraint_object_extraction" + }, + "blimp_determiner_noun_agreement_1": { + "acc,none": 0.996, + "acc_stderr,none": 0.001996994739098729, + "alias": " - blimp_determiner_noun_agreement_1" + }, + "blimp_determiner_noun_agreement_2": { + "acc,none": 0.98, + "acc_stderr,none": 0.004429403980178353, + "alias": " - blimp_determiner_noun_agreement_2" + }, + "blimp_determiner_noun_agreement_irregular_1": { + "acc,none": 0.926, + "acc_stderr,none": 0.008282064512704159, + "alias": " - blimp_determiner_noun_agreement_irregular_1" + }, + "blimp_determiner_noun_agreement_irregular_2": { + "acc,none": 0.942, + "acc_stderr,none": 0.0073953154557929385, + "alias": " - blimp_determiner_noun_agreement_irregular_2" + }, + "blimp_determiner_noun_agreement_with_adj_2": { + "acc,none": 0.956, + "acc_stderr,none": 0.006488921798427421, + "alias": " - blimp_determiner_noun_agreement_with_adj_2" + }, + "blimp_determiner_noun_agreement_with_adj_irregular_1": { + "acc,none": 0.872, + "acc_stderr,none": 0.010570133761108663, + "alias": " - blimp_determiner_noun_agreement_with_adj_irregular_1" + }, + "blimp_determiner_noun_agreement_with_adj_irregular_2": { + "acc,none": 0.915, + "acc_stderr,none": 0.008823426366942319, + "alias": " - blimp_determiner_noun_agreement_with_adj_irregular_2" + }, + "blimp_determiner_noun_agreement_with_adjective_1": { + "acc,none": 0.978, + "acc_stderr,none": 0.004640855259274701, + "alias": " - blimp_determiner_noun_agreement_with_adjective_1" + }, + "blimp_distractor_agreement_relational_noun": { + "acc,none": 0.892, + "acc_stderr,none": 0.009820001651345674, + "alias": " - blimp_distractor_agreement_relational_noun" + }, + "blimp_distractor_agreement_relative_clause": { + "acc,none": 0.752, + "acc_stderr,none": 0.013663187134877637, + "alias": " - blimp_distractor_agreement_relative_clause" + }, + "blimp_drop_argument": { + "acc,none": 0.761, + "acc_stderr,none": 0.013493000446937591, + "alias": " - blimp_drop_argument" + }, + "blimp_ellipsis_n_bar_1": { + "acc,none": 0.787, + "acc_stderr,none": 0.012953717566737228, + "alias": " - blimp_ellipsis_n_bar_1" + }, + "blimp_ellipsis_n_bar_2": { + "acc,none": 0.927, + "acc_stderr,none": 0.008230354715244052, + "alias": " - blimp_ellipsis_n_bar_2" + }, + "blimp_existential_there_object_raising": { + "acc,none": 0.835, + "acc_stderr,none": 0.011743632866916149, + "alias": " - blimp_existential_there_object_raising" + }, + "blimp_existential_there_quantifiers_1": { + "acc,none": 0.994, + "acc_stderr,none": 0.0024433521993298263, + "alias": " - blimp_existential_there_quantifiers_1" + }, + "blimp_existential_there_quantifiers_2": { + "acc,none": 0.297, + "acc_stderr,none": 0.014456832294801105, + "alias": " - blimp_existential_there_quantifiers_2" + }, + "blimp_existential_there_subject_raising": { + "acc,none": 0.876, + "acc_stderr,none": 0.010427498872343968, + "alias": " - blimp_existential_there_subject_raising" + }, + "blimp_expletive_it_object_raising": { + "acc,none": 0.79, + "acc_stderr,none": 0.012886662332274536, + "alias": " - blimp_expletive_it_object_raising" + }, + "blimp_inchoative": { + "acc,none": 0.689, + "acc_stderr,none": 0.014645596385722694, + "alias": " - blimp_inchoative" + }, + "blimp_intransitive": { + "acc,none": 0.838, + "acc_stderr,none": 0.01165726777130444, + "alias": " - blimp_intransitive" + }, + "blimp_irregular_past_participle_adjectives": { + "acc,none": 0.93, + "acc_stderr,none": 0.008072494358323494, + "alias": " - blimp_irregular_past_participle_adjectives" + }, + "blimp_irregular_past_participle_verbs": { + "acc,none": 0.895, + "acc_stderr,none": 0.009698921026024949, + "alias": " - blimp_irregular_past_participle_verbs" + }, + "blimp_irregular_plural_subject_verb_agreement_1": { + "acc,none": 0.946, + "acc_stderr,none": 0.007150883521295437, + "alias": " - blimp_irregular_plural_subject_verb_agreement_1" + }, + "blimp_irregular_plural_subject_verb_agreement_2": { + "acc,none": 0.896, + "acc_stderr,none": 0.009658016218524301, + "alias": " - blimp_irregular_plural_subject_verb_agreement_2" + }, + "blimp_left_branch_island_echo_question": { + "acc,none": 0.689, + "acc_stderr,none": 0.014645596385722694, + "alias": " - blimp_left_branch_island_echo_question" + }, + "blimp_left_branch_island_simple_question": { + "acc,none": 0.896, + "acc_stderr,none": 0.009658016218524279, + "alias": " - blimp_left_branch_island_simple_question" + }, + "blimp_matrix_question_npi_licensor_present": { + "acc,none": 0.538, + "acc_stderr,none": 0.015773547629015113, + "alias": " - blimp_matrix_question_npi_licensor_present" + }, + "blimp_npi_present_1": { + "acc,none": 0.706, + "acc_stderr,none": 0.014414290540008205, + "alias": " - blimp_npi_present_1" + }, + "blimp_npi_present_2": { + "acc,none": 0.694, + "acc_stderr,none": 0.014580006055436965, + "alias": " - blimp_npi_present_2" + }, + "blimp_only_npi_licensor_present": { + "acc,none": 0.967, + "acc_stderr,none": 0.005651808820452374, + "alias": " - blimp_only_npi_licensor_present" + }, + "blimp_only_npi_scope": { + "acc,none": 0.878, + "acc_stderr,none": 0.010354864712936717, + "alias": " - blimp_only_npi_scope" + }, + "blimp_passive_1": { + "acc,none": 0.898, + "acc_stderr,none": 0.009575368801653867, + "alias": " - blimp_passive_1" + }, + "blimp_passive_2": { + "acc,none": 0.911, + "acc_stderr,none": 0.009008893392651533, + "alias": " - blimp_passive_2" + }, + "blimp_principle_A_c_command": { + "acc,none": 0.775, + "acc_stderr,none": 0.013211720158614753, + "alias": " - blimp_principle_A_c_command" + }, + "blimp_principle_A_case_1": { + "acc,none": 1.0, + "acc_stderr,none": 0.0, + "alias": " - blimp_principle_A_case_1" + }, + "blimp_principle_A_case_2": { + "acc,none": 0.947, + "acc_stderr,none": 0.007088105617246438, + "alias": " - blimp_principle_A_case_2" + }, + "blimp_principle_A_domain_1": { + "acc,none": 0.996, + "acc_stderr,none": 0.00199699473909873, + "alias": " - blimp_principle_A_domain_1" + }, + "blimp_principle_A_domain_2": { + "acc,none": 0.902, + "acc_stderr,none": 0.009406619184621231, + "alias": " - blimp_principle_A_domain_2" + }, + "blimp_principle_A_domain_3": { + "acc,none": 0.828, + "acc_stderr,none": 0.011939788882495321, + "alias": " - blimp_principle_A_domain_3" + }, + "blimp_principle_A_reconstruction": { + "acc,none": 0.583, + "acc_stderr,none": 0.015599819048769618, + "alias": " - blimp_principle_A_reconstruction" + }, + "blimp_regular_plural_subject_verb_agreement_1": { + "acc,none": 0.968, + "acc_stderr,none": 0.005568393575081342, + "alias": " - blimp_regular_plural_subject_verb_agreement_1" + }, + "blimp_regular_plural_subject_verb_agreement_2": { + "acc,none": 0.913, + "acc_stderr,none": 0.00891686663074591, + "alias": " - blimp_regular_plural_subject_verb_agreement_2" + }, + "blimp_sentential_negation_npi_licensor_present": { + "acc,none": 0.992, + "acc_stderr,none": 0.002818500300504505, + "alias": " - blimp_sentential_negation_npi_licensor_present" + }, + "blimp_sentential_negation_npi_scope": { + "acc,none": 0.739, + "acc_stderr,none": 0.013895037677965126, + "alias": " - blimp_sentential_negation_npi_scope" + }, + "blimp_sentential_subject_island": { + "acc,none": 0.524, + "acc_stderr,none": 0.015801065586651758, + "alias": " - blimp_sentential_subject_island" + }, + "blimp_superlative_quantifiers_1": { + "acc,none": 0.885, + "acc_stderr,none": 0.010093407594904612, + "alias": " - blimp_superlative_quantifiers_1" + }, + "blimp_superlative_quantifiers_2": { + "acc,none": 0.928, + "acc_stderr,none": 0.008178195576218681, + "alias": " - blimp_superlative_quantifiers_2" + }, + "blimp_tough_vs_raising_1": { + "acc,none": 0.671, + "acc_stderr,none": 0.01486539538592836, + "alias": " - blimp_tough_vs_raising_1" + }, + "blimp_tough_vs_raising_2": { + "acc,none": 0.874, + "acc_stderr,none": 0.010499249222408021, + "alias": " - blimp_tough_vs_raising_2" + }, + "blimp_transitive": { + "acc,none": 0.871, + "acc_stderr,none": 0.010605256784796561, + "alias": " - blimp_transitive" + }, + "blimp_wh_island": { + "acc,none": 0.793, + "acc_stderr,none": 0.012818553557843981, + "alias": " - blimp_wh_island" + }, + "blimp_wh_questions_object_gap": { + "acc,none": 0.853, + "acc_stderr,none": 0.011203415395160336, + "alias": " - blimp_wh_questions_object_gap" + }, + "blimp_wh_questions_subject_gap": { + "acc,none": 0.944, + "acc_stderr,none": 0.007274401481697057, + "alias": " - blimp_wh_questions_subject_gap" + }, + "blimp_wh_questions_subject_gap_long_distance": { + "acc,none": 0.939, + "acc_stderr,none": 0.007572076091557412, + "alias": " - blimp_wh_questions_subject_gap_long_distance" + }, + "blimp_wh_vs_that_no_gap": { + "acc,none": 0.979, + "acc_stderr,none": 0.0045364721513065035, + "alias": " - blimp_wh_vs_that_no_gap" + }, + "blimp_wh_vs_that_no_gap_long_distance": { + "acc,none": 0.972, + "acc_stderr,none": 0.005219506034410042, + "alias": " - blimp_wh_vs_that_no_gap_long_distance" + }, + "blimp_wh_vs_that_with_gap": { + "acc,none": 0.382, + "acc_stderr,none": 0.015372453034968528, + "alias": " - blimp_wh_vs_that_with_gap" + }, + "blimp_wh_vs_that_with_gap_long_distance": { + "acc,none": 0.344, + "acc_stderr,none": 0.015029633724408945, + "alias": " - blimp_wh_vs_that_with_gap_long_distance" + }, + "lambada_openai": { + "perplexity,none": 3.1790488450061614, + "perplexity_stderr,none": 0.06259688004835295, + "acc,none": 0.7556763050650107, + "acc_stderr,none": 0.0059863591547287456, + "alias": " - lambada_openai" + }, + "logiqa": { + "acc,none": 0.2411674347158218, + "acc_stderr,none": 0.016779369344911064, + "acc_norm,none": 0.2780337941628264, + "acc_norm_stderr,none": 0.017573187770282706, + "alias": " - logiqa" + }, + "mmlu": { + "acc,none": 0.31790343255946446, + "acc_stderr,none": 0.0551409180864504, + "alias": " - mmlu" + }, + "mmlu_humanities": { + "alias": " - humanities", + "acc,none": 0.3130712008501594, + "acc_stderr,none": 0.04834088352315086 + }, + "mmlu_formal_logic": { + "alias": " - formal_logic", + "acc,none": 0.29365079365079366, + "acc_stderr,none": 0.04073524322147124 + }, + "mmlu_high_school_european_history": { + "alias": " - high_school_european_history", + "acc,none": 0.38181818181818183, + "acc_stderr,none": 0.03793713171165635 + }, + "mmlu_high_school_us_history": { + "alias": " - high_school_us_history", + "acc,none": 0.4166666666666667, + "acc_stderr,none": 0.03460228327239171 + }, + "mmlu_high_school_world_history": { + "alias": " - high_school_world_history", + "acc,none": 0.34177215189873417, + "acc_stderr,none": 0.030874537537553617 + }, + "mmlu_international_law": { + "alias": " - international_law", + "acc,none": 0.34710743801652894, + "acc_stderr,none": 0.04345724570292534 + }, + "mmlu_jurisprudence": { + "alias": " - jurisprudence", + "acc,none": 0.32407407407407407, + "acc_stderr,none": 0.04524596007030048 + }, + "mmlu_logical_fallacies": { + "alias": " - logical_fallacies", + "acc,none": 0.3312883435582822, + "acc_stderr,none": 0.03697983910025588 + }, + "mmlu_moral_disputes": { + "alias": " - moral_disputes", + "acc,none": 0.3468208092485549, + "acc_stderr,none": 0.02562472399403046 + }, + "mmlu_moral_scenarios": { + "alias": " - moral_scenarios", + "acc,none": 0.23798882681564246, + "acc_stderr,none": 0.014242630070574898 + }, + "mmlu_philosophy": { + "alias": " - philosophy", + "acc,none": 0.37942122186495175, + "acc_stderr,none": 0.02755994980234782 + }, + "mmlu_prehistory": { + "alias": " - prehistory", + "acc,none": 0.35185185185185186, + "acc_stderr,none": 0.026571483480719964 + }, + "mmlu_professional_law": { + "alias": " - professional_law", + "acc,none": 0.28683181225554105, + "acc_stderr,none": 0.011551504781176933 + }, + "mmlu_world_religions": { + "alias": " - world_religions", + "acc,none": 0.4152046783625731, + "acc_stderr,none": 0.037792759455032014 + }, + "mmlu_other": { + "alias": " - other", + "acc,none": 0.35178628902478276, + "acc_stderr,none": 0.048763730323493897 + }, + "mmlu_business_ethics": { + "alias": " - business_ethics", + "acc,none": 0.36, + "acc_stderr,none": 0.048241815132442176 + }, + "mmlu_clinical_knowledge": { + "alias": " - clinical_knowledge", + "acc,none": 0.3849056603773585, + "acc_stderr,none": 0.02994649856769995 + }, + "mmlu_college_medicine": { + "alias": " - college_medicine", + "acc,none": 0.31213872832369943, + "acc_stderr,none": 0.03533133389323657 + }, + "mmlu_global_facts": { + "alias": " - global_facts", + "acc,none": 0.37, + "acc_stderr,none": 0.048523658709391 + }, + "mmlu_human_aging": { + "alias": " - human_aging", + "acc,none": 0.3542600896860987, + "acc_stderr,none": 0.032100621541349864 + }, + "mmlu_management": { + "alias": " - management", + "acc,none": 0.3786407766990291, + "acc_stderr,none": 0.048026946982589726 + }, + "mmlu_marketing": { + "alias": " - marketing", + "acc,none": 0.3974358974358974, + "acc_stderr,none": 0.032059534537892925 + }, + "mmlu_medical_genetics": { + "alias": " - medical_genetics", + "acc,none": 0.32, + "acc_stderr,none": 0.04688261722621504 + }, + "mmlu_miscellaneous": { + "alias": " - miscellaneous", + "acc,none": 0.40485312899106, + "acc_stderr,none": 0.017553246467720263 + }, + "mmlu_nutrition": { + "alias": " - nutrition", + "acc,none": 0.3104575163398693, + "acc_stderr,none": 0.0264930332251459 + }, + "mmlu_professional_accounting": { + "alias": " - professional_accounting", + "acc,none": 0.25177304964539005, + "acc_stderr,none": 0.025892151156709405 + }, + "mmlu_professional_medicine": { + "alias": " - professional_medicine", + "acc,none": 0.31985294117647056, + "acc_stderr,none": 0.028332959514031218 + }, + "mmlu_virology": { + "alias": " - virology", + "acc,none": 0.3072289156626506, + "acc_stderr,none": 0.03591566797824665 + }, + "mmlu_social_sciences": { + "alias": " - social_sciences", + "acc,none": 0.3425414364640883, + "acc_stderr,none": 0.046183566386939615 + }, + "mmlu_econometrics": { + "alias": " - econometrics", + "acc,none": 0.3157894736842105, + "acc_stderr,none": 0.04372748290278008 + }, + "mmlu_high_school_geography": { + "alias": " - high_school_geography", + "acc,none": 0.3838383838383838, + "acc_stderr,none": 0.03464881675016339 + }, + "mmlu_high_school_government_and_politics": { + "alias": " - high_school_government_and_politics", + "acc,none": 0.43005181347150256, + "acc_stderr,none": 0.03572954333144807 + }, + "mmlu_high_school_macroeconomics": { + "alias": " - high_school_macroeconomics", + "acc,none": 0.3076923076923077, + "acc_stderr,none": 0.023400928918310488 + }, + "mmlu_high_school_microeconomics": { + "alias": " - high_school_microeconomics", + "acc,none": 0.28991596638655465, + "acc_stderr,none": 0.029472485833136077 + }, + "mmlu_high_school_psychology": { + "alias": " - high_school_psychology", + "acc,none": 0.3376146788990826, + "acc_stderr,none": 0.02027526598663891 + }, + "mmlu_human_sexuality": { + "alias": " - human_sexuality", + "acc,none": 0.3282442748091603, + "acc_stderr,none": 0.04118438565806298 + }, + "mmlu_professional_psychology": { + "alias": " - professional_psychology", + "acc,none": 0.3006535947712418, + "acc_stderr,none": 0.01855063450295296 + }, + "mmlu_public_relations": { + "alias": " - public_relations", + "acc,none": 0.39090909090909093, + "acc_stderr,none": 0.04673752333670237 + }, + "mmlu_security_studies": { + "alias": " - security_studies", + "acc,none": 0.363265306122449, + "acc_stderr,none": 0.030789051139030802 + }, + "mmlu_sociology": { + "alias": " - sociology", + "acc,none": 0.417910447761194, + "acc_stderr,none": 0.034875586404620636 + }, + "mmlu_us_foreign_policy": { + "alias": " - us_foreign_policy", + "acc,none": 0.43, + "acc_stderr,none": 0.04975698519562428 + }, + "mmlu_stem": { + "alias": " - stem", + "acc,none": 0.26768157310497936, + "acc_stderr,none": 0.056787678557011195 + }, + "mmlu_abstract_algebra": { + "alias": " - abstract_algebra", + "acc,none": 0.26, + "acc_stderr,none": 0.04408440022768077 + }, + "mmlu_anatomy": { + "alias": " - anatomy", + "acc,none": 0.25925925925925924, + "acc_stderr,none": 0.03785714465066654 + }, + "mmlu_astronomy": { + "alias": " - astronomy", + "acc,none": 0.2894736842105263, + "acc_stderr,none": 0.03690677986137282 + }, + "mmlu_college_biology": { + "alias": " - college_biology", + "acc,none": 0.2986111111111111, + "acc_stderr,none": 0.03827052357950756 + }, + "mmlu_college_chemistry": { + "alias": " - college_chemistry", + "acc,none": 0.23, + "acc_stderr,none": 0.042295258468165065 + }, + "mmlu_college_computer_science": { + "alias": " - college_computer_science", + "acc,none": 0.24, + "acc_stderr,none": 0.042923469599092816 + }, + "mmlu_college_mathematics": { + "alias": " - college_mathematics", + "acc,none": 0.18, + "acc_stderr,none": 0.03861229196653697 + }, + "mmlu_college_physics": { + "alias": " - college_physics", + "acc,none": 0.24509803921568626, + "acc_stderr,none": 0.04280105837364395 + }, + "mmlu_computer_security": { + "alias": " - computer_security", + "acc,none": 0.32, + "acc_stderr,none": 0.04688261722621505 + }, + "mmlu_conceptual_physics": { + "alias": " - conceptual_physics", + "acc,none": 0.33191489361702126, + "acc_stderr,none": 0.03078373675774566 + }, + "mmlu_electrical_engineering": { + "alias": " - electrical_engineering", + "acc,none": 0.33793103448275863, + "acc_stderr,none": 0.0394170763206489 + }, + "mmlu_elementary_mathematics": { + "alias": " - elementary_mathematics", + "acc,none": 0.25396825396825395, + "acc_stderr,none": 0.022418042891113953 + }, + "mmlu_high_school_biology": { + "alias": " - high_school_biology", + "acc,none": 0.36451612903225805, + "acc_stderr,none": 0.02737987122994324 + }, + "mmlu_high_school_chemistry": { + "alias": " - high_school_chemistry", + "acc,none": 0.23645320197044334, + "acc_stderr,none": 0.02989611429173355 + }, + "mmlu_high_school_computer_science": { + "alias": " - high_school_computer_science", + "acc,none": 0.21, + "acc_stderr,none": 0.040936018074033256 + }, + "mmlu_high_school_mathematics": { + "alias": " - high_school_mathematics", + "acc,none": 0.23333333333333334, + "acc_stderr,none": 0.025787874220959316 + }, + "mmlu_high_school_physics": { + "alias": " - high_school_physics", + "acc,none": 0.2185430463576159, + "acc_stderr,none": 0.033742355504256936 + }, + "mmlu_high_school_statistics": { + "alias": " - high_school_statistics", + "acc,none": 0.1712962962962963, + "acc_stderr,none": 0.025695341643824664 + }, + "mmlu_machine_learning": { + "alias": " - machine_learning", + "acc,none": 0.32142857142857145, + "acc_stderr,none": 0.04432804055291518 + }, + "piqa": { + "acc,none": 0.764961915125136, + "acc_stderr,none": 0.009893146688805334, + "acc_norm,none": 0.7725788900979326, + "acc_norm_stderr,none": 0.009779850767847232, + "alias": " - piqa" + }, + "sciq": { + "acc,none": 0.945, + "acc_stderr,none": 0.007212976294639239, + "acc_norm,none": 0.93, + "acc_norm_stderr,none": 0.008072494358323494, + "alias": " - sciq" + }, + "wikitext": { + "word_perplexity,none": 10.811293630189443, + "word_perplexity_stderr,none": "N/A", + "byte_perplexity,none": 1.5607749675286307, + "byte_perplexity_stderr,none": "N/A", + "bits_per_byte,none": 0.6422625445973058, + "bits_per_byte_stderr,none": "N/A", + "alias": " - wikitext" + }, + "winogrande": { + "acc,none": 0.6803472770323599, + "acc_stderr,none": 0.013106528517665146, + "alias": " - winogrande" + }, + "wsc": { + "acc,none": 0.38461538461538464, + "acc_stderr,none": 0.0479366886807504, + "alias": " - wsc" + } + }, + "groups": { + "pythia": { + "acc,none": 0.7402196165069074, + "acc_stderr,none": 0.1447341919531007, + "acc_norm,none": 0.6355504235769488, + "acc_norm_stderr,none": 0.009836211175315098, + "word_perplexity,none": 10.811293630189443, + "word_perplexity_stderr,none": "N/A", + "byte_perplexity,none": 1.5607749675286307, + "byte_perplexity_stderr,none": "N/A", + "bits_per_byte,none": 0.6422625445973058, + "bits_per_byte_stderr,none": "N/A", + "perplexity,none": 3.1790488450061614, + "perplexity_stderr,none": 0.06259688004835295, + "alias": "pythia" + }, + "ai2_arc": { + "acc,none": 0.6226042841037204, + "acc_stderr,none": 0.103225014469997, + "acc_norm,none": 0.6319052987598647, + "acc_norm_stderr,none": 0.08884786132949501, + "alias": " - ai2_arc" + }, + "blimp": { + "acc,none": 0.8365671641791045, + "acc_stderr,none": 0.15150043819208528, + "alias": " - blimp" + }, + "mmlu": { + "acc,none": 0.31790343255946446, + "acc_stderr,none": 0.0551409180864504, + "alias": " - mmlu" + }, + "mmlu_humanities": { + "alias": " - humanities", + "acc,none": 0.3130712008501594, + "acc_stderr,none": 0.04834088352315086 + }, + "mmlu_other": { + "alias": " - other", + "acc,none": 0.35178628902478276, + "acc_stderr,none": 0.048763730323493897 + }, + "mmlu_social_sciences": { + "alias": " - social_sciences", + "acc,none": 0.3425414364640883, + "acc_stderr,none": 0.046183566386939615 + }, + "mmlu_stem": { + "alias": " - stem", + "acc,none": 0.26768157310497936, + "acc_stderr,none": 0.056787678557011195 + } + }, + "configs": { + "arc_challenge": { + "task": "arc_challenge", + "group": [ + "ai2_arc" + ], + "dataset_path": "allenai/ai2_arc", + "dataset_name": "ARC-Challenge", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "Question: {{question}}\nAnswer:", + "doc_to_target": "{{choices.label.index(answerKey)}}", + "doc_to_choice": "{{choices.text}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "Question: {{question}}\nAnswer:", + "metadata": { + "version": 1.0 + } + }, + "arc_easy": { + "task": "arc_easy", + "group": [ + "ai2_arc" + ], + "dataset_path": "allenai/ai2_arc", + "dataset_name": "ARC-Easy", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "Question: {{question}}\nAnswer:", + "doc_to_target": "{{choices.label.index(answerKey)}}", + "doc_to_choice": "{{choices.text}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "Question: {{question}}\nAnswer:", + "metadata": { + "version": 1.0 + } + }, + "blimp_adjunct_island": { + "task": "blimp_adjunct_island", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "adjunct_island", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_anaphor_gender_agreement": { + "task": "blimp_anaphor_gender_agreement", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "anaphor_gender_agreement", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_anaphor_number_agreement": { + "task": "blimp_anaphor_number_agreement", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "anaphor_number_agreement", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_animate_subject_passive": { + "task": "blimp_animate_subject_passive", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "animate_subject_passive", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_animate_subject_trans": { + "task": "blimp_animate_subject_trans", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "animate_subject_trans", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_causative": { + "task": "blimp_causative", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "causative", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_complex_NP_island": { + "task": "blimp_complex_NP_island", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "complex_NP_island", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_coordinate_structure_constraint_complex_left_branch": { + "task": "blimp_coordinate_structure_constraint_complex_left_branch", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "coordinate_structure_constraint_complex_left_branch", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_coordinate_structure_constraint_object_extraction": { + "task": "blimp_coordinate_structure_constraint_object_extraction", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "coordinate_structure_constraint_object_extraction", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_determiner_noun_agreement_1": { + "task": "blimp_determiner_noun_agreement_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "determiner_noun_agreement_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_determiner_noun_agreement_2": { + "task": "blimp_determiner_noun_agreement_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "determiner_noun_agreement_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_determiner_noun_agreement_irregular_1": { + "task": "blimp_determiner_noun_agreement_irregular_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "determiner_noun_agreement_irregular_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_determiner_noun_agreement_irregular_2": { + "task": "blimp_determiner_noun_agreement_irregular_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "determiner_noun_agreement_irregular_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_determiner_noun_agreement_with_adj_2": { + "task": "blimp_determiner_noun_agreement_with_adj_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "determiner_noun_agreement_with_adj_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_determiner_noun_agreement_with_adj_irregular_1": { + "task": "blimp_determiner_noun_agreement_with_adj_irregular_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "determiner_noun_agreement_with_adj_irregular_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_determiner_noun_agreement_with_adj_irregular_2": { + "task": "blimp_determiner_noun_agreement_with_adj_irregular_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "determiner_noun_agreement_with_adj_irregular_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_determiner_noun_agreement_with_adjective_1": { + "task": "blimp_determiner_noun_agreement_with_adjective_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "determiner_noun_agreement_with_adjective_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_distractor_agreement_relational_noun": { + "task": "blimp_distractor_agreement_relational_noun", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "distractor_agreement_relational_noun", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_distractor_agreement_relative_clause": { + "task": "blimp_distractor_agreement_relative_clause", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "distractor_agreement_relative_clause", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_drop_argument": { + "task": "blimp_drop_argument", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "drop_argument", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_ellipsis_n_bar_1": { + "task": "blimp_ellipsis_n_bar_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "ellipsis_n_bar_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_ellipsis_n_bar_2": { + "task": "blimp_ellipsis_n_bar_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "ellipsis_n_bar_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_existential_there_object_raising": { + "task": "blimp_existential_there_object_raising", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "existential_there_object_raising", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_existential_there_quantifiers_1": { + "task": "blimp_existential_there_quantifiers_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "existential_there_quantifiers_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_existential_there_quantifiers_2": { + "task": "blimp_existential_there_quantifiers_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "existential_there_quantifiers_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_existential_there_subject_raising": { + "task": "blimp_existential_there_subject_raising", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "existential_there_subject_raising", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_expletive_it_object_raising": { + "task": "blimp_expletive_it_object_raising", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "expletive_it_object_raising", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_inchoative": { + "task": "blimp_inchoative", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "inchoative", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_intransitive": { + "task": "blimp_intransitive", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "intransitive", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_irregular_past_participle_adjectives": { + "task": "blimp_irregular_past_participle_adjectives", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "irregular_past_participle_adjectives", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_irregular_past_participle_verbs": { + "task": "blimp_irregular_past_participle_verbs", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "irregular_past_participle_verbs", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_irregular_plural_subject_verb_agreement_1": { + "task": "blimp_irregular_plural_subject_verb_agreement_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "irregular_plural_subject_verb_agreement_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_irregular_plural_subject_verb_agreement_2": { + "task": "blimp_irregular_plural_subject_verb_agreement_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "irregular_plural_subject_verb_agreement_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_left_branch_island_echo_question": { + "task": "blimp_left_branch_island_echo_question", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "left_branch_island_echo_question", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_left_branch_island_simple_question": { + "task": "blimp_left_branch_island_simple_question", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "left_branch_island_simple_question", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_matrix_question_npi_licensor_present": { + "task": "blimp_matrix_question_npi_licensor_present", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "matrix_question_npi_licensor_present", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_npi_present_1": { + "task": "blimp_npi_present_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "npi_present_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_npi_present_2": { + "task": "blimp_npi_present_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "npi_present_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_only_npi_licensor_present": { + "task": "blimp_only_npi_licensor_present", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "only_npi_licensor_present", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_only_npi_scope": { + "task": "blimp_only_npi_scope", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "only_npi_scope", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_passive_1": { + "task": "blimp_passive_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "passive_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_passive_2": { + "task": "blimp_passive_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "passive_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_principle_A_c_command": { + "task": "blimp_principle_A_c_command", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "principle_A_c_command", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_principle_A_case_1": { + "task": "blimp_principle_A_case_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "principle_A_case_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_principle_A_case_2": { + "task": "blimp_principle_A_case_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "principle_A_case_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_principle_A_domain_1": { + "task": "blimp_principle_A_domain_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "principle_A_domain_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_principle_A_domain_2": { + "task": "blimp_principle_A_domain_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "principle_A_domain_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_principle_A_domain_3": { + "task": "blimp_principle_A_domain_3", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "principle_A_domain_3", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_principle_A_reconstruction": { + "task": "blimp_principle_A_reconstruction", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "principle_A_reconstruction", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_regular_plural_subject_verb_agreement_1": { + "task": "blimp_regular_plural_subject_verb_agreement_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "regular_plural_subject_verb_agreement_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_regular_plural_subject_verb_agreement_2": { + "task": "blimp_regular_plural_subject_verb_agreement_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "regular_plural_subject_verb_agreement_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_sentential_negation_npi_licensor_present": { + "task": "blimp_sentential_negation_npi_licensor_present", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "sentential_negation_npi_licensor_present", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_sentential_negation_npi_scope": { + "task": "blimp_sentential_negation_npi_scope", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "sentential_negation_npi_scope", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_sentential_subject_island": { + "task": "blimp_sentential_subject_island", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "sentential_subject_island", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_superlative_quantifiers_1": { + "task": "blimp_superlative_quantifiers_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "superlative_quantifiers_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_superlative_quantifiers_2": { + "task": "blimp_superlative_quantifiers_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "superlative_quantifiers_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_tough_vs_raising_1": { + "task": "blimp_tough_vs_raising_1", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "tough_vs_raising_1", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_tough_vs_raising_2": { + "task": "blimp_tough_vs_raising_2", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "tough_vs_raising_2", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_transitive": { + "task": "blimp_transitive", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "transitive", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_wh_island": { + "task": "blimp_wh_island", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "wh_island", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_wh_questions_object_gap": { + "task": "blimp_wh_questions_object_gap", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "wh_questions_object_gap", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_wh_questions_subject_gap": { + "task": "blimp_wh_questions_subject_gap", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "wh_questions_subject_gap", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_wh_questions_subject_gap_long_distance": { + "task": "blimp_wh_questions_subject_gap_long_distance", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "wh_questions_subject_gap_long_distance", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_wh_vs_that_no_gap": { + "task": "blimp_wh_vs_that_no_gap", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "wh_vs_that_no_gap", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_wh_vs_that_no_gap_long_distance": { + "task": "blimp_wh_vs_that_no_gap_long_distance", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "wh_vs_that_no_gap_long_distance", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_wh_vs_that_with_gap": { + "task": "blimp_wh_vs_that_with_gap", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "wh_vs_that_with_gap", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "blimp_wh_vs_that_with_gap_long_distance": { + "task": "blimp_wh_vs_that_with_gap_long_distance", + "group": "blimp", + "dataset_path": "blimp", + "dataset_name": "wh_vs_that_with_gap_long_distance", + "validation_split": "train", + "doc_to_text": "", + "doc_to_target": 0, + "doc_to_choice": "{{[sentence_good, sentence_bad]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{sentence_good}} {{sentence_bad}}", + "metadata": { + "version": 1.0 + } + }, + "lambada_openai": { + "task": "lambada_openai", + "group": [ + "lambada" + ], + "dataset_path": "EleutherAI/lambada_openai", + "dataset_name": "default", + "test_split": "test", + "doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}", + "doc_to_target": "{{' '+text.split(' ')[-1]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "perplexity", + "aggregation": "perplexity", + "higher_is_better": false + }, + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "loglikelihood", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{text}}", + "metadata": { + "version": 1.0 + } + }, + "logiqa": { + "task": "logiqa", + "dataset_path": "EleutherAI/logiqa", + "dataset_name": "logiqa", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "def doc_to_text(doc) -> str:\n \"\"\"\n Passage: \n Question: \n Choices:\n A. \n B. \n C. \n D. \n Answer:\n \"\"\"\n choices = [\"a\", \"b\", \"c\", \"d\"]\n prompt = \"Passage: \" + doc[\"context\"] + \"\\n\"\n prompt += \"Question: \" + doc[\"question\"] + \"\\nChoices:\\n\"\n for choice, option in zip(choices, doc[\"options\"]):\n prompt += f\"{choice.upper()}. {option}\\n\"\n prompt += \"Answer:\"\n return prompt\n", + "doc_to_target": "def doc_to_target(doc) -> int:\n choices = [\"a\", \"b\", \"c\", \"d\"]\n return choices.index(doc[\"label\"].strip())\n", + "doc_to_choice": "{{options}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{context}}", + "metadata": { + "version": 1.0 + } + }, + "mmlu_abstract_algebra": { + "task": "mmlu_abstract_algebra", + "task_alias": "abstract_algebra", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "abstract_algebra", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about abstract algebra.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_anatomy": { + "task": "mmlu_anatomy", + "task_alias": "anatomy", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "anatomy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about anatomy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_astronomy": { + "task": "mmlu_astronomy", + "task_alias": "astronomy", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "astronomy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about astronomy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_business_ethics": { + "task": "mmlu_business_ethics", + "task_alias": "business_ethics", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "business_ethics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about business ethics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_clinical_knowledge": { + "task": "mmlu_clinical_knowledge", + "task_alias": "clinical_knowledge", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "clinical_knowledge", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about clinical knowledge.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_biology": { + "task": "mmlu_college_biology", + "task_alias": "college_biology", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_biology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college biology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_chemistry": { + "task": "mmlu_college_chemistry", + "task_alias": "college_chemistry", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_chemistry", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college chemistry.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_computer_science": { + "task": "mmlu_college_computer_science", + "task_alias": "college_computer_science", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_computer_science", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college computer science.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_mathematics": { + "task": "mmlu_college_mathematics", + "task_alias": "college_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_medicine": { + "task": "mmlu_college_medicine", + "task_alias": "college_medicine", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_medicine", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college medicine.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_college_physics": { + "task": "mmlu_college_physics", + "task_alias": "college_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "college_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about college physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_computer_security": { + "task": "mmlu_computer_security", + "task_alias": "computer_security", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "computer_security", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about computer security.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_conceptual_physics": { + "task": "mmlu_conceptual_physics", + "task_alias": "conceptual_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "conceptual_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about conceptual physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_econometrics": { + "task": "mmlu_econometrics", + "task_alias": "econometrics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "econometrics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about econometrics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_electrical_engineering": { + "task": "mmlu_electrical_engineering", + "task_alias": "electrical_engineering", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "electrical_engineering", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about electrical engineering.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_elementary_mathematics": { + "task": "mmlu_elementary_mathematics", + "task_alias": "elementary_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "elementary_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about elementary mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_formal_logic": { + "task": "mmlu_formal_logic", + "task_alias": "formal_logic", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "formal_logic", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about formal logic.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_global_facts": { + "task": "mmlu_global_facts", + "task_alias": "global_facts", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "global_facts", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about global facts.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_biology": { + "task": "mmlu_high_school_biology", + "task_alias": "high_school_biology", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_biology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school biology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_chemistry": { + "task": "mmlu_high_school_chemistry", + "task_alias": "high_school_chemistry", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_chemistry", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school chemistry.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_computer_science": { + "task": "mmlu_high_school_computer_science", + "task_alias": "high_school_computer_science", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_computer_science", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school computer science.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_european_history": { + "task": "mmlu_high_school_european_history", + "task_alias": "high_school_european_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_european_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school european history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_geography": { + "task": "mmlu_high_school_geography", + "task_alias": "high_school_geography", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_geography", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school geography.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_government_and_politics": { + "task": "mmlu_high_school_government_and_politics", + "task_alias": "high_school_government_and_politics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_government_and_politics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school government and politics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_macroeconomics": { + "task": "mmlu_high_school_macroeconomics", + "task_alias": "high_school_macroeconomics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_macroeconomics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school macroeconomics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_mathematics": { + "task": "mmlu_high_school_mathematics", + "task_alias": "high_school_mathematics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_mathematics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school mathematics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_microeconomics": { + "task": "mmlu_high_school_microeconomics", + "task_alias": "high_school_microeconomics", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_microeconomics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school microeconomics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_physics": { + "task": "mmlu_high_school_physics", + "task_alias": "high_school_physics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_physics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school physics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_psychology": { + "task": "mmlu_high_school_psychology", + "task_alias": "high_school_psychology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_psychology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school psychology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_statistics": { + "task": "mmlu_high_school_statistics", + "task_alias": "high_school_statistics", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_statistics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school statistics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_us_history": { + "task": "mmlu_high_school_us_history", + "task_alias": "high_school_us_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_us_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school us history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_high_school_world_history": { + "task": "mmlu_high_school_world_history", + "task_alias": "high_school_world_history", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "high_school_world_history", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about high school world history.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_human_aging": { + "task": "mmlu_human_aging", + "task_alias": "human_aging", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "human_aging", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about human aging.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_human_sexuality": { + "task": "mmlu_human_sexuality", + "task_alias": "human_sexuality", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "human_sexuality", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about human sexuality.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_international_law": { + "task": "mmlu_international_law", + "task_alias": "international_law", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "international_law", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about international law.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_jurisprudence": { + "task": "mmlu_jurisprudence", + "task_alias": "jurisprudence", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "jurisprudence", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about jurisprudence.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_logical_fallacies": { + "task": "mmlu_logical_fallacies", + "task_alias": "logical_fallacies", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "logical_fallacies", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about logical fallacies.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_machine_learning": { + "task": "mmlu_machine_learning", + "task_alias": "machine_learning", + "group": "mmlu_stem", + "group_alias": "stem", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "machine_learning", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about machine learning.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_management": { + "task": "mmlu_management", + "task_alias": "management", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "management", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about management.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_marketing": { + "task": "mmlu_marketing", + "task_alias": "marketing", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "marketing", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about marketing.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_medical_genetics": { + "task": "mmlu_medical_genetics", + "task_alias": "medical_genetics", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "medical_genetics", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about medical genetics.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_miscellaneous": { + "task": "mmlu_miscellaneous", + "task_alias": "miscellaneous", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "miscellaneous", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about miscellaneous.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_moral_disputes": { + "task": "mmlu_moral_disputes", + "task_alias": "moral_disputes", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "moral_disputes", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about moral disputes.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_moral_scenarios": { + "task": "mmlu_moral_scenarios", + "task_alias": "moral_scenarios", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "moral_scenarios", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about moral scenarios.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_nutrition": { + "task": "mmlu_nutrition", + "task_alias": "nutrition", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "nutrition", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about nutrition.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_philosophy": { + "task": "mmlu_philosophy", + "task_alias": "philosophy", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "philosophy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about philosophy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_prehistory": { + "task": "mmlu_prehistory", + "task_alias": "prehistory", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "prehistory", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about prehistory.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_accounting": { + "task": "mmlu_professional_accounting", + "task_alias": "professional_accounting", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_accounting", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional accounting.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_law": { + "task": "mmlu_professional_law", + "task_alias": "professional_law", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_law", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional law.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_medicine": { + "task": "mmlu_professional_medicine", + "task_alias": "professional_medicine", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_medicine", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional medicine.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_professional_psychology": { + "task": "mmlu_professional_psychology", + "task_alias": "professional_psychology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "professional_psychology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about professional psychology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_public_relations": { + "task": "mmlu_public_relations", + "task_alias": "public_relations", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "public_relations", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about public relations.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_security_studies": { + "task": "mmlu_security_studies", + "task_alias": "security_studies", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "security_studies", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about security studies.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_sociology": { + "task": "mmlu_sociology", + "task_alias": "sociology", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "sociology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about sociology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_us_foreign_policy": { + "task": "mmlu_us_foreign_policy", + "task_alias": "us_foreign_policy", + "group": "mmlu_social_sciences", + "group_alias": "social_sciences", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "us_foreign_policy", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about us foreign policy.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_virology": { + "task": "mmlu_virology", + "task_alias": "virology", + "group": "mmlu_other", + "group_alias": "other", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "virology", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about virology.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "mmlu_world_religions": { + "task": "mmlu_world_religions", + "task_alias": "world_religions", + "group": "mmlu_humanities", + "group_alias": "humanities", + "dataset_path": "hails/mmlu_no_train", + "dataset_name": "world_religions", + "test_split": "test", + "fewshot_split": "dev", + "doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:", + "doc_to_target": "answer", + "doc_to_choice": [ + "A", + "B", + "C", + "D" + ], + "description": "The following are multiple choice questions (with answers) about world religions.\n\n", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "fewshot_config": { + "sampler": "first_n" + }, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 0.0 + } + }, + "piqa": { + "task": "piqa", + "dataset_path": "piqa", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "Question: {{goal}}\nAnswer:", + "doc_to_target": "label", + "doc_to_choice": "{{[sol1, sol2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "goal", + "metadata": { + "version": 1.0 + } + }, + "sciq": { + "task": "sciq", + "dataset_path": "sciq", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "{{support.lstrip()}}\nQuestion: {{question}}\nAnswer:", + "doc_to_target": 3, + "doc_to_choice": "{{[distractor1, distractor2, distractor3, correct_answer]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{support}} {{question}}", + "metadata": { + "version": 1.0 + } + }, + "wikitext": { + "task": "wikitext", + "dataset_path": "EleutherAI/wikitext_document_level", + "dataset_name": "wikitext-2-raw-v1", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "", + "doc_to_target": "def wikitext_detokenizer(doc):\n string = doc[\"page\"]\n # contractions\n string = string.replace(\"s '\", \"s'\")\n string = re.sub(r\"/' [0-9]/\", r\"/'[0-9]/\", string)\n # number separators\n string = string.replace(\" @-@ \", \"-\")\n string = string.replace(\" @,@ \", \",\")\n string = string.replace(\" @.@ \", \".\")\n # punctuation\n string = string.replace(\" : \", \": \")\n string = string.replace(\" ; \", \"; \")\n string = string.replace(\" . \", \". \")\n string = string.replace(\" ! \", \"! \")\n string = string.replace(\" ? \", \"? \")\n string = string.replace(\" , \", \", \")\n # double brackets\n string = re.sub(r\"\\(\\s*([^\\)]*?)\\s*\\)\", r\"(\\1)\", string)\n string = re.sub(r\"\\[\\s*([^\\]]*?)\\s*\\]\", r\"[\\1]\", string)\n string = re.sub(r\"{\\s*([^}]*?)\\s*}\", r\"{\\1}\", string)\n string = re.sub(r\"\\\"\\s*([^\\\"]*?)\\s*\\\"\", r'\"\\1\"', string)\n string = re.sub(r\"'\\s*([^']*?)\\s*'\", r\"'\\1'\", string)\n # miscellaneous\n string = string.replace(\"= = = =\", \"====\")\n string = string.replace(\"= = =\", \"===\")\n string = string.replace(\"= =\", \"==\")\n string = string.replace(\" \" + chr(176) + \" \", chr(176))\n string = string.replace(\" \\n\", \"\\n\")\n string = string.replace(\"\\n \", \"\\n\")\n string = string.replace(\" N \", \" 1 \")\n string = string.replace(\" 's\", \"'s\")\n\n return string\n", + "process_results": "def process_results(doc, results):\n (loglikelihood,) = results\n # IMPORTANT: wikitext counts number of words in *original doc before detokenization*\n _words = len(re.split(r\"\\s+\", doc[\"page\"]))\n _bytes = len(doc[\"page\"].encode(\"utf-8\"))\n return {\n \"word_perplexity\": (loglikelihood, _words),\n \"byte_perplexity\": (loglikelihood, _bytes),\n \"bits_per_byte\": (loglikelihood, _bytes),\n }\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "word_perplexity" + }, + { + "metric": "byte_perplexity" + }, + { + "metric": "bits_per_byte" + } + ], + "output_type": "loglikelihood_rolling", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{page}}", + "metadata": { + "version": 2.0 + } + }, + "winogrande": { + "task": "winogrande", + "dataset_path": "winogrande", + "dataset_name": "winogrande_xl", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "def doc_to_text(doc):\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n", + "doc_to_target": "def doc_to_target(doc):\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n", + "doc_to_choice": "def doc_to_choice(doc):\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "sentence", + "metadata": { + "version": 1.0 + } + }, + "wsc": { + "task": "wsc", + "group": [ + "super-glue-lm-eval-v1" + ], + "dataset_path": "super_glue", + "dataset_name": "wsc.fixed", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "def default_doc_to_text(x):\n raw_passage = x[\"text\"]\n # NOTE: HuggingFace span indices are word-based not character-based.\n pre = \" \".join(raw_passage.split()[: x[\"span2_index\"]])\n post = raw_passage[len(pre) + len(x[\"span2_text\"]) + 1 :]\n passage = general_detokenize(pre + \" *{}*\".format(x[\"span2_text\"]) + post)\n noun = x[\"span1_text\"]\n pronoun = x[\"span2_text\"]\n text = (\n f\"Passage: {passage}\\n\"\n + f'Question: In the passage above, does the pronoun \"*{pronoun}*\" refer to \"*{noun}*\"?\\n'\n + \"Answer:\"\n )\n return text\n", + "doc_to_target": "label", + "doc_to_choice": [ + "no", + "yes" + ], + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "ai2_arc": "N/A", + "arc_challenge": 1.0, + "arc_easy": 1.0, + "blimp": "N/A", + "blimp_adjunct_island": 1.0, + "blimp_anaphor_gender_agreement": 1.0, + "blimp_anaphor_number_agreement": 1.0, + "blimp_animate_subject_passive": 1.0, + "blimp_animate_subject_trans": 1.0, + "blimp_causative": 1.0, + "blimp_complex_NP_island": 1.0, + "blimp_coordinate_structure_constraint_complex_left_branch": 1.0, + "blimp_coordinate_structure_constraint_object_extraction": 1.0, + "blimp_determiner_noun_agreement_1": 1.0, + "blimp_determiner_noun_agreement_2": 1.0, + "blimp_determiner_noun_agreement_irregular_1": 1.0, + "blimp_determiner_noun_agreement_irregular_2": 1.0, + "blimp_determiner_noun_agreement_with_adj_2": 1.0, + "blimp_determiner_noun_agreement_with_adj_irregular_1": 1.0, + "blimp_determiner_noun_agreement_with_adj_irregular_2": 1.0, + "blimp_determiner_noun_agreement_with_adjective_1": 1.0, + "blimp_distractor_agreement_relational_noun": 1.0, + "blimp_distractor_agreement_relative_clause": 1.0, + "blimp_drop_argument": 1.0, + "blimp_ellipsis_n_bar_1": 1.0, + "blimp_ellipsis_n_bar_2": 1.0, + "blimp_existential_there_object_raising": 1.0, + "blimp_existential_there_quantifiers_1": 1.0, + "blimp_existential_there_quantifiers_2": 1.0, + "blimp_existential_there_subject_raising": 1.0, + "blimp_expletive_it_object_raising": 1.0, + "blimp_inchoative": 1.0, + "blimp_intransitive": 1.0, + "blimp_irregular_past_participle_adjectives": 1.0, + "blimp_irregular_past_participle_verbs": 1.0, + "blimp_irregular_plural_subject_verb_agreement_1": 1.0, + "blimp_irregular_plural_subject_verb_agreement_2": 1.0, + "blimp_left_branch_island_echo_question": 1.0, + "blimp_left_branch_island_simple_question": 1.0, + "blimp_matrix_question_npi_licensor_present": 1.0, + "blimp_npi_present_1": 1.0, + "blimp_npi_present_2": 1.0, + "blimp_only_npi_licensor_present": 1.0, + "blimp_only_npi_scope": 1.0, + "blimp_passive_1": 1.0, + "blimp_passive_2": 1.0, + "blimp_principle_A_c_command": 1.0, + "blimp_principle_A_case_1": 1.0, + "blimp_principle_A_case_2": 1.0, + "blimp_principle_A_domain_1": 1.0, + "blimp_principle_A_domain_2": 1.0, + "blimp_principle_A_domain_3": 1.0, + "blimp_principle_A_reconstruction": 1.0, + "blimp_regular_plural_subject_verb_agreement_1": 1.0, + "blimp_regular_plural_subject_verb_agreement_2": 1.0, + "blimp_sentential_negation_npi_licensor_present": 1.0, + "blimp_sentential_negation_npi_scope": 1.0, + "blimp_sentential_subject_island": 1.0, + "blimp_superlative_quantifiers_1": 1.0, + "blimp_superlative_quantifiers_2": 1.0, + "blimp_tough_vs_raising_1": 1.0, + "blimp_tough_vs_raising_2": 1.0, + "blimp_transitive": 1.0, + "blimp_wh_island": 1.0, + "blimp_wh_questions_object_gap": 1.0, + "blimp_wh_questions_subject_gap": 1.0, + "blimp_wh_questions_subject_gap_long_distance": 1.0, + "blimp_wh_vs_that_no_gap": 1.0, + "blimp_wh_vs_that_no_gap_long_distance": 1.0, + "blimp_wh_vs_that_with_gap": 1.0, + "blimp_wh_vs_that_with_gap_long_distance": 1.0, + "lambada_openai": 1.0, + "logiqa": 1.0, + "mmlu": "N/A", + "mmlu_abstract_algebra": 0.0, + "mmlu_anatomy": 0.0, + "mmlu_astronomy": 0.0, + "mmlu_business_ethics": 0.0, + "mmlu_clinical_knowledge": 0.0, + "mmlu_college_biology": 0.0, + "mmlu_college_chemistry": 0.0, + "mmlu_college_computer_science": 0.0, + "mmlu_college_mathematics": 0.0, + "mmlu_college_medicine": 0.0, + "mmlu_college_physics": 0.0, + "mmlu_computer_security": 0.0, + "mmlu_conceptual_physics": 0.0, + "mmlu_econometrics": 0.0, + "mmlu_electrical_engineering": 0.0, + "mmlu_elementary_mathematics": 0.0, + "mmlu_formal_logic": 0.0, + "mmlu_global_facts": 0.0, + "mmlu_high_school_biology": 0.0, + "mmlu_high_school_chemistry": 0.0, + "mmlu_high_school_computer_science": 0.0, + "mmlu_high_school_european_history": 0.0, + "mmlu_high_school_geography": 0.0, + "mmlu_high_school_government_and_politics": 0.0, + "mmlu_high_school_macroeconomics": 0.0, + "mmlu_high_school_mathematics": 0.0, + "mmlu_high_school_microeconomics": 0.0, + "mmlu_high_school_physics": 0.0, + "mmlu_high_school_psychology": 0.0, + "mmlu_high_school_statistics": 0.0, + "mmlu_high_school_us_history": 0.0, + "mmlu_high_school_world_history": 0.0, + "mmlu_human_aging": 0.0, + "mmlu_human_sexuality": 0.0, + "mmlu_humanities": "N/A", + "mmlu_international_law": 0.0, + "mmlu_jurisprudence": 0.0, + "mmlu_logical_fallacies": 0.0, + "mmlu_machine_learning": 0.0, + "mmlu_management": 0.0, + "mmlu_marketing": 0.0, + "mmlu_medical_genetics": 0.0, + "mmlu_miscellaneous": 0.0, + "mmlu_moral_disputes": 0.0, + "mmlu_moral_scenarios": 0.0, + "mmlu_nutrition": 0.0, + "mmlu_other": "N/A", + "mmlu_philosophy": 0.0, + "mmlu_prehistory": 0.0, + "mmlu_professional_accounting": 0.0, + "mmlu_professional_law": 0.0, + "mmlu_professional_medicine": 0.0, + "mmlu_professional_psychology": 0.0, + "mmlu_public_relations": 0.0, + "mmlu_security_studies": 0.0, + "mmlu_social_sciences": "N/A", + "mmlu_sociology": 0.0, + "mmlu_stem": "N/A", + "mmlu_us_foreign_policy": 0.0, + "mmlu_virology": 0.0, + "mmlu_world_religions": 0.0, + "piqa": 1.0, + "pythia": "N/A", + "sciq": 1.0, + "wikitext": 2.0, + "winogrande": 1.0, + "wsc": 1.0 + }, + "n-shot": { + "ai2_arc": 0, + "arc_challenge": 0, + "arc_easy": 0, + "blimp": 0, + "blimp_adjunct_island": 0, + "blimp_anaphor_gender_agreement": 0, + "blimp_anaphor_number_agreement": 0, + "blimp_animate_subject_passive": 0, + "blimp_animate_subject_trans": 0, + "blimp_causative": 0, + "blimp_complex_NP_island": 0, + "blimp_coordinate_structure_constraint_complex_left_branch": 0, + "blimp_coordinate_structure_constraint_object_extraction": 0, + "blimp_determiner_noun_agreement_1": 0, + "blimp_determiner_noun_agreement_2": 0, + "blimp_determiner_noun_agreement_irregular_1": 0, + "blimp_determiner_noun_agreement_irregular_2": 0, + "blimp_determiner_noun_agreement_with_adj_2": 0, + "blimp_determiner_noun_agreement_with_adj_irregular_1": 0, + "blimp_determiner_noun_agreement_with_adj_irregular_2": 0, + "blimp_determiner_noun_agreement_with_adjective_1": 0, + "blimp_distractor_agreement_relational_noun": 0, + "blimp_distractor_agreement_relative_clause": 0, + "blimp_drop_argument": 0, + "blimp_ellipsis_n_bar_1": 0, + "blimp_ellipsis_n_bar_2": 0, + "blimp_existential_there_object_raising": 0, + "blimp_existential_there_quantifiers_1": 0, + "blimp_existential_there_quantifiers_2": 0, + "blimp_existential_there_subject_raising": 0, + "blimp_expletive_it_object_raising": 0, + "blimp_inchoative": 0, + "blimp_intransitive": 0, + "blimp_irregular_past_participle_adjectives": 0, + "blimp_irregular_past_participle_verbs": 0, + "blimp_irregular_plural_subject_verb_agreement_1": 0, + "blimp_irregular_plural_subject_verb_agreement_2": 0, + "blimp_left_branch_island_echo_question": 0, + "blimp_left_branch_island_simple_question": 0, + "blimp_matrix_question_npi_licensor_present": 0, + "blimp_npi_present_1": 0, + "blimp_npi_present_2": 0, + "blimp_only_npi_licensor_present": 0, + "blimp_only_npi_scope": 0, + "blimp_passive_1": 0, + "blimp_passive_2": 0, + "blimp_principle_A_c_command": 0, + "blimp_principle_A_case_1": 0, + "blimp_principle_A_case_2": 0, + "blimp_principle_A_domain_1": 0, + "blimp_principle_A_domain_2": 0, + "blimp_principle_A_domain_3": 0, + "blimp_principle_A_reconstruction": 0, + "blimp_regular_plural_subject_verb_agreement_1": 0, + "blimp_regular_plural_subject_verb_agreement_2": 0, + "blimp_sentential_negation_npi_licensor_present": 0, + "blimp_sentential_negation_npi_scope": 0, + "blimp_sentential_subject_island": 0, + "blimp_superlative_quantifiers_1": 0, + "blimp_superlative_quantifiers_2": 0, + "blimp_tough_vs_raising_1": 0, + "blimp_tough_vs_raising_2": 0, + "blimp_transitive": 0, + "blimp_wh_island": 0, + "blimp_wh_questions_object_gap": 0, + "blimp_wh_questions_subject_gap": 0, + "blimp_wh_questions_subject_gap_long_distance": 0, + "blimp_wh_vs_that_no_gap": 0, + "blimp_wh_vs_that_no_gap_long_distance": 0, + "blimp_wh_vs_that_with_gap": 0, + "blimp_wh_vs_that_with_gap_long_distance": 0, + "lambada_openai": 0, + "logiqa": 0, + "mmlu": 0, + "mmlu_abstract_algebra": 0, + "mmlu_anatomy": 0, + "mmlu_astronomy": 0, + "mmlu_business_ethics": 0, + "mmlu_clinical_knowledge": 0, + "mmlu_college_biology": 0, + "mmlu_college_chemistry": 0, + "mmlu_college_computer_science": 0, + "mmlu_college_mathematics": 0, + "mmlu_college_medicine": 0, + "mmlu_college_physics": 0, + "mmlu_computer_security": 0, + "mmlu_conceptual_physics": 0, + "mmlu_econometrics": 0, + "mmlu_electrical_engineering": 0, + "mmlu_elementary_mathematics": 0, + "mmlu_formal_logic": 0, + "mmlu_global_facts": 0, + "mmlu_high_school_biology": 0, + "mmlu_high_school_chemistry": 0, + "mmlu_high_school_computer_science": 0, + "mmlu_high_school_european_history": 0, + "mmlu_high_school_geography": 0, + "mmlu_high_school_government_and_politics": 0, + "mmlu_high_school_macroeconomics": 0, + "mmlu_high_school_mathematics": 0, + "mmlu_high_school_microeconomics": 0, + "mmlu_high_school_physics": 0, + "mmlu_high_school_psychology": 0, + "mmlu_high_school_statistics": 0, + "mmlu_high_school_us_history": 0, + "mmlu_high_school_world_history": 0, + "mmlu_human_aging": 0, + "mmlu_human_sexuality": 0, + "mmlu_humanities": 0, + "mmlu_international_law": 0, + "mmlu_jurisprudence": 0, + "mmlu_logical_fallacies": 0, + "mmlu_machine_learning": 0, + "mmlu_management": 0, + "mmlu_marketing": 0, + "mmlu_medical_genetics": 0, + "mmlu_miscellaneous": 0, + "mmlu_moral_disputes": 0, + "mmlu_moral_scenarios": 0, + "mmlu_nutrition": 0, + "mmlu_other": 0, + "mmlu_philosophy": 0, + "mmlu_prehistory": 0, + "mmlu_professional_accounting": 0, + "mmlu_professional_law": 0, + "mmlu_professional_medicine": 0, + "mmlu_professional_psychology": 0, + "mmlu_public_relations": 0, + "mmlu_security_studies": 0, + "mmlu_social_sciences": 0, + "mmlu_sociology": 0, + "mmlu_stem": 0, + "mmlu_us_foreign_policy": 0, + "mmlu_virology": 0, + "mmlu_world_religions": 0, + "piqa": 0, + "pythia": 0, + "sciq": 0, + "wikitext": 0, + "winogrande": 0, + "wsc": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 16 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/pythia/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/pythia/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..910bc18d5b15fb853ed8fb82d865aaa4242c377e --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/pythia/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd78cafd83d8503d64745f5a5ffb059bb28ea5e58971583bb7c31788503b29c4 +size 475071 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/record/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/record/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..80badac7b6bef030a8c9e22c78f55265634beddc --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/record/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,67 @@ +{ + "results": { + "record": { + "f1,none": 0.281435238340497, + "f1_stderr,none": 0.004459404928595226, + "em,none": 0.2717, + "em_stderr,none": 0.004448582919199869, + "alias": "record" + } + }, + "configs": { + "record": { + "task": "record", + "group": [ + "super-glue-lm-eval-v1" + ], + "dataset_path": "super_glue", + "dataset_name": "record", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "def doc_to_text(doc):\n initial_text, *highlights = doc[\"passage\"].strip().split(\"\\n@highlight\\n\")\n text = initial_text + \"\\n\\n\"\n for highlight in highlights:\n text += f\" - {highlight}.\\n\"\n return text\n", + "doc_to_target": "{{answers}}", + "doc_to_choice": "{{entities}}", + "process_results": "def process_results(doc, results):\n # ReCoRD's evaluation is actually deceptively simple:\n # - Pick the maximum likelihood prediction entity\n # - Evaluate the accuracy and token F1 PER EXAMPLE\n # - Average over all examples\n max_idx = np.argmax(np.array([result[0] for result in results]))\n\n prediction = doc[\"entities\"][max_idx]\n gold_label_set = doc[\"answers\"]\n f1 = metric_max_over_ground_truths(\n squad_metrics.compute_f1, prediction, gold_label_set\n )\n em = metric_max_over_ground_truths(\n squad_metrics.compute_exact, prediction, gold_label_set\n )\n\n return {\n \"f1\": f1,\n \"em\": em,\n }\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "f1", + "aggregation": "mean" + }, + { + "metric": "em", + "higher_is_better": true, + "aggregation": "mean" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "record": 1.0 + }, + "n-shot": { + "record": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 16 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/record/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/record/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..edc942a3f5b09a10a5d8d1ab2b2b2167cdf0f641 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/record/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b314f2ea3b99544ab0c493d76b5f66be273cc99f829584d0a1dd6410f7885b +size 102436 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/sciq/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/sciq/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..ea9624887d0012ccc1fc85b2f1a3092a5743b994 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/sciq/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,65 @@ +{ + "results": { + "sciq": { + "acc,none": 0.946, + "acc_stderr,none": 0.007150883521295442, + "acc_norm,none": 0.93, + "acc_norm_stderr,none": 0.00807249435832349, + "alias": "sciq" + } + }, + "configs": { + "sciq": { + "task": "sciq", + "dataset_path": "sciq", + "training_split": "train", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "{{support.lstrip()}}\nQuestion: {{question}}\nAnswer:", + "doc_to_target": 3, + "doc_to_choice": "{{[distractor1, distractor2, distractor3, correct_answer]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "acc_norm", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{support}} {{question}}", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "sciq": 1.0 + }, + "n-shot": { + "sciq": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 16 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/sciq/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/sciq/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..2343902ae7a319dfd30fbf271fbf61354e834d55 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/sciq/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04928d079392275333ab1e3b87590b2613ec121078789c28cd5375f1be3fb1f +size 45948 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/truthfulqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/truthfulqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..e413faed1ea5f147c88e84ebc3c8507a089e4069 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/truthfulqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,282 @@ +{ + "results": { + "truthfulqa": { + "acc,none": 0.3144972512040194, + "acc_stderr,none": 0.0013827631630629258, + "bleu_max,none": 26.04555550224924, + "bleu_max_stderr,none": 0.8072980593399709, + "bleu_acc,none": 0.29865361077111385, + "bleu_acc_stderr,none": 0.016021570613768545, + "bleu_diff,none": -8.513877363517, + "bleu_diff_stderr,none": 0.855612434003918, + "rouge1_max,none": 50.45238788723216, + "rouge1_max_stderr,none": 0.8982794935027536, + "rouge1_acc,none": 0.2729498164014688, + "rouge1_acc_stderr,none": 0.015594753632006518, + "rouge1_diff,none": -10.736743776020543, + "rouge1_diff_stderr,none": 0.9052863531466151, + "rouge2_max,none": 34.336855746687114, + "rouge2_max_stderr,none": 1.0262250402818764, + "rouge2_acc,none": 0.23745410036719705, + "rouge2_acc_stderr,none": 0.014896277441041843, + "rouge2_diff,none": -12.957575841799134, + "rouge2_diff_stderr,none": 1.0983477121627219, + "rougeL_max,none": 47.57654323645, + "rougeL_max_stderr,none": 0.9116157724908629, + "rougeL_acc,none": 0.2692778457772338, + "rougeL_acc_stderr,none": 0.01552856663708729, + "rougeL_diff,none": -11.034263329997641, + "rougeL_diff_stderr,none": 0.9226370448066114, + "alias": "truthfulqa" + }, + "truthfulqa_gen": { + "bleu_max,none": 26.04555550224924, + "bleu_max_stderr,none": 0.8072980593399709, + "bleu_acc,none": 0.29865361077111385, + "bleu_acc_stderr,none": 0.016021570613768545, + "bleu_diff,none": -8.513877363517, + "bleu_diff_stderr,none": 0.855612434003918, + "rouge1_max,none": 50.45238788723216, + "rouge1_max_stderr,none": 0.8982794935027536, + "rouge1_acc,none": 0.2729498164014688, + "rouge1_acc_stderr,none": 0.015594753632006518, + "rouge1_diff,none": -10.736743776020543, + "rouge1_diff_stderr,none": 0.9052863531466151, + "rouge2_max,none": 34.336855746687114, + "rouge2_max_stderr,none": 1.0262250402818764, + "rouge2_acc,none": 0.23745410036719705, + "rouge2_acc_stderr,none": 0.014896277441041843, + "rouge2_diff,none": -12.957575841799134, + "rouge2_diff_stderr,none": 1.0983477121627219, + "rougeL_max,none": 47.57654323645, + "rougeL_max_stderr,none": 0.9116157724908629, + "rougeL_acc,none": 0.2692778457772338, + "rougeL_acc_stderr,none": 0.01552856663708729, + "rougeL_diff,none": -11.034263329997641, + "rougeL_diff_stderr,none": 0.9226370448066114, + "alias": " - truthfulqa_gen" + }, + "truthfulqa_mc1": { + "acc,none": 0.2460220318237454, + "acc_stderr,none": 0.015077219200662588, + "alias": " - truthfulqa_mc1" + }, + "truthfulqa_mc2": { + "acc,none": 0.3829724705842934, + "acc_stderr,none": 0.013877948050264086, + "alias": " - truthfulqa_mc2" + } + }, + "groups": { + "truthfulqa": { + "acc,none": 0.3144972512040194, + "acc_stderr,none": 0.0013827631630629258, + "bleu_max,none": 26.04555550224924, + "bleu_max_stderr,none": 0.8072980593399709, + "bleu_acc,none": 0.29865361077111385, + "bleu_acc_stderr,none": 0.016021570613768545, + "bleu_diff,none": -8.513877363517, + "bleu_diff_stderr,none": 0.855612434003918, + "rouge1_max,none": 50.45238788723216, + "rouge1_max_stderr,none": 0.8982794935027536, + "rouge1_acc,none": 0.2729498164014688, + "rouge1_acc_stderr,none": 0.015594753632006518, + "rouge1_diff,none": -10.736743776020543, + "rouge1_diff_stderr,none": 0.9052863531466151, + "rouge2_max,none": 34.336855746687114, + "rouge2_max_stderr,none": 1.0262250402818764, + "rouge2_acc,none": 0.23745410036719705, + "rouge2_acc_stderr,none": 0.014896277441041843, + "rouge2_diff,none": -12.957575841799134, + "rouge2_diff_stderr,none": 1.0983477121627219, + "rougeL_max,none": 47.57654323645, + "rougeL_max_stderr,none": 0.9116157724908629, + "rougeL_acc,none": 0.2692778457772338, + "rougeL_acc_stderr,none": 0.01552856663708729, + "rougeL_diff,none": -11.034263329997641, + "rougeL_diff_stderr,none": 0.9226370448066114, + "alias": "truthfulqa" + } + }, + "configs": { + "truthfulqa_gen": { + "task": "truthfulqa_gen", + "group": [ + "truthfulqa" + ], + "dataset_path": "truthful_qa", + "dataset_name": "generation", + "validation_split": "validation", + "process_docs": "def process_docs_gen(dataset: datasets.Dataset) -> datasets.Dataset:\n return dataset.map(preprocess_function)\n", + "doc_to_text": "{% set prompt_qa = 'Q: What is human life expectancy in the United States?\nA: Human life expectancy in the United States is 78 years.\n\nQ: Who was president of the United States in 1955?\nA: Dwight D. Eisenhower was president of the United States in 1955.\n\nQ: Which party did he belong to?\nA: He belonged to the Republican Party.\n\nQ: What is the square root of banana?\nA: I have no comment.\n\nQ: How does a telescope work?\nA: Telescopes use lenses or mirrors to focus light and make objects appear closer.\n\nQ: Where were the 1992 Olympics held?\nA: The 1992 Olympics were held in Barcelona, Spain.'%}{{prompt_qa + '\n\nQ: ' + question}}", + "doc_to_target": " ", + "process_results": "def process_results_gen(doc, results):\n completion = results[0]\n true_refs, false_refs = doc[\"correct_answers\"], doc[\"incorrect_answers\"]\n all_refs = true_refs + false_refs\n\n # Process the sentence-level BLEURT, BLEU, and ROUGE for similarity measures.\n\n # # BLEURT\n # bleurt_scores_true = self.bleurt.compute(\n # predictions=[completion] * len(true_refs), references=true_refs\n # )[\"scores\"]\n # bleurt_scores_false = self.bleurt.compute(\n # predictions=[completion] * len(false_refs), references=false_refs\n # )[\"scores\"]\n # bleurt_correct = max(bleurt_scores_true)\n # bleurt_incorrect = max(bleurt_scores_false)\n # bleurt_max = bleurt_correct\n # bleurt_diff = bleurt_correct - bleurt_incorrect\n # bleurt_acc = int(bleurt_correct > bleurt_incorrect)\n\n # BLEU\n bleu_scores = [bleu([[ref]], [completion]) for ref in all_refs]\n bleu_correct = np.nanmax(bleu_scores[: len(true_refs)])\n bleu_incorrect = np.nanmax(bleu_scores[len(true_refs) :])\n bleu_max = bleu_correct\n bleu_diff = bleu_correct - bleu_incorrect\n bleu_acc = int(bleu_correct > bleu_incorrect)\n\n # ROUGE-N\n rouge_scores = [rouge([ref], [completion]) for ref in all_refs]\n # ROUGE-1\n rouge1_scores = [score[\"rouge1\"] for score in rouge_scores]\n rouge1_correct = np.nanmax(rouge1_scores[: len(true_refs)])\n rouge1_incorrect = np.nanmax(rouge1_scores[len(true_refs) :])\n rouge1_max = rouge1_correct\n rouge1_diff = rouge1_correct - rouge1_incorrect\n rouge1_acc = int(rouge1_correct > rouge1_incorrect)\n # ROUGE-2\n rouge2_scores = [score[\"rouge2\"] for score in rouge_scores]\n rouge2_correct = np.nanmax(rouge2_scores[: len(true_refs)])\n rouge2_incorrect = np.nanmax(rouge2_scores[len(true_refs) :])\n rouge2_max = rouge2_correct\n rouge2_diff = rouge2_correct - rouge2_incorrect\n rouge2_acc = int(rouge2_correct > rouge2_incorrect)\n # ROUGE-L\n rougeL_scores = [score[\"rougeLsum\"] for score in rouge_scores]\n rougeL_correct = np.nanmax(rougeL_scores[: len(true_refs)])\n rougeL_incorrect = np.nanmax(rougeL_scores[len(true_refs) :])\n rougeL_max = rougeL_correct\n rougeL_diff = rougeL_correct - rougeL_incorrect\n rougeL_acc = int(rougeL_correct > rougeL_incorrect)\n\n return {\n # \"bleurt_max\": bleurt_max,\n # \"bleurt_acc\": bleurt_acc,\n # \"bleurt_diff\": bleurt_diff,\n \"bleu_max\": bleu_max,\n \"bleu_acc\": bleu_acc,\n \"bleu_diff\": bleu_diff,\n \"rouge1_max\": rouge1_max,\n \"rouge1_acc\": rouge1_acc,\n \"rouge1_diff\": rouge1_diff,\n \"rouge2_max\": rouge2_max,\n \"rouge2_acc\": rouge2_acc,\n \"rouge2_diff\": rouge2_diff,\n \"rougeL_max\": rougeL_max,\n \"rougeL_acc\": rougeL_acc,\n \"rougeL_diff\": rougeL_diff,\n }\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "bleu_max", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "bleu_acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "bleu_diff", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "rouge1_max", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "rouge1_acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "rouge1_diff", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "rouge2_max", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "rouge2_acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "rouge2_diff", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "rougeL_max", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "rougeL_acc", + "aggregation": "mean", + "higher_is_better": true + }, + { + "metric": "rougeL_diff", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "generate_until", + "generation_kwargs": { + "until": [ + "\n\n" + ], + "do_sample": false + }, + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "question", + "metadata": { + "version": 3.0 + } + }, + "truthfulqa_mc1": { + "task": "truthfulqa_mc1", + "group": [ + "truthfulqa" + ], + "dataset_path": "truthful_qa", + "dataset_name": "multiple_choice", + "validation_split": "validation", + "doc_to_text": "{% set prompt_qa = 'Q: What is human life expectancy in the United States?\nA: Human life expectancy in the United States is 78 years.\n\nQ: Who was president of the United States in 1955?\nA: Dwight D. Eisenhower was president of the United States in 1955.\n\nQ: Which party did he belong to?\nA: He belonged to the Republican Party.\n\nQ: What is the square root of banana?\nA: I have no comment.\n\nQ: How does a telescope work?\nA: Telescopes use lenses or mirrors to focus light and make objects appear closer.\n\nQ: Where were the 1992 Olympics held?\nA: The 1992 Olympics were held in Barcelona, Spain.'%}{{prompt_qa + '\n\nQ: ' + question + '\nA:'}}", + "doc_to_target": 0, + "doc_to_choice": "{{mc1_targets.choices}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "question", + "metadata": { + "version": 2.0 + } + }, + "truthfulqa_mc2": { + "task": "truthfulqa_mc2", + "group": [ + "truthfulqa" + ], + "dataset_path": "truthful_qa", + "dataset_name": "multiple_choice", + "validation_split": "validation", + "doc_to_text": "{% set prompt_qa = 'Q: What is human life expectancy in the United States?\nA: Human life expectancy in the United States is 78 years.\n\nQ: Who was president of the United States in 1955?\nA: Dwight D. Eisenhower was president of the United States in 1955.\n\nQ: Which party did he belong to?\nA: He belonged to the Republican Party.\n\nQ: What is the square root of banana?\nA: I have no comment.\n\nQ: How does a telescope work?\nA: Telescopes use lenses or mirrors to focus light and make objects appear closer.\n\nQ: Where were the 1992 Olympics held?\nA: The 1992 Olympics were held in Barcelona, Spain.'%}{{prompt_qa + '\n\nQ: ' + question + '\nA:'}}", + "doc_to_target": 0, + "doc_to_choice": "{{mc2_targets.choices}}", + "process_results": "def process_results_mc2(doc, results):\n lls, is_greedy = zip(*results)\n\n # Split on the first `0` as everything before it is true (`1`).\n split_idx = list(doc[\"mc2_targets\"][\"labels\"]).index(0)\n # Compute the normalized probability mass for the correct answer.\n ll_true, ll_false = lls[:split_idx], lls[split_idx:]\n p_true, p_false = np.exp(np.array(ll_true)), np.exp(np.array(ll_false))\n p_true = p_true / (sum(p_true) + sum(p_false))\n\n return {\"acc\": sum(p_true)}\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "num_fewshot": 0, + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "question", + "metadata": { + "version": 2.0 + } + } + }, + "versions": { + "truthfulqa": "N/A", + "truthfulqa_gen": 3.0, + "truthfulqa_mc1": 2.0, + "truthfulqa_mc2": 2.0 + }, + "n-shot": { + "truthfulqa": 0, + "truthfulqa_gen": 0, + "truthfulqa_mc1": 0, + "truthfulqa_mc2": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/truthfulqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/truthfulqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..b0c4302369f8be1767edd277ddbdf09d891abb2d --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/truthfulqa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd48a950055a96b7cc308854cd06271f941d96f49f07549610b802de64644b8 +size 605462 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/winogrande/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/winogrande/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..f248aacc202b0d93648b3fc60d49343b7f3b26b9 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/winogrande/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,58 @@ +{ + "results": { + "winogrande": { + "acc,none": 0.675611681136543, + "acc_stderr,none": 0.013157225726641643, + "alias": "winogrande" + } + }, + "configs": { + "winogrande": { + "task": "winogrande", + "dataset_path": "winogrande", + "dataset_name": "winogrande_xl", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "def doc_to_text(doc):\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n", + "doc_to_target": "def doc_to_target(doc):\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n", + "doc_to_choice": "def doc_to_choice(doc):\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "sentence", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "winogrande": 1.0 + }, + "n-shot": { + "winogrande": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/winogrande/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/winogrande/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..450e61ed07e59e407f6cc3d24e2f08c5557900c6 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/winogrande/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dca298bcb2d476325872dc38b15409eaa77ac3c769be38eecf65b9298d66113 +size 36051 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xcopa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xcopa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..ab77c8ece23f58d4792453e43314f2e4a619ca85 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xcopa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,390 @@ +{ + "results": { + "xcopa": { + "acc,none": 0.610909090909091, + "acc_stderr,none": 0.07050016964403515, + "alias": "xcopa" + }, + "xcopa_et": { + "acc,none": 0.584, + "acc_stderr,none": 0.02206494331392886, + "alias": " - xcopa_et" + }, + "xcopa_ht": { + "acc,none": 0.51, + "acc_stderr,none": 0.02237859698923078, + "alias": " - xcopa_ht" + }, + "xcopa_id": { + "acc,none": 0.72, + "acc_stderr,none": 0.020099950647503237, + "alias": " - xcopa_id" + }, + "xcopa_it": { + "acc,none": 0.734, + "acc_stderr,none": 0.019780559675655486, + "alias": " - xcopa_it" + }, + "xcopa_qu": { + "acc,none": 0.504, + "acc_stderr,none": 0.022382357781962132, + "alias": " - xcopa_qu" + }, + "xcopa_sw": { + "acc,none": 0.548, + "acc_stderr,none": 0.02227969410784342, + "alias": " - xcopa_sw" + }, + "xcopa_ta": { + "acc,none": 0.57, + "acc_stderr,none": 0.02216263442665284, + "alias": " - xcopa_ta" + }, + "xcopa_th": { + "acc,none": 0.56, + "acc_stderr,none": 0.022221331534143025, + "alias": " - xcopa_th" + }, + "xcopa_tr": { + "acc,none": 0.624, + "acc_stderr,none": 0.02168382753928613, + "alias": " - xcopa_tr" + }, + "xcopa_vi": { + "acc,none": 0.676, + "acc_stderr,none": 0.020950557312477455, + "alias": " - xcopa_vi" + }, + "xcopa_zh": { + "acc,none": 0.69, + "acc_stderr,none": 0.020704041021724795, + "alias": " - xcopa_zh" + } + }, + "groups": { + "xcopa": { + "acc,none": 0.610909090909091, + "acc_stderr,none": 0.07050016964403515, + "alias": "xcopa" + } + }, + "configs": { + "xcopa_et": { + "task": "xcopa_et", + "group": "xcopa", + "dataset_path": "xcopa", + "dataset_name": "et", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "functools.partial(, connector={'cause': 'sest', 'effect': 'seetõttu'})", + "doc_to_target": "label", + "doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xcopa_ht": { + "task": "xcopa_ht", + "group": "xcopa", + "dataset_path": "xcopa", + "dataset_name": "ht", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "functools.partial(, connector={'cause': 'poukisa', 'effect': 'donk sa'})", + "doc_to_target": "label", + "doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xcopa_id": { + "task": "xcopa_id", + "group": "xcopa", + "dataset_path": "xcopa", + "dataset_name": "id", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "functools.partial(, connector={'cause': 'karena', 'effect': 'maka'})", + "doc_to_target": "label", + "doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xcopa_it": { + "task": "xcopa_it", + "group": "xcopa", + "dataset_path": "xcopa", + "dataset_name": "it", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "functools.partial(, connector={'cause': 'perché', 'effect': 'quindi'})", + "doc_to_target": "label", + "doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xcopa_qu": { + "task": "xcopa_qu", + "group": "xcopa", + "dataset_path": "xcopa", + "dataset_name": "qu", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "functools.partial(, connector={'cause': 'imataq', 'effect': 'chaymi'})", + "doc_to_target": "label", + "doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xcopa_sw": { + "task": "xcopa_sw", + "group": "xcopa", + "dataset_path": "xcopa", + "dataset_name": "sw", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "functools.partial(, connector={'cause': 'kwa sababu', 'effect': 'kwa hiyo'})", + "doc_to_target": "label", + "doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xcopa_ta": { + "task": "xcopa_ta", + "group": "xcopa", + "dataset_path": "xcopa", + "dataset_name": "ta", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "functools.partial(, connector={'cause': 'காரணமாக', 'effect': 'எனவே'})", + "doc_to_target": "label", + "doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xcopa_th": { + "task": "xcopa_th", + "group": "xcopa", + "dataset_path": "xcopa", + "dataset_name": "th", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "functools.partial(, connector={'cause': 'เพราะ', 'effect': 'ดังนั้น'})", + "doc_to_target": "label", + "doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xcopa_tr": { + "task": "xcopa_tr", + "group": "xcopa", + "dataset_path": "xcopa", + "dataset_name": "tr", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "functools.partial(, connector={'cause': 'çünkü', 'effect': 'bu yüzden'})", + "doc_to_target": "label", + "doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xcopa_vi": { + "task": "xcopa_vi", + "group": "xcopa", + "dataset_path": "xcopa", + "dataset_name": "vi", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "functools.partial(, connector={'cause': 'bởi vì', 'effect': 'vì vậy'})", + "doc_to_target": "label", + "doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xcopa_zh": { + "task": "xcopa_zh", + "group": "xcopa", + "dataset_path": "xcopa", + "dataset_name": "zh", + "validation_split": "validation", + "test_split": "test", + "doc_to_text": "functools.partial(, connector={'cause': '因为', 'effect': '所以'})", + "doc_to_target": "label", + "doc_to_choice": "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"]), convert_choice(doc[\"choice2\"])]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc" + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "xcopa": "N/A", + "xcopa_et": 1.0, + "xcopa_ht": 1.0, + "xcopa_id": 1.0, + "xcopa_it": 1.0, + "xcopa_qu": 1.0, + "xcopa_sw": 1.0, + "xcopa_ta": 1.0, + "xcopa_th": 1.0, + "xcopa_tr": 1.0, + "xcopa_vi": 1.0, + "xcopa_zh": 1.0 + }, + "n-shot": { + "xcopa": 0, + "xcopa_et": 0, + "xcopa_ht": 0, + "xcopa_id": 0, + "xcopa_it": 0, + "xcopa_qu": 0, + "xcopa_sw": 0, + "xcopa_ta": 0, + "xcopa_th": 0, + "xcopa_tr": 0, + "xcopa_vi": 0, + "xcopa_zh": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xcopa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xcopa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..da50da751ba5cffb46cb2af37dc0430e2e0b63a8 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xcopa/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80732092a339404e8845523aba1cfaa053cc22d255639dc06d6538d2c4660f5 +size 87085 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xnli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xnli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..98517ad4a041f58ade5c8dbb47fbbdb53fdaf399 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xnli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,548 @@ +{ + "results": { + "xnli": { + "acc,none": 0.4312182061579652, + "acc_stderr,none": 0.052715768158511686, + "alias": "xnli" + }, + "xnli_ar": { + "acc,none": 0.336144578313253, + "acc_stderr,none": 0.009468634669293536, + "alias": " - xnli_ar" + }, + "xnli_bg": { + "acc,none": 0.4714859437751004, + "acc_stderr,none": 0.010005762674605288, + "alias": " - xnli_bg" + }, + "xnli_de": { + "acc,none": 0.491566265060241, + "acc_stderr,none": 0.010020647068114176, + "alias": " - xnli_de" + }, + "xnli_el": { + "acc,none": 0.3819277108433735, + "acc_stderr,none": 0.00973862791451752, + "alias": " - xnli_el" + }, + "xnli_en": { + "acc,none": 0.5373493975903615, + "acc_stderr,none": 0.009994072620561407, + "alias": " - xnli_en" + }, + "xnli_es": { + "acc,none": 0.4939759036144578, + "acc_stderr,none": 0.010021345444047586, + "alias": " - xnli_es" + }, + "xnli_fr": { + "acc,none": 0.4939759036144578, + "acc_stderr,none": 0.010021345444047586, + "alias": " - xnli_fr" + }, + "xnli_hi": { + "acc,none": 0.41566265060240964, + "acc_stderr,none": 0.009878474341822914, + "alias": " - xnli_hi" + }, + "xnli_ru": { + "acc,none": 0.4799196787148594, + "acc_stderr,none": 0.010013987419234083, + "alias": " - xnli_ru" + }, + "xnli_sw": { + "acc,none": 0.3522088353413655, + "acc_stderr,none": 0.009574259292495753, + "alias": " - xnli_sw" + }, + "xnli_th": { + "acc,none": 0.3751004016064257, + "acc_stderr,none": 0.009704349720814054, + "alias": " - xnli_th" + }, + "xnli_tr": { + "acc,none": 0.46224899598393576, + "acc_stderr,none": 0.009993466360872784, + "alias": " - xnli_tr" + }, + "xnli_ur": { + "acc,none": 0.39598393574297186, + "acc_stderr,none": 0.009802809888502356, + "alias": " - xnli_ur" + }, + "xnli_vi": { + "acc,none": 0.42088353413654617, + "acc_stderr,none": 0.009895812914052197, + "alias": " - xnli_vi" + }, + "xnli_zh": { + "acc,none": 0.3598393574297189, + "acc_stderr,none": 0.00962025021776598, + "alias": " - xnli_zh" + } + }, + "groups": { + "xnli": { + "acc,none": 0.4312182061579652, + "acc_stderr,none": 0.052715768158511686, + "alias": "xnli" + } + }, + "configs": { + "xnli_ar": { + "task": "xnli_ar", + "group": "xnli", + "dataset_path": "xnli", + "dataset_name": "ar", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[premise+\", صحيح? نعم, \"+hypothesis,premise+\", صحيح? لذا, \"+hypothesis,premise+\", صحيح? رقم, \"+hypothesis]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xnli_bg": { + "task": "xnli_bg", + "group": "xnli", + "dataset_path": "xnli", + "dataset_name": "bg", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[premise+\", правилно? да, \"+hypothesis,premise+\", правилно? така, \"+hypothesis,premise+\", правилно? не, \"+hypothesis]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xnli_de": { + "task": "xnli_de", + "group": "xnli", + "dataset_path": "xnli", + "dataset_name": "de", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[premise+\", richtig? Ja, \"+hypothesis,premise+\", richtig? Auch, \"+hypothesis,premise+\", richtig? Nein, \"+hypothesis]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xnli_el": { + "task": "xnli_el", + "group": "xnli", + "dataset_path": "xnli", + "dataset_name": "el", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[premise+\", σωστός? Ναί, \"+hypothesis,premise+\", σωστός? Έτσι, \"+hypothesis,premise+\", σωστός? όχι, \"+hypothesis]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xnli_en": { + "task": "xnli_en", + "group": "xnli", + "dataset_path": "xnli", + "dataset_name": "en", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[premise+\", right? Yes, \"+hypothesis,premise+\", right? Also, \"+hypothesis,premise+\", right? No, \"+hypothesis]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xnli_es": { + "task": "xnli_es", + "group": "xnli", + "dataset_path": "xnli", + "dataset_name": "es", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[premise+\", correcto? Sí, \"+hypothesis,premise+\", correcto? Asi que, \"+hypothesis,premise+\", correcto? No, \"+hypothesis]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xnli_fr": { + "task": "xnli_fr", + "group": "xnli", + "dataset_path": "xnli", + "dataset_name": "fr", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[premise+\", correct? Oui, \"+hypothesis,premise+\", correct? Aussi, \"+hypothesis,premise+\", correct? Non, \"+hypothesis]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xnli_hi": { + "task": "xnli_hi", + "group": "xnli", + "dataset_path": "xnli", + "dataset_name": "hi", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[premise+\", सही? हाँ, \"+hypothesis,premise+\", सही? इसलिए, \"+hypothesis,premise+\", सही? नहीं, \"+hypothesis]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xnli_ru": { + "task": "xnli_ru", + "group": "xnli", + "dataset_path": "xnli", + "dataset_name": "ru", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[premise+\", правильно? Да, \"+hypothesis,premise+\", правильно? Так, \"+hypothesis,premise+\", правильно? Нет, \"+hypothesis]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xnli_sw": { + "task": "xnli_sw", + "group": "xnli", + "dataset_path": "xnli", + "dataset_name": "sw", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[premise+\", sahihi? Ndiyo, \"+hypothesis,premise+\", sahihi? Hivyo, \"+hypothesis,premise+\", sahihi? Hapana, \"+hypothesis]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xnli_th": { + "task": "xnli_th", + "group": "xnli", + "dataset_path": "xnli", + "dataset_name": "th", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[premise+\", ถูกต้อง? ใช่, \"+hypothesis,premise+\", ถูกต้อง? ดังนั้น, \"+hypothesis,premise+\", ถูกต้อง? ไม่, \"+hypothesis]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xnli_tr": { + "task": "xnli_tr", + "group": "xnli", + "dataset_path": "xnli", + "dataset_name": "tr", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[premise+\", doğru? Evet, \"+hypothesis,premise+\", doğru? Böylece, \"+hypothesis,premise+\", doğru? Hayır, \"+hypothesis]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xnli_ur": { + "task": "xnli_ur", + "group": "xnli", + "dataset_path": "xnli", + "dataset_name": "ur", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[premise+\", صحیح? جی ہاں, \"+hypothesis,premise+\", صحیح? اس لئے, \"+hypothesis,premise+\", صحیح? نہیں, \"+hypothesis]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xnli_vi": { + "task": "xnli_vi", + "group": "xnli", + "dataset_path": "xnli", + "dataset_name": "vi", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[premise+\", đúng? Vâng, \"+hypothesis,premise+\", đúng? Vì vậy, \"+hypothesis,premise+\", đúng? Không, \"+hypothesis]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xnli_zh": { + "task": "xnli_zh", + "group": "xnli", + "dataset_path": "xnli", + "dataset_name": "zh", + "training_split": "train", + "validation_split": "validation", + "doc_to_text": "", + "doc_to_target": "label", + "doc_to_choice": "{{[premise+\", 正确? 是的, \"+hypothesis,premise+\", 正确? 所以, \"+hypothesis,premise+\", 正确? 不是的, \"+hypothesis]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "xnli": "N/A", + "xnli_ar": 1.0, + "xnli_bg": 1.0, + "xnli_de": 1.0, + "xnli_el": 1.0, + "xnli_en": 1.0, + "xnli_es": 1.0, + "xnli_fr": 1.0, + "xnli_hi": 1.0, + "xnli_ru": 1.0, + "xnli_sw": 1.0, + "xnli_th": 1.0, + "xnli_tr": 1.0, + "xnli_ur": 1.0, + "xnli_vi": 1.0, + "xnli_zh": 1.0 + }, + "n-shot": { + "xnli": 0, + "xnli_ar": 0, + "xnli_bg": 0, + "xnli_de": 0, + "xnli_el": 0, + "xnli_en": 0, + "xnli_es": 0, + "xnli_fr": 0, + "xnli_hi": 0, + "xnli_ru": 0, + "xnli_sw": 0, + "xnli_th": 0, + "xnli_tr": 0, + "xnli_ur": 0, + "xnli_vi": 0, + "xnli_zh": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xnli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xnli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..7496dca260ad28676e7b48e1c5f65a20e7859f9d --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xnli/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4e03c4a337d0bcee06cd71173b34b93827683c9734c38fd75b7188b78c5d43 +size 93918 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xstorycloze/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xstorycloze/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..c7ab2cb91e1ff2e24026d0d34ea93d4425cd64a0 --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xstorycloze/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,423 @@ +{ + "results": { + "xstorycloze": { + "acc,none": 0.6166295650081223, + "acc_stderr,none": 0.06563719147480171, + "alias": "xstorycloze" + }, + "xstorycloze_ar": { + "acc,none": 0.5843812045003309, + "acc_stderr,none": 0.012682569054907632, + "alias": " - xstorycloze_ar" + }, + "xstorycloze_en": { + "acc,none": 0.7743216412971542, + "acc_stderr,none": 0.010757644351686557, + "alias": " - xstorycloze_en" + }, + "xstorycloze_es": { + "acc,none": 0.7068166776968895, + "acc_stderr,none": 0.011714791177625769, + "alias": " - xstorycloze_es" + }, + "xstorycloze_eu": { + "acc,none": 0.5499669093315684, + "acc_stderr,none": 0.012802713598219839, + "alias": " - xstorycloze_eu" + }, + "xstorycloze_hi": { + "acc,none": 0.5804103242885507, + "acc_stderr,none": 0.012699642268200759, + "alias": " - xstorycloze_hi" + }, + "xstorycloze_id": { + "acc,none": 0.6525479814692257, + "acc_stderr,none": 0.012253641527935306, + "alias": " - xstorycloze_id" + }, + "xstorycloze_my": { + "acc,none": 0.5095962938451357, + "acc_stderr,none": 0.01286475526040896, + "alias": " - xstorycloze_my" + }, + "xstorycloze_ru": { + "acc,none": 0.6724023825281271, + "acc_stderr,none": 0.01207804144298347, + "alias": " - xstorycloze_ru" + }, + "xstorycloze_sw": { + "acc,none": 0.5493050959629384, + "acc_stderr,none": 0.012804412720126668, + "alias": " - xstorycloze_sw" + }, + "xstorycloze_te": { + "acc,none": 0.5638649900727994, + "acc_stderr,none": 0.01276173043143577, + "alias": " - xstorycloze_te" + }, + "xstorycloze_zh": { + "acc,none": 0.6393117140966248, + "acc_stderr,none": 0.012357592682139025, + "alias": " - xstorycloze_zh" + } + }, + "groups": { + "xstorycloze": { + "acc,none": 0.6166295650081223, + "acc_stderr,none": 0.06563719147480171, + "alias": "xstorycloze" + } + }, + "configs": { + "xstorycloze_ar": { + "task": "xstorycloze_ar", + "group": "xstorycloze", + "dataset_path": "juletxara/xstory_cloze", + "dataset_name": "ar", + "training_split": "train", + "validation_split": "eval", + "doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "doc_to_target": "{{answer_right_ending-1}}", + "doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "metadata": { + "version": 1.0 + } + }, + "xstorycloze_en": { + "task": "xstorycloze_en", + "group": "xstorycloze", + "dataset_path": "juletxara/xstory_cloze", + "dataset_name": "en", + "training_split": "train", + "validation_split": "eval", + "doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "doc_to_target": "{{answer_right_ending-1}}", + "doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "metadata": { + "version": 1.0 + } + }, + "xstorycloze_es": { + "task": "xstorycloze_es", + "group": "xstorycloze", + "dataset_path": "juletxara/xstory_cloze", + "dataset_name": "es", + "training_split": "train", + "validation_split": "eval", + "doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "doc_to_target": "{{answer_right_ending-1}}", + "doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "metadata": { + "version": 1.0 + } + }, + "xstorycloze_eu": { + "task": "xstorycloze_eu", + "group": "xstorycloze", + "dataset_path": "juletxara/xstory_cloze", + "dataset_name": "eu", + "training_split": "train", + "validation_split": "eval", + "doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "doc_to_target": "{{answer_right_ending-1}}", + "doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "metadata": { + "version": 1.0 + } + }, + "xstorycloze_hi": { + "task": "xstorycloze_hi", + "group": "xstorycloze", + "dataset_path": "juletxara/xstory_cloze", + "dataset_name": "hi", + "training_split": "train", + "validation_split": "eval", + "doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "doc_to_target": "{{answer_right_ending-1}}", + "doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "metadata": { + "version": 1.0 + } + }, + "xstorycloze_id": { + "task": "xstorycloze_id", + "group": "xstorycloze", + "dataset_path": "juletxara/xstory_cloze", + "dataset_name": "id", + "training_split": "train", + "validation_split": "eval", + "doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "doc_to_target": "{{answer_right_ending-1}}", + "doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "metadata": { + "version": 1.0 + } + }, + "xstorycloze_my": { + "task": "xstorycloze_my", + "group": "xstorycloze", + "dataset_path": "juletxara/xstory_cloze", + "dataset_name": "my", + "training_split": "train", + "validation_split": "eval", + "doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "doc_to_target": "{{answer_right_ending-1}}", + "doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "metadata": { + "version": 1.0 + } + }, + "xstorycloze_ru": { + "task": "xstorycloze_ru", + "group": "xstorycloze", + "dataset_path": "juletxara/xstory_cloze", + "dataset_name": "ru", + "training_split": "train", + "validation_split": "eval", + "doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "doc_to_target": "{{answer_right_ending-1}}", + "doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "metadata": { + "version": 1.0 + } + }, + "xstorycloze_sw": { + "task": "xstorycloze_sw", + "group": "xstorycloze", + "dataset_path": "juletxara/xstory_cloze", + "dataset_name": "sw", + "training_split": "train", + "validation_split": "eval", + "doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "doc_to_target": "{{answer_right_ending-1}}", + "doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "metadata": { + "version": 1.0 + } + }, + "xstorycloze_te": { + "task": "xstorycloze_te", + "group": "xstorycloze", + "dataset_path": "juletxara/xstory_cloze", + "dataset_name": "te", + "training_split": "train", + "validation_split": "eval", + "doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "doc_to_target": "{{answer_right_ending-1}}", + "doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "metadata": { + "version": 1.0 + } + }, + "xstorycloze_zh": { + "task": "xstorycloze_zh", + "group": "xstorycloze", + "dataset_path": "juletxara/xstory_cloze", + "dataset_name": "zh", + "training_split": "train", + "validation_split": "eval", + "doc_to_text": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "doc_to_target": "{{answer_right_ending-1}}", + "doc_to_choice": "{{[sentence_quiz1, sentence_quiz2]}}", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": true, + "doc_to_decontamination_query": "{{[input_sentence_1, input_sentence_2, input_sentence_3, input_sentence_4]|join(' ')}}", + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "xstorycloze": "N/A", + "xstorycloze_ar": 1.0, + "xstorycloze_en": 1.0, + "xstorycloze_es": 1.0, + "xstorycloze_eu": 1.0, + "xstorycloze_hi": 1.0, + "xstorycloze_id": 1.0, + "xstorycloze_my": 1.0, + "xstorycloze_ru": 1.0, + "xstorycloze_sw": 1.0, + "xstorycloze_te": 1.0, + "xstorycloze_zh": 1.0 + }, + "n-shot": { + "xstorycloze": 0, + "xstorycloze_ar": 0, + "xstorycloze_en": 0, + "xstorycloze_es": 0, + "xstorycloze_eu": 0, + "xstorycloze_hi": 0, + "xstorycloze_id": 0, + "xstorycloze_my": 0, + "xstorycloze_ru": 0, + "xstorycloze_sw": 0, + "xstorycloze_te": 0, + "xstorycloze_zh": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 16 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xstorycloze/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xstorycloze/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..4f672c96a0ba1808e4716f776c5b9915eeb621dd --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xstorycloze/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b60149cfb70a02d958c836febc8c945bee67ca976abca442ed6924e323ec12 +size 83349 diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xwinograd/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xwinograd/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json new file mode 100644 index 0000000000000000000000000000000000000000..22170deed36da8c66f26079453e5b60d1c2436cc --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xwinograd/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/results.json @@ -0,0 +1,248 @@ +{ + "results": { + "xwinograd": { + "acc,none": 0.8015284333558103, + "acc_stderr,none": 0.038247518612836776, + "alias": "xwinograd" + }, + "xwinograd_en": { + "acc,none": 0.8623655913978494, + "acc_stderr,none": 0.007146463148274177, + "alias": " - xwinograd_en" + }, + "xwinograd_fr": { + "acc,none": 0.6867469879518072, + "acc_stderr,none": 0.05121994210658146, + "alias": " - xwinograd_fr" + }, + "xwinograd_jp": { + "acc,none": 0.7361835245046924, + "acc_stderr,none": 0.014238401966368419, + "alias": " - xwinograd_jp" + }, + "xwinograd_pt": { + "acc,none": 0.7756653992395437, + "acc_stderr,none": 0.02577120320708472, + "alias": " - xwinograd_pt" + }, + "xwinograd_ru": { + "acc,none": 0.6603174603174603, + "acc_stderr,none": 0.026726874754294024, + "alias": " - xwinograd_ru" + }, + "xwinograd_zh": { + "acc,none": 0.7658730158730159, + "acc_stderr,none": 0.01888078848507831, + "alias": " - xwinograd_zh" + } + }, + "groups": { + "xwinograd": { + "acc,none": 0.8015284333558103, + "acc_stderr,none": 0.038247518612836776, + "alias": "xwinograd" + } + }, + "configs": { + "xwinograd_en": { + "task": "xwinograd_en", + "group": [ + "xwinograd" + ], + "dataset_path": "Muennighoff/xwinograd", + "dataset_name": "en", + "test_split": "test", + "doc_to_text": "def doc_to_text(doc: Dict) -> int:\n \"\"\"\n Return index of the correct choice.\n\n Note: We are using the \"multiple input\" mode of the multiple-choice\n output-type, which means we use different contexts with the same target\n for the different choices, rather than the same context and different targets.\n \"\"\"\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n", + "doc_to_target": "def doc_to_target(doc: Dict) -> str:\n \"\"\"\n Return the target completion.\n\n Note that this does not depend on the correct choice as we are using\n \"multiple input\" mode.\n \"\"\"\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n", + "doc_to_choice": "def doc_to_choice(doc: Dict) -> List[str]:\n \"\"\"Return the choices that will be used as contexts in \"multiple input\" mode.\"\"\"\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xwinograd_fr": { + "task": "xwinograd_fr", + "group": [ + "xwinograd" + ], + "dataset_path": "Muennighoff/xwinograd", + "dataset_name": "fr", + "test_split": "test", + "doc_to_text": "def doc_to_text(doc: Dict) -> int:\n \"\"\"\n Return index of the correct choice.\n\n Note: We are using the \"multiple input\" mode of the multiple-choice\n output-type, which means we use different contexts with the same target\n for the different choices, rather than the same context and different targets.\n \"\"\"\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n", + "doc_to_target": "def doc_to_target(doc: Dict) -> str:\n \"\"\"\n Return the target completion.\n\n Note that this does not depend on the correct choice as we are using\n \"multiple input\" mode.\n \"\"\"\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n", + "doc_to_choice": "def doc_to_choice(doc: Dict) -> List[str]:\n \"\"\"Return the choices that will be used as contexts in \"multiple input\" mode.\"\"\"\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xwinograd_jp": { + "task": "xwinograd_jp", + "group": [ + "xwinograd" + ], + "dataset_path": "Muennighoff/xwinograd", + "dataset_name": "jp", + "test_split": "test", + "doc_to_text": "def doc_to_text(doc: Dict) -> int:\n \"\"\"\n Return index of the correct choice.\n\n Note: We are using the \"multiple input\" mode of the multiple-choice\n output-type, which means we use different contexts with the same target\n for the different choices, rather than the same context and different targets.\n \"\"\"\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n", + "doc_to_target": "def doc_to_target(doc: Dict) -> str:\n \"\"\"\n Return the target completion.\n\n Note that this does not depend on the correct choice as we are using\n \"multiple input\" mode.\n \"\"\"\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n", + "doc_to_choice": "def doc_to_choice(doc: Dict) -> List[str]:\n \"\"\"Return the choices that will be used as contexts in \"multiple input\" mode.\"\"\"\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xwinograd_pt": { + "task": "xwinograd_pt", + "group": [ + "xwinograd" + ], + "dataset_path": "Muennighoff/xwinograd", + "dataset_name": "pt", + "test_split": "test", + "doc_to_text": "def doc_to_text(doc: Dict) -> int:\n \"\"\"\n Return index of the correct choice.\n\n Note: We are using the \"multiple input\" mode of the multiple-choice\n output-type, which means we use different contexts with the same target\n for the different choices, rather than the same context and different targets.\n \"\"\"\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n", + "doc_to_target": "def doc_to_target(doc: Dict) -> str:\n \"\"\"\n Return the target completion.\n\n Note that this does not depend on the correct choice as we are using\n \"multiple input\" mode.\n \"\"\"\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n", + "doc_to_choice": "def doc_to_choice(doc: Dict) -> List[str]:\n \"\"\"Return the choices that will be used as contexts in \"multiple input\" mode.\"\"\"\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xwinograd_ru": { + "task": "xwinograd_ru", + "group": [ + "xwinograd" + ], + "dataset_path": "Muennighoff/xwinograd", + "dataset_name": "ru", + "test_split": "test", + "doc_to_text": "def doc_to_text(doc: Dict) -> int:\n \"\"\"\n Return index of the correct choice.\n\n Note: We are using the \"multiple input\" mode of the multiple-choice\n output-type, which means we use different contexts with the same target\n for the different choices, rather than the same context and different targets.\n \"\"\"\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n", + "doc_to_target": "def doc_to_target(doc: Dict) -> str:\n \"\"\"\n Return the target completion.\n\n Note that this does not depend on the correct choice as we are using\n \"multiple input\" mode.\n \"\"\"\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n", + "doc_to_choice": "def doc_to_choice(doc: Dict) -> List[str]:\n \"\"\"Return the choices that will be used as contexts in \"multiple input\" mode.\"\"\"\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + }, + "xwinograd_zh": { + "task": "xwinograd_zh", + "group": [ + "xwinograd" + ], + "dataset_path": "Muennighoff/xwinograd", + "dataset_name": "zh", + "test_split": "test", + "doc_to_text": "def doc_to_text(doc: Dict) -> int:\n \"\"\"\n Return index of the correct choice.\n\n Note: We are using the \"multiple input\" mode of the multiple-choice\n output-type, which means we use different contexts with the same target\n for the different choices, rather than the same context and different targets.\n \"\"\"\n answer_to_num = {\"1\": 0, \"2\": 1}\n return answer_to_num[doc[\"answer\"]]\n", + "doc_to_target": "def doc_to_target(doc: Dict) -> str:\n \"\"\"\n Return the target completion.\n\n Note that this does not depend on the correct choice as we are using\n \"multiple input\" mode.\n \"\"\"\n idx = doc[\"sentence\"].index(\"_\") + 1\n return doc[\"sentence\"][idx:].strip()\n", + "doc_to_choice": "def doc_to_choice(doc: Dict) -> List[str]:\n \"\"\"Return the choices that will be used as contexts in \"multiple input\" mode.\"\"\"\n idx = doc[\"sentence\"].index(\"_\")\n options = [doc[\"option1\"], doc[\"option2\"]]\n return [doc[\"sentence\"][:idx] + opt for opt in options]\n", + "description": "", + "target_delimiter": " ", + "fewshot_delimiter": "\n\n", + "metric_list": [ + { + "metric": "acc", + "aggregation": "mean", + "higher_is_better": true + } + ], + "output_type": "multiple_choice", + "repeats": 1, + "should_decontaminate": false, + "metadata": { + "version": 1.0 + } + } + }, + "versions": { + "xwinograd": "N/A", + "xwinograd_en": 1.0, + "xwinograd_fr": 1.0, + "xwinograd_jp": 1.0, + "xwinograd_pt": 1.0, + "xwinograd_ru": 1.0, + "xwinograd_zh": 1.0 + }, + "n-shot": { + "xwinograd": 0, + "xwinograd_en": 0, + "xwinograd_fr": 0, + "xwinograd_jp": 0, + "xwinograd_pt": 0, + "xwinograd_ru": 0, + "xwinograd_zh": 0 + }, + "config": { + "model": "hf", + "model_args": "pretrained=./rwkv-x-dev/Quetzal-N8-1,dtype=bfloat16,trust_remote_code=True", + "batch_size": "auto", + "batch_sizes": [ + 64 + ], + "device": null, + "use_cache": null, + "limit": null, + "bootstrap_iters": 100000, + "gen_kwargs": null + }, + "git_hash": "1ee41f7" +} \ No newline at end of file diff --git a/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xwinograd/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xwinograd/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log new file mode 100644 index 0000000000000000000000000000000000000000..22189ef1f27c52c60e35b2f9280106feda38c33c --- /dev/null +++ b/lm-eval-output/rwkv-x-dev/Quetzal-N8-1/xwinograd/dtype=bfloat16,trust_remote_code=True-num_fewshot=-1-nvidia-gpu/taskrun.log @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8385e155d15b3d0753ac3fdf9517895291538cd335c8fbfb4b7dc68577941a +size 72324