Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Portuguese
ArXiv:
Tags:
legal
Libraries:
Datasets
Dask
eduagarcia commited on
Commit
49f200b
1 Parent(s): 85dd42e

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:
@@ -494,26 +493,35 @@ Dataset is composed by six corpora:
494
  ### Dataset Description
495
 
496
  - **Language(s) (NLP):** Brazilian Portuguese (pt-BR)
497
- - **License:** [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/deed.en)
498
  - **Repository:** https://github.com/eduagarcia/roberta-legal-portuguese
499
- - **Paper:** [More Information Needed]
500
 
501
  ## Citation
502
 
503
  ```bibtex
504
- @InProceedings{garcia2024_roberlexpt,
505
- author="Garcia, Eduardo A. S.
506
- and Silva, N{\'a}dia F. F.
507
- and Siqueira, Felipe
508
- and Gomes, Juliana R. S.
509
- and Albuqueruqe, Hidelberg O.
510
- and Souza, Ellen
511
- and Lima, Eliomar
512
- and De Carvalho, André",
513
- title="RoBERTaLexPT: A Legal RoBERTa Model pretrained with deduplication for Portuguese",
514
- booktitle="Computational Processing of the Portuguese Language",
515
- year="2024",
516
- publisher="Association for Computational Linguistics"
 
 
 
 
 
 
 
 
 
 
517
  }
518
  ```
519
 
 
1
  ---
2
  language:
3
  - pt
 
4
  size_categories:
5
  - 10M<n<100M
6
  task_categories:
 
493
  ### Dataset Description
494
 
495
  - **Language(s) (NLP):** Brazilian Portuguese (pt-BR)
 
496
  - **Repository:** https://github.com/eduagarcia/roberta-legal-portuguese
497
+ - **Paper:** https://aclanthology.org/2024.propor-1.38/
498
 
499
  ## Citation
500
 
501
  ```bibtex
502
+ @inproceedings{garcia-etal-2024-robertalexpt,
503
+ title = "{R}o{BERT}a{L}ex{PT}: A Legal {R}o{BERT}a Model pretrained with deduplication for {P}ortuguese",
504
+ author = "Garcia, Eduardo A. S. and
505
+ Silva, Nadia F. F. and
506
+ Siqueira, Felipe and
507
+ Albuquerque, Hidelberg O. and
508
+ Gomes, Juliana R. S. and
509
+ Souza, Ellen and
510
+ Lima, Eliomar A.",
511
+ editor = "Gamallo, Pablo and
512
+ Claro, Daniela and
513
+ Teixeira, Ant{\'o}nio and
514
+ Real, Livy and
515
+ Garcia, Marcos and
516
+ Oliveira, Hugo Gon{\c{c}}alo and
517
+ Amaro, Raquel",
518
+ booktitle = "Proceedings of the 16th International Conference on Computational Processing of Portuguese",
519
+ month = mar,
520
+ year = "2024",
521
+ address = "Santiago de Compostela, Galicia/Spain",
522
+ publisher = "Association for Computational Lingustics",
523
+ url = "https://aclanthology.org/2024.propor-1.38",
524
+ pages = "374--383",
525
  }
526
  ```
527