Datasets:
Tasks:
Text Classification
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
fake-news-detection
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -69,6 +69,56 @@ train-eval-index:
|
|
69 |
average: weighted
|
70 |
tags:
|
71 |
- fake-news-detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
---
|
73 |
|
74 |
# Dataset Card for [Dataset Name]
|
|
|
69 |
average: weighted
|
70 |
tags:
|
71 |
- fake-news-detection
|
72 |
+
dataset_info:
|
73 |
+
features:
|
74 |
+
- name: id
|
75 |
+
dtype: string
|
76 |
+
- name: label
|
77 |
+
dtype:
|
78 |
+
class_label:
|
79 |
+
names:
|
80 |
+
0: 'false'
|
81 |
+
1: half-true
|
82 |
+
2: mostly-true
|
83 |
+
3: 'true'
|
84 |
+
4: barely-true
|
85 |
+
5: pants-fire
|
86 |
+
- name: statement
|
87 |
+
dtype: string
|
88 |
+
- name: subject
|
89 |
+
dtype: string
|
90 |
+
- name: speaker
|
91 |
+
dtype: string
|
92 |
+
- name: job_title
|
93 |
+
dtype: string
|
94 |
+
- name: state_info
|
95 |
+
dtype: string
|
96 |
+
- name: party_affiliation
|
97 |
+
dtype: string
|
98 |
+
- name: barely_true_counts
|
99 |
+
dtype: float32
|
100 |
+
- name: false_counts
|
101 |
+
dtype: float32
|
102 |
+
- name: half_true_counts
|
103 |
+
dtype: float32
|
104 |
+
- name: mostly_true_counts
|
105 |
+
dtype: float32
|
106 |
+
- name: pants_on_fire_counts
|
107 |
+
dtype: float32
|
108 |
+
- name: context
|
109 |
+
dtype: string
|
110 |
+
splits:
|
111 |
+
- name: test
|
112 |
+
num_bytes: 341414
|
113 |
+
num_examples: 1283
|
114 |
+
- name: train
|
115 |
+
num_bytes: 2730651
|
116 |
+
num_examples: 10269
|
117 |
+
- name: validation
|
118 |
+
num_bytes: 341592
|
119 |
+
num_examples: 1284
|
120 |
+
download_size: 1013571
|
121 |
+
dataset_size: 3413657
|
122 |
---
|
123 |
|
124 |
# Dataset Card for [Dataset Name]
|