Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,169 @@ task_categories:
|
|
20 |
- translation
|
21 |
task_ids: []
|
22 |
paperswithcode_id: null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for WMT20 - MultiLingual Quality Estimation (MLQE) Task3
|
|
|
20 |
- translation
|
21 |
task_ids: []
|
22 |
paperswithcode_id: null
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: document_id
|
26 |
+
dtype: string
|
27 |
+
- name: source_segments
|
28 |
+
sequence: string
|
29 |
+
- name: source_tokenized
|
30 |
+
sequence: string
|
31 |
+
- name: mt_segments
|
32 |
+
sequence: string
|
33 |
+
- name: mt_tokenized
|
34 |
+
sequence: string
|
35 |
+
- name: annotations
|
36 |
+
sequence:
|
37 |
+
- name: segment_id
|
38 |
+
sequence: int32
|
39 |
+
- name: annotation_start
|
40 |
+
sequence: int32
|
41 |
+
- name: annotation_length
|
42 |
+
sequence: int32
|
43 |
+
- name: severity
|
44 |
+
dtype:
|
45 |
+
class_label:
|
46 |
+
names:
|
47 |
+
0: minor
|
48 |
+
1: major
|
49 |
+
2: critical
|
50 |
+
- name: severity_weight
|
51 |
+
dtype: float32
|
52 |
+
- name: category
|
53 |
+
dtype:
|
54 |
+
class_label:
|
55 |
+
names:
|
56 |
+
0: Addition
|
57 |
+
1: Agreement
|
58 |
+
2: Ambiguous Translation
|
59 |
+
3: Capitalization
|
60 |
+
4: Character Encoding
|
61 |
+
5: Company Terminology
|
62 |
+
6: Date/Time
|
63 |
+
7: Diacritics
|
64 |
+
8: Duplication
|
65 |
+
9: False Friend
|
66 |
+
10: Grammatical Register
|
67 |
+
11: Hyphenation
|
68 |
+
12: Inconsistency
|
69 |
+
13: Lexical Register
|
70 |
+
14: Lexical Selection
|
71 |
+
15: Named Entity
|
72 |
+
16: Number
|
73 |
+
17: Omitted Auxiliary Verb
|
74 |
+
18: Omitted Conjunction
|
75 |
+
19: Omitted Determiner
|
76 |
+
20: Omitted Preposition
|
77 |
+
21: Omitted Pronoun
|
78 |
+
22: Orthography
|
79 |
+
23: Other POS Omitted
|
80 |
+
24: Over-translation
|
81 |
+
25: Overly Literal
|
82 |
+
26: POS
|
83 |
+
27: Punctuation
|
84 |
+
28: Shouldn't Have Been Translated
|
85 |
+
29: Shouldn't have been translated
|
86 |
+
30: Spelling
|
87 |
+
31: Tense/Mood/Aspect
|
88 |
+
32: Under-translation
|
89 |
+
33: Unidiomatic
|
90 |
+
34: Unintelligible
|
91 |
+
35: Unit Conversion
|
92 |
+
36: Untranslated
|
93 |
+
37: Whitespace
|
94 |
+
38: Word Order
|
95 |
+
39: Wrong Auxiliary Verb
|
96 |
+
40: Wrong Conjunction
|
97 |
+
41: Wrong Determiner
|
98 |
+
42: Wrong Language Variety
|
99 |
+
43: Wrong Preposition
|
100 |
+
44: Wrong Pronoun
|
101 |
+
- name: token_annotations
|
102 |
+
sequence:
|
103 |
+
- name: segment_id
|
104 |
+
sequence: int32
|
105 |
+
- name: first_token
|
106 |
+
sequence: int32
|
107 |
+
- name: last_token
|
108 |
+
sequence: int32
|
109 |
+
- name: token_after_gap
|
110 |
+
sequence: int32
|
111 |
+
- name: severity
|
112 |
+
dtype:
|
113 |
+
class_label:
|
114 |
+
names:
|
115 |
+
0: minor
|
116 |
+
1: major
|
117 |
+
2: critical
|
118 |
+
- name: category
|
119 |
+
dtype:
|
120 |
+
class_label:
|
121 |
+
names:
|
122 |
+
0: Addition
|
123 |
+
1: Agreement
|
124 |
+
2: Ambiguous Translation
|
125 |
+
3: Capitalization
|
126 |
+
4: Character Encoding
|
127 |
+
5: Company Terminology
|
128 |
+
6: Date/Time
|
129 |
+
7: Diacritics
|
130 |
+
8: Duplication
|
131 |
+
9: False Friend
|
132 |
+
10: Grammatical Register
|
133 |
+
11: Hyphenation
|
134 |
+
12: Inconsistency
|
135 |
+
13: Lexical Register
|
136 |
+
14: Lexical Selection
|
137 |
+
15: Named Entity
|
138 |
+
16: Number
|
139 |
+
17: Omitted Auxiliary Verb
|
140 |
+
18: Omitted Conjunction
|
141 |
+
19: Omitted Determiner
|
142 |
+
20: Omitted Preposition
|
143 |
+
21: Omitted Pronoun
|
144 |
+
22: Orthography
|
145 |
+
23: Other POS Omitted
|
146 |
+
24: Over-translation
|
147 |
+
25: Overly Literal
|
148 |
+
26: POS
|
149 |
+
27: Punctuation
|
150 |
+
28: Shouldn't Have Been Translated
|
151 |
+
29: Shouldn't have been translated
|
152 |
+
30: Spelling
|
153 |
+
31: Tense/Mood/Aspect
|
154 |
+
32: Under-translation
|
155 |
+
33: Unidiomatic
|
156 |
+
34: Unintelligible
|
157 |
+
35: Unit Conversion
|
158 |
+
36: Untranslated
|
159 |
+
37: Whitespace
|
160 |
+
38: Word Order
|
161 |
+
39: Wrong Auxiliary Verb
|
162 |
+
40: Wrong Conjunction
|
163 |
+
41: Wrong Determiner
|
164 |
+
42: Wrong Language Variety
|
165 |
+
43: Wrong Preposition
|
166 |
+
44: Wrong Pronoun
|
167 |
+
- name: token_index
|
168 |
+
sequence:
|
169 |
+
sequence:
|
170 |
+
sequence: int32
|
171 |
+
- name: total_words
|
172 |
+
dtype: int32
|
173 |
+
config_name: plain_text
|
174 |
+
splits:
|
175 |
+
- name: test
|
176 |
+
num_bytes: 745260
|
177 |
+
num_examples: 180
|
178 |
+
- name: train
|
179 |
+
num_bytes: 10762355
|
180 |
+
num_examples: 1448
|
181 |
+
- name: validation
|
182 |
+
num_bytes: 1646596
|
183 |
+
num_examples: 200
|
184 |
+
download_size: 3534634
|
185 |
+
dataset_size: 13154211
|
186 |
---
|
187 |
|
188 |
# Dataset Card for WMT20 - MultiLingual Quality Estimation (MLQE) Task3
|