vovkes222 commited on
Commit
3bcc57d
·
1 Parent(s): bfcc147

Update Ukrainian configs: use *_lextreme source configs (<=1000 val/test), remove text truncation

Browse files
Files changed (1) hide show
  1. 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": "pre_war",
4127
  "description":
4128
  """
4129
- Ukrainian Court Decisions Judgment Prediction (pre-war epoch, 2008-2013). Contains facts sections of 128K civil and commercial court decisions from the State Court Decisions Registry of Ukraine (ЄДРСР). Temporal train/val/test split: train (2008-2012), val (2012-2013), test (2013). 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",
4136
  "description":
4137
  """
4138
- Ukrainian Court Decisions Judgment Prediction (hybrid war epoch, 2014-2021). Contains facts sections of 150K civil and commercial court decisions from the State Court Decisions Registry of Ukraine (ЄДРСР). Temporal train/val/test split: train (2014-2020), val (2020-2021), test (2021). 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",
4145
  "description":
4146
  """
4147
- Ukrainian Court Decisions Judgment Prediction (full-scale war epoch, 2022-2026). Contains facts sections of 150K civil and commercial court decisions from the State Court Decisions Registry of Ukraine (ЄДРСР). Temporal train/val/test split: train (2022-2025), val (2025), test (2025-2026). The task is to predict the judgment outcome: approved, dismissed, or partial.
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
  }