Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- pt
|
| 4 |
-
|
| 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:**
|
| 217 |
|
| 218 |
## Citation
|
| 219 |
|
| 220 |
```bibtex
|
| 221 |
-
@
|
| 222 |
-
|
| 223 |
-
|
| 224 |
-
|
| 225 |
-
|
| 226 |
-
|
| 227 |
-
|
| 228 |
-
|
| 229 |
-
|
| 230 |
-
|
| 231 |
-
|
| 232 |
-
|
| 233 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|