Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,59 @@ configs:
|
|
9 |
- split: unlabeled
|
10 |
path: mmlu/unlabeled.csv
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Dataset Card for Dataset Name
|
|
|
9 |
- split: unlabeled
|
10 |
path: mmlu/unlabeled.csv
|
11 |
|
12 |
+
- config_name: mmlu_pro
|
13 |
+
data_files:
|
14 |
+
- split: test
|
15 |
+
path: mmlu_pro/test.csv
|
16 |
+
- split: labeled
|
17 |
+
path: mmlu_pro/labeled.csv
|
18 |
+
- split: unlabeled
|
19 |
+
path: mmlu_pro/unlabeled.csv
|
20 |
+
|
21 |
+
- config_name: arc
|
22 |
+
data_files:
|
23 |
+
- split: test
|
24 |
+
path: arc/test.csv
|
25 |
+
- split: labeled
|
26 |
+
path: arc/labeled.csv
|
27 |
+
- split: unlabeled
|
28 |
+
path: arc/unlabeled.csv
|
29 |
+
|
30 |
+
- config_name: FPB
|
31 |
+
data_files:
|
32 |
+
- split: test
|
33 |
+
path: FPB/test.csv
|
34 |
+
- split: labeled
|
35 |
+
path: FPB/labeled.csv
|
36 |
+
- split: unlabeled
|
37 |
+
path: FPB/unlabeled.csv
|
38 |
+
|
39 |
+
- config_name: USMLE
|
40 |
+
data_files:
|
41 |
+
- split: test
|
42 |
+
path: USMLE/test.csv
|
43 |
+
- split: labeled
|
44 |
+
path: USMLE/labeled.csv
|
45 |
+
- split: unlabeled
|
46 |
+
path: USMLE/unlabeled.csv
|
47 |
+
|
48 |
+
- config_name: PubMedQA
|
49 |
+
data_files:
|
50 |
+
- split: test
|
51 |
+
path: PubMedQA/test.csv
|
52 |
+
- split: labeled
|
53 |
+
path: PubMedQA/labeled.csv
|
54 |
+
- split: unlabeled
|
55 |
+
path: PubMedQA/unlabeled.csv
|
56 |
+
|
57 |
+
- config_name: ConvFinQA
|
58 |
+
data_files:
|
59 |
+
- split: test
|
60 |
+
path: ConvFinQA/test.csv
|
61 |
+
- split: labeled
|
62 |
+
path: ConvFinQA/labeled.csv
|
63 |
+
- split: unlabeled
|
64 |
+
path: ConvFinQA/unlabeled.csv
|
65 |
---
|
66 |
|
67 |
# Dataset Card for Dataset Name
|