Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -26,6 +26,47 @@ configs:
|
|
26 |
- simplification
|
27 |
tags:
|
28 |
- simplification-evaluation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
# Dataset Card for ASSET
|
|
|
26 |
- simplification
|
27 |
tags:
|
28 |
- simplification-evaluation
|
29 |
+
dataset_info:
|
30 |
+
- config_name: simplification
|
31 |
+
features:
|
32 |
+
- name: original
|
33 |
+
dtype: string
|
34 |
+
- name: simplifications
|
35 |
+
sequence: string
|
36 |
+
splits:
|
37 |
+
- name: test
|
38 |
+
num_bytes: 411031
|
39 |
+
num_examples: 359
|
40 |
+
- name: validation
|
41 |
+
num_bytes: 2303496
|
42 |
+
num_examples: 2000
|
43 |
+
download_size: 3639353
|
44 |
+
dataset_size: 2714527
|
45 |
+
- config_name: ratings
|
46 |
+
features:
|
47 |
+
- name: original
|
48 |
+
dtype: string
|
49 |
+
- name: simplification
|
50 |
+
dtype: string
|
51 |
+
- name: original_sentence_id
|
52 |
+
dtype: int32
|
53 |
+
- name: aspect
|
54 |
+
dtype:
|
55 |
+
class_label:
|
56 |
+
names:
|
57 |
+
0: meaning
|
58 |
+
1: fluency
|
59 |
+
2: simplicity
|
60 |
+
- name: worker_id
|
61 |
+
dtype: int32
|
62 |
+
- name: rating
|
63 |
+
dtype: int32
|
64 |
+
splits:
|
65 |
+
- name: full
|
66 |
+
num_bytes: 1036853
|
67 |
+
num_examples: 4500
|
68 |
+
download_size: 3639353
|
69 |
+
dataset_size: 1036853
|
70 |
---
|
71 |
|
72 |
# Dataset Card for ASSET
|