Update lextreme.py
Browse files- lextreme.py +1 -1
lextreme.py
CHANGED
@@ -173,7 +173,7 @@ _SWISS_CRITICLALITY_PREDICTION_BGE_FACTS = {
|
|
173 |
Legal Criticality Prediction (LCP) is a multilingual, diachronic dataset of 130K Swiss Federal Supreme Court (FSCS) cases annotated with two criticality labels. The bge_label is a binary label (critical, non-critical), while the citation label has 5 classes (critical-1, critical-2, critical-3, critical-4, non-critical). Critical classes of the citation_label are distinct subsets of the critical class of the bge_label. This dataset creates a challenging text classification task. We also provide additional metadata as the publication year, the law area and the canton of origin per case, to promote robustness and fairness studies on the critical area of legal NLP.
|
174 |
"""
|
175 |
,
|
176 |
-
|
177 |
"label_classes": ["critical", "non-critical"],
|
178 |
}
|
179 |
|
|
|
173 |
Legal Criticality Prediction (LCP) is a multilingual, diachronic dataset of 130K Swiss Federal Supreme Court (FSCS) cases annotated with two criticality labels. The bge_label is a binary label (critical, non-critical), while the citation label has 5 classes (critical-1, critical-2, critical-3, critical-4, non-critical). Critical classes of the citation_label are distinct subsets of the critical class of the bge_label. This dataset creates a challenging text classification task. We also provide additional metadata as the publication year, the law area and the canton of origin per case, to promote robustness and fairness studies on the critical area of legal NLP.
|
174 |
"""
|
175 |
,
|
176 |
+
"citation": """TODO add citation""",
|
177 |
"label_classes": ["critical", "non-critical"],
|
178 |
}
|
179 |
|