joelniklaus
commited on
Commit
•
46ede22
1
Parent(s):
50b3695
improved dataset card
Browse files
README.md
CHANGED
@@ -4,50 +4,51 @@ annotations_creators:
|
|
4 |
language_creators:
|
5 |
- found
|
6 |
language:
|
7 |
-
- bg
|
8 |
-
- cs
|
9 |
-
- da
|
10 |
-
- de
|
11 |
-
- el
|
12 |
- en
|
13 |
-
- es
|
14 |
-
- et
|
15 |
-
- fi
|
16 |
-
- fr
|
17 |
- ga
|
18 |
-
- hr
|
19 |
-
- hu
|
20 |
-
- it
|
21 |
-
- lt
|
22 |
-
- lv
|
23 |
- mt
|
24 |
-
- nl
|
25 |
-
- pl
|
26 |
-
- pt
|
27 |
-
- ro
|
28 |
-
- sk
|
29 |
-
- sl
|
30 |
- sv
|
31 |
license:
|
32 |
- cc-by-4.0
|
33 |
multilinguality:
|
34 |
- multilingual
|
|
|
|
|
35 |
size_categories:
|
36 |
-
-
|
37 |
source_datasets:
|
38 |
-
-
|
39 |
task_categories:
|
40 |
-
- token-classification
|
41 |
- text-classification
|
|
|
42 |
task_ids:
|
43 |
- multi-class-classification
|
44 |
- multi-label-classification
|
45 |
-
- named-entity-recognition
|
46 |
- topic-classification
|
47 |
-
|
48 |
-
|
49 |
-
- named
|
50 |
-
|
51 |
---
|
52 |
|
53 |
# Dataset Card for LEXTREME: A Multilingual Legal Benchmark for Natural Language Understanding
|
@@ -90,6 +91,12 @@ tags:
|
|
90 |
|
91 |
The dataset consists of 11 diverse multilingual legal NLU tasks. 6 tasks have one single configuration and 5 tasks have two or three configurations. This leads to a total of 18 tasks (8 single-label text classification tasks, 5 multi-label text classification tasks and 5 token-classification tasks).
|
92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
### Supported Tasks and Leaderboards
|
94 |
|
95 |
The dataset supports the tasks of text classification and token classification.
|
|
|
4 |
language_creators:
|
5 |
- found
|
6 |
language:
|
7 |
+
- bg
|
8 |
+
- cs
|
9 |
+
- da
|
10 |
+
- de
|
11 |
+
- el
|
12 |
- en
|
13 |
+
- es
|
14 |
+
- et
|
15 |
+
- fi
|
16 |
+
- fr
|
17 |
- ga
|
18 |
+
- hr
|
19 |
+
- hu
|
20 |
+
- it
|
21 |
+
- lt
|
22 |
+
- lv
|
23 |
- mt
|
24 |
+
- nl
|
25 |
+
- pl
|
26 |
+
- pt
|
27 |
+
- ro
|
28 |
+
- sk
|
29 |
+
- sl
|
30 |
- sv
|
31 |
license:
|
32 |
- cc-by-4.0
|
33 |
multilinguality:
|
34 |
- multilingual
|
35 |
+
paperswithcode_id: null
|
36 |
+
pretty_name: "LEXTREME: A Multilingual Legal Benchmark for Natural Language Understanding"
|
37 |
size_categories:
|
38 |
+
- 10K<n<100K
|
39 |
source_datasets:
|
40 |
+
- extended
|
41 |
task_categories:
|
|
|
42 |
- text-classification
|
43 |
+
- token-classification
|
44 |
task_ids:
|
45 |
- multi-class-classification
|
46 |
- multi-label-classification
|
|
|
47 |
- topic-classification
|
48 |
+
- text-classification-other-judgement-prediction
|
49 |
+
- named-entity-recognition
|
50 |
+
- named entity recognition and classification (NERC)
|
51 |
+
|
52 |
---
|
53 |
|
54 |
# Dataset Card for LEXTREME: A Multilingual Legal Benchmark for Natural Language Understanding
|
|
|
91 |
|
92 |
The dataset consists of 11 diverse multilingual legal NLU tasks. 6 tasks have one single configuration and 5 tasks have two or three configurations. This leads to a total of 18 tasks (8 single-label text classification tasks, 5 multi-label text classification tasks and 5 token-classification tasks).
|
93 |
|
94 |
+
Use the dataset like this:
|
95 |
+
```python
|
96 |
+
from datasets import load_dataset
|
97 |
+
dataset = load_dataset("joelito/lextreme", "swiss_judgment_prediction")
|
98 |
+
```
|
99 |
+
|
100 |
### Supported Tasks and Leaderboards
|
101 |
|
102 |
The dataset supports the tasks of text classification and token classification.
|