Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Portuguese
ArXiv:
Libraries:
Datasets
Dask
eduagarcia commited on
Commit
40053f6
1 Parent(s): 8326ba9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -17
README.md CHANGED
@@ -1,8 +1,7 @@
1
  ---
2
  language:
3
  - pt
4
- license: cc-by-4.0
5
- pretty_name: C
6
  dataset_info:
7
  - config_name: OSCAR-2301
8
  features:
@@ -211,26 +210,35 @@ Dataset is composed by three corpora:
211
  ### Dataset Description
212
 
213
  - **Language(s) (NLP):** Brazilian Portuguese (pt-BR)
214
- - **License:** [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/deed.en)
215
  - **Repository:** https://github.com/eduagarcia/roberta-legal-portuguese
216
- - **Paper:** [More Information Needed]
217
 
218
  ## Citation
219
 
220
  ```bibtex
221
- @InProceedings{garcia2024_roberlexpt,
222
- author="Garcia, Eduardo A. S.
223
- and Silva, N{\'a}dia F. F.
224
- and Siqueira, Felipe
225
- and Gomes, Juliana R. S.
226
- and Albuqueruqe, Hidelberg O.
227
- and Souza, Ellen
228
- and Lima, Eliomar
229
- and De Carvalho, André",
230
- title="RoBERTaLexPT: A Legal RoBERTa Model pretrained with deduplication for Portuguese",
231
- booktitle="Computational Processing of the Portuguese Language",
232
- year="2024",
233
- publisher="Association for Computational Linguistics"
 
 
 
 
 
 
 
 
 
 
234
  }
235
  ```
236
 
 
1
  ---
2
  language:
3
  - pt
4
+ pretty_name: CrawlPT
 
5
  dataset_info:
6
  - config_name: OSCAR-2301
7
  features:
 
210
  ### Dataset Description
211
 
212
  - **Language(s) (NLP):** Brazilian Portuguese (pt-BR)
 
213
  - **Repository:** https://github.com/eduagarcia/roberta-legal-portuguese
214
+ - **Paper:** https://aclanthology.org/2024.propor-1.38/
215
 
216
  ## Citation
217
 
218
  ```bibtex
219
+ @inproceedings{garcia-etal-2024-robertalexpt,
220
+ title = "{R}o{BERT}a{L}ex{PT}: A Legal {R}o{BERT}a Model pretrained with deduplication for {P}ortuguese",
221
+ author = "Garcia, Eduardo A. S. and
222
+ Silva, Nadia F. F. and
223
+ Siqueira, Felipe and
224
+ Albuquerque, Hidelberg O. and
225
+ Gomes, Juliana R. S. and
226
+ Souza, Ellen and
227
+ Lima, Eliomar A.",
228
+ editor = "Gamallo, Pablo and
229
+ Claro, Daniela and
230
+ Teixeira, Ant{\'o}nio and
231
+ Real, Livy and
232
+ Garcia, Marcos and
233
+ Oliveira, Hugo Gon{\c{c}}alo and
234
+ Amaro, Raquel",
235
+ booktitle = "Proceedings of the 16th International Conference on Computational Processing of Portuguese",
236
+ month = mar,
237
+ year = "2024",
238
+ address = "Santiago de Compostela, Galicia/Spain",
239
+ publisher = "Association for Computational Lingustics",
240
+ url = "https://aclanthology.org/2024.propor-1.38",
241
+ pages = "374--383",
242
  }
243
  ```
244