Datasets:
Update datasets task tags to align tags with models (#4067)
Browse files* update tasks list
* update tags in dataset cards
* more cards updates
* update dataset tags parser
* fix multi-choice-qa
* style
* small improvements in some dataset cards
* allow certain tag fields to be empty
* update vision datasets tags
* use multi-class-image-classification and remove other tags
Commit from https://github.com/huggingface/datasets/commit/edb4411d4e884690b8b328dba4360dbda6b3cbc8
README.md
CHANGED
@@ -16,12 +16,12 @@ source_datasets:
|
|
16 |
- extended|other-turkcorpus
|
17 |
task_categories:
|
18 |
ratings:
|
19 |
-
- text-
|
20 |
simplification:
|
21 |
-
-
|
22 |
task_ids:
|
23 |
ratings:
|
24 |
-
- text-
|
25 |
simplification:
|
26 |
- text-simplification
|
27 |
paperswithcode_id: asset
|
@@ -67,7 +67,7 @@ splitting in [HSplit](https://www.aclweb.org/anthology/D18-1081.pdf)), the simpl
|
|
67 |
|
68 |
### Supported Tasks and Leaderboards
|
69 |
|
70 |
-
The dataset supports the evaluation of `
|
71 |
|
72 |
### Languages
|
73 |
|
|
|
16 |
- extended|other-turkcorpus
|
17 |
task_categories:
|
18 |
ratings:
|
19 |
+
- text-classification
|
20 |
simplification:
|
21 |
+
- text2text-generation
|
22 |
task_ids:
|
23 |
ratings:
|
24 |
+
- text-classification-other-simplification-evaluation
|
25 |
simplification:
|
26 |
- text-simplification
|
27 |
paperswithcode_id: asset
|
|
|
67 |
|
68 |
### Supported Tasks and Leaderboards
|
69 |
|
70 |
+
The dataset supports the evaluation of `text-simplification` systems. Success in this tasks is typically measured using the [SARI](https://huggingface.co/metrics/sari) and [FKBLEU](https://huggingface.co/metrics/fkbleu) metrics described in the paper [Optimizing Statistical Machine Translation for Text Simplification](https://www.aclweb.org/anthology/Q16-1029.pdf).
|
71 |
|
72 |
### Languages
|
73 |
|