Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -92,9 +92,9 @@ Each example is highly annotated and is associated with dialogue context. An exa
|
|
92 |
"orig": "Are you blaming me for this?",
|
93 |
"ref": "C'est moi que vous critiquez pour \u00e7a\u00a0?",
|
94 |
"utterance_meta": {
|
95 |
-
"
|
96 |
-
"
|
97 |
-
"
|
98 |
"coherence"
|
99 |
],
|
100 |
"lang": "english"
|
@@ -160,9 +160,9 @@ Each example is highly annotated and is associated with dialogue context. An exa
|
|
160 |
"mt": "On semble avoir arr\u00eat\u00e9 de bouger.",
|
161 |
"ref": "J'ai l'impression qu'on s'est arr\u00eat\u00e9s.",
|
162 |
"utterance_meta": {
|
163 |
-
"
|
164 |
-
"
|
165 |
-
"
|
166 |
"style"
|
167 |
],
|
168 |
"lang": "english"
|
@@ -178,9 +178,9 @@ Each example is highly annotated and is associated with dialogue context. An exa
|
|
178 |
"mt": "The ringing stopped, and I don't think anyone's gonna answer us.",
|
179 |
"ref": "It stopped ringing. I don't think anybody's going to reply.",
|
180 |
"utterance_meta": {
|
181 |
-
"
|
182 |
-
"
|
183 |
-
"
|
184 |
"lang": "french"
|
185 |
}
|
186 |
}
|
@@ -198,9 +198,9 @@ Each example is highly annotated and is associated with dialogue context. An exa
|
|
198 |
- `mt`: a `string` feature.
|
199 |
- `ref`: a `string` feature.
|
200 |
- `utterance_meta`: a dictionary feature containing:
|
201 |
-
- `
|
202 |
-
- `
|
203 |
-
- `
|
204 |
- up to 5 `string` features.
|
205 |
- `lang`: a `string` feature.
|
206 |
- `dialogue_meta`: a dictionary feature containing:
|
@@ -243,9 +243,9 @@ Each example is highly annotated and is associated with dialogue context. An exa
|
|
243 |
- `mt`: a `string` feature.
|
244 |
- `ref`: a `string` feature.
|
245 |
- `utterance_meta`: a dictionary feature containing:
|
246 |
-
- `
|
247 |
-
- `
|
248 |
-
- `
|
249 |
- up to 5 `string` features.
|
250 |
- `lang`: a `string` feature.
|
251 |
|
|
|
92 |
"orig": "Are you blaming me for this?",
|
93 |
"ref": "C'est moi que vous critiquez pour \u00e7a\u00a0?",
|
94 |
"utterance_meta": {
|
95 |
+
"eval_judgment": "medium",
|
96 |
+
"eval_verbatim": "",
|
97 |
+
"eval_problems": [
|
98 |
"coherence"
|
99 |
],
|
100 |
"lang": "english"
|
|
|
160 |
"mt": "On semble avoir arr\u00eat\u00e9 de bouger.",
|
161 |
"ref": "J'ai l'impression qu'on s'est arr\u00eat\u00e9s.",
|
162 |
"utterance_meta": {
|
163 |
+
"eval_judgment": "medium",
|
164 |
+
"eval_verbatim": "",
|
165 |
+
"eval_problems": [
|
166 |
"style"
|
167 |
],
|
168 |
"lang": "english"
|
|
|
178 |
"mt": "The ringing stopped, and I don't think anyone's gonna answer us.",
|
179 |
"ref": "It stopped ringing. I don't think anybody's going to reply.",
|
180 |
"utterance_meta": {
|
181 |
+
"eval_judgment": "perfect",
|
182 |
+
"eval_verbatim": "",
|
183 |
+
"eval_problems": [],
|
184 |
"lang": "french"
|
185 |
}
|
186 |
}
|
|
|
198 |
- `mt`: a `string` feature.
|
199 |
- `ref`: a `string` feature.
|
200 |
- `utterance_meta`: a dictionary feature containing:
|
201 |
+
- `eval_judgment`: a `string` feature.
|
202 |
+
- `eval_verbatim`: a `string` feature.
|
203 |
+
- `eval_problems`: a list feature containing:
|
204 |
- up to 5 `string` features.
|
205 |
- `lang`: a `string` feature.
|
206 |
- `dialogue_meta`: a dictionary feature containing:
|
|
|
243 |
- `mt`: a `string` feature.
|
244 |
- `ref`: a `string` feature.
|
245 |
- `utterance_meta`: a dictionary feature containing:
|
246 |
+
- `eval_judgment`: a `string` feature.
|
247 |
+
- `eval_verbatim`: a `string` feature.
|
248 |
+
- `eval_problems`: a list feature containing:
|
249 |
- up to 5 `string` features.
|
250 |
- `lang`: a `string` feature.
|
251 |
|