albertvillanova HF staff commited on
Commit
189d740
1 Parent(s): 4169d92

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -103
dataset_infos.json DELETED
@@ -1,103 +0,0 @@
1
- {
2
- "simplification": {
3
- "description": "ASSET is a dataset for evaluating Sentence Simplification systems with multiple rewriting transformations,\nas described in \"ASSET: A Dataset for Tuning and Evaluation of Sentence Simplification Models with Multiple Rewriting Transformations\".\nThe corpus is composed of 2000 validation and 359 test original sentences that were each simplified 10 times by different annotators.\nThe corpus also contains human judgments of meaning preservation, fluency and simplicity for the outputs of several automatic text simplification systems.\n",
4
- "citation": "@inproceedings{alva-manchego-etal-2020-asset,\n title = \"{ASSET}: {A} Dataset for Tuning and Evaluation of Sentence Simplification Models with Multiple Rewriting Transformations\",\n author = \"Alva-Manchego, Fernando and\n Martin, Louis and\n Bordes, Antoine and\n Scarton, Carolina and\n Sagot, Benoit and\n Specia, Lucia\",\n booktitle = \"Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics\",\n month = jul,\n year = \"2020\",\n address = \"Online\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/2020.acl-main.424\",\n pages = \"4668--4679\",\n}\n",
5
- "homepage": "https://github.com/facebookresearch/asset",
6
- "license": "Creative Common Attribution-NonCommercial 4.0 International",
7
- "features": {
8
- "original": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "simplifications": {
13
- "feature": {
14
- "dtype": "string",
15
- "_type": "Value"
16
- },
17
- "_type": "Sequence"
18
- }
19
- },
20
- "builder_name": "asset",
21
- "dataset_name": "asset",
22
- "config_name": "simplification",
23
- "version": {
24
- "version_str": "1.0.0",
25
- "major": 1,
26
- "minor": 0,
27
- "patch": 0
28
- },
29
- "splits": {
30
- "validation": {
31
- "name": "validation",
32
- "num_bytes": 2303484,
33
- "num_examples": 2000,
34
- "dataset_name": null
35
- },
36
- "test": {
37
- "name": "test",
38
- "num_bytes": 411019,
39
- "num_examples": 359,
40
- "dataset_name": null
41
- }
42
- },
43
- "download_size": 1055163,
44
- "dataset_size": 2714503,
45
- "size_in_bytes": 3769666
46
- },
47
- "ratings": {
48
- "description": "ASSET is a dataset for evaluating Sentence Simplification systems with multiple rewriting transformations,\nas described in \"ASSET: A Dataset for Tuning and Evaluation of Sentence Simplification Models with Multiple Rewriting Transformations\".\nThe corpus is composed of 2000 validation and 359 test original sentences that were each simplified 10 times by different annotators.\nThe corpus also contains human judgments of meaning preservation, fluency and simplicity for the outputs of several automatic text simplification systems.\n",
49
- "citation": "@inproceedings{alva-manchego-etal-2020-asset,\n title = \"{ASSET}: {A} Dataset for Tuning and Evaluation of Sentence Simplification Models with Multiple Rewriting Transformations\",\n author = \"Alva-Manchego, Fernando and\n Martin, Louis and\n Bordes, Antoine and\n Scarton, Carolina and\n Sagot, Benoit and\n Specia, Lucia\",\n booktitle = \"Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics\",\n month = jul,\n year = \"2020\",\n address = \"Online\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/2020.acl-main.424\",\n pages = \"4668--4679\",\n}\n",
50
- "homepage": "https://github.com/facebookresearch/asset",
51
- "license": "Creative Common Attribution-NonCommercial 4.0 International",
52
- "features": {
53
- "original": {
54
- "dtype": "string",
55
- "_type": "Value"
56
- },
57
- "simplification": {
58
- "dtype": "string",
59
- "_type": "Value"
60
- },
61
- "original_sentence_id": {
62
- "dtype": "int32",
63
- "_type": "Value"
64
- },
65
- "aspect": {
66
- "names": [
67
- "meaning",
68
- "fluency",
69
- "simplicity"
70
- ],
71
- "_type": "ClassLabel"
72
- },
73
- "worker_id": {
74
- "dtype": "int32",
75
- "_type": "Value"
76
- },
77
- "rating": {
78
- "dtype": "int32",
79
- "_type": "Value"
80
- }
81
- },
82
- "builder_name": "asset",
83
- "dataset_name": "asset",
84
- "config_name": "ratings",
85
- "version": {
86
- "version_str": "1.0.0",
87
- "major": 1,
88
- "minor": 0,
89
- "patch": 0
90
- },
91
- "splits": {
92
- "full": {
93
- "name": "full",
94
- "num_bytes": 1036845,
95
- "num_examples": 4500,
96
- "dataset_name": null
97
- }
98
- },
99
- "download_size": 44642,
100
- "dataset_size": 1036845,
101
- "size_in_bytes": 1081487
102
- }
103
- }