Update README.md
Browse files
README.md
CHANGED
@@ -45,9 +45,7 @@ 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 |
|
@@ -103,19 +101,19 @@ The dataset supports the tasks of text classification and token classification.
|
|
103 |
In detail, we support the folliwing tasks and configurations:
|
104 |
|
105 |
|
106 |
-
| task | task type | configurations
|
107 |
-
|
108 |
-
| Brazilian Court Decisions | Judgment Prediction | (judgment, unanimity)
|
109 |
-
| Swiss Judgment Prediction | Judgment Prediction | default
|
110 |
-
| German Argument Mining | Argument Mining | default
|
111 |
-
| Greek Legal Code | Topic Classification | (volume, chapter, subject)
|
112 |
-
| Online Terms of Service | Unfairness Classification | (unfairness level,
|
113 |
-
| Covid 19 Emergency Event | Event Classification | default
|
114 |
-
| MultiEURLEX | Topic Classification | (level 1, level 2, level 3)
|
115 |
-
| LeNER BR | Named Entity Recognition | default
|
116 |
-
| LegalNERo | Named Entity Recognition | default
|
117 |
-
| Greek Legal NER | Named Entity Recognition | default
|
118 |
-
| MAPA | Named Entity Recognition | (coarse, fine)
|
119 |
|
120 |
|
121 |
### Languages
|
|
|
45 |
- multi-class-classification
|
46 |
- multi-label-classification
|
47 |
- topic-classification
|
|
|
48 |
- named-entity-recognition
|
|
|
49 |
|
50 |
---
|
51 |
|
|
|
101 |
In detail, we support the folliwing tasks and configurations:
|
102 |
|
103 |
|
104 |
+
| task | task type | configurations | link |
|
105 |
+
|:---------------------------|--------------------------:|---------------------------------:|-------------------------------------------------------------------------------------------------------:|
|
106 |
+
| Brazilian Court Decisions | Judgment Prediction | (judgment, unanimity) | [joelito/brazilian_court_decisions](https://huggingface.co/datasets/joelito/brazilian_court_decisions) |
|
107 |
+
| Swiss Judgment Prediction | Judgment Prediction | default | [joelito/swiss_judgment_prediction](https://huggingface.co/datasets/swiss_judgment_prediction) |
|
108 |
+
| German Argument Mining | Argument Mining | default | [joelito/german_argument_mining](https://huggingface.co/datasets/joelito/german_argument_mining) |
|
109 |
+
| Greek Legal Code | Topic Classification | (volume, chapter, subject) | [greek_legal_code](https://huggingface.co/datasets/greek_legal_code) |
|
110 |
+
| Online Terms of Service | Unfairness Classification | (unfairness level, clause topic) | [online_terms_of_service](https://huggingface.co/datasets/joelito/online_terms_of_service) |
|
111 |
+
| Covid 19 Emergency Event | Event Classification | default | [covid19_emergency_event](https://huggingface.co/datasets/joelito/covid19_emergency_event) |
|
112 |
+
| MultiEURLEX | Topic Classification | (level 1, level 2, level 3) | [multi_eurlex](https://huggingface.co/datasets/multi_eurlex) |
|
113 |
+
| LeNER BR | Named Entity Recognition | default | [lener_br](https://huggingface.co/datasets/lener_br) |
|
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
|