{ "results": { "quis-temporibus-1940_logiqa2_base": { "acc,none": 0.4077608142493639, "acc_stderr,none": 0.012398330841130246, "alias": "quis-temporibus-1940_logiqa2_base" }, "quis-temporibus-1940_logiqa_base": { "acc,none": 0.3354632587859425, "acc_stderr,none": 0.01888608634061212, "alias": "quis-temporibus-1940_logiqa_base" }, "quis-temporibus-1940_lsat-ar_base": { "acc,none": 0.24347826086956523, "acc_stderr,none": 0.028361099300075063, "alias": "quis-temporibus-1940_lsat-ar_base" }, "quis-temporibus-1940_lsat-lr_base": { "acc,none": 0.296078431372549, "acc_stderr,none": 0.0202351594385121, "alias": "quis-temporibus-1940_lsat-lr_base" }, "quis-temporibus-1940_lsat-rc_base": { "acc,none": 0.4312267657992565, "acc_stderr,none": 0.030252065567665458, "alias": "quis-temporibus-1940_lsat-rc_base" } }, "configs": { "quis-temporibus-1940_logiqa2_base": { "task": "quis-temporibus-1940_logiqa2_base", "group": "logikon-bench", "dataset_path": "cot-leaderboard/cot-eval-traces", "dataset_kwargs": { "data_files": { "test": "quis-temporibus-1940-logiqa2/test-00000-of-00001.parquet" } }, "test_split": "test", "doc_to_text": "def doc_to_text(doc) -> str:\n \"\"\"\n Answer the following question about the given passage.\n \n Passage: \n \n Question: \n A. \n B. \n C. \n D. \n [E. ]\n \n Answer:\n \"\"\"\n k = len(doc[\"options\"])\n choices = [\"a\", \"b\", \"c\", \"d\", \"e\"][:k]\n prompt = \"Answer the following question about the given passage.\\n\\n\"\n prompt = \"Passage: \" + doc[\"passage\"] + \"\\n\\n\"\n prompt += \"Question: \" + doc[\"question\"] + \"\\n\"\n for choice, option in zip(choices, doc[\"options\"]):\n prompt += f\"{choice.upper()}. {option}\\n\"\n prompt += \"\\n\"\n prompt += \"Answer:\"\n return prompt\n", "doc_to_target": "{{answer}}", "doc_to_choice": "{{options}}", "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, "metadata": { "version": 0.0 } }, "quis-temporibus-1940_logiqa_base": { "task": "quis-temporibus-1940_logiqa_base", "group": "logikon-bench", "dataset_path": "cot-leaderboard/cot-eval-traces", "dataset_kwargs": { "data_files": { "test": "quis-temporibus-1940-logiqa/test-00000-of-00001.parquet" } }, "test_split": "test", "doc_to_text": "def doc_to_text(doc) -> str:\n \"\"\"\n Answer the following question about the given passage.\n \n Passage: \n \n Question: \n A. \n B. \n C. \n D. \n [E. ]\n \n Answer:\n \"\"\"\n k = len(doc[\"options\"])\n choices = [\"a\", \"b\", \"c\", \"d\", \"e\"][:k]\n prompt = \"Answer the following question about the given passage.\\n\\n\"\n prompt = \"Passage: \" + doc[\"passage\"] + \"\\n\\n\"\n prompt += \"Question: \" + doc[\"question\"] + \"\\n\"\n for choice, option in zip(choices, doc[\"options\"]):\n prompt += f\"{choice.upper()}. {option}\\n\"\n prompt += \"\\n\"\n prompt += \"Answer:\"\n return prompt\n", "doc_to_target": "{{answer}}", "doc_to_choice": "{{options}}", "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, "metadata": { "version": 0.0 } }, "quis-temporibus-1940_lsat-ar_base": { "task": "quis-temporibus-1940_lsat-ar_base", "group": "logikon-bench", "dataset_path": "cot-leaderboard/cot-eval-traces", "dataset_kwargs": { "data_files": { "test": "quis-temporibus-1940-lsat-ar/test-00000-of-00001.parquet" } }, "test_split": "test", "doc_to_text": "def doc_to_text(doc) -> str:\n \"\"\"\n Answer the following question about the given passage.\n \n Passage: \n \n Question: \n A. \n B. \n C. \n D. \n [E. ]\n \n Answer:\n \"\"\"\n k = len(doc[\"options\"])\n choices = [\"a\", \"b\", \"c\", \"d\", \"e\"][:k]\n prompt = \"Answer the following question about the given passage.\\n\\n\"\n prompt = \"Passage: \" + doc[\"passage\"] + \"\\n\\n\"\n prompt += \"Question: \" + doc[\"question\"] + \"\\n\"\n for choice, option in zip(choices, doc[\"options\"]):\n prompt += f\"{choice.upper()}. {option}\\n\"\n prompt += \"\\n\"\n prompt += \"Answer:\"\n return prompt\n", "doc_to_target": "{{answer}}", "doc_to_choice": "{{options}}", "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, "metadata": { "version": 0.0 } }, "quis-temporibus-1940_lsat-lr_base": { "task": "quis-temporibus-1940_lsat-lr_base", "group": "logikon-bench", "dataset_path": "cot-leaderboard/cot-eval-traces", "dataset_kwargs": { "data_files": { "test": "quis-temporibus-1940-lsat-lr/test-00000-of-00001.parquet" } }, "test_split": "test", "doc_to_text": "def doc_to_text(doc) -> str:\n \"\"\"\n Answer the following question about the given passage.\n \n Passage: \n \n Question: \n A. \n B. \n C. \n D. \n [E. ]\n \n Answer:\n \"\"\"\n k = len(doc[\"options\"])\n choices = [\"a\", \"b\", \"c\", \"d\", \"e\"][:k]\n prompt = \"Answer the following question about the given passage.\\n\\n\"\n prompt = \"Passage: \" + doc[\"passage\"] + \"\\n\\n\"\n prompt += \"Question: \" + doc[\"question\"] + \"\\n\"\n for choice, option in zip(choices, doc[\"options\"]):\n prompt += f\"{choice.upper()}. {option}\\n\"\n prompt += \"\\n\"\n prompt += \"Answer:\"\n return prompt\n", "doc_to_target": "{{answer}}", "doc_to_choice": "{{options}}", "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, "metadata": { "version": 0.0 } }, "quis-temporibus-1940_lsat-rc_base": { "task": "quis-temporibus-1940_lsat-rc_base", "group": "logikon-bench", "dataset_path": "cot-leaderboard/cot-eval-traces", "dataset_kwargs": { "data_files": { "test": "quis-temporibus-1940-lsat-rc/test-00000-of-00001.parquet" } }, "test_split": "test", "doc_to_text": "def doc_to_text(doc) -> str:\n \"\"\"\n Answer the following question about the given passage.\n \n Passage: \n \n Question: \n A. \n B. \n C. \n D. \n [E. ]\n \n Answer:\n \"\"\"\n k = len(doc[\"options\"])\n choices = [\"a\", \"b\", \"c\", \"d\", \"e\"][:k]\n prompt = \"Answer the following question about the given passage.\\n\\n\"\n prompt = \"Passage: \" + doc[\"passage\"] + \"\\n\\n\"\n prompt += \"Question: \" + doc[\"question\"] + \"\\n\"\n for choice, option in zip(choices, doc[\"options\"]):\n prompt += f\"{choice.upper()}. {option}\\n\"\n prompt += \"\\n\"\n prompt += \"Answer:\"\n return prompt\n", "doc_to_target": "{{answer}}", "doc_to_choice": "{{options}}", "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, "metadata": { "version": 0.0 } } }, "versions": { "quis-temporibus-1940_logiqa2_base": 0.0, "quis-temporibus-1940_logiqa_base": 0.0, "quis-temporibus-1940_lsat-ar_base": 0.0, "quis-temporibus-1940_lsat-lr_base": 0.0, "quis-temporibus-1940_lsat-rc_base": 0.0 }, "n-shot": { "quis-temporibus-1940_logiqa2_base": 0, "quis-temporibus-1940_logiqa_base": 0, "quis-temporibus-1940_lsat-ar_base": 0, "quis-temporibus-1940_lsat-lr_base": 0, "quis-temporibus-1940_lsat-rc_base": 0 }, "config": { "model": "vllm", "model_args": "pretrained=HuggingFaceH4/zephyr-7b-beta,revision=main,dtype=bfloat16,tensor_parallel_size=1,gpu_memory_utilization=0.8,trust_remote_code=true,max_length=2048", "batch_size": "auto", "batch_sizes": [], "device": null, "use_cache": null, "limit": null, "bootstrap_iters": 100000, "gen_kwargs": null }, "git_hash": "3cf3403" }