{ "results": { "reiciendis-labore-5498_logiqa2_cot": { "acc,none": 0.41475826972010177, "acc_stderr,none": 0.012430170258945888, "alias": "reiciendis-labore-5498_logiqa2_cot" }, "reiciendis-labore-5498_logiqa_cot": { "acc,none": 0.3354632587859425, "acc_stderr,none": 0.01888608634061212, "alias": "reiciendis-labore-5498_logiqa_cot" }, "reiciendis-labore-5498_lsat-ar_cot": { "acc,none": 0.25217391304347825, "acc_stderr,none": 0.02869674529449335, "alias": "reiciendis-labore-5498_lsat-ar_cot" }, "reiciendis-labore-5498_lsat-lr_cot": { "acc,none": 0.37450980392156863, "acc_stderr,none": 0.02145274931607744, "alias": "reiciendis-labore-5498_lsat-lr_cot" }, "reiciendis-labore-5498_lsat-rc_cot": { "acc,none": 0.44609665427509293, "acc_stderr,none": 0.03036435639450412, "alias": "reiciendis-labore-5498_lsat-rc_cot" } }, "configs": { "reiciendis-labore-5498_logiqa2_cot": { "task": "reiciendis-labore-5498_logiqa2_cot", "group": "logikon-bench", "dataset_path": "cot-leaderboard/cot-eval-traces", "dataset_kwargs": { "data_files": { "test": "reiciendis-labore-5498-logiqa2/test-00000-of-00001.parquet" } }, "test_split": "test", "doc_to_text": "def doc_to_text_cot(doc) -> str:\n \"\"\"\n Answer the following question about the given passage. [Base your answer on the reasoning below.]\n \n Passage: \n \n Question: \n A. \n B. \n C. \n D. \n [E. ]\n \n [Reasoning: ]\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. Base your answer on the reasoning below.\\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 += \"Reasoning: \" + doc[\"reasoning_trace\"] + \"\\n\\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 } }, "reiciendis-labore-5498_logiqa_cot": { "task": "reiciendis-labore-5498_logiqa_cot", "group": "logikon-bench", "dataset_path": "cot-leaderboard/cot-eval-traces", "dataset_kwargs": { "data_files": { "test": "reiciendis-labore-5498-logiqa/test-00000-of-00001.parquet" } }, "test_split": "test", "doc_to_text": "def doc_to_text_cot(doc) -> str:\n \"\"\"\n Answer the following question about the given passage. [Base your answer on the reasoning below.]\n \n Passage: \n \n Question: \n A. \n B. \n C. \n D. \n [E. ]\n \n [Reasoning: ]\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. Base your answer on the reasoning below.\\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 += \"Reasoning: \" + doc[\"reasoning_trace\"] + \"\\n\\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 } }, "reiciendis-labore-5498_lsat-ar_cot": { "task": "reiciendis-labore-5498_lsat-ar_cot", "group": "logikon-bench", "dataset_path": "cot-leaderboard/cot-eval-traces", "dataset_kwargs": { "data_files": { "test": "reiciendis-labore-5498-lsat-ar/test-00000-of-00001.parquet" } }, "test_split": "test", "doc_to_text": "def doc_to_text_cot(doc) -> str:\n \"\"\"\n Answer the following question about the given passage. [Base your answer on the reasoning below.]\n \n Passage: \n \n Question: \n A. \n B. \n C. \n D. \n [E. ]\n \n [Reasoning: ]\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. Base your answer on the reasoning below.\\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 += \"Reasoning: \" + doc[\"reasoning_trace\"] + \"\\n\\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 } }, "reiciendis-labore-5498_lsat-lr_cot": { "task": "reiciendis-labore-5498_lsat-lr_cot", "group": "logikon-bench", "dataset_path": "cot-leaderboard/cot-eval-traces", "dataset_kwargs": { "data_files": { "test": "reiciendis-labore-5498-lsat-lr/test-00000-of-00001.parquet" } }, "test_split": "test", "doc_to_text": "def doc_to_text_cot(doc) -> str:\n \"\"\"\n Answer the following question about the given passage. [Base your answer on the reasoning below.]\n \n Passage: \n \n Question: \n A. \n B. \n C. \n D. \n [E. ]\n \n [Reasoning: ]\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. Base your answer on the reasoning below.\\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 += \"Reasoning: \" + doc[\"reasoning_trace\"] + \"\\n\\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 } }, "reiciendis-labore-5498_lsat-rc_cot": { "task": "reiciendis-labore-5498_lsat-rc_cot", "group": "logikon-bench", "dataset_path": "cot-leaderboard/cot-eval-traces", "dataset_kwargs": { "data_files": { "test": "reiciendis-labore-5498-lsat-rc/test-00000-of-00001.parquet" } }, "test_split": "test", "doc_to_text": "def doc_to_text_cot(doc) -> str:\n \"\"\"\n Answer the following question about the given passage. [Base your answer on the reasoning below.]\n \n Passage: \n \n Question: \n A. \n B. \n C. \n D. \n [E. ]\n \n [Reasoning: ]\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. Base your answer on the reasoning below.\\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 += \"Reasoning: \" + doc[\"reasoning_trace\"] + \"\\n\\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": { "reiciendis-labore-5498_logiqa2_cot": 0.0, "reiciendis-labore-5498_logiqa_cot": 0.0, "reiciendis-labore-5498_lsat-ar_cot": 0.0, "reiciendis-labore-5498_lsat-lr_cot": 0.0, "reiciendis-labore-5498_lsat-rc_cot": 0.0 }, "n-shot": { "reiciendis-labore-5498_logiqa2_cot": 0, "reiciendis-labore-5498_logiqa_cot": 0, "reiciendis-labore-5498_lsat-ar_cot": 0, "reiciendis-labore-5498_lsat-lr_cot": 0, "reiciendis-labore-5498_lsat-rc_cot": 0 }, "config": { "model": "vllm", "model_args": "pretrained=microsoft/Orca-2-13b,revision=main,dtype=float16,tensor_parallel_size=2,gpu_memory_utilization=0.7,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": "741db1c" }