Datasets:
Update LEXTREME dataset card: add Ukrainian (uk) language, Ukrainian Court Decisions task
Browse files
README.md
CHANGED
|
@@ -28,6 +28,7 @@ language:
|
|
| 28 |
- sk
|
| 29 |
- sl
|
| 30 |
- sv
|
|
|
|
| 31 |
license:
|
| 32 |
- cc-by-4.0
|
| 33 |
multilinguality:
|
|
@@ -87,7 +88,7 @@ task_ids:
|
|
| 87 |
|
| 88 |
### Dataset Summary
|
| 89 |
|
| 90 |
-
The dataset consists of
|
| 91 |
|
| 92 |
Use the dataset like this:
|
| 93 |
```python
|
|
@@ -114,11 +115,12 @@ In detail, we support the folliwing tasks and configurations:
|
|
| 114 |
| LegalNERo | Named Entity Recognition | default | [legalnero](https://huggingface.co/datasets/joelito/legalnero) |
|
| 115 |
| Greek Legal NER | Named Entity Recognition | default | [greek_legal_ner](https://huggingface.co/datasets/joelito/greek_legal_ner) |
|
| 116 |
| MAPA | Named Entity Recognition | (coarse, fine) | [mapa](https://huggingface.co/datasets/joelito/mapa) |
|
|
|
|
| 117 |
|
| 118 |
|
| 119 |
### Languages
|
| 120 |
|
| 121 |
-
The following languages are supported: bg
|
| 122 |
|
| 123 |
## Dataset Structure
|
| 124 |
|
|
|
|
| 28 |
- sk
|
| 29 |
- sl
|
| 30 |
- sv
|
| 31 |
+
- uk
|
| 32 |
license:
|
| 33 |
- cc-by-4.0
|
| 34 |
multilinguality:
|
|
|
|
| 88 |
|
| 89 |
### Dataset Summary
|
| 90 |
|
| 91 |
+
The dataset consists of 12 diverse multilingual legal NLU datasets. 6 datasets have one single configuration, 5 datasets have two or three configurations, and 1 dataset has three temporal epoch configurations. This leads to a total of 21 tasks (11 single-label text classification tasks, 5 multi-label text classification tasks and 5 token-classification tasks).
|
| 92 |
|
| 93 |
Use the dataset like this:
|
| 94 |
```python
|
|
|
|
| 115 |
| LegalNERo | Named Entity Recognition | default | [legalnero](https://huggingface.co/datasets/joelito/legalnero) |
|
| 116 |
| Greek Legal NER | Named Entity Recognition | default | [greek_legal_ner](https://huggingface.co/datasets/joelito/greek_legal_ner) |
|
| 117 |
| MAPA | Named Entity Recognition | (coarse, fine) | [mapa](https://huggingface.co/datasets/joelito/mapa) |
|
| 118 |
+
| Ukrainian Court Decisions | Judgment Prediction | (pre_war, hybrid_war, full_scale) | [overthelex/ukrainian-court-decisions](https://huggingface.co/datasets/overthelex/ukrainian-court-decisions) |
|
| 119 |
|
| 120 |
|
| 121 |
### Languages
|
| 122 |
|
| 123 |
+
The following languages are supported: bg, cs, da, de, el, en, es, et, fi, fr, ga, hr, hu, it, lt, lv, mt, nl, pl, pt, ro, sk, sl, sv, uk
|
| 124 |
|
| 125 |
## Dataset Structure
|
| 126 |
|