Datasets:
eduagarcia
commited on
Commit
•
cbda908
1
Parent(s):
01a5184
Update README.md
Browse files
README.md
CHANGED
@@ -415,6 +415,9 @@ size_categories:
|
|
415 |
|
416 |
LegalPT aggregates the maximum amount of publicly available legal data in Portuguese, drawing from varied sources including legislation, jurisprudence, legal articles, and government documents.
|
417 |
|
|
|
|
|
|
|
418 |
## Dataset Details
|
419 |
|
420 |
Dataset is composed by six corpora:
|
@@ -431,22 +434,11 @@ Dataset is composed by six corpora:
|
|
431 |
|
432 |
### Dataset Description
|
433 |
|
434 |
-
- **Curated by:** [More Information Needed]
|
435 |
-
- **Funded by:** [More Information Needed]
|
436 |
- **Language(s) (NLP):** Brazilian Portuguese (pt-BR)
|
437 |
- **License:** [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/deed.en)
|
438 |
-
|
439 |
-
### Dataset Sources
|
440 |
-
|
441 |
- **Repository:** https://github.com/eduagarcia/roberta-legal-portuguese
|
442 |
- **Paper:** [More Information Needed]
|
443 |
|
444 |
-
## Dataset Structure
|
445 |
-
|
446 |
-
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
447 |
-
|
448 |
-
[More Information Needed]
|
449 |
-
|
450 |
## Data Collection and Processing
|
451 |
|
452 |
LegalPT is deduplicated using [MinHash algorithm](https://dl.acm.org/doi/abs/10.5555/647819.736184) and [Locality Sensitive Hashing](https://dspace.mit.edu/bitstream/handle/1721.1/134231/v008a014.pdf?sequence=2&isAllowed=y), following the approach of [Lee et al. (2022)](http://arxiv.org/abs/2107.06499).
|
|
|
415 |
|
416 |
LegalPT aggregates the maximum amount of publicly available legal data in Portuguese, drawing from varied sources including legislation, jurisprudence, legal articles, and government documents.
|
417 |
|
418 |
+
This version is deduplicated using [MinHash algorithm](https://dl.acm.org/doi/abs/10.5555/647819.736184) and [Locality Sensitive Hashing](https://dspace.mit.edu/bitstream/handle/1721.1/134231/v008a014.pdf?sequence=2&isAllowed=y), following the approach of [Lee et al. (2022)](http://arxiv.org/abs/2107.06499).
|
419 |
+
The raw version is also available [here](https://huggingface.co/datasets/eduagarcia/LegalPT).
|
420 |
+
|
421 |
## Dataset Details
|
422 |
|
423 |
Dataset is composed by six corpora:
|
|
|
434 |
|
435 |
### Dataset Description
|
436 |
|
|
|
|
|
437 |
- **Language(s) (NLP):** Brazilian Portuguese (pt-BR)
|
438 |
- **License:** [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/deed.en)
|
|
|
|
|
|
|
439 |
- **Repository:** https://github.com/eduagarcia/roberta-legal-portuguese
|
440 |
- **Paper:** [More Information Needed]
|
441 |
|
|
|
|
|
|
|
|
|
|
|
|
|
442 |
## Data Collection and Processing
|
443 |
|
444 |
LegalPT is deduplicated using [MinHash algorithm](https://dl.acm.org/doi/abs/10.5555/647819.736184) and [Locality Sensitive Hashing](https://dspace.mit.edu/bitstream/handle/1721.1/134231/v008a014.pdf?sequence=2&isAllowed=y), following the approach of [Lee et al. (2022)](http://arxiv.org/abs/2107.06499).
|