| { | |
| "results": { | |
| "debitis-vitae-7270_logiqa2_cot": { | |
| "acc,none": 0.3594147582697201, | |
| "acc_stderr,none": 0.012105934643855322, | |
| "alias": "debitis-vitae-7270_logiqa2_cot" | |
| }, | |
| "debitis-vitae-7270_logiqa_cot": { | |
| "acc,none": 0.33865814696485624, | |
| "acc_stderr,none": 0.018930137092337724, | |
| "alias": "debitis-vitae-7270_logiqa_cot" | |
| }, | |
| "debitis-vitae-7270_lsat-ar_cot": { | |
| "acc,none": 0.1956521739130435, | |
| "acc_stderr,none": 0.026214799709819592, | |
| "alias": "debitis-vitae-7270_lsat-ar_cot" | |
| }, | |
| "debitis-vitae-7270_lsat-lr_cot": { | |
| "acc,none": 0.3156862745098039, | |
| "acc_stderr,none": 0.020601392870487425, | |
| "alias": "debitis-vitae-7270_lsat-lr_cot" | |
| }, | |
| "debitis-vitae-7270_lsat-rc_cot": { | |
| "acc,none": 0.3903345724907063, | |
| "acc_stderr,none": 0.0297986710868422, | |
| "alias": "debitis-vitae-7270_lsat-rc_cot" | |
| } | |
| }, | |
| "configs": { | |
| "debitis-vitae-7270_logiqa2_cot": { | |
| "task": "debitis-vitae-7270_logiqa2_cot", | |
| "group": "logikon-bench", | |
| "dataset_path": "cot-leaderboard/cot-eval-traces", | |
| "dataset_kwargs": { | |
| "data_files": { | |
| "test": "debitis-vitae-7270-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: <passage>\n \n Question: <question>\n A. <choice1>\n B. <choice2>\n C. <choice3>\n D. <choice4>\n [E. <choice5>]\n \n [Reasoning: <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 | |
| } | |
| }, | |
| "debitis-vitae-7270_logiqa_cot": { | |
| "task": "debitis-vitae-7270_logiqa_cot", | |
| "group": "logikon-bench", | |
| "dataset_path": "cot-leaderboard/cot-eval-traces", | |
| "dataset_kwargs": { | |
| "data_files": { | |
| "test": "debitis-vitae-7270-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: <passage>\n \n Question: <question>\n A. <choice1>\n B. <choice2>\n C. <choice3>\n D. <choice4>\n [E. <choice5>]\n \n [Reasoning: <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 | |
| } | |
| }, | |
| "debitis-vitae-7270_lsat-ar_cot": { | |
| "task": "debitis-vitae-7270_lsat-ar_cot", | |
| "group": "logikon-bench", | |
| "dataset_path": "cot-leaderboard/cot-eval-traces", | |
| "dataset_kwargs": { | |
| "data_files": { | |
| "test": "debitis-vitae-7270-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: <passage>\n \n Question: <question>\n A. <choice1>\n B. <choice2>\n C. <choice3>\n D. <choice4>\n [E. <choice5>]\n \n [Reasoning: <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 | |
| } | |
| }, | |
| "debitis-vitae-7270_lsat-lr_cot": { | |
| "task": "debitis-vitae-7270_lsat-lr_cot", | |
| "group": "logikon-bench", | |
| "dataset_path": "cot-leaderboard/cot-eval-traces", | |
| "dataset_kwargs": { | |
| "data_files": { | |
| "test": "debitis-vitae-7270-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: <passage>\n \n Question: <question>\n A. <choice1>\n B. <choice2>\n C. <choice3>\n D. <choice4>\n [E. <choice5>]\n \n [Reasoning: <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 | |
| } | |
| }, | |
| "debitis-vitae-7270_lsat-rc_cot": { | |
| "task": "debitis-vitae-7270_lsat-rc_cot", | |
| "group": "logikon-bench", | |
| "dataset_path": "cot-leaderboard/cot-eval-traces", | |
| "dataset_kwargs": { | |
| "data_files": { | |
| "test": "debitis-vitae-7270-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: <passage>\n \n Question: <question>\n A. <choice1>\n B. <choice2>\n C. <choice3>\n D. <choice4>\n [E. <choice5>]\n \n [Reasoning: <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": { | |
| "debitis-vitae-7270_logiqa2_cot": 0.0, | |
| "debitis-vitae-7270_logiqa_cot": 0.0, | |
| "debitis-vitae-7270_lsat-ar_cot": 0.0, | |
| "debitis-vitae-7270_lsat-lr_cot": 0.0, | |
| "debitis-vitae-7270_lsat-rc_cot": 0.0 | |
| }, | |
| "n-shot": { | |
| "debitis-vitae-7270_logiqa2_cot": 0, | |
| "debitis-vitae-7270_logiqa_cot": 0, | |
| "debitis-vitae-7270_lsat-ar_cot": 0, | |
| "debitis-vitae-7270_lsat-lr_cot": 0, | |
| "debitis-vitae-7270_lsat-rc_cot": 0 | |
| }, | |
| "config": { | |
| "model": "vllm", | |
| "model_args": "pretrained=teknium/OpenHermes-2.5-Mistral-7B,revision=main,dtype=auto,tensor_parallel_size=1,gpu_memory_utilization=0.9,trust_remote_code=true,max_length=4096", | |
| "batch_size": "auto", | |
| "batch_sizes": [], | |
| "device": null, | |
| "use_cache": null, | |
| "limit": null, | |
| "bootstrap_iters": 100000, | |
| "gen_kwargs": null | |
| }, | |
| "git_hash": "a550a44" | |
| } |