ju-resplande commited on
Commit
80994f4
·
1 Parent(s): 20fad26

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +137 -0
README.md ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - pt
7
+ size_categories:
8
+ - 1K<n<10K
9
+ multilinguality:
10
+ - monolingual
11
+ language_creators:
12
+ - found
13
+ ---
14
+ # Dataset Card for Dataset Name
15
+
16
+ ## Dataset Description
17
+
18
+ - **Homepage:**
19
+ - **Repository:**
20
+ - **Paper:**
21
+ - **Leaderboard:**
22
+ - **Point of Contact:**
23
+
24
+ ### Dataset Summary
25
+
26
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
27
+
28
+ ### Supported Tasks and Leaderboards
29
+
30
+ [More Information Needed]
31
+
32
+ ### Languages
33
+
34
+ The dataset is in Portuguese.
35
+
36
+ ## Dataset Structure
37
+
38
+ ### Data Instances
39
+
40
+ [More Information Needed]
41
+
42
+ ### Data Fields
43
+
44
+ [More Information Needed]
45
+
46
+ ### Data Splits
47
+
48
+ [More Information Needed]
49
+
50
+ ## Dataset Creation
51
+
52
+ ### Curation Rationale
53
+
54
+ [More Information Needed]
55
+
56
+ ### Source Data
57
+
58
+ #### Initial Data Collection and Normalization
59
+
60
+ [More Information Needed]
61
+
62
+ #### Who are the source language producers?
63
+
64
+ [More Information Needed]
65
+
66
+ ### Annotations
67
+
68
+ #### Annotation process
69
+
70
+ [More Information Needed]
71
+
72
+ #### Who are the annotators?
73
+
74
+ [More Information Needed]
75
+
76
+ ### Personal and Sensitive Information
77
+
78
+ [More Information Needed]
79
+
80
+ ## Considerations for Using the Data
81
+
82
+ ### Social Impact of Dataset
83
+
84
+ [More Information Needed]
85
+
86
+ ### Discussion of Biases
87
+
88
+ [More Information Needed]
89
+
90
+ ### Other Known Limitations
91
+
92
+ [More Information Needed]
93
+
94
+ ## Additional Information
95
+
96
+ ### Dataset Curators
97
+
98
+ [More Information Needed]
99
+
100
+ ### Licensing Information
101
+
102
+ [More Information Needed]
103
+
104
+ ### Citation Information
105
+
106
+ If you use "Fake.br Dataset", please include a citation to the project website and the corresponding paper published in PROPOR 2018 conference:
107
+ ```bibtex
108
+ @InProceedings{fakebr:18,
109
+ author={Monteiro, Rafael A. and Santos, Roney L. S. and Pardo, Thiago A. S. and de Almeida, Tiago A. and Ruiz, Evandro E. S. and Vale, Oto A.},
110
+ title={Contributions to the Study of Fake News in Portuguese: New Corpus and Automatic Detection Results},
111
+ booktitle={Computational Processing of the Portuguese Language},
112
+ year={2018},
113
+ publisher={Springer International Publishing},
114
+ pages={324--334},
115
+ isbn={978-3-319-99722-3},
116
+ }
117
+ ```
118
+
119
+ or the paper published in Expert Systems with Applications:
120
+
121
+ ```bibtex
122
+ @article{silva:20,
123
+ title = "Towards automatically filtering fake news in Portuguese",
124
+ journal = "Expert Systems with Applications",
125
+ volume = "146",
126
+ pages = "113199",
127
+ year = "2020",
128
+ issn = "0957-4174",
129
+ doi = "https://doi.org/10.1016/j.eswa.2020.113199",
130
+ url = "http://www.sciencedirect.com/science/article/pii/S0957417420300257",
131
+ author = "Renato M. Silva and Roney L.S. Santos and Tiago A. Almeida and Thiago A.S. Pardo",
132
+ }
133
+ ```
134
+
135
+ ### Contributions
136
+
137
+ Thanks to [@ju-resplande](https://github.com/ju-resplande) for adding this dataset.