Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -254,33 +254,27 @@ print(dataset[0])
|
|
254 |
|
255 |
## Dataset Structure
|
256 |
|
257 |
-
### Data Instances
|
258 |
|
259 |
```json
|
260 |
{
|
261 |
"id": "0",
|
262 |
-
"locale": "
|
263 |
"partition": "test",
|
264 |
"scenario": "alarm",
|
265 |
"intent": "alarm_set",
|
266 |
-
"utt": "
|
267 |
-
"annot_utt": "
|
268 |
-
"worker_id": "
|
269 |
"slot_method": [
|
270 |
-
{
|
271 |
-
|
272 |
-
"method": "translation"
|
273 |
-
},
|
274 |
-
{
|
275 |
-
"slot": "date",
|
276 |
-
"method": "translation"
|
277 |
-
}
|
278 |
],
|
279 |
"judgments": [
|
280 |
{
|
281 |
-
"worker_id": "
|
282 |
"intent_score": 1,
|
283 |
-
"slots_score":
|
284 |
"grammar_score": 4,
|
285 |
"spelling_score": 2,
|
286 |
"language_identification": "target"
|
@@ -294,7 +288,7 @@ print(dataset[0])
|
|
294 |
"language_identification": "target"
|
295 |
},
|
296 |
{
|
297 |
-
"worker_id": "
|
298 |
"intent_score": 1,
|
299 |
"slots_score": 1,
|
300 |
"grammar_score": 4,
|
|
|
254 |
|
255 |
## Dataset Structure
|
256 |
|
257 |
+
### Data Instances
|
258 |
|
259 |
```json
|
260 |
{
|
261 |
"id": "0",
|
262 |
+
"locale": "fr-FR",
|
263 |
"partition": "test",
|
264 |
"scenario": "alarm",
|
265 |
"intent": "alarm_set",
|
266 |
+
"utt": "réveille-moi à cinq heures du matin cette semaine",
|
267 |
+
"annot_utt": "réveille-moi à [time : cinq heures du matin] [date : cette semaine]",
|
268 |
+
"worker_id": "22",
|
269 |
"slot_method": [
|
270 |
+
{ "slot": "time", "method": "translation" },
|
271 |
+
{ "slot": "date", "method": "translation" }
|
|
|
|
|
|
|
|
|
|
|
|
|
272 |
],
|
273 |
"judgments": [
|
274 |
{
|
275 |
+
"worker_id": "22",
|
276 |
"intent_score": 1,
|
277 |
+
"slots_score": 1,
|
278 |
"grammar_score": 4,
|
279 |
"spelling_score": 2,
|
280 |
"language_identification": "target"
|
|
|
288 |
"language_identification": "target"
|
289 |
},
|
290 |
{
|
291 |
+
"worker_id": "0",
|
292 |
"intent_score": 1,
|
293 |
"slots_score": 1,
|
294 |
"grammar_score": 4,
|