Skip to main content
Version: Next

out.json

Overview​

out.json is produced when a test is run.

This file contains information that has been parsed from the raw response.

The data in this file is used as part of the evaluation process.

Sample​

{
"0": {
"transcription": "Book a flight to Atlanta.",
"mft": "Book a flight to Atlanta.",
"error_type": null,
"error_text": null,
"asr_confidence": 0.974,
"asr_request_id": "5b72b294-6761-4f7f-b058-fc6e3b26594f",
"intent": "iBookFlight",
"entities": {
"eArrivalCity": "Atlanta"
},
"literal": "Book a flight to Atlanta.",
"origin": "GRAMMAR",
"nlu_confidence": 0.9999524,
"nlu_request_id": "5b72b294-6761-4f7f-b058-fc6e3b26594f"
},
"1": {
"transcription": "I'd like to go to Atlanta on may fourth",
"mft": "I'd like to go to Atlanta on may fourth",
"error_type": null,
"error_text": null,
"asr_confidence": 0.724,
"asr_request_id": "053d02b0-600d-4a0a-8405-0f2a77a9579a",
"intent": "iBookFlight",
"entities": {
"eDepartureDate": {
"nuance_CALENDAR.nuance_DATE.nuance_DATE_ABS.nuance_MONTH": 5,
"nuance_CALENDAR.nuance_DATE.nuance_DATE_ABS.nuance_DAY": 4
},
"eArrivalCity": "Atlanta"
},
"literal": "I'd like to go to Atlanta on may fourth",
"origin": "GRAMMAR",
"nlu_confidence": 0.4339038,
"nlu_request_id": "053d02b0-600d-4a0a-8405-0f2a77a9579a"
},
"2": {
"transcription": "Is there a flight from New York to Phoenix",
"mft": "Is there a flight from New York to Phoenix",
"error_type": null,
"error_text": null,
"asr_confidence": 0.922,
"asr_request_id": "c9b62bd1-67c6-4f79-888b-8339fbf52b19",
"intent": "iBookFlight",
"entities": {
"eDepartureCity": "New York City",
"eArrivalCity": "Phoenix"
},
"literal": "Is there a flight from New York to Phoenix",
"origin": "GRAMMAR",
"nlu_confidence": 0.9999766,
"nlu_request_id": "c9b62bd1-67c6-4f79-888b-8339fbf52b19"
},
"3": {
"transcription": "Can I flight to San Francisco.",
"mft": "Can I flight to San Francisco.",
"error_type": null,
"error_text": null,
"asr_confidence": 0.77,
"asr_request_id": "944fa869-0734-4d01-9c10-5c07c0a62d62",
"intent": "iBookFlight",
"entities": {
"eArrivalCity": "San Francisco"
},
"literal": "Can I flight to San Francisco.",
"origin": "STATISTICAL",
"nlu_confidence": 0.6989437,
"nlu_request_id": "944fa869-0734-4d01-9c10-5c07c0a62d62"
},
"4": {
"transcription": "I'm going to New York tomorrow.",
"mft": "I'm going to New York tomorrow.",
"error_type": null,
"error_text": null,
"asr_confidence": 0.967,
"asr_request_id": "05c15627-3bf3-4c5b-b247-5d1f95ea860a",
"intent": "iBookFlight",
"entities": {
"eArrivalCity": "New York City",
"eDepartureDate": {
"nuance_CALENDAR.nuance_DATE.nuance_DATE_REL.nuance_STEP": "day",
"nuance_CALENDAR.nuance_DATE.nuance_DATE_REL.nuance_INCREMENT": 1
}
},
"literal": "I'm going to New York tomorrow.",
"origin": "STATISTICAL",
"nlu_confidence": 0.97967607,
"nlu_request_id": "05c15627-3bf3-4c5b-b247-5d1f95ea860a"
},
"5": {
"transcription": "Today was my luggage and New York",
"mft": "Today was my luggage and New York",
"error_type": null,
"error_text": null,
"asr_confidence": 0.582,
"asr_request_id": "bd0ba0c9-8430-4bf9-9c9a-a1d5048fc9a2",
"intent": "iFAQLostLuggage",
"entities": {},
"literal": "Today was my luggage and New York",
"origin": "STATISTICAL",
"nlu_confidence": 0.95779264,
"nlu_request_id": "bd0ba0c9-8430-4bf9-9c9a-a1d5048fc9a2"
},
"6": {
"transcription": "Where's my luggage",
"mft": "Where's my luggage",
"error_type": null,
"error_text": null,
"asr_confidence": 0.952,
"asr_request_id": "49e209f1-e0cb-42eb-9d2e-f173c99eafd1",
"intent": "iFAQLostLuggage",
"entities": {},
"literal": "Where's my luggage",
"origin": "GRAMMAR",
"nlu_confidence": 0.999963,
"nlu_request_id": "49e209f1-e0cb-42eb-9d2e-f173c99eafd1"
},
"7": {
"transcription": "I'd like to travel from phoenix to Atlanta on July 20.",
"mft": "I'd like to travel from phoenix to Atlanta on July twentieth.",
"error_type": null,
"error_text": null,
"asr_confidence": 0.489,
"asr_request_id": "ef8746ab-dc2f-4151-8503-63f1b0160c97",
"intent": "NO_INTENT",
"entities": {
"eDepartureCity": "Phoenix",
"eDepartureDate": {
"nuance_CALENDAR.nuance_DATE.nuance_DATE_ABS.nuance_MONTH": 7,
"nuance_CALENDAR.nuance_DATE.nuance_DATE_ABS.nuance_DAY": 20
},
"eArrivalCity": "Atlanta"
},
"literal": "I'd like to travel from phoenix to Atlanta on July twentieth.",
"origin": "STATISTICAL",
"nlu_confidence": 0.9602964,
"nlu_request_id": "ef8746ab-dc2f-4151-8503-63f1b0160c97"
},
"8": {
"transcription": "Yeah is my flight on time?",
"mft": "Yeah is my flight on time?",
"error_type": null,
"error_text": null,
"asr_confidence": 0.735,
"asr_request_id": "f962fc89-3ed8-47f0-ba84-64656c60c4db",
"intent": "iFlightStatus",
"entities": {},
"literal": "Yeah is my flight on time?",
"origin": "STATISTICAL",
"nlu_confidence": 0.9963636,
"nlu_request_id": "f962fc89-3ed8-47f0-ba84-64656c60c4db"
},
"9": {
"transcription": "When is my flight",
"mft": "When is my flight",
"error_type": null,
"error_text": null,
"asr_confidence": 0.903,
"asr_request_id": "1876eee1-bd95-4aaa-ad5f-0b267e5bb357",
"intent": "iFlightStatus",
"entities": {},
"literal": "When is my flight",
"origin": "STATISTICAL",
"nlu_confidence": 0.97848344,
"nlu_request_id": "1876eee1-bd95-4aaa-ad5f-0b267e5bb357"
},
"10": {
"transcription": "What's my itinerary?",
"mft": "What's my itinerary?",
"error_type": null,
"error_text": null,
"asr_confidence": 0.628,
"asr_request_id": "bdf78922-a5b8-4b68-a867-8a34487b13dd",
"intent": "iFlightStatus",
"entities": {},
"literal": "What's my itinerary?",
"origin": "STATISTICAL",
"nlu_confidence": 0.42121994,
"nlu_request_id": "bdf78922-a5b8-4b68-a867-8a34487b13dd"
},
"11": {
"transcription": "What's my flight status",
"mft": "What's my flight status",
"error_type": null,
"error_text": null,
"asr_confidence": 0.951,
"asr_request_id": "45062730-c30f-4842-82be-aa0b36efbc08",
"intent": "iFlightStatus",
"entities": {},
"literal": "What's my flight status",
"origin": "STATISTICAL",
"nlu_confidence": 0.99828494,
"nlu_request_id": "45062730-c30f-4842-82be-aa0b36efbc08"
},
"12": {
"transcription": "What's a good restaurant to New York.",
"mft": "What's a good restaurant to New York.",
"error_type": null,
"error_text": null,
"asr_confidence": 0.467,
"asr_request_id": "6de1709e-fda2-4ab3-a9ec-ea8839b3809c",
"intent": "iBookFlight",
"entities": {
"eArrivalCity": "New York City"
},
"literal": "What's a good restaurant to New York.",
"origin": "STATISTICAL",
"nlu_confidence": 0.90563804,
"nlu_request_id": "6de1709e-fda2-4ab3-a9ec-ea8839b3809c"
},
"13": {
"transcription": "To New York",
"mft": "To New York",
"error_type": null,
"error_text": null,
"asr_confidence": 0.658,
"asr_request_id": "21003710-b4c9-4a28-9f6c-b1d3429836d7",
"intent": "NO_INTENT",
"entities": {
"eArrivalCity": "New York City"
},
"literal": "To New York",
"origin": "GRAMMAR",
"nlu_confidence": 0.7873426,
"nlu_request_id": "21003710-b4c9-4a28-9f6c-b1d3429836d7"
},
"14": {
"transcription": "From phoenix",
"mft": "From phoenix",
"error_type": null,
"error_text": null,
"asr_confidence": 0.862,
"asr_request_id": "6f022285-9fd6-4be6-8cc4-77ee9d807740",
"intent": "NO_INTENT",
"entities": {
"eDepartureCity": "Phoenix"
},
"literal": "From phoenix",
"origin": "GRAMMAR",
"nlu_confidence": 0.5502123,
"nlu_request_id": "6f022285-9fd6-4be6-8cc4-77ee9d807740"
},
"15": {
"transcription": "Tomorrow",
"mft": "Tomorrow",
"error_type": null,
"error_text": null,
"asr_confidence": 0.965,
"asr_request_id": "0e3e4f19-8f19-4d3e-a8ad-eca5af17455f",
"intent": "NO_INTENT",
"entities": {
"nuance_CALENDARX": {
"nuance_CALENDAR.nuance_DATE.nuance_DATE_REL.nuance_INCREMENT": 1,
"nuance_CALENDAR.nuance_DATE.nuance_DATE_REL.nuance_STEP": "day"
}
},
"literal": "Tomorrow",
"origin": "GRAMMAR",
"nlu_confidence": 0.19017832,
"nlu_request_id": "0e3e4f19-8f19-4d3e-a8ad-eca5af17455f"
},
"16": {
"transcription": "No actually I want to be from Atlanta",
"mft": "No actually I want to be from Atlanta",
"error_type": null,
"error_text": null,
"asr_confidence": 0.619,
"asr_request_id": "680ee358-38fd-42df-b032-285439f73502",
"intent": "NO_INTENT",
"entities": {
"eDepartureCity": "Atlanta"
},
"literal": "No actually I want to be from Atlanta",
"origin": "STATISTICAL",
"nlu_confidence": 0.9812793,
"nlu_request_id": "680ee358-38fd-42df-b032-285439f73502"
},
"17": {
"transcription": "Change the destination from New York to Atlanta",
"mft": "Change the destination from New York to Atlanta",
"error_type": null,
"error_text": null,
"asr_confidence": 0.885,
"asr_request_id": "b5c4337e-100a-42ce-9260-eac90c4035a3",
"intent": "NO_INTENT",
"entities": {
"eDepartureCity": "New York City",
"eArrivalCity": "Atlanta"
},
"literal": "Change the destination from New York to Atlanta",
"origin": "STATISTICAL",
"nlu_confidence": 0.51903933,
"nlu_request_id": "b5c4337e-100a-42ce-9260-eac90c4035a3"
},
"18": {
"transcription": "Make it on August 5.",
"mft": "Make it on August fifth.",
"error_type": null,
"error_text": null,
"asr_confidence": 0.328,
"asr_request_id": "b86e0b92-c9c1-4845-b1ad-7b9313416bbe",
"intent": "NO_INTENT",
"entities": {
"eDepartureDate": {
"nuance_CALENDAR.nuance_DATE.nuance_DATE_ABS.nuance_DAY": 5,
"nuance_CALENDAR.nuance_DATE.nuance_DATE_ABS.nuance_MONTH": 8
}
},
"literal": "Make it on August fifth.",
"origin": "STATISTICAL",
"nlu_confidence": 0.35708505,
"nlu_request_id": "b86e0b92-c9c1-4845-b1ad-7b9313416bbe"
},
"19": {
"transcription": "Can I go from Montreal to Phoenix on May 1",
"mft": "Can I go from Montreal to Phoenix on May first",
"error_type": null,
"error_text": null,
"asr_confidence": 0.483,
"asr_request_id": "42f6d8dc-a353-42da-966f-01b363da3423",
"intent": "NO_INTENT",
"entities": {
"eDepartureDate": {
"nuance_CALENDAR.nuance_DATE.nuance_DATE_ABS.nuance_MONTH": 5,
"nuance_CALENDAR.nuance_DATE.nuance_DATE_ABS.nuance_DAY": 1
},
"eArrivalCity": "Phoenix"
},
"literal": "Can I go from Montreal to Phoenix on May first",
"origin": "STATISTICAL",
"nlu_confidence": 0.54881936,
"nlu_request_id": "42f6d8dc-a353-42da-966f-01b363da3423"
},
"20": {
"transcription": "Book a flight from New York to Atlanta for tomorrow",
"mft": "Book a flight from New York to Atlanta for tomorrow",
"error_type": null,
"error_text": null,
"asr_confidence": 0.724,
"asr_request_id": "a79c71f6-23ae-4de1-82e5-b69880dd3333",
"intent": "iBookFlight",
"entities": {
"eArrivalCity": "Atlanta",
"eDepartureCity": "New York City",
"eDepartureDate": {
"nuance_CALENDAR.nuance_DATE.nuance_DATE_REL.nuance_STEP": "day",
"nuance_CALENDAR.nuance_DATE.nuance_DATE_REL.nuance_INCREMENT": 1
}
},
"literal": "Book a flight from New York to Atlanta for tomorrow",
"origin": "STATISTICAL",
"nlu_confidence": 0.9985352,
"nlu_request_id": "a79c71f6-23ae-4de1-82e5-b69880dd3333"
}
}