Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Portuguese
ArXiv:
Libraries:
Datasets
Dask
eduagarcia commited on
Commit
efb079b
·
verified ·
1 Parent(s): 0234403

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -1
README.md CHANGED
@@ -171,4 +171,82 @@ license: cc-by-4.0
171
  language:
172
  - pt
173
  pretty_name: C
174
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  language:
172
  - pt
173
  pretty_name: C
174
+ ---
175
+
176
+ # CrawlPT
177
+
178
+ CrawlPT is a generic Portuguese corpus extracted from various web pages.
179
+
180
+ ## Dataset Details
181
+
182
+ Dataset is composed by three corpora:
183
+ [brWaC](https://aclanthology.org/L18-1686/), [C100-PT](https://arxiv.org/abs/1911.02116), [OSCAR-2301](http://arxiv.org/abs/2201.06642).
184
+
185
+ - **brWaC**: a web corpus for Brazilian Portuguese from 120,000 different websites.
186
+ - **C100-PT**: Portuguese subset from CC-100. C100 was created for training the multilingual Transformer XLM-R, containing two terabytes of cleaned data from 2018 snapshots of the [Common Crawl project](\url{https://commoncrawl.org/about/) in 100 languages. We use the , which contains 49.1 GiB of text.
187
+ - **OSCAR-2301-PT**: curation from OSCAR-2301 in the Portuguese language.
188
+
189
+ ### Dataset Description
190
+
191
+ - **Curated by:** [More Information Needed]
192
+ - **Funded by:** [More Information Needed]
193
+ - **Language(s) (NLP):** Brazilian Portuguese (pt-BR)
194
+ - **License:** [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/deed.en)
195
+
196
+ ### Dataset Sources
197
+
198
+ - **Repository:** https://github.com/eduagarcia/roberta-legal-portuguese
199
+ - **Paper:** [More Information Needed]
200
+
201
+ ## Dataset Structure
202
+
203
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
204
+
205
+ [More Information Needed]
206
+
207
+ ## Data Collection and Processing
208
+
209
+ Raw corpora sizes in terms of billions of tokens and file size in GiB:
210
+
211
+ | Corpus | Domain | Tokens (B) | Size (GiB) |
212
+ |-----------------|:-------:|:----------:|:----------:|
213
+ | brWaC | General | 2.7 | 16.3 |
214
+ | CC100 (PT) | General | 8.4 | 49.1 |
215
+ | OSCAR-2301 (PT) | General | 18.1 | 97.8 |
216
+
217
+
218
+ CrawlPT is deduplicated using [MinHash algorithm](https://dl.acm.org/doi/abs/10.5555/647819.736184) and [Locality Sensitive Hashing](https://dspace.mit.edu/bitstream/handle/1721.1/134231/v008a014.pdf?sequence=2&isAllowed=y), following the approach of [Lee et al. (2022)](http://arxiv.org/abs/2107.06499).
219
+
220
+ We used 5-grams and a signature of size 256, considering two documents to be identical if their Jaccard Similarity exceeded 0.7.
221
+ Deduplicate rate found by the Minhash-LSH algorithm for the CrawlPT corpus:
222
+
223
+ | Corpus | Documents | Docs. after deduplicatio} | Duplicates (%) |
224
+ |------------------------|:----------:|:-------------------------:|:--------------:|
225
+ | brWaC | 3,530,796 | 3,513,588 | 0.49 |
226
+ | OSCAR-2301 (PT Subset) | 18,031,400 | 10,888,966 | 39.61 |
227
+ | CC100 (PT Subset) | 38,999,388 | 38,059,979 | 2.41 |
228
+ | Total (CrawlPT) | 60,561,584 | 52,462,533 | 13.37 |
229
+
230
+
231
+ ## Citation
232
+
233
+ ```bibtex
234
+ @InProceedings{garcia2024_roberlexpt,
235
+ author="Garcia, Eduardo A. S.
236
+ and Silva, N{\'a}dia F. F.
237
+ and Siqueira, Felipe
238
+ and Gomes, Juliana R. S.
239
+ and Albuqueruqe, Hidelberg O.
240
+ and Souza, Ellen
241
+ and Lima, Eliomar
242
+ and De Carvalho, André",
243
+ title="RoBERTaLexPT: A Legal RoBERTa Model pretrained with deduplication for Portuguese",
244
+ booktitle="Computational Processing of the Portuguese Language",
245
+ year="2024",
246
+ publisher="Association for Computational Linguistics"
247
+ }
248
+ ```
249
+
250
+ ## Acknowledgment
251
+
252
+ This work has been supported by the AI Center of Excellence (Centro de Excelência em Inteligência Artificial – CEIA) of the Institute of Informatics at the Federal University of Goiás (INF-UFG).