bootstrapping for stddev: perplexity { "results": { "arc_challenge": { "acc,none": 0.1945392491467577, "acc_stderr,none": 0.011567709174648728, "acc_norm,none": 0.24573378839590443, "acc_norm_stderr,none": 0.012581033453730118 }, "arc_easy": { "acc,none": 0.4524410774410774, "acc_stderr,none": 0.010213265860171393, "acc_norm,none": 0.4078282828282828, "acc_norm_stderr,none": 0.010083950240041214 }, "boolq": { "acc,none": 0.6192660550458715, "acc_stderr,none": 0.00849262556165622 }, "hellaswag": { "acc,none": 0.2869946225851424, "acc_stderr,none": 0.00451434554778033, "acc_norm,none": 0.29685321649073887, "acc_norm_stderr,none": 0.0045593758358059315 }, "lambada_openai": { "perplexity,none": 33.80704913877752, "perplexity_stderr,none": 1.4967416616346076, "acc,none": 0.3580438579468271, "acc_stderr,none": 0.006679329465345719 }, "openbookqa": { "acc,none": 0.17, "acc_stderr,none": 0.01681563353139343, "acc_norm,none": 0.26, "acc_norm_stderr,none": 0.019635965529725515 }, "piqa": { "acc,none": 0.6332970620239391, "acc_stderr,none": 0.011243625019038255, "acc_norm,none": 0.6300326441784548, "acc_norm_stderr,none": 0.011264415223415276 }, "sciq": { "acc,none": 0.756, "acc_stderr,none": 0.013588548437881431, "acc_norm,none": 0.687, "acc_norm_stderr,none": 0.01467127282297788 }, "wikitext": { "word_perplexity,none": 69.5803814818009, "byte_perplexity,none": 2.012533549921474, "bits_per_byte,none": 1.009012833861732 }, "winogrande": { "acc,none": 0.516179952644041, "acc_stderr,none": 0.0140451261309786 } }, "configs": { "arc_challenge": { "task": "arc_challenge", "group": [ "ai2_arc", "multiple_choice" ], "dataset_path": "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": 0, "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:" }, "arc_easy": { "task": "arc_easy", "group": [ "ai2_arc", "multiple_choice" ], "dataset_path": "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", "num_fewshot": 0, "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:" }, "boolq": { "task": "boolq", "group": [ "super-glue-lm-eval-v1" ], "dataset_path": "super_glue", "dataset_name": "boolq", "training_split": "train", "validation_split": "validation", "doc_to_text": "{{passage}}\nQuestion: {{question}}?\nAnswer:", "doc_to_target": "label", "doc_to_choice": [ "no", "yes" ], "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": "passage" }, "hellaswag": { "task": "hellaswag", "group": [ "multiple_choice" ], "dataset_path": "hellaswag", "training_split": "train", "validation_split": "validation", "doc_to_text": "{% set text = activity_label ~ ': ' ~ ctx_a ~ ' ' ~ ctx_b.capitalize() %}{{text|trim|replace(' [title]', '. ')|regex_replace('\\[.*?\\]', '')|replace(' ', ' ')}}", "doc_to_target": "{{label}}", "doc_to_choice": "{{endings|map('trim')|map('replace', ' [title]', '. ')|map('regex_replace', '\\[.*?\\]', '')|map('replace', ' ', ' ')|list}}", "description": "", "target_delimiter": " ", "fewshot_delimiter": "\n\n", "num_fewshot": 0, "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 }, "lambada_openai": { "task": "lambada_openai", "group": [ "lambada", "loglikelihood", "perplexity" ], "dataset_path": "EleutherAI/lambada_openai", "dataset_name": "default", "test_split": "test", "template_aliases": "", "doc_to_text": "{{text.split(' ')[:-1]|join(' ')}}", "doc_to_target": "{{' '+text.split(' ')[-1]}}", "description": "", "target_delimiter": " ", "fewshot_delimiter": "\n\n", "num_fewshot": 0, "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}}" }, "openbookqa": { "task": "openbookqa", "group": [ "multiple_choice" ], "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", "num_fewshot": 0, "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" }, "piqa": { "task": "piqa", "group": [ "multiple_choice" ], "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", "num_fewshot": 0, "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" }, "sciq": { "task": "sciq", "group": [ "multiple_choice" ], "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", "num_fewshot": 0, "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}}" }, "wikitext": { "task": "wikitext", "group": [ "perplexity", "loglikelihood_rolling" ], "dataset_path": "EleutherAI/wikitext_document_level", "dataset_name": "wikitext-2-raw-v1", "training_split": "train", "validation_split": "validation", "test_split": "test", "template_aliases": "", "doc_to_text": "", "doc_to_target": "", "description": "", "target_delimiter": " ", "fewshot_delimiter": "\n\n", "num_fewshot": 0, "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}}" }, "winogrande": { "task": "winogrande", "dataset_path": "winogrande", "dataset_name": "winogrande_xl", "training_split": "train", "validation_split": "validation", "doc_to_text": "", "doc_to_target": "", "doc_to_choice": "", "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": false } }, "versions": { "arc_challenge": "Yaml", "arc_easy": "Yaml", "boolq": "Yaml", "hellaswag": "Yaml", "lambada_openai": "Yaml", "openbookqa": "Yaml", "piqa": "Yaml", "sciq": "Yaml", "wikitext": "Yaml", "winogrande": "Yaml" }, "config": { "model": "hf", "model_args": "pretrained=lomahony/eleuther-pythia160m-hh-sft", "num_fewshot": 0, "batch_size": 16, "batch_sizes": [], "device": "cuda:0", "use_cache": null, "limit": null, "bootstrap_iters": 100000 }, "git_hash": "4e44f0a" } hf (pretrained=lomahony/eleuther-pythia160m-hh-sft), limit: None, num_fewshot: 0, batch_size: 16 | Task |Version|Filter| Metric | Value | |Stderr| |--------------|-------|------|---------------|------:|---|-----:| |arc_challenge |Yaml |none |acc | 0.1945|± |0.0116| | | |none |acc_norm | 0.2457|± |0.0126| |arc_easy |Yaml |none |acc | 0.4524|± |0.0102| | | |none |acc_norm | 0.4078|± |0.0101| |boolq |Yaml |none |acc | 0.6193|± |0.0085| |hellaswag |Yaml |none |acc | 0.2870|± |0.0045| | | |none |acc_norm | 0.2969|± |0.0046| |lambada_openai|Yaml |none |perplexity |33.8070|± |1.4967| | | |none |acc | 0.3580|± |0.0067| |openbookqa |Yaml |none |acc | 0.1700|± |0.0168| | | |none |acc_norm | 0.2600|± |0.0196| |piqa |Yaml |none |acc | 0.6333|± |0.0112| | | |none |acc_norm | 0.6300|± |0.0113| |sciq |Yaml |none |acc | 0.7560|± |0.0136| | | |none |acc_norm | 0.6870|± |0.0147| |wikitext |Yaml |none |word_perplexity|69.5804| | | | | |none |byte_perplexity| 2.0125| | | | | |none |bits_per_byte | 1.0090| | | |winogrande |Yaml |none |acc | 0.5162|± |0.0140|