Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Portuguese
ArXiv:
Tags:
legal
Libraries:
Datasets
Dask
eduagarcia commited on
Commit
7886c69
1 Parent(s): 11b027f

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
  pretty_name: LegalPT (deduplicated)
@@ -495,9 +494,8 @@ Dataset is composed by six corpora:
495
  ### Dataset Description
496
 
497
  - **Language(s) (NLP):** Brazilian Portuguese (pt-BR)
498
- - **License:** [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/deed.en)
499
  - **Repository:** https://github.com/eduagarcia/roberta-legal-portuguese
500
- - **Paper:** [More Information Needed]
501
 
502
  ## Data Collection and Processing
503
 
@@ -526,19 +524,29 @@ Duplicate rate found by the Minhash-LSH algorithm for the LegalPT corpus:
526
  ## Citation
527
 
528
  ```bibtex
529
- @InProceedings{garcia2024_roberlexpt,
530
- author="Garcia, Eduardo A. S.
531
- and Silva, N{\'a}dia F. F.
532
- and Siqueira, Felipe
533
- and Gomes, Juliana R. S.
534
- and Albuqueruqe, Hidelberg O.
535
- and Souza, Ellen
536
- and Lima, Eliomar
537
- and De Carvalho, André",
538
- title="RoBERTaLexPT: A Legal RoBERTa Model pretrained with deduplication for Portuguese",
539
- booktitle="Computational Processing of the Portuguese Language",
540
- year="2024",
541
- publisher="Association for Computational Linguistics"
 
 
 
 
 
 
 
 
 
 
542
  }
543
  ```
544
 
 
1
  ---
2
  language:
3
  - pt
 
4
  size_categories:
5
  - 10M<n<100M
6
  pretty_name: LegalPT (deduplicated)
 
494
  ### Dataset Description
495
 
496
  - **Language(s) (NLP):** Brazilian Portuguese (pt-BR)
 
497
  - **Repository:** https://github.com/eduagarcia/roberta-legal-portuguese
498
+ - **Paper:** https://aclanthology.org/2024.propor-1.38/
499
 
500
  ## Data Collection and Processing
501
 
 
524
  ## Citation
525
 
526
  ```bibtex
527
+ @inproceedings{garcia-etal-2024-robertalexpt,
528
+ title = "{R}o{BERT}a{L}ex{PT}: A Legal {R}o{BERT}a Model pretrained with deduplication for {P}ortuguese",
529
+ author = "Garcia, Eduardo A. S. and
530
+ Silva, Nadia F. F. and
531
+ Siqueira, Felipe and
532
+ Albuquerque, Hidelberg O. and
533
+ Gomes, Juliana R. S. and
534
+ Souza, Ellen and
535
+ Lima, Eliomar A.",
536
+ editor = "Gamallo, Pablo and
537
+ Claro, Daniela and
538
+ Teixeira, Ant{\'o}nio and
539
+ Real, Livy and
540
+ Garcia, Marcos and
541
+ Oliveira, Hugo Gon{\c{c}}alo and
542
+ Amaro, Raquel",
543
+ booktitle = "Proceedings of the 16th International Conference on Computational Processing of Portuguese",
544
+ month = mar,
545
+ year = "2024",
546
+ address = "Santiago de Compostela, Galicia/Spain",
547
+ publisher = "Association for Computational Lingustics",
548
+ url = "https://aclanthology.org/2024.propor-1.38",
549
+ pages = "374--383",
550
  }
551
  ```
552