Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,6 @@ configs:
|
|
8 |
path: mmlu/labeled.csv
|
9 |
- split: unlabeled
|
10 |
path: mmlu/unlabeled.csv
|
11 |
-
|
12 |
- config_name: mmlu_pro
|
13 |
data_files:
|
14 |
- split: test
|
@@ -17,7 +16,6 @@ configs:
|
|
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
|
@@ -26,7 +24,6 @@ configs:
|
|
26 |
path: arc/labeled.csv
|
27 |
- split: unlabeled
|
28 |
path: arc/unlabeled.csv
|
29 |
-
|
30 |
- config_name: FPB
|
31 |
data_files:
|
32 |
- split: test
|
@@ -35,7 +32,6 @@ configs:
|
|
35 |
path: FPB/labeled.csv
|
36 |
- split: unlabeled
|
37 |
path: FPB/unlabeled.csv
|
38 |
-
|
39 |
- config_name: USMLE
|
40 |
data_files:
|
41 |
- split: test
|
@@ -44,7 +40,6 @@ configs:
|
|
44 |
path: USMLE/labeled.csv
|
45 |
- split: unlabeled
|
46 |
path: USMLE/unlabeled.csv
|
47 |
-
|
48 |
- config_name: PubMedQA
|
49 |
data_files:
|
50 |
- split: test
|
@@ -53,7 +48,6 @@ configs:
|
|
53 |
path: PubMedQA/labeled.csv
|
54 |
- split: unlabeled
|
55 |
path: PubMedQA/unlabeled.csv
|
56 |
-
|
57 |
- config_name: ConvFinQA
|
58 |
data_files:
|
59 |
- split: test
|
@@ -62,6 +56,16 @@ configs:
|
|
62 |
path: ConvFinQA/labeled.csv
|
63 |
- split: unlabeled
|
64 |
path: ConvFinQA/unlabeled.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
---
|
66 |
|
67 |
# Dataset Card for Dataset Name
|
|
|
8 |
path: mmlu/labeled.csv
|
9 |
- split: unlabeled
|
10 |
path: mmlu/unlabeled.csv
|
|
|
11 |
- config_name: mmlu_pro
|
12 |
data_files:
|
13 |
- split: test
|
|
|
16 |
path: mmlu_pro/labeled.csv
|
17 |
- split: unlabeled
|
18 |
path: mmlu_pro/unlabeled.csv
|
|
|
19 |
- config_name: arc
|
20 |
data_files:
|
21 |
- split: test
|
|
|
24 |
path: arc/labeled.csv
|
25 |
- split: unlabeled
|
26 |
path: arc/unlabeled.csv
|
|
|
27 |
- config_name: FPB
|
28 |
data_files:
|
29 |
- split: test
|
|
|
32 |
path: FPB/labeled.csv
|
33 |
- split: unlabeled
|
34 |
path: FPB/unlabeled.csv
|
|
|
35 |
- config_name: USMLE
|
36 |
data_files:
|
37 |
- split: test
|
|
|
40 |
path: USMLE/labeled.csv
|
41 |
- split: unlabeled
|
42 |
path: USMLE/unlabeled.csv
|
|
|
43 |
- config_name: PubMedQA
|
44 |
data_files:
|
45 |
- split: test
|
|
|
48 |
path: PubMedQA/labeled.csv
|
49 |
- split: unlabeled
|
50 |
path: PubMedQA/unlabeled.csv
|
|
|
51 |
- config_name: ConvFinQA
|
52 |
data_files:
|
53 |
- split: test
|
|
|
56 |
path: ConvFinQA/labeled.csv
|
57 |
- split: unlabeled
|
58 |
path: ConvFinQA/unlabeled.csv
|
59 |
+
license: cc-by-4.0
|
60 |
+
task_categories:
|
61 |
+
- question-answering
|
62 |
+
- multiple-choice
|
63 |
+
- text-generation
|
64 |
+
language:
|
65 |
+
- en
|
66 |
+
tags:
|
67 |
+
- finance
|
68 |
+
- medical
|
69 |
---
|
70 |
|
71 |
# Dataset Card for Dataset Name
|