GonzaloA commited on
Commit
2ca4f2f
1 Parent(s): 33bbe0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -8
README.md CHANGED
@@ -7,11 +7,11 @@ language_creators:
7
  languages:
8
  - en
9
  licenses:
10
- - apache-2-0
11
  multilinguality:
12
  - monolingual
13
  size_categories:
14
- - 100K<n<1M
15
  source_datasets:
16
  - original
17
  task_categories:
@@ -51,14 +51,14 @@ pretty_name: GonzaloA / Fake News
51
  ## Dataset Description
52
 
53
  - **Homepage:**
54
- - **Repository:**
55
- - **Paper:**
56
  - **Leaderboard:**
57
- - **Point of Contact:**
58
 
59
  ### Dataset Summary
60
 
61
- [More Information Needed]
62
 
63
  ### Supported Tasks and Leaderboards
64
 
@@ -66,13 +66,19 @@ pretty_name: GonzaloA / Fake News
66
 
67
  ### Languages
68
 
69
- [More Information Needed]
70
 
71
  ## Dataset Structure
72
 
73
  ### Data Instances
74
 
75
- [More Information Needed]
 
 
 
 
 
 
76
 
77
  ### Data Fields
78
 
 
7
  languages:
8
  - en
9
  licenses:
10
+ - unknown
11
  multilinguality:
12
  - monolingual
13
  size_categories:
14
+ - 10k<n<40k
15
  source_datasets:
16
  - original
17
  task_categories:
 
51
  ## Dataset Description
52
 
53
  - **Homepage:**
54
+ - **Repository:** [GonzaloA / Fake_News_TFG Dataset repository]
55
+ - **Paper:** [Título del TFG]
56
  - **Leaderboard:**
57
+ - **Point of Contact:** [Gonzalo Álvarez Hervás](mailto:g.alvarez.2018@alumnos.urjc.es)
58
 
59
  ### Dataset Summary
60
 
61
+ The GonzaloA / Fake_News_TFG Dataset repository is an English-language dataset containing just over 45k unique news articles. This articles are classified as True (1) or Fake (0). The current version is the first of the study the Fake News identification using Transformers models.
62
 
63
  ### Supported Tasks and Leaderboards
64
 
 
66
 
67
  ### Languages
68
 
69
+ The dataset is code for English as generally spoken in the United States is en-US
70
 
71
  ## Dataset Structure
72
 
73
  ### Data Instances
74
 
75
+ For each instance, there is a string for the title and the string for the article. See the [CNN / Daily Mail dataset viewer](https://huggingface.co/datasets/viewer/?dataset=fake_new_tfg_gonzaloalvarezhervas&config=3.0.0) to explore more examples.
76
+
77
+ ```
78
+ 76 {'id': '0054d6d30dbcad772e20b22771153a2a9cbeaf62',
79
+ 77 'article': '(CNN) -- An American woman died aboard a cruise ship that docked at Rio de Janeiro on Tuesday, the same ship on which 86 passengers previously fell ill, according to the state-run Brazilian news agency, Agencia Brasil. The American tourist died aboard the MS Veendam, owned by cruise operator Holland America. Federal Police told Agencia Brasil that forensic doctors were investigating her death. The ship's doctors told police that the woman was elderly and suffered from diabetes and hypertension, according the agency. The other passengers came down with diarrhea prior to her death during an earlier part of the trip, the ship's doctors said. The Veendam left New York 36 days ago for a South America tour.'
80
+ 78 'highlights': 'The elderly woman suffered from diabetes and hypertension, ship's doctors say .\nPreviously, 86 passengers had fallen ill on the ship, Agencia Brasil says .'}
81
+ 79 ```
82
 
83
  ### Data Fields
84