Upload results for model meta-llama/Meta-Llama-3-8B-Instruct

#343
data/meta-llama/Meta-Llama-3-8B-Instruct/cot/24-04-30-01:17:52_idx20.json ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "magni-ratione-6091_lsat-rc_cot": {
4
+ "acc,none": 0.587360594795539,
5
+ "acc_stderr,none": 0.030072556939578908,
6
+ "alias": "magni-ratione-6091_lsat-rc_cot"
7
+ },
8
+ "magni-ratione-6091_lsat-lr_cot": {
9
+ "acc,none": 0.4235294117647059,
10
+ "acc_stderr,none": 0.021901379648792147,
11
+ "alias": "magni-ratione-6091_lsat-lr_cot"
12
+ },
13
+ "magni-ratione-6091_lsat-ar_cot": {
14
+ "acc,none": 0.28695652173913044,
15
+ "acc_stderr,none": 0.02989154167363546,
16
+ "alias": "magni-ratione-6091_lsat-ar_cot"
17
+ },
18
+ "magni-ratione-6091_logiqa_cot": {
19
+ "acc,none": 0.365814696485623,
20
+ "acc_stderr,none": 0.01926631482440805,
21
+ "alias": "magni-ratione-6091_logiqa_cot"
22
+ },
23
+ "magni-ratione-6091_logiqa2_cot": {
24
+ "acc,none": 0.46119592875318066,
25
+ "acc_stderr,none": 0.012576797669813303,
26
+ "alias": "magni-ratione-6091_logiqa2_cot"
27
+ }
28
+ },
29
+ "group_subtasks": {
30
+ "magni-ratione-6091_logiqa2_cot": [],
31
+ "magni-ratione-6091_logiqa_cot": [],
32
+ "magni-ratione-6091_lsat-ar_cot": [],
33
+ "magni-ratione-6091_lsat-lr_cot": [],
34
+ "magni-ratione-6091_lsat-rc_cot": []
35
+ },
36
+ "configs": {
37
+ "magni-ratione-6091_logiqa2_cot": {
38
+ "task": "magni-ratione-6091_logiqa2_cot",
39
+ "group": "logikon-bench",
40
+ "dataset_path": "cot-leaderboard/cot-eval-traces-2.0",
41
+ "dataset_kwargs": {
42
+ "data_files": {
43
+ "test": "data/meta-llama/Meta-Llama-3-8B-Instruct/magni-ratione-6091-logiqa2.parquet"
44
+ }
45
+ },
46
+ "test_split": "test",
47
+ "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",
48
+ "doc_to_target": "{{answer}}",
49
+ "doc_to_choice": "{{options}}",
50
+ "description": "",
51
+ "target_delimiter": " ",
52
+ "fewshot_delimiter": "\n\n",
53
+ "num_fewshot": 0,
54
+ "metric_list": [
55
+ {
56
+ "metric": "acc",
57
+ "aggregation": "mean",
58
+ "higher_is_better": true
59
+ }
60
+ ],
61
+ "output_type": "multiple_choice",
62
+ "repeats": 1,
63
+ "should_decontaminate": false,
64
+ "metadata": {
65
+ "version": 0.0
66
+ }
67
+ },
68
+ "magni-ratione-6091_logiqa_cot": {
69
+ "task": "magni-ratione-6091_logiqa_cot",
70
+ "group": "logikon-bench",
71
+ "dataset_path": "cot-leaderboard/cot-eval-traces-2.0",
72
+ "dataset_kwargs": {
73
+ "data_files": {
74
+ "test": "data/meta-llama/Meta-Llama-3-8B-Instruct/magni-ratione-6091-logiqa.parquet"
75
+ }
76
+ },
77
+ "test_split": "test",
78
+ "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",
79
+ "doc_to_target": "{{answer}}",
80
+ "doc_to_choice": "{{options}}",
81
+ "description": "",
82
+ "target_delimiter": " ",
83
+ "fewshot_delimiter": "\n\n",
84
+ "num_fewshot": 0,
85
+ "metric_list": [
86
+ {
87
+ "metric": "acc",
88
+ "aggregation": "mean",
89
+ "higher_is_better": true
90
+ }
91
+ ],
92
+ "output_type": "multiple_choice",
93
+ "repeats": 1,
94
+ "should_decontaminate": false,
95
+ "metadata": {
96
+ "version": 0.0
97
+ }
98
+ },
99
+ "magni-ratione-6091_lsat-ar_cot": {
100
+ "task": "magni-ratione-6091_lsat-ar_cot",
101
+ "group": "logikon-bench",
102
+ "dataset_path": "cot-leaderboard/cot-eval-traces-2.0",
103
+ "dataset_kwargs": {
104
+ "data_files": {
105
+ "test": "data/meta-llama/Meta-Llama-3-8B-Instruct/magni-ratione-6091-lsat-ar.parquet"
106
+ }
107
+ },
108
+ "test_split": "test",
109
+ "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",
110
+ "doc_to_target": "{{answer}}",
111
+ "doc_to_choice": "{{options}}",
112
+ "description": "",
113
+ "target_delimiter": " ",
114
+ "fewshot_delimiter": "\n\n",
115
+ "num_fewshot": 0,
116
+ "metric_list": [
117
+ {
118
+ "metric": "acc",
119
+ "aggregation": "mean",
120
+ "higher_is_better": true
121
+ }
122
+ ],
123
+ "output_type": "multiple_choice",
124
+ "repeats": 1,
125
+ "should_decontaminate": false,
126
+ "metadata": {
127
+ "version": 0.0
128
+ }
129
+ },
130
+ "magni-ratione-6091_lsat-lr_cot": {
131
+ "task": "magni-ratione-6091_lsat-lr_cot",
132
+ "group": "logikon-bench",
133
+ "dataset_path": "cot-leaderboard/cot-eval-traces-2.0",
134
+ "dataset_kwargs": {
135
+ "data_files": {
136
+ "test": "data/meta-llama/Meta-Llama-3-8B-Instruct/magni-ratione-6091-lsat-lr.parquet"
137
+ }
138
+ },
139
+ "test_split": "test",
140
+ "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",
141
+ "doc_to_target": "{{answer}}",
142
+ "doc_to_choice": "{{options}}",
143
+ "description": "",
144
+ "target_delimiter": " ",
145
+ "fewshot_delimiter": "\n\n",
146
+ "num_fewshot": 0,
147
+ "metric_list": [
148
+ {
149
+ "metric": "acc",
150
+ "aggregation": "mean",
151
+ "higher_is_better": true
152
+ }
153
+ ],
154
+ "output_type": "multiple_choice",
155
+ "repeats": 1,
156
+ "should_decontaminate": false,
157
+ "metadata": {
158
+ "version": 0.0
159
+ }
160
+ },
161
+ "magni-ratione-6091_lsat-rc_cot": {
162
+ "task": "magni-ratione-6091_lsat-rc_cot",
163
+ "group": "logikon-bench",
164
+ "dataset_path": "cot-leaderboard/cot-eval-traces-2.0",
165
+ "dataset_kwargs": {
166
+ "data_files": {
167
+ "test": "data/meta-llama/Meta-Llama-3-8B-Instruct/magni-ratione-6091-lsat-rc.parquet"
168
+ }
169
+ },
170
+ "test_split": "test",
171
+ "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",
172
+ "doc_to_target": "{{answer}}",
173
+ "doc_to_choice": "{{options}}",
174
+ "description": "",
175
+ "target_delimiter": " ",
176
+ "fewshot_delimiter": "\n\n",
177
+ "num_fewshot": 0,
178
+ "metric_list": [
179
+ {
180
+ "metric": "acc",
181
+ "aggregation": "mean",
182
+ "higher_is_better": true
183
+ }
184
+ ],
185
+ "output_type": "multiple_choice",
186
+ "repeats": 1,
187
+ "should_decontaminate": false,
188
+ "metadata": {
189
+ "version": 0.0
190
+ }
191
+ }
192
+ },
193
+ "versions": {
194
+ "magni-ratione-6091_logiqa2_cot": 0.0,
195
+ "magni-ratione-6091_logiqa_cot": 0.0,
196
+ "magni-ratione-6091_lsat-ar_cot": 0.0,
197
+ "magni-ratione-6091_lsat-lr_cot": 0.0,
198
+ "magni-ratione-6091_lsat-rc_cot": 0.0
199
+ },
200
+ "n-shot": {
201
+ "magni-ratione-6091_logiqa2_cot": 0,
202
+ "magni-ratione-6091_logiqa_cot": 0,
203
+ "magni-ratione-6091_lsat-ar_cot": 0,
204
+ "magni-ratione-6091_lsat-lr_cot": 0,
205
+ "magni-ratione-6091_lsat-rc_cot": 0
206
+ },
207
+ "config": {
208
+ "model": "vllm",
209
+ "model_args": "pretrained=meta-llama/Meta-Llama-3-8B-Instruct,revision=main,dtype=bfloat16,tensor_parallel_size=1,gpu_memory_utilization=0.8,trust_remote_code=true,max_length=2048",
210
+ "batch_size": "auto",
211
+ "batch_sizes": [],
212
+ "device": null,
213
+ "use_cache": null,
214
+ "limit": null,
215
+ "bootstrap_iters": 100000,
216
+ "gen_kwargs": null
217
+ },
218
+ "git_hash": "f3c749c",
219
+ "date": 1714437245.661573,
220
+ "pretty_env_info": "PyTorch version: 2.1.2+cu121\nIs debug build: False\nCUDA used to build PyTorch: 12.1\nROCM used to build PyTorch: N/A\n\nOS: Ubuntu 22.04.3 LTS (x86_64)\nGCC version: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0\nClang version: Could not collect\nCMake version: version 3.27.6\nLibc version: glibc-2.35\n\nPython version: 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0] (64-bit runtime)\nPython platform: Linux-4.18.0-477.51.1.el8_8.x86_64-x86_64-with-glibc2.35\nIs CUDA available: True\nCUDA runtime version: 12.2.140\nCUDA_MODULE_LOADING set to: LAZY\nGPU models and configuration: GPU 0: NVIDIA A100-SXM4-40GB\nNvidia driver version: 550.54.15\ncuDNN version: Probably one of the following:\n/usr/lib/x86_64-linux-gnu/libcudnn.so.8.9.5\n/usr/lib/x86_64-linux-gnu/libcudnn_adv_infer.so.8.9.5\n/usr/lib/x86_64-linux-gnu/libcudnn_adv_train.so.8.9.5\n/usr/lib/x86_64-linux-gnu/libcudnn_cnn_infer.so.8.9.5\n/usr/lib/x86_64-linux-gnu/libcudnn_cnn_train.so.8.9.5\n/usr/lib/x86_64-linux-gnu/libcudnn_ops_infer.so.8.9.5\n/usr/lib/x86_64-linux-gnu/libcudnn_ops_train.so.8.9.5\nHIP runtime version: N/A\nMIOpen runtime version: N/A\nIs XNNPACK available: True\n\nCPU:\nArchitecture: x86_64\nCPU op-mode(s): 32-bit, 64-bit\nAddress sizes: 46 bits physical, 57 bits virtual\nByte Order: Little Endian\nCPU(s): 152\nOn-line CPU(s) list: 0-151\nVendor ID: GenuineIntel\nModel name: Intel(R) Xeon(R) Platinum 8368 CPU @ 2.40GHz\nCPU family: 6\nModel: 106\nThread(s) per core: 2\nCore(s) per socket: 38\nSocket(s): 2\nStepping: 6\nCPU max MHz: 3400.0000\nCPU min MHz: 800.0000\nBogoMIPS: 4800.00\nFlags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local split_lock_detect wbnoinvd dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq la57 rdpid fsrm md_clear pconfig flush_l1d arch_capabilities\nVirtualization: VT-x\nL1d cache: 3.6 MiB (76 instances)\nL1i cache: 2.4 MiB (76 instances)\nL2 cache: 95 MiB (76 instances)\nL3 cache: 114 MiB (2 instances)\nNUMA node(s): 2\nNUMA node0 CPU(s): 0-37,76-113\nNUMA node1 CPU(s): 38-75,114-151\nVulnerability Gather data sampling: Mitigation; Microcode\nVulnerability Itlb multihit: Not affected\nVulnerability L1tf: Not affected\nVulnerability Mds: Not affected\nVulnerability Meltdown: Not affected\nVulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT vulnerable\nVulnerability Retbleed: Not affected\nVulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl\nVulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization\nVulnerability Spectre v2: Mitigation; Enhanced IBRS, IBPB conditional, RSB filling, PBRSB-eIBRS SW sequence\nVulnerability Srbds: Not affected\nVulnerability Tsx async abort: Not affected\n\nVersions of relevant libraries:\n[pip3] mypy-extensions==1.0.0\n[pip3] numpy==1.22.2\n[pip3] pytorch-quantization==2.1.2\n[pip3] torch==2.1.2\n[pip3] torch-tensorrt==0.0.0\n[pip3] torchdata==0.7.0a0\n[pip3] torchtext==0.16.0a0\n[pip3] torchvision==0.16.0a0\n[pip3] triton==2.1.0+e621604\n[conda] Could not collect",
221
+ "transformers_version": "4.40.0",
222
+ "upper_git_hash": null
223
+ }