Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -31,44 +31,82 @@ train-eval-index:
|
|
31 |
claim: text
|
32 |
label: target
|
33 |
metrics:
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
---
|
73 |
|
74 |
# Dataset Card for PUBHEALTH
|
@@ -230,4 +268,4 @@ MIT License
|
|
230 |
```
|
231 |
### Contributions
|
232 |
|
233 |
-
Thanks to [@bhavitvyamalik](https://github.com/bhavitvyamalik) for adding this dataset.
|
|
|
31 |
claim: text
|
32 |
label: target
|
33 |
metrics:
|
34 |
+
- type: accuracy
|
35 |
+
name: Accuracy
|
36 |
+
- type: f1
|
37 |
+
name: F1 macro
|
38 |
+
args:
|
39 |
+
average: macro
|
40 |
+
- type: f1
|
41 |
+
name: F1 micro
|
42 |
+
args:
|
43 |
+
average: micro
|
44 |
+
- type: f1
|
45 |
+
name: F1 weighted
|
46 |
+
args:
|
47 |
+
average: weighted
|
48 |
+
- type: precision
|
49 |
+
name: Precision macro
|
50 |
+
args:
|
51 |
+
average: macro
|
52 |
+
- type: precision
|
53 |
+
name: Precision micro
|
54 |
+
args:
|
55 |
+
average: micro
|
56 |
+
- type: precision
|
57 |
+
name: Precision weighted
|
58 |
+
args:
|
59 |
+
average: weighted
|
60 |
+
- type: recall
|
61 |
+
name: Recall macro
|
62 |
+
args:
|
63 |
+
average: macro
|
64 |
+
- type: recall
|
65 |
+
name: Recall micro
|
66 |
+
args:
|
67 |
+
average: micro
|
68 |
+
- type: recall
|
69 |
+
name: Recall weighted
|
70 |
+
args:
|
71 |
+
average: weighted
|
72 |
+
dataset_info:
|
73 |
+
features:
|
74 |
+
- name: claim_id
|
75 |
+
dtype: string
|
76 |
+
- name: claim
|
77 |
+
dtype: string
|
78 |
+
- name: date_published
|
79 |
+
dtype: string
|
80 |
+
- name: explanation
|
81 |
+
dtype: string
|
82 |
+
- name: fact_checkers
|
83 |
+
dtype: string
|
84 |
+
- name: main_text
|
85 |
+
dtype: string
|
86 |
+
- name: sources
|
87 |
+
dtype: string
|
88 |
+
- name: label
|
89 |
+
dtype:
|
90 |
+
class_label:
|
91 |
+
names:
|
92 |
+
0: 'false'
|
93 |
+
1: mixture
|
94 |
+
2: 'true'
|
95 |
+
3: unproven
|
96 |
+
- name: subjects
|
97 |
+
dtype: string
|
98 |
+
splits:
|
99 |
+
- name: test
|
100 |
+
num_bytes: 6825221
|
101 |
+
num_examples: 1235
|
102 |
+
- name: train
|
103 |
+
num_bytes: 53985377
|
104 |
+
num_examples: 9832
|
105 |
+
- name: validation
|
106 |
+
num_bytes: 6653044
|
107 |
+
num_examples: 1225
|
108 |
+
download_size: 24892660
|
109 |
+
dataset_size: 67463642
|
110 |
---
|
111 |
|
112 |
# Dataset Card for PUBHEALTH
|
|
|
268 |
```
|
269 |
### Contributions
|
270 |
|
271 |
+
Thanks to [@bhavitvyamalik](https://github.com/bhavitvyamalik) for adding this dataset.
|