Datasets:
Update Ukrainian configs: use *_lextreme source configs (<=1000 val/test), remove text truncation
Browse files- lextreme.py +6 -6
lextreme.py
CHANGED
|
@@ -4123,28 +4123,28 @@ _UKRAINIAN_COURT_DECISIONS_JUDGMENT = {
|
|
| 4123 |
}
|
| 4124 |
_UKRAINIAN_COURT_DECISIONS_JUDGMENT_PRE_WAR = {
|
| 4125 |
**_UKRAINIAN_COURT_DECISIONS_JUDGMENT,
|
| 4126 |
-
"config_name": "
|
| 4127 |
"description":
|
| 4128 |
"""
|
| 4129 |
-
Ukrainian Court Decisions Judgment Prediction (pre-war epoch, 2008-2013).
|
| 4130 |
"""
|
| 4131 |
,
|
| 4132 |
}
|
| 4133 |
_UKRAINIAN_COURT_DECISIONS_JUDGMENT_HYBRID_WAR = {
|
| 4134 |
**_UKRAINIAN_COURT_DECISIONS_JUDGMENT,
|
| 4135 |
-
"config_name": "
|
| 4136 |
"description":
|
| 4137 |
"""
|
| 4138 |
-
Ukrainian Court Decisions Judgment Prediction (hybrid war epoch, 2014-2021).
|
| 4139 |
"""
|
| 4140 |
,
|
| 4141 |
}
|
| 4142 |
_UKRAINIAN_COURT_DECISIONS_JUDGMENT_FULL_SCALE = {
|
| 4143 |
**_UKRAINIAN_COURT_DECISIONS_JUDGMENT,
|
| 4144 |
-
"config_name": "
|
| 4145 |
"description":
|
| 4146 |
"""
|
| 4147 |
-
Ukrainian Court Decisions Judgment Prediction (full-scale war epoch, 2022-2026).
|
| 4148 |
"""
|
| 4149 |
,
|
| 4150 |
}
|
|
|
|
| 4123 |
}
|
| 4124 |
_UKRAINIAN_COURT_DECISIONS_JUDGMENT_PRE_WAR = {
|
| 4125 |
**_UKRAINIAN_COURT_DECISIONS_JUDGMENT,
|
| 4126 |
+
"config_name": "pre_war_lextreme",
|
| 4127 |
"description":
|
| 4128 |
"""
|
| 4129 |
+
Ukrainian Court Decisions Judgment Prediction (pre-war epoch, 2008-2013). LEXTREME benchmark subset with 1000 val/test samples. Full untruncated facts sections from civil and commercial court decisions (ЄДРСР). Temporal train/val/test split. The task is to predict the judgment outcome: approved, dismissed, or partial.
|
| 4130 |
"""
|
| 4131 |
,
|
| 4132 |
}
|
| 4133 |
_UKRAINIAN_COURT_DECISIONS_JUDGMENT_HYBRID_WAR = {
|
| 4134 |
**_UKRAINIAN_COURT_DECISIONS_JUDGMENT,
|
| 4135 |
+
"config_name": "hybrid_war_lextreme",
|
| 4136 |
"description":
|
| 4137 |
"""
|
| 4138 |
+
Ukrainian Court Decisions Judgment Prediction (hybrid war epoch, 2014-2021). LEXTREME benchmark subset with 1000 val/test samples. Full untruncated facts sections from civil and commercial court decisions (ЄДРСР). Temporal train/val/test split. The task is to predict the judgment outcome: approved, dismissed, or partial.
|
| 4139 |
"""
|
| 4140 |
,
|
| 4141 |
}
|
| 4142 |
_UKRAINIAN_COURT_DECISIONS_JUDGMENT_FULL_SCALE = {
|
| 4143 |
**_UKRAINIAN_COURT_DECISIONS_JUDGMENT,
|
| 4144 |
+
"config_name": "full_scale_lextreme",
|
| 4145 |
"description":
|
| 4146 |
"""
|
| 4147 |
+
Ukrainian Court Decisions Judgment Prediction (full-scale war epoch, 2022-2026). LEXTREME benchmark subset with 1000 val/test samples. Full untruncated facts sections from civil and commercial court decisions (ЄДРСР). Temporal train/val/test split. The task is to predict the judgment outcome: approved, dismissed, or partial.
|
| 4148 |
"""
|
| 4149 |
,
|
| 4150 |
}
|