Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
csv
Languages:
Portuguese
Size:
10K - 100K
Tags:
legal
DOI:
License:
File size: 2,448 Bytes
18e444a 8f96bc3 be2fa9e b419050 65d13b5 18e444a 8f96bc3 be2fa9e b419050 65d13b5 18e444a f9c94bc ee537cc 2090730 ee537cc 2090730 d7714c3 ee537cc 2090730 ee537cc 2090730 d7714c3 ee537cc d786461 ee537cc 8858e41 7177017 c94fcb0 f9c94bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
---
configs:
- config_name: default
data_files:
- split: train
path:
- "first section/first_section_train.csv"
- "second section/second_section_train.csv"
- "third section/third_section_train.csv"
- "forth section/forth_section_train.csv"
- "fifth section/fifth_section_train.csv"
- "sixth section/sixth_section_train.csv"
- "seventh section/seventh_section_train.csv"
- "contentious/contencioso_section_train.csv"
- split: test
path:
- "first section/first_section_test.csv"
- "second section/second_section_test.csv"
- "third section/third_section_test.csv"
- "forth section/forth_section_test.csv"
- "fifth section/fifth_section_test.csv"
- "sixth section/sixth_section_test.csv"
- "seventh section/seventh_section_test.csv"
- "contentious/contencioso_section_test.csv"
license: mit
task_categories:
- token-classification
language:
- pt
tags:
- legal
size_categories:
- 1K<n<10K
---

Work developed as part of [IRIS] (https://www.inesc-id.pt/projects/PR07005/)
## Extreme Multi-Label Classification of Descriptors
The goal of this dataset is to train an Extreme Multi-Label classifier that, given a judgment from the Supreme Court of Justice of Portugal (STJ), can associate relevant descriptors to the judgment.
**Dataset Contents:**
- **Judgment ID:** Unique identifier for each judgment.
- **STJ Section:** The section of the STJ to which the judgment belongs.
- **Judgment Text:** Full text of the judgment.
- **Descriptors List:** A list of binary values (0's and 1's) where 1's indicate the presence of active descriptors.
The dataset is organized by the sections of the STJ, and each section is further divided into training and testing subsets.
**Additional Files:**
- **label.py:** A Python file containing lists of descriptor names for each section. The order of these lists corresponds to the order of 0's and 1's in the dataset.
In each section, except for the contentious section, there is an additional file containing judgments excluded from the dataset. In these files, the judgments after the removal of descriptors appearing only once or twice were left with no descriptors.
**Code:**
https://github.com/MartimZanatti/Extreme_multi_label_Portuguese_Supreme_Judgments
## Contributions
**insert paper :)**
|