Datasets:
Tasks:
Text Classification
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
fake-news-detection
License:
Commit
•
24cdde9
1
Parent(s):
1f72078
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -18,6 +18,58 @@ task_categories:
|
|
18 |
task_ids: []
|
19 |
paperswithcode_id: liar
|
20 |
pretty_name: LIAR
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
train-eval-index:
|
22 |
- config: default
|
23 |
task: text-classification
|
@@ -67,58 +119,6 @@ train-eval-index:
|
|
67 |
name: Recall weighted
|
68 |
args:
|
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: train
|
112 |
-
num_bytes: 2730651
|
113 |
-
num_examples: 10269
|
114 |
-
- name: test
|
115 |
-
num_bytes: 341414
|
116 |
-
num_examples: 1283
|
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]
|
|
|
18 |
task_ids: []
|
19 |
paperswithcode_id: liar
|
20 |
pretty_name: LIAR
|
21 |
+
tags:
|
22 |
+
- fake-news-detection
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: id
|
26 |
+
dtype: string
|
27 |
+
- name: label
|
28 |
+
dtype:
|
29 |
+
class_label:
|
30 |
+
names:
|
31 |
+
'0': 'false'
|
32 |
+
'1': half-true
|
33 |
+
'2': mostly-true
|
34 |
+
'3': 'true'
|
35 |
+
'4': barely-true
|
36 |
+
'5': pants-fire
|
37 |
+
- name: statement
|
38 |
+
dtype: string
|
39 |
+
- name: subject
|
40 |
+
dtype: string
|
41 |
+
- name: speaker
|
42 |
+
dtype: string
|
43 |
+
- name: job_title
|
44 |
+
dtype: string
|
45 |
+
- name: state_info
|
46 |
+
dtype: string
|
47 |
+
- name: party_affiliation
|
48 |
+
dtype: string
|
49 |
+
- name: barely_true_counts
|
50 |
+
dtype: float32
|
51 |
+
- name: false_counts
|
52 |
+
dtype: float32
|
53 |
+
- name: half_true_counts
|
54 |
+
dtype: float32
|
55 |
+
- name: mostly_true_counts
|
56 |
+
dtype: float32
|
57 |
+
- name: pants_on_fire_counts
|
58 |
+
dtype: float32
|
59 |
+
- name: context
|
60 |
+
dtype: string
|
61 |
+
splits:
|
62 |
+
- name: train
|
63 |
+
num_bytes: 2730651
|
64 |
+
num_examples: 10269
|
65 |
+
- name: test
|
66 |
+
num_bytes: 341414
|
67 |
+
num_examples: 1283
|
68 |
+
- name: validation
|
69 |
+
num_bytes: 341592
|
70 |
+
num_examples: 1284
|
71 |
+
download_size: 1013571
|
72 |
+
dataset_size: 3413657
|
73 |
train-eval-index:
|
74 |
- config: default
|
75 |
task: text-classification
|
|
|
119 |
name: Recall weighted
|
120 |
args:
|
121 |
average: weighted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
---
|
123 |
|
124 |
# Dataset Card for [Dataset Name]
|