Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Portuguese
ArXiv:
Libraries:
Datasets
Dask
License:
nicholasKluge commited on
Commit
3aa80a1
·
verified ·
1 Parent(s): 5da2e01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +200 -0
README.md CHANGED
@@ -20,4 +20,204 @@ configs:
20
  data_files:
21
  - split: train
22
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
 
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  data_files:
21
  - split: train
22
  path: data/train-*
23
+ license: apache-2.0
24
+ task_categories:
25
+ - text-classification
26
+ language:
27
+ - pt
28
+ tags:
29
+ - portuguese
30
+ - language-modeling
31
+ pretty_name: GigaVerbo Text-Filter
32
+ size_categories:
33
+ - 100K<n<1M
34
  ---
35
+
36
+ # GigaVerbo Text-Filter
37
+
38
+ <img src="./logo-gigaverbo.png" height="200">
39
+
40
+ ## Table of Contents
41
+
42
+ - [Table of Contents](#table-of-contents)
43
+ - [Dataset Description](#dataset-description)
44
+ - [Dataset Summary](#dataset-summary)
45
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
46
+ - [Languages](#languages)
47
+ - [Dataset Structure](#dataset-structure)
48
+ - [Data Instances](#data-instances)
49
+ - [Data Fields](#data-fields)
50
+ - [Data Splits](#data-splits)
51
+ - [Dataset Creation](#dataset-creation)
52
+ - [Curation Rationale](#curation-rationale)
53
+ - [Source Data](#source-data)
54
+ - [Annotations](#annotations)
55
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
56
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
57
+ - [Social Impact of Dataset](#social-impact-of-dataset)
58
+ - [Discussion of Biases](#discussion-of-biases)
59
+ - [Other Known Limitations](#other-known-limitations)
60
+ - [Additional Information](#additional-information)
61
+ - [Dataset Curators](#dataset-curators)
62
+ - [Licensing Information](#licensing-information)
63
+ - [Citation Information](#citation-information)
64
+ - [Aknowlegments](#aknowlegments)
65
+ - [Contributions](#contributions)
66
+
67
+ ## Dataset Description
68
+
69
+ - **Homepage:** https://huggingface.co/datasets/TucanoBR/GigaVerbo-Text-Filter
70
+ - **Repository:** https://huggingface.co/datasets/TucanoBR/GigaVerbo-Text-Filter
71
+ - **Paper:** [Tucano: Advancing Neural Text Generation for Portuguese](https://arxiv.org/abs/xxxx.xxxxx)
72
+ - **Point of Contact:** [Nk-correa](mailto:[email protected])
73
+
74
+ ### Dataset Summary
75
+
76
+ GigaVerbo Text-Filter is a dataset with 110,000 randomly selected samples from 9 subsets of [GigaVerbo](https://huggingface.co/datasets/TucanoBR/GigaVerbo) (i.e., specifically those that were not synthetic). This dataset was used to train the text-quality filters described in "_[Tucano: Advancing Neural Text Generation for Portuguese](https://arxiv.org/abs/xxxx.xxxxx)_". To create the text embeddings, we used [sentence-transformers/LaBSE](https://huggingface.co/sentence-transformers/LaBSE). All scores were generated by GPT-4o.
77
+
78
+ ### Supported Tasks and Leaderboards
79
+
80
+ This dataset can be utilized for tasks involving text classification/regression in Portuguese.
81
+
82
+ ### Languages
83
+
84
+ Portuguese.
85
+
86
+ ## Dataset Structure
87
+
88
+ ### Data Instances
89
+
90
+ The dataset consists of the following features:
91
+
92
+ - **text:** a string of text in Portuguese.
93
+ - **score:** the score attributed by GPT-4o to that corresponding string of text.
94
+ - **embedding:** embedding vector generated by [sentence-transformers/LaBSE](https://huggingface.co/sentence-transformers/LaBSE) to that corresponding string of text.
95
+ - **name:** the subset of GigaVerbo from which the corresponding text string originated.
96
+
97
+ ### Data Fields
98
+
99
+ ```python
100
+ {
101
+ "text": "A inteligência artificial (de sigla: IA; do inglês: artificial intelligence, de sigla: AI) é um campo de estudo multidisciplinar que abrange varias áreas do conhecimento ...",
102
+ "score": 0.85,
103
+ "embedding": [0.313, 0.716, 0.897, 0.571, 0.061, 0.712, 0.265, 0.092, 0.816, 0.998, ...],
104
+ "name" : "brwac"
105
+ }
106
+ ```
107
+
108
+ ### Data Splits
109
+
110
+ Available splits are `train`.
111
+
112
+ ```python
113
+ from datasets import load_dataset
114
+
115
+ dataset = load_dataset("TucanoBR/GigaVerbo-Text-Filter", split='train')
116
+
117
+ # If you don't want to download the entire dataset, set streaming to `True`
118
+ dataset = load_dataset("TucanoBR/GigaVerbo-Text-Filter", split='train', streaming=True)
119
+
120
+ ```
121
+
122
+ ## Dataset Creation
123
+
124
+ ### Curation Rationale
125
+
126
+ This dataset was developed as part of the study "[Tucano: Advancing Neural Text Generation for Portuguese](https://arxiv.org/abs/xxxx.xxxxx)". In short, GigaVerbo Text-Filter is a dataset with 110,000 randomly selected samples from 9 subsets of [GigaVerbo](https://huggingface.co/datasets/TucanoBR/GigaVerbo).
127
+
128
+ ### Source Data
129
+
130
+ #### Initial Data Collection and Normalization
131
+
132
+ GigaVerbo Text-Filter has been scored GPT-4o. Text embeddings were generated by [sentence-transformers/LaBSE](https://huggingface.co/sentence-transformers/LaBSE).
133
+
134
+ #### Who are the source language producers?
135
+
136
+ All text samples are native to Portuguese or translated from other languages to Portuguese (slight contamination of different languages should also be expected).
137
+
138
+ ### Annotations
139
+
140
+ #### Annotation process
141
+
142
+ GigaVerbo Text-Filter is a dataset with 110,000 randomly selected samples from 9 subsets of [GigaVerbo](https://huggingface.co/datasets/TucanoBR/GigaVerbo). All text samples are native to Portuguese or translated from other languages to Portuguese (slight contamination of different languages should also be expected).
143
+
144
+ #### Who are the annotators?
145
+
146
+ [Nicholas Kluge Corrêa](mailto:[email protected]).
147
+
148
+ ### Personal and Sensitive Information
149
+
150
+ This dataset can potentially contain personal and sensitive information, along with offensive, toxic, and disturbing language.
151
+
152
+ ## Considerations for Using the Data
153
+
154
+ ### Social Impact of Dataset
155
+
156
+ The presence of personal and sensitive information within the dataset raises concerns about privacy and data protection, potentially leading to breaches of individuals' confidentiality and security. Furthermore, the inclusion of offensive, toxic, and disturbing language in the dataset poses risks of perpetuating harmful behaviors and attitudes, contributing to the normalization of hate speech and online toxicity. Therefore, careful handling and ethical considerations are essential to mitigate these potential social impacts and promote responsible dataset use.
157
+
158
+ ### Discussion of Biases
159
+
160
+ The inclusion of offensive, toxic, and disturbing language in the dataset poses risks of perpetuating harmful behaviors and attitudes, contributing to the normalization of hate speech and online toxicity.
161
+
162
+ ### Other Known Limitations
163
+
164
+ A significant portion of the dataset's data has been translated using translation engines, potentially resulting in corrupted samples of both language and code. While useful for quickly converting text between languages, translation engines often struggle with accurately preserving the syntax, semantics, and context of programming languages. As a result, the translated code may contain errors, syntax inconsistencies, or even introduce vulnerabilities, rendering it unreliable or unusable for its intended purpose.
165
+
166
+ ## Additional Information
167
+
168
+ ### Dataset Curators
169
+
170
+ [Nicholas Kluge Corrêa](mailto:[email protected]).
171
+
172
+ ### Licensing Information
173
+
174
+ The following datasets and respective licenses form GigaVerbo (only training splits are a part of the corpus):
175
+
176
+ - [HPLT-PT](https://huggingface.co/datasets/HPLT/hplt_monolingual_v1_2) (License: [cc0-1.0](https://huggingface.co/datasets/oscar-corpus/OSCAR-2301#licensing-information))
177
+
178
+ - [CC-2023](https://huggingface.co/datasets/dominguesm/CC-MAIN-2023-23) (License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en))
179
+
180
+ - [CCc100](https://huggingface.co/datasets/eduagarcia/CrawlPT_dedup) (License: [Common Crawl terms of use](https://commoncrawl.org/terms-of-use/))
181
+
182
+ - [MC4-PT](https://huggingface.co/datasets/thegoodfellas/mc4-pt-cleaned) (License: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.html))
183
+
184
+ - [Blogset-BR](https://huggingface.co/datasets/thegoodfellas/blogset-br) (License: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.html))
185
+
186
+ - [BrWaC](https://huggingface.co/datasets/UFRGS/brwac) (License: Unknown)
187
+
188
+ - [Wikipedia](https://huggingface.co/datasets/graelo/wikipedia) (License: [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/))
189
+
190
+ - [Corpus Carolina](https://huggingface.co/datasets/carolina-c4ai/corpus-carolina) (License: [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en))
191
+
192
+ - [CulturaX](https://huggingface.co/datasets/uonlp/CulturaX) (License: [ODC-By](https://opendatacommons.org/licenses/by/1-0/), [cc0-1.0](https://huggingface.co/datasets/oscar-corpus/OSCAR-2301#licensing-information))
193
+
194
+ - [OSCAR](https://huggingface.co/datasets/eduagarcia/CrawlPT_dedup) (License: [cc0-1.0](https://huggingface.co/datasets/oscar-corpus/OSCAR-2301#licensing-information))
195
+
196
+ - [Legal Portuguese](https://huggingface.co/datasets/eduagarcia/LegalPT_dedup) (License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en))
197
+
198
+ - [Xlsum](https://huggingface.co/datasets/csebuetnlp/xlsum) (License: [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en))
199
+
200
+ - [Roots Wikiquote](https://huggingface.co/datasets/bigscience-data/roots_pt_wikiquote) (License: [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/))
201
+
202
+ - [Roots Ted Talks](https://huggingface.co/datasets/bigscience-data/roots_pt_ted_talks_iwslt) (License: [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en))
203
+
204
+ ### Citation Information
205
+
206
+ ```latex
207
+
208
+ @misc{correa24tucano,
209
+ title = {{Tucano: Advancing Neural Text Generation for Portuguese}},
210
+ author = {Corr{\^e}a, Nicholas Kluge and Sen, Aniket and Falk, Sophia and Fatimah, Shiza},
211
+ journal={arXiv preprint arXiv:xxxx.xxxxx},
212
+ year={2024}
213
+ }
214
+
215
+ ```
216
+
217
+ ### Aknowlegments
218
+
219
+ We gratefully acknowledge the granted access to the [Marvin cluster](https://www.hpc.uni-bonn.de/en/systems/marvin) hosted by [University of Bonn](https://www.uni-bonn.de/en) along with the support provided by its High Performance Computing \& Analytics Lab.
220
+
221
+ ### Contributions
222
+
223
+ If you want to contribute, contact me at [[email protected]](mailto:[email protected])!