Datasets:
Upload platinum benchmark for hotpotqa
Browse files- README.md +47 -0
- hotpotqa/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -5,6 +5,10 @@ configs:
|
|
5 |
data_files:
|
6 |
- split: test
|
7 |
path: gsm8k/test-*
|
|
|
|
|
|
|
|
|
8 |
- config_name: mmlu_math
|
9 |
data_files:
|
10 |
- split: test
|
@@ -50,6 +54,49 @@ dataset_info:
|
|
50 |
num_examples: 300
|
51 |
download_size: 200720
|
52 |
dataset_size: 411696
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
- config_name: mmlu_math
|
54 |
features:
|
55 |
- name: cleaning_status
|
|
|
5 |
data_files:
|
6 |
- split: test
|
7 |
path: gsm8k/test-*
|
8 |
+
- config_name: hotpotqa
|
9 |
+
data_files:
|
10 |
+
- split: test
|
11 |
+
path: hotpotqa/test-*
|
12 |
- config_name: mmlu_math
|
13 |
data_files:
|
14 |
- split: test
|
|
|
54 |
num_examples: 300
|
55 |
download_size: 200720
|
56 |
dataset_size: 411696
|
57 |
+
- config_name: hotpotqa
|
58 |
+
features:
|
59 |
+
- name: cleaning_status
|
60 |
+
dtype: string
|
61 |
+
- name: platinum_prompt
|
62 |
+
dtype: string
|
63 |
+
- name: platinum_prompt_no_cot
|
64 |
+
dtype: string
|
65 |
+
- name: platinum_target
|
66 |
+
sequence: string
|
67 |
+
- name: original_target
|
68 |
+
sequence: string
|
69 |
+
- name: platinum_parsing_strategy
|
70 |
+
dtype: string
|
71 |
+
- name: id
|
72 |
+
dtype: string
|
73 |
+
- name: question
|
74 |
+
dtype: string
|
75 |
+
- name: answer
|
76 |
+
dtype: string
|
77 |
+
- name: type
|
78 |
+
dtype: string
|
79 |
+
- name: level
|
80 |
+
dtype: string
|
81 |
+
- name: supporting_facts
|
82 |
+
struct:
|
83 |
+
- name: sent_id
|
84 |
+
sequence: int64
|
85 |
+
- name: title
|
86 |
+
sequence: string
|
87 |
+
- name: context
|
88 |
+
struct:
|
89 |
+
- name: sentences
|
90 |
+
sequence:
|
91 |
+
sequence: string
|
92 |
+
- name: title
|
93 |
+
sequence: string
|
94 |
+
splits:
|
95 |
+
- name: test
|
96 |
+
num_bytes: 2164891
|
97 |
+
num_examples: 250
|
98 |
+
download_size: 1288500
|
99 |
+
dataset_size: 2164891
|
100 |
- config_name: mmlu_math
|
101 |
features:
|
102 |
- name: cleaning_status
|
hotpotqa/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b7d66f1c7a7d448140058b20def6b3e90584a8e04638825c86f5d0cc10e9b05
|
3 |
+
size 1288500
|