Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -16
README.md CHANGED
@@ -1,7 +1,6 @@
1
  ---
2
  language:
3
  - pt
4
- license: cc-by-4.0
5
  size_categories:
6
  - 10M<n<100M
7
  task_categories:
@@ -216,9 +215,8 @@ Dataset is composed by three corpora:
216
  ### Dataset Description
217
 
218
  - **Language(s) (NLP):** Brazilian Portuguese (pt-BR)
219
- - **License:** [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/deed.en)
220
  - **Repository:** https://github.com/eduagarcia/roberta-legal-portuguese
221
- - **Paper:** [More Information Needed]
222
 
223
  ## Data Collection and Processing
224
 
@@ -247,19 +245,29 @@ Deduplicate rate found by the Minhash-LSH algorithm for the CrawlPT corpus:
247
  ## Citation
248
 
249
  ```bibtex
250
- @InProceedings{garcia2024_roberlexpt,
251
- author="Garcia, Eduardo A. S.
252
- and Silva, N{\'a}dia F. F.
253
- and Siqueira, Felipe
254
- and Gomes, Juliana R. S.
255
- and Albuqueruqe, Hidelberg O.
256
- and Souza, Ellen
257
- and Lima, Eliomar
258
- and De Carvalho, André",
259
- title="RoBERTaLexPT: A Legal RoBERTa Model pretrained with deduplication for Portuguese",
260
- booktitle="Computational Processing of the Portuguese Language",
261
- year="2024",
262
- publisher="Association for Computational Linguistics"
 
 
 
 
 
 
 
 
 
 
263
  }
264
  ```
265
 
 
1
  ---
2
  language:
3
  - pt
 
4
  size_categories:
5
  - 10M<n<100M
6
  task_categories:
 
215
  ### Dataset Description
216
 
217
  - **Language(s) (NLP):** Brazilian Portuguese (pt-BR)
 
218
  - **Repository:** https://github.com/eduagarcia/roberta-legal-portuguese
219
+ - **Paper:** https://aclanthology.org/2024.propor-1.38/
220
 
221
  ## Data Collection and Processing
222
 
 
245
  ## Citation
246
 
247
  ```bibtex
248
+ @inproceedings{garcia-etal-2024-robertalexpt,
249
+ title = "{R}o{BERT}a{L}ex{PT}: A Legal {R}o{BERT}a Model pretrained with deduplication for {P}ortuguese",
250
+ author = "Garcia, Eduardo A. S. and
251
+ Silva, Nadia F. F. and
252
+ Siqueira, Felipe and
253
+ Albuquerque, Hidelberg O. and
254
+ Gomes, Juliana R. S. and
255
+ Souza, Ellen and
256
+ Lima, Eliomar A.",
257
+ editor = "Gamallo, Pablo and
258
+ Claro, Daniela and
259
+ Teixeira, Ant{\'o}nio and
260
+ Real, Livy and
261
+ Garcia, Marcos and
262
+ Oliveira, Hugo Gon{\c{c}}alo and
263
+ Amaro, Raquel",
264
+ booktitle = "Proceedings of the 16th International Conference on Computational Processing of Portuguese",
265
+ month = mar,
266
+ year = "2024",
267
+ address = "Santiago de Compostela, Galicia/Spain",
268
+ publisher = "Association for Computational Lingustics",
269
+ url = "https://aclanthology.org/2024.propor-1.38",
270
+ pages = "374--383",
271
  }
272
  ```
273