File size: 1,143 Bytes
fc85d5b
b8c5b9f
 
fc85d5b
 
 
b8c5b9f
 
 
 
 
 
748e80e
 
b8c5b9f
 
748e80e
b8c5b9f
 
748e80e
b8c5b9f
 
748e80e
b8c5b9f
748e80e
 
b8c5b9f
 
 
 
 
 
 
 
 
 
b4a8ae9
 
 
 
 
 
 
 
 
 
 
 
 
eb1a9e6
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
language:
- en
license: apache-2.0
task_categories:
- text-classification
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype: int64
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 13808068
    num_examples: 3490
  - name: validation
    num_bytes: 4188707
    num_examples: 997
  - name: test
    num_bytes: 1894841
    num_examples: 499
  download_size: 11883549
  dataset_size: 19891616
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---

Dataset Source: [Fake News Detection Challenge KDD 2020](https://www.kaggle.com/competitions/fakenewskdd2020/data)

This is a copied and reformatted version of the Fake News Detection Challenge KDD 2020.
We use the raw train.csv from the official Kaggle Dataset and split the data into train, validation, and test sets.

- text: text of the article

- label: a label that marks the article as potentially unreliable
  - 1: fake
  - 0: true

Datasets Distribution:
- Train: 70%
- Val: 20%
- Test: 10%