Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
csv
Languages:
Portuguese
Size:
10K - 100K
Tags:
legal
DOI:
License:
MartimZanatti
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -40,19 +40,19 @@ size_categories:
|
|
40 |
|
41 |
Work developed as part of [IRIS] (https://www.inesc-id.pt/projects/PR07005/)
|
42 |
|
43 |
-
## Extreme Multi-Label Classification of
|
|
|
44 |
|
45 |
-
|
|
|
|
|
|
|
|
|
46 |
|
47 |
-
|
48 |
-
- id of the judgment
|
49 |
-
- section of the STJ where it belongs
|
50 |
-
- the judgment text
|
51 |
-
- a list of 0's and 1's, where 1's correspond to active descriptors
|
52 |
|
53 |
-
|
54 |
-
|
55 |
-
There is a python file "label.py" that contains a list for each section containing the descriptors names in the same order of the 0's and 1's list in the dataset
|
56 |
|
57 |
|
58 |
## Contributions
|
|
|
40 |
|
41 |
Work developed as part of [IRIS] (https://www.inesc-id.pt/projects/PR07005/)
|
42 |
|
43 |
+
## Extreme Multi-Label Classification of Descriptors
|
44 |
+
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.
|
45 |
|
46 |
+
**Dataset Contents:**
|
47 |
+
- Judgment ID: Unique identifier for each judgment.
|
48 |
+
- STJ Section: The section of the STJ to which the judgment belongs.
|
49 |
+
- Judgment Text: Full text of the judgment.
|
50 |
+
- Descriptors List: A list of binary values (0's and 1's) where 1's indicate the presence of active descriptors.
|
51 |
|
52 |
+
The dataset is organized by the sections of the STJ, and each section is further divided into training and testing subsets.
|
|
|
|
|
|
|
|
|
53 |
|
54 |
+
**Additional Files:**
|
55 |
+
- 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.
|
|
|
56 |
|
57 |
|
58 |
## Contributions
|