Datasets:
Update README.md
Browse files
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:**
|
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 |
-
@
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|