[
{
"dataset": "multiwoz23",
"data_split": "train",
"dialogue_id": "multiwoz23-train-0",
"original_id": "SNG01856.json",
"domains": [
"hotel",
"general"
],
"goal": {
"description": "You are looking for a place to stay. The hotel should be in the cheap price range and should be in the type of hotel. The hotel should include free parking and should include free wifi. Once you find the hotel you want to book it for 6 people and 3 nights starting from tuesday. If the booking fails how about 2 nights. Make sure you get the reference number",
"inform": {
"hotel": {
"type": "hotel",
"parking": "yes",
"price range": "cheap",
"internet": "yes",
"book stay": "3|2",
"book day": "tuesday",
"book people": "6"
}
},
"request": {
"hotel": {}
}
},
"turns": [
{
"speaker": "user",
"utterance": "am looking for a place to to stay that has cheap price range it should be in a type of hotel",
"utt_idx": 0,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "price range",
"value": "cheap"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "type",
"value": "hotel",
"start": 87,
"end": 92
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "cheap",
"stars": "",
"internet": "",
"type": "hotel",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Okay , do you have a specific area you want to stay in ?",
"utt_idx": 1,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "hotel",
"slot": "area"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "no , i just need to make sure it 's cheap . oh , and i need parking",
"utt_idx": 2,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "parking",
"value": "yes"
},
{
"intent": "inform",
"domain": "hotel",
"slot": "price range",
"value": "cheap"
}
],
"non-categorical": [],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "yes",
"price range": "cheap",
"stars": "",
"internet": "",
"type": "hotel",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "I found 1 cheap hotel for you that includes parking . Do you like me to book it ?",
"utt_idx": 3,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "price range",
"value": "cheap"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "choice",
"value": "1",
"start": 8,
"end": 9
},
{
"intent": "inform",
"domain": "hotel",
"slot": "type",
"value": "hotel",
"start": 16,
"end": 21
}
],
"binary": [
{
"intent": "inform",
"domain": "hotel",
"slot": "parking"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Yes , please . 6 people 3 nights starting on tuesday .",
"utt_idx": 4,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "book day",
"value": "tuesday"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "book stay",
"value": "3",
"start": 24,
"end": 25
},
{
"intent": "inform",
"domain": "hotel",
"slot": "book people",
"value": "6",
"start": 15,
"end": 16
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "yes",
"price range": "cheap",
"stars": "",
"internet": "",
"type": "hotel",
"book stay": "3",
"book day": "tuesday",
"book people": "6"
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "I am sorry but I was n't able to book that for you for Tuesday . Is there another day you would like to stay or perhaps a shorter stay ?",
"utt_idx": 5,
"dialogue_acts": {
"categorical": [
{
"intent": "nobook",
"domain": "hotel",
"slot": "book day",
"value": "Tuesday"
}
],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "hotel",
"slot": "book stay"
},
{
"intent": "request",
"domain": "hotel",
"slot": "book day"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "how about only 2 nights .",
"utt_idx": 6,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "book stay",
"value": "2",
"start": 15,
"end": 16
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "yes",
"price range": "cheap",
"stars": "",
"internet": "",
"type": "hotel",
"book stay": "2",
"book day": "tuesday",
"book people": "6"
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Booking was successful . \n Reference number is : 7GAWK763 . Anything else I can do for you ?",
"utt_idx": 7,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "ref",
"value": "7GAWK763",
"start": 49,
"end": 57
}
],
"binary": [
{
"intent": "reqmore",
"domain": "general",
"slot": ""
},
{
"intent": "book",
"domain": "hotel",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "No , that will be all . Good bye .",
"utt_idx": 8,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "bye",
"domain": "general",
"slot": ""
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "yes",
"price range": "cheap",
"stars": "",
"internet": "",
"type": "hotel",
"book stay": "2",
"book day": "tuesday",
"book people": "6"
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Thank you for using our services .",
"utt_idx": 9,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "bye",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [
{
"name": "the cambridge belfry",
"reference": "7GAWK763"
}
],
"attraction": [],
"train": []
}
}
]
},
{
"dataset": "multiwoz23",
"data_split": "train",
"dialogue_id": "multiwoz23-train-1",
"original_id": "SNG0129.json",
"domains": [
"police",
"general"
],
"goal": {
"description": "You were robbed and are looking for help. Make sure you get postcode, address, and phone number",
"inform": {
"police": {}
},
"request": {
"police": {
"postcode": "",
"address": "",
"phone": ""
}
}
},
"turns": [
{
"speaker": "user",
"utterance": "Hello , I have been robbed . Can you please help me get in touch with the police ?",
"utt_idx": 0,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "inform",
"domain": "police",
"slot": ""
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Parkside Police Station is in Parkside , Cambridge . Their number is 01223358966 . Anything else I can do for you ?",
"utt_idx": 1,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "police",
"slot": "address",
"value": "Parkside , Cambridge",
"start": 30,
"end": 50
},
{
"intent": "inform",
"domain": "police",
"slot": "phone",
"value": "01223358966",
"start": 69,
"end": 80
},
{
"intent": "inform",
"domain": "police",
"slot": "name",
"value": "Parkside Police Station",
"start": 0,
"end": 23
}
],
"binary": []
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Can I please have the postcode as well ?",
"utt_idx": 2,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "police",
"slot": "postcode"
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "The postcode for the Parkside Police Station is CB11JG . Can I help you with anything else ?",
"utt_idx": 3,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "police",
"slot": "postcode",
"value": "CB11JG",
"start": 48,
"end": 54
},
{
"intent": "inform",
"domain": "police",
"slot": "name",
"value": "Parkside Police Station",
"start": 21,
"end": 44
}
],
"binary": []
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Was Parkside the address of the police station ? If not , can I have the address please ?",
"utt_idx": 4,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "police",
"slot": "address"
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Yes , Parkside is the address .",
"utt_idx": 5,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": []
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Thank you that will be all for now .",
"utt_idx": 6,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "thank",
"domain": "general",
"slot": ""
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Great . Thank you for contacting Cambridge Towninfo Centre .",
"utt_idx": 7,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "welcome",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "You were great . Goodbye .",
"utt_idx": 8,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "bye",
"domain": "general",
"slot": ""
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "We are happy to help . Have a good day !",
"utt_idx": 9,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "bye",
"domain": "general",
"slot": ""
},
{
"intent": "welcome",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
}
]
},
{
"dataset": "multiwoz23",
"data_split": "train",
"dialogue_id": "multiwoz23-train-2",
"original_id": "MUL2168.json",
"domains": [
"hotel",
"train",
"general"
],
"goal": {
"description": "You are planning your trip in Cambridge. You are looking for a train. The train should go to cambridge and should arrive by 20:45. The train should depart from birmingham new street and should leave on wednesday. Once you find the train you want to make a booking for 5 people. Make sure you get the reference number. You are also looking for a place to stay. The hotel should have a star of 4 and should include free wifi. The hotel doesn't need to have free parking and should be in the cheap price range. If there is no such hotel, how about one that has free parking. Once you find the hotel you want to book it for the same group of people and 5 nights starting from the same day. Make sure you get the reference number",
"inform": {
"hotel": {
"parking": "no|yes",
"price range": "cheap|cheap",
"stars": "4|4",
"internet": "yes|yes",
"book stay": "5",
"book day": "wednesday",
"book people": "5"
},
"train": {
"destination": "cambridge",
"day": "wednesday",
"arrive by": "20:45",
"departure": "birmingham new street",
"book people": "5"
}
},
"request": {
"hotel": {},
"train": {}
}
},
"turns": [
{
"speaker": "user",
"utterance": "Hi , I 'm looking for a train that is going to cambridge and arriving there by 20:45 , is there anything like that ?",
"utt_idx": 0,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "destination",
"value": "cambridge",
"start": 47,
"end": 56
},
{
"intent": "inform",
"domain": "train",
"slot": "arrive by",
"value": "20:45",
"start": 79,
"end": 84
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "cambridge",
"day": "",
"arrive by": "20:45",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "There are over 1,000 trains like that . Where will you be departing from ?",
"utt_idx": 1,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "choice",
"value": "over 1,000",
"start": 10,
"end": 20
}
],
"binary": [
{
"intent": "request",
"domain": "train",
"slot": "departure"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "I am departing from birmingham new street .",
"utt_idx": 2,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "departure",
"value": "birmingham new street",
"start": 20,
"end": 41
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "cambridge",
"day": "",
"arrive by": "20:45",
"departure": "birmingham new street",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Can you confirm your desired travel day ?",
"utt_idx": 3,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "train",
"slot": "day"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "I would like to leave on wednesday",
"utt_idx": 4,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "day",
"value": "wednesday"
}
],
"non-categorical": [],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "cambridge",
"day": "wednesday",
"arrive by": "20:45",
"departure": "birmingham new street",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "I show a train leaving birmingham new street at 17:40 and arriving at 20:23 on Wednesday . Will this work for you ?",
"utt_idx": 5,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "day",
"value": "Wednesday"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "arrive by",
"value": "20:23",
"start": 70,
"end": 75
},
{
"intent": "inform",
"domain": "train",
"slot": "leave at",
"value": "17:40",
"start": 48,
"end": 53
},
{
"intent": "inform",
"domain": "train",
"slot": "departure",
"value": "birmingham new street",
"start": 23,
"end": 44
}
],
"binary": [
{
"intent": "offerbook",
"domain": "train",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "That will , yes . Please make a booking for 5 people please .",
"utt_idx": 6,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "book people",
"value": "5",
"start": 44,
"end": 45
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "cambridge",
"day": "wednesday",
"arrive by": "20:45",
"departure": "birmingham new street",
"book people": "5"
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "I 've booked your train tickets , and your reference number is A9NHSO9Y .",
"utt_idx": 7,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "ref",
"value": "A9NHSO9Y",
"start": 63,
"end": 71
}
],
"binary": [
{
"intent": "book",
"domain": "train",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Thanks so much . I would also need a place to say . I am looking for something with 4 stars and has free wifi .",
"utt_idx": 8,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "internet",
"value": "yes"
},
{
"intent": "inform",
"domain": "hotel",
"slot": "stars",
"value": "4"
}
],
"non-categorical": [],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "4",
"internet": "yes",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "cambridge",
"day": "wednesday",
"arrive by": "20:45",
"departure": "birmingham new street",
"book people": "5"
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "How about the cambridge belfry ? It has all the attributes you requested and a great name ! Maybe even a real belfry ?",
"utt_idx": 9,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "recommend",
"domain": "hotel",
"slot": "name",
"value": "the cambridge belfry",
"start": 10,
"end": 30
}
],
"binary": []
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": [
{
"trainID": "TR4977",
"reference": "A9NHSO9Y"
}
]
}
},
{
"speaker": "user",
"utterance": "That sounds great , could you make a booking for me please ?",
"utt_idx": 10,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "the cambridge belfry",
"area": "",
"parking": "",
"price range": "",
"stars": "4",
"internet": "yes",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "cambridge",
"day": "wednesday",
"arrive by": "20:45",
"departure": "birmingham new street",
"book people": "5"
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "What day would you like your booking for ?",
"utt_idx": 11,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "hotel",
"slot": "book day"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": [
{
"trainID": "TR4977",
"reference": "A9NHSO9Y"
}
]
}
},
{
"speaker": "user",
"utterance": "Please book it for Wednesday for 5 people and 5 nights , please .",
"utt_idx": 12,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "book day",
"value": "wednesday"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "book stay",
"value": "5",
"start": 46,
"end": 47
},
{
"intent": "inform",
"domain": "hotel",
"slot": "book people",
"value": "5",
"start": 33,
"end": 34
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "the cambridge belfry",
"area": "",
"parking": "",
"price range": "",
"stars": "4",
"internet": "yes",
"type": "",
"book stay": "5",
"book day": "wednesday",
"book people": "5"
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "cambridge",
"day": "wednesday",
"arrive by": "20:45",
"departure": "birmingham new street",
"book people": "5"
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Booking was successful . Reference number is : 5NAWGJDC .",
"utt_idx": 13,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "ref",
"value": "5NAWGJDC",
"start": 47,
"end": 55
}
],
"binary": [
{
"intent": "book",
"domain": "hotel",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": [
{
"trainID": "TR4977",
"reference": "A9NHSO9Y"
}
]
}
},
{
"speaker": "user",
"utterance": "Thank you , goodbye",
"utt_idx": 14,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "thank",
"domain": "general",
"slot": ""
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "the cambridge belfry",
"area": "",
"parking": "",
"price range": "",
"stars": "4",
"internet": "yes",
"type": "",
"book stay": "5",
"book day": "wednesday",
"book people": "5"
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "cambridge",
"day": "wednesday",
"arrive by": "20:45",
"departure": "birmingham new street",
"book people": "5"
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Goodbye . If you think of anything else you need do n't hesitate to contact us .",
"utt_idx": 15,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "bye",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [
{
"name": "the cambridge belfry",
"reference": "5NAWGJDC"
}
],
"attraction": [],
"train": [
{
"trainID": "TR4977",
"reference": "A9NHSO9Y"
}
]
}
}
]
},
{
"dataset": "multiwoz23",
"data_split": "train",
"dialogue_id": "multiwoz23-train-3",
"original_id": "SNG01445.json",
"domains": [
"police",
"general"
],
"goal": {
"description": "You were robbed and are looking for help. Make sure you get address, phone number, and postcode",
"inform": {
"police": {}
},
"request": {
"police": {
"address": "",
"phone": "",
"postcode": ""
}
}
},
"turns": [
{
"speaker": "user",
"utterance": "I was robbed a few minutes ago and need assistance .",
"utt_idx": 0,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "inform",
"domain": "police",
"slot": ""
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Please contact the Parkside , Cambridge police station .",
"utt_idx": 1,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "police",
"slot": "address",
"value": "Parkside , Cambridge",
"start": 19,
"end": 39
}
],
"binary": []
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "I need the address including postcode of the police station and also the phone number .",
"utt_idx": 2,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "police",
"slot": "address"
},
{
"intent": "request",
"domain": "police",
"slot": "postcode"
},
{
"intent": "request",
"domain": "police",
"slot": "phone"
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Of course . Their address is Parkside , Cambridge postcode CB11JG and phone number is 01223358966 .",
"utt_idx": 3,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "police",
"slot": "postcode",
"value": "CB11JG",
"start": 59,
"end": 65
},
{
"intent": "inform",
"domain": "police",
"slot": "address",
"value": "Parkside , Cambridge",
"start": 29,
"end": 49
},
{
"intent": "inform",
"domain": "police",
"slot": "phone",
"value": "01223358966",
"start": 86,
"end": 97
}
],
"binary": []
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Thank you . That 's all I needed .",
"utt_idx": 4,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "thank",
"domain": "general",
"slot": ""
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "You are more than welcome !",
"utt_idx": 5,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "greet",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Ok , have a good day . Goodbye .",
"utt_idx": 6,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "bye",
"domain": "general",
"slot": ""
},
{
"intent": "greet",
"domain": "general",
"slot": ""
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "You are very welcome . Goodbye .",
"utt_idx": 7,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "bye",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
}
]
},
{
"dataset": "multiwoz23",
"data_split": "train",
"dialogue_id": "multiwoz23-train-4",
"original_id": "PMUL1690.json",
"domains": [
"hotel",
"train",
"general"
],
"goal": {
"description": "You are planning your trip in Cambridge. You are looking for a train. The train should depart from norwich and should leave after 21:15. The train should leave on monday and should go to cambridge. Make sure you get arrival time, travel time, and price. You are also looking for a place to stay. The hotel should have a star of 4 and should be in the north. The hotel should be in the moderate price range and should be in the type of hotel. If there is no such hotel, how about one that is in the type of guesthouse. Once you find the hotel you want to book it for 4 people and 2 nights starting from the same day. Make sure you get the reference number",
"inform": {
"hotel": {
"type": "hotel|guesthouse",
"price range": "moderate|moderate",
"stars": "4|4",
"area": "north|north",
"book stay": "2",
"book day": "monday",
"book people": "4"
},
"train": {
"leave at": "21:15",
"destination": "cambridge",
"day": "monday",
"departure": "norwich"
}
},
"request": {
"hotel": {},
"train": {
"arrive by": "",
"duration": "",
"price": ""
}
}
},
"turns": [
{
"speaker": "user",
"utterance": "I need to take a train from Norwich , leaving after 21:15 .",
"utt_idx": 0,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "departure",
"value": "Norwich",
"start": 28,
"end": 35
},
{
"intent": "inform",
"domain": "train",
"slot": "leave at",
"value": "21:15",
"start": 52,
"end": 57
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "21:15",
"destination": "",
"day": "",
"arrive by": "",
"departure": "norwich",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Where would you like to go to ?",
"utt_idx": 1,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "train",
"slot": "destination"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "I would like to go to Ely please .",
"utt_idx": 2,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "destination",
"value": "Ely",
"start": 22,
"end": 25
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "ely",
"day": "",
"arrive by": "",
"departure": "norwich",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "I do n't have any listings for trains leaving Norwich and arriving in Ely . Would you like to try a different departure station ?",
"utt_idx": 3,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "nooffer",
"domain": "train",
"slot": "destination",
"value": "Ely",
"start": 70,
"end": 73
},
{
"intent": "nooffer",
"domain": "train",
"slot": "departure",
"value": "Norwich",
"start": 46,
"end": 53
}
],
"binary": [
{
"intent": "request",
"domain": "train",
"slot": "departure"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "I meant Cambridge please . I would like to arrive in Cambridge on Monday after 21:15 .",
"utt_idx": 4,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "day",
"value": "monday"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "destination",
"value": "Cambridge",
"start": 8,
"end": 17
},
{
"intent": "inform",
"domain": "train",
"slot": "leave at",
"value": "21:15",
"start": 79,
"end": 84
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "21:15",
"destination": "cambridge",
"day": "monday",
"arrive by": "",
"departure": "norwich",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Ok I will book that for you and get you a confirmation number",
"utt_idx": 5,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "offerbook",
"domain": "train",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "I do n't need anything booked . I just need to get the arrival time , travel time and price of a train from norwich to cambridge leaving after 21:15 .",
"utt_idx": 6,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "destination",
"value": "cambridge",
"start": 121,
"end": 130
},
{
"intent": "inform",
"domain": "train",
"slot": "departure",
"value": "norwich",
"start": 110,
"end": 117
},
{
"intent": "inform",
"domain": "train",
"slot": "leave at",
"value": "21:15",
"start": 145,
"end": 150
}
],
"binary": [
{
"intent": "request",
"domain": "train",
"slot": "arrive by"
},
{
"intent": "request",
"domain": "train",
"slot": "duration"
},
{
"intent": "request",
"domain": "train",
"slot": "price"
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "21:15",
"destination": "cambridge",
"day": "monday",
"arrive by": "",
"departure": "norwich",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "There are trains arriving at 22:35 , 23:35 and 24:35 . They are 17.60 pounds and 79 minutes each .",
"utt_idx": 7,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "price",
"value": "17.60 pounds",
"start": 64,
"end": 76
},
{
"intent": "inform",
"domain": "train",
"slot": "duration",
"value": "79 minutes",
"start": 81,
"end": 91
},
{
"intent": "inform",
"domain": "train",
"slot": "arrive by",
"value": "22:35",
"start": 29,
"end": 34
},
{
"intent": "inform",
"domain": "train",
"slot": "arrive by",
"value": "23:35",
"start": 37,
"end": 42
},
{
"intent": "inform",
"domain": "train",
"slot": "arrive by",
"value": "24:35",
"start": 47,
"end": 52
}
],
"binary": []
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Great , thanks ! I 'm also looking for a 4 star hotel in the north . Can you please help with that ?",
"utt_idx": 8,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "area",
"value": "north"
},
{
"intent": "inform",
"domain": "hotel",
"slot": "stars",
"value": "4"
}
],
"non-categorical": [],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "north",
"parking": "",
"price range": "",
"stars": "4",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "21:15",
"destination": "cambridge",
"day": "monday",
"arrive by": "",
"departure": "norwich",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "There are several that meet your criteria . Is there a price range you are interested in ?",
"utt_idx": 9,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "choice",
"value": "several",
"start": 10,
"end": 17
}
],
"binary": [
{
"intent": "request",
"domain": "hotel",
"slot": "price range"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "I would like to keep it in the moderate range , please .",
"utt_idx": 10,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "price range",
"value": "moderate"
}
],
"non-categorical": [],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "north",
"parking": "",
"price range": "moderate",
"stars": "4",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "21:15",
"destination": "cambridge",
"day": "monday",
"arrive by": "",
"departure": "norwich",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "I see 7 options . They are all guesthouses . Do you have preferences for internet and parking ?",
"utt_idx": 11,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "type",
"value": "guesthouses",
"start": 31,
"end": 42
},
{
"intent": "inform",
"domain": "hotel",
"slot": "choice",
"value": "7",
"start": 6,
"end": 7
},
{
"intent": "inform",
"domain": "hotel",
"slot": "choice",
"value": "all",
"start": 27,
"end": 30
}
],
"binary": [
{
"intent": "request",
"domain": "hotel",
"slot": "internet"
},
{
"intent": "request",
"domain": "hotel",
"slot": "parking"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "I do not have a preference on those things .",
"utt_idx": 12,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "north",
"parking": "",
"price range": "moderate",
"stars": "4",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "21:15",
"destination": "cambridge",
"day": "monday",
"arrive by": "",
"departure": "norwich",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Shall I try to start and book you into one ?",
"utt_idx": 13,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": []
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Please book it and provide the reference number .",
"utt_idx": 14,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "hotel",
"slot": "ref"
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "north",
"parking": "",
"price range": "moderate",
"stars": "4",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "21:15",
"destination": "cambridge",
"day": "monday",
"arrive by": "",
"departure": "norwich",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "How many nights will you be staying ?",
"utt_idx": 15,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "hotel",
"slot": "book stay"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Please book the hotel for 4 people and 2 nights . Thank you .",
"utt_idx": 16,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "book stay",
"value": "2",
"start": 39,
"end": 40
},
{
"intent": "inform",
"domain": "hotel",
"slot": "book people",
"value": "4",
"start": 26,
"end": 27
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "north",
"parking": "",
"price range": "moderate",
"stars": "4",
"internet": "",
"type": "",
"book stay": "2",
"book day": "",
"book people": "4"
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "21:15",
"destination": "cambridge",
"day": "monday",
"arrive by": "",
"departure": "norwich",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "What day will you be arriving ?",
"utt_idx": 17,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "hotel",
"slot": "book day"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "the same day ... monday please .",
"utt_idx": 18,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "book day",
"value": "monday"
}
],
"non-categorical": [],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "north",
"parking": "",
"price range": "moderate",
"stars": "4",
"internet": "",
"type": "",
"book stay": "2",
"book day": "monday",
"book people": "4"
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "21:15",
"destination": "cambridge",
"day": "monday",
"arrive by": "",
"departure": "norwich",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "I apologize , some of our new workers have phobias of the booking system , I booked you at Acorn guest house , the reference number is 04CSEO7Q any other questions ?",
"utt_idx": 19,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "ref",
"value": "04CSEO7Q",
"start": 135,
"end": 143
},
{
"intent": "inform",
"domain": "hotel",
"slot": "name",
"value": "Acorn guest house",
"start": 91,
"end": 108
}
],
"binary": [
{
"intent": "reqmore",
"domain": "general",
"slot": ""
},
{
"intent": "book",
"domain": "hotel",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "That 's all I need for today . Thanks for your help !",
"utt_idx": 20,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "thank",
"domain": "general",
"slot": ""
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "north",
"parking": "",
"price range": "moderate",
"stars": "4",
"internet": "",
"type": "",
"book stay": "2",
"book day": "monday",
"book people": "4"
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "21:15",
"destination": "cambridge",
"day": "monday",
"arrive by": "",
"departure": "norwich",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "I 'm happy to help , and I hope you enjoy your stay !",
"utt_idx": 21,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "bye",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [
{
"name": "acorn guest house",
"reference": "04CSEO7Q"
}
],
"attraction": [],
"train": []
}
}
]
},
{
"dataset": "multiwoz23",
"data_split": "train",
"dialogue_id": "multiwoz23-train-5",
"original_id": "MUL2395.json",
"domains": [
"attraction",
"restaurant",
"general"
],
"goal": {
"description": "You are planning your trip in Cambridge. You are looking for places to go in town. The attraction should be in the centre. Make sure you get entrance fee, attraction type, and address. You are also looking for a place to dine. The restaurant should be in the expensive price range and should be in the same area as the attraction. The restaurant should serve caribbean food. If there is no such restaurant, how about one that serves turkish food. Make sure you get phone number, postcode, and address",
"inform": {
"attraction": {
"area": "east|centre"
},
"restaurant": {
"food": "caribbean|turkish",
"price range": "expensive|expensive",
"area": "centre|centre"
}
},
"request": {
"attraction": {
"entrance fee": "",
"type": "",
"address": ""
},
"restaurant": {
"phone": "",
"postcode": "",
"address": ""
}
}
},
"turns": [
{
"speaker": "user",
"utterance": "I am planning a trip to town and want to sight see a bit . Can you let me know some attractions I may be interested in ?",
"utt_idx": 0,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "inform",
"domain": "attraction",
"slot": ""
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "There are 79 attractions in the city . Do you have a specific type of attraction or specific area of the attraction that you are interested in ?",
"utt_idx": 1,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "attraction",
"slot": "choice",
"value": "79",
"start": 10,
"end": 12
}
],
"binary": [
{
"intent": "request",
"domain": "attraction",
"slot": "area"
},
{
"intent": "request",
"domain": "attraction",
"slot": "type"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "I 'd like something in the centre .",
"utt_idx": 2,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "attraction",
"slot": "area",
"value": "centre"
}
],
"non-categorical": [],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": "centre"
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Great ! How about All Saints Church ? It has fantastic architecture and free entrance . Would you like more information ?",
"utt_idx": 3,
"dialogue_acts": {
"categorical": [
{
"intent": "recommend",
"domain": "attraction",
"slot": "type",
"value": "architecture"
}
],
"non-categorical": [
{
"intent": "recommend",
"domain": "attraction",
"slot": "entrance fee",
"value": "free",
"start": 72,
"end": 76
},
{
"intent": "recommend",
"domain": "attraction",
"slot": "name",
"value": "All Saints Church",
"start": 18,
"end": 35
}
],
"binary": [
{
"intent": "reqmore",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Could I get the address for it ? I would also like an expensive place to eat around it .",
"utt_idx": 4,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "price range",
"value": "expensive"
}
],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "attraction",
"slot": "address"
}
]
},
"state": {
"attraction": {
"type": "",
"name": "all saints church",
"area": "centre"
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "expensive",
"name": "",
"area": "centre",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "The address is Jesus Lane . What type of food would you like to eat ?",
"utt_idx": 5,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "attraction",
"slot": "address",
"value": "Jesus Lane",
"start": 15,
"end": 25
}
],
"binary": [
{
"intent": "request",
"domain": "restaurant",
"slot": "food"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "I 'm in the mood for Caribbean food .",
"utt_idx": 6,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "food",
"value": "Caribbean",
"start": 21,
"end": 30
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "all saints church",
"area": "centre"
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "caribbean",
"price range": "expensive",
"name": "",
"area": "centre",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Unfortunately , there are no expensive caribbean restaurants in that area . Would you like me to check a different type of cuisine , or another area ?",
"utt_idx": 7,
"dialogue_acts": {
"categorical": [
{
"intent": "nooffer",
"domain": "restaurant",
"slot": "price range",
"value": "expensive"
}
],
"non-categorical": [
{
"intent": "nooffer",
"domain": "restaurant",
"slot": "food",
"value": "caribbean",
"start": 39,
"end": 48
}
],
"binary": [
{
"intent": "request",
"domain": "restaurant",
"slot": "food"
},
{
"intent": "request",
"domain": "restaurant",
"slot": "area"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Yes , I also love turkish food . Is there something in the center that 's expensive ? Also , what type of attraction is All Saints Church ?",
"utt_idx": 8,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "price range",
"value": "expensive"
},
{
"intent": "inform",
"domain": "restaurant",
"slot": "area",
"value": "center"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "attraction",
"slot": "name",
"value": "All Saints Church",
"start": 120,
"end": 137
},
{
"intent": "inform",
"domain": "restaurant",
"slot": "food",
"value": "turkish",
"start": 18,
"end": 25
}
],
"binary": [
{
"intent": "request",
"domain": "attraction",
"slot": "type"
}
]
},
"state": {
"attraction": {
"type": "",
"name": "all saints church",
"area": "centre"
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "turkish",
"price range": "expensive",
"name": "",
"area": "centre",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "The Meze Bar Restaurant is an expensive Turkish restaurant in the city centre . The All Saints Church is an architecture attraction .",
"utt_idx": 9,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "area",
"value": "centre"
},
{
"intent": "inform",
"domain": "restaurant",
"slot": "price range",
"value": "expensive"
},
{
"intent": "inform",
"domain": "attraction",
"slot": "type",
"value": "architecture"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "food",
"value": "Turkish",
"start": 40,
"end": 47
},
{
"intent": "inform",
"domain": "restaurant",
"slot": "name",
"value": "Meze Bar Restaurant",
"start": 4,
"end": 23
},
{
"intent": "inform",
"domain": "attraction",
"slot": "name",
"value": "All Saints Church",
"start": 86,
"end": 103
}
],
"binary": []
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Can I have the phone number , address and postcode for the restaurant please ?",
"utt_idx": 10,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "restaurant",
"slot": "phone"
},
{
"intent": "request",
"domain": "restaurant",
"slot": "postcode"
},
{
"intent": "request",
"domain": "restaurant",
"slot": "address"
}
]
},
"state": {
"attraction": {
"type": "",
"name": "all saints church",
"area": "centre"
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "turkish",
"price range": "expensive",
"name": "meze bar restaurant",
"area": "centre",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "I do n't have a phone number available , but the address is 196 Mill Road City Centre , postal code cb13nf . Anything else I can do for you ?",
"utt_idx": 11,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "postcode",
"value": "cb13nf",
"start": 100,
"end": 106
},
{
"intent": "inform",
"domain": "restaurant",
"slot": "address",
"value": "196 Mill Road City Centre",
"start": 60,
"end": 85
}
],
"binary": [
{
"intent": "reqmore",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Great that 's all that I needed to know , thank you !",
"utt_idx": 12,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "thank",
"domain": "general",
"slot": ""
}
]
},
"state": {
"attraction": {
"type": "",
"name": "all saints church",
"area": "centre"
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "turkish",
"price range": "expensive",
"name": "meze bar restaurant",
"area": "centre",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "You 're welcome , feel free to contact us about anything else you need .",
"utt_idx": 13,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "bye",
"domain": "general",
"slot": ""
},
{
"intent": "welcome",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
}
]
},
{
"dataset": "multiwoz23",
"data_split": "train",
"dialogue_id": "multiwoz23-train-6",
"original_id": "PMUL1170.json",
"domains": [
"attraction",
"train",
"general"
],
"goal": {
"description": "You are planning your trip in Cambridge. You are looking for a train. The train should depart from cambridge and should leave on wednesday. The train should leave after 12:45 and should go to peterborough. Make sure you get train ID, arrival time, and price. You are also looking for places to go in town. The attraction should be in the centre and should be in the type of museum. Make sure you get address, postcode, and phone number",
"inform": {
"attraction": {
"type": "museum",
"area": "centre"
},
"train": {
"leave at": "12:45",
"destination": "peterborough",
"day": "wednesday",
"departure": "cambridge"
}
},
"request": {
"attraction": {
"address": "",
"postcode": "",
"phone": ""
},
"train": {
"train id": "",
"arrive by": "",
"price": ""
}
}
},
"turns": [
{
"speaker": "user",
"utterance": "I need to take a train out of Cambridge , I will be leaving town on Wednesday .",
"utt_idx": 0,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "day",
"value": "wednesday"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "departure",
"value": "Cambridge",
"start": 30,
"end": 39
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "wednesday",
"arrive by": "",
"departure": "cambridge",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "There are 5 trains out of Cambridge on Wednesday . Do you have a departure time in mind ?",
"utt_idx": 1,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "day",
"value": "Wednesday"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "choice",
"value": "5",
"start": 10,
"end": 11
},
{
"intent": "inform",
"domain": "train",
"slot": "departure",
"value": "Cambridge",
"start": 26,
"end": 35
}
],
"binary": [
{
"intent": "request",
"domain": "train",
"slot": "leave at"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "I 'd like to go to peterborough and leave after 12:45 , I have to attend a meeting beforehand .",
"utt_idx": 2,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "destination",
"value": "peterborough",
"start": 19,
"end": 31
},
{
"intent": "inform",
"domain": "train",
"slot": "leave at",
"value": "12:45",
"start": 48,
"end": 53
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "12:45",
"destination": "peterborough",
"day": "wednesday",
"arrive by": "",
"departure": "cambridge",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "TR1879 leaves at 13:06 on Wednesday . Will that work for you ?",
"utt_idx": 3,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "day",
"value": "Wednesday"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "leave at",
"value": "13:06",
"start": 17,
"end": 22
},
{
"intent": "inform",
"domain": "train",
"slot": "train id",
"value": "TR1879",
"start": 0,
"end": 6
}
],
"binary": [
{
"intent": "offerbook",
"domain": "train",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "What is the price of the fair and could you tell me what is the arrival time into Peterborough ?",
"utt_idx": 4,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "train",
"slot": "arrive by"
},
{
"intent": "request",
"domain": "train",
"slot": "price"
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "12:45",
"destination": "peterborough",
"day": "wednesday",
"arrive by": "",
"departure": "cambridge",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "The price is 16.50 pounds and the train will arrive in Peterborough by 13:56 Wednesday . Would you like me to book a ticket for you ?",
"utt_idx": 5,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "day",
"value": "Wednesday"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "price",
"value": "16.50 pounds",
"start": 13,
"end": 25
},
{
"intent": "inform",
"domain": "train",
"slot": "destination",
"value": "Peterborough",
"start": 55,
"end": 67
},
{
"intent": "inform",
"domain": "train",
"slot": "arrive by",
"value": "13:56",
"start": 71,
"end": 76
}
],
"binary": [
{
"intent": "offerbook",
"domain": "train",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Yes , one ticket please , can I also get the reference number ?",
"utt_idx": 6,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "book people",
"value": "one",
"start": 6,
"end": 9
}
],
"binary": [
{
"intent": "request",
"domain": "train",
"slot": "ref"
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "12:45",
"destination": "peterborough",
"day": "wednesday",
"arrive by": "",
"departure": "cambridge",
"book people": "1"
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "I booked you one seat on TR1879 departing Cambridge for Peterborough on Wednesday at 13:06 , Reference : xu1qlhvw . Can I help further today ?",
"utt_idx": 7,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "day",
"value": "Wednesday"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "ref",
"value": "xu1qlhvw",
"start": 105,
"end": 113
},
{
"intent": "inform",
"domain": "train",
"slot": "departure",
"value": "Cambridge",
"start": 42,
"end": 51
},
{
"intent": "inform",
"domain": "train",
"slot": "book people",
"value": "one",
"start": 13,
"end": 16
},
{
"intent": "inform",
"domain": "train",
"slot": "train id",
"value": "TR1879",
"start": 25,
"end": 31
},
{
"intent": "inform",
"domain": "train",
"slot": "destination",
"value": "Peterborough",
"start": 56,
"end": 68
},
{
"intent": "inform",
"domain": "train",
"slot": "leave at",
"value": "13:06",
"start": 85,
"end": 90
}
],
"binary": [
{
"intent": "reqmore",
"domain": "general",
"slot": ""
},
{
"intent": "book",
"domain": "train",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "I am also looking for a museum in centre . Could you give me the address , postcode and phone number of one ?",
"utt_idx": 8,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "attraction",
"slot": "area",
"value": "centre"
},
{
"intent": "inform",
"domain": "attraction",
"slot": "type",
"value": "museum"
}
],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "attraction",
"slot": "address"
},
{
"intent": "request",
"domain": "attraction",
"slot": "postcode"
},
{
"intent": "request",
"domain": "attraction",
"slot": "phone"
}
]
},
"state": {
"attraction": {
"type": "museum",
"name": "",
"area": "centre"
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "12:45",
"destination": "peterborough",
"day": "wednesday",
"arrive by": "",
"departure": "cambridge",
"book people": "1"
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "The Broughton House Gallery is located at 98 King Street , postcode cb11ln . Their phone number is 01223314960 . Is there anything else you need ?",
"utt_idx": 9,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "attraction",
"slot": "phone",
"value": "01223314960",
"start": 99,
"end": 110
},
{
"intent": "inform",
"domain": "attraction",
"slot": "address",
"value": "98 King Street",
"start": 42,
"end": 56
},
{
"intent": "inform",
"domain": "attraction",
"slot": "name",
"value": "Broughton House Gallery",
"start": 4,
"end": 27
},
{
"intent": "inform",
"domain": "attraction",
"slot": "postcode",
"value": "cb11ln",
"start": 68,
"end": 74
}
],
"binary": [
{
"intent": "reqmore",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": [
{
"trainID": "TR1879",
"reference": "XU1QLHVW"
}
]
}
},
{
"speaker": "user",
"utterance": "That 's all I need right now . Thanks , you have been very helpful !",
"utt_idx": 10,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "thank",
"domain": "general",
"slot": ""
}
]
},
"state": {
"attraction": {
"type": "museum",
"name": "broughton house gallery",
"area": "centre"
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "12:45",
"destination": "peterborough",
"day": "wednesday",
"arrive by": "",
"departure": "cambridge",
"book people": "1"
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "You 're welcome , I hope you enjoy your time in Cambridge !",
"utt_idx": 11,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "bye",
"domain": "general",
"slot": ""
},
{
"intent": "welcome",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": [
{
"trainID": "TR1879",
"reference": "XU1QLHVW"
}
]
}
}
]
},
{
"dataset": "multiwoz23",
"data_split": "train",
"dialogue_id": "multiwoz23-train-7",
"original_id": "SNG01741.json",
"domains": [
"hospital",
"general"
],
"goal": {
"description": "You want to find a hospital in town. The hospital should have the paediatric clinic department. Make sure you get address, postcode, and phone number",
"inform": {
"hospital": {
"department": "paediatric clinic"
}
},
"request": {
"hospital": {
"address": "",
"postcode": "",
"phone": ""
}
}
},
"turns": [
{
"speaker": "user",
"utterance": "I am looking in town for a hospital with a paediatric clinic",
"utt_idx": 0,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "hospital",
"slot": "department",
"value": "paediatric clinic",
"start": 45,
"end": 62
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": "paediatric clinic"
}
}
},
{
"speaker": "system",
"utterance": "Addenbrookes Hosptial on Hills Rd . in Cambridge has a paediatric clinic .",
"utt_idx": 1,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "hospital",
"slot": "department",
"value": "paediatric clinic",
"start": 55,
"end": 72
}
],
"binary": []
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "I need the address and phone number and postal code",
"utt_idx": 2,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "hospital",
"slot": "address"
},
{
"intent": "request",
"domain": "hospital",
"slot": "postcode"
},
{
"intent": "request",
"domain": "hospital",
"slot": "phone"
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": "paediatric clinic"
}
}
},
{
"speaker": "system",
"utterance": "Great . Thank you and goodbye .",
"utt_idx": 3,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "bye",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
}
]
},
{
"dataset": "multiwoz23",
"data_split": "train",
"dialogue_id": "multiwoz23-train-8",
"original_id": "PMUL4899.json",
"domains": [
"attraction",
"restaurant",
"general"
],
"goal": {
"description": "You are traveling to Cambridge and excited about seeing local tourist attractions. You are looking for places to go in town. The attraction should be in the type of entertainment. Make sure you get phone number, postcode, and address. You are also looking for a restaurant. The restaurant should be in the south and should be in the expensive price range. The restaurant should serve indian food. Make sure you get address",
"inform": {
"attraction": {
"type": "entertainment"
},
"restaurant": {
"food": "indian",
"price range": "expensive",
"area": "south"
}
},
"request": {
"attraction": {
"phone": "",
"postcode": "",
"address": ""
},
"restaurant": {
"address": ""
}
}
},
"turns": [
{
"speaker": "user",
"utterance": "I was hoping to see local places while in cambridge . Some entertainment would be great .",
"utt_idx": 0,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "attraction",
"slot": "type",
"value": "entertainment"
}
],
"non-categorical": [],
"binary": []
},
"state": {
"attraction": {
"type": "entertainment",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "i got 5 options . which side is okay for you ?",
"utt_idx": 1,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "attraction",
"slot": "choice",
"value": "5",
"start": 6,
"end": 7
}
],
"binary": [
{
"intent": "request",
"domain": "attraction",
"slot": "area"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "It does n't matter . Can I have the address of a good one ?",
"utt_idx": 2,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "attraction",
"slot": "address"
}
]
},
"state": {
"attraction": {
"type": "entertainment",
"name": "",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "How about funky fun house , they are located at 8 mercers row , mercers row industrial estate .",
"utt_idx": 3,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "recommend",
"domain": "attraction",
"slot": "name",
"value": "funky fun house",
"start": 10,
"end": 25
},
{
"intent": "recommend",
"domain": "attraction",
"slot": "address",
"value": "8 mercers row , mercers row industrial estate",
"start": 48,
"end": 93
}
],
"binary": []
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Could i also get the phone number and postcode ?",
"utt_idx": 4,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "attraction",
"slot": "postcode"
},
{
"intent": "request",
"domain": "attraction",
"slot": "phone"
}
]
},
"state": {
"attraction": {
"type": "entertainment",
"name": "funky fun house",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Sure . The phone number is 01223304705 , and the postcode is cb58hy . Is there anything else I can assist you with ?",
"utt_idx": 5,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "attraction",
"slot": "postcode",
"value": "cb58hy",
"start": 61,
"end": 67
},
{
"intent": "inform",
"domain": "attraction",
"slot": "phone",
"value": "01223304705",
"start": 27,
"end": 38
}
],
"binary": [
{
"intent": "greet",
"domain": "general",
"slot": ""
},
{
"intent": "reqmore",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Yes , I need a restuarant . I want something on the south side . Expensive .",
"utt_idx": 6,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "price range",
"value": "expensive"
},
{
"intent": "inform",
"domain": "restaurant",
"slot": "area",
"value": "south"
}
],
"non-categorical": [],
"binary": []
},
"state": {
"attraction": {
"type": "entertainment",
"name": "funky fun house",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "expensive",
"name": "",
"area": "south",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "There are many . What kind of food would you like ?",
"utt_idx": 7,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "choice",
"value": "many",
"start": 10,
"end": 14
}
],
"binary": [
{
"intent": "request",
"domain": "restaurant",
"slot": "food"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Indian food is my favorite ! What 's the address for the best one ?",
"utt_idx": 8,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "food",
"value": "Indian",
"start": 0,
"end": 6
}
],
"binary": [
{
"intent": "request",
"domain": "restaurant",
"slot": "address"
}
]
},
"state": {
"attraction": {
"type": "entertainment",
"name": "funky fun house",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "indian",
"price range": "expensive",
"name": "",
"area": "south",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Unfortunately , there are n't any Indian restaurants in the south side of town , would you like me to look in other areas ?",
"utt_idx": 9,
"dialogue_acts": {
"categorical": [
{
"intent": "nooffer",
"domain": "restaurant",
"slot": "area",
"value": "south"
}
],
"non-categorical": [
{
"intent": "nooffer",
"domain": "restaurant",
"slot": "food",
"value": "Indian",
"start": 34,
"end": 40
}
],
"binary": [
{
"intent": "request",
"domain": "restaurant",
"slot": "area"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Could you check one more time ? Restaurant in the south part of town , expensive , that serves Indian food ?",
"utt_idx": 10,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "price range",
"value": "expensive"
},
{
"intent": "inform",
"domain": "restaurant",
"slot": "area",
"value": "south"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "food",
"value": "Indian",
"start": 95,
"end": 101
}
],
"binary": []
},
"state": {
"attraction": {
"type": "entertainment",
"name": "funky fun house",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "indian",
"price range": "expensive",
"name": "",
"area": "south",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "I 'm sorry there does n't seem to be any expensive Indian restaurants to the south .",
"utt_idx": 11,
"dialogue_acts": {
"categorical": [
{
"intent": "nooffer",
"domain": "restaurant",
"slot": "price range",
"value": "expensive"
},
{
"intent": "nooffer",
"domain": "restaurant",
"slot": "area",
"value": "south"
}
],
"non-categorical": [
{
"intent": "nooffer",
"domain": "restaurant",
"slot": "food",
"value": "Indian",
"start": 51,
"end": 57
}
],
"binary": []
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Can you check again for a 3rd time ? I really want to eat Indian food .",
"utt_idx": 12,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "food",
"value": "Indian",
"start": 58,
"end": 64
}
],
"binary": []
},
"state": {
"attraction": {
"type": "entertainment",
"name": "funky fun house",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "indian",
"price range": "expensive",
"name": "",
"area": "south",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Please stop asking to check for the same thing . I have said there is none in the south try a different area .",
"utt_idx": 13,
"dialogue_acts": {
"categorical": [
{
"intent": "nooffer",
"domain": "restaurant",
"slot": "area",
"value": "south"
}
],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "restaurant",
"slot": "area"
},
{
"intent": "nooffer",
"domain": "restaurant",
"slot": "choice"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Do you have any Indian restaurants in the south in a different price range ?",
"utt_idx": 14,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "area",
"value": "south"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "food",
"value": "Indian",
"start": 16,
"end": 22
}
],
"binary": []
},
"state": {
"attraction": {
"type": "entertainment",
"name": "funky fun house",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "indian",
"price range": "",
"name": "",
"area": "south",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Hi this is the supervisor . I apologize for the attitude of our staff . We do have taj tandoori , and expensive Indian restaurant in the South . Would you like me to book ?",
"utt_idx": 15,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "area",
"value": "South"
},
{
"intent": "inform",
"domain": "restaurant",
"slot": "price range",
"value": "expensive"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "food",
"value": "Indian",
"start": 112,
"end": 118
},
{
"intent": "inform",
"domain": "restaurant",
"slot": "name",
"value": "taj tandoori",
"start": 83,
"end": 95
}
],
"binary": [
{
"intent": "greet",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Thank you . May I have the address ?",
"utt_idx": 16,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "restaurant",
"slot": "address"
}
]
},
"state": {
"attraction": {
"type": "entertainment",
"name": "funky fun house",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "indian",
"price range": "",
"name": "taj tandoori",
"area": "south",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "The address is 64 Cherry Hinton Road Cherry Hinton . Can i help you with anything else today ?",
"utt_idx": 17,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "restaurant",
"slot": "address",
"value": "64 Cherry Hinton Road Cherry Hinton",
"start": 15,
"end": 50
}
],
"binary": [
{
"intent": "reqmore",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "That 's all I need , thanks so much for all of your help ! Have a great day !",
"utt_idx": 18,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "thank",
"domain": "general",
"slot": ""
}
]
},
"state": {
"attraction": {
"type": "entertainment",
"name": "funky fun house",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "indian",
"price range": "",
"name": "taj tandoori",
"area": "south",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "you are welcome",
"utt_idx": 19,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "welcome",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Also , thanks for the apology . I do n't need anything else at this time .",
"utt_idx": 20,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "thank",
"domain": "general",
"slot": ""
}
]
},
"state": {
"attraction": {
"type": "entertainment",
"name": "funky fun house",
"area": ""
},
"hotel": {
"name": "",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "indian",
"price range": "",
"name": "taj tandoori",
"area": "south",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Have a great day . good bye .",
"utt_idx": 21,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "bye",
"domain": "general",
"slot": ""
},
{
"intent": "greet",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
}
]
},
{
"dataset": "multiwoz23",
"data_split": "train",
"dialogue_id": "multiwoz23-train-9",
"original_id": "MUL2261.json",
"domains": [
"hotel",
"train",
"general"
],
"goal": {
"description": "You are planning your trip in Cambridge. You are looking for a particular hotel. Its name is called city centre north b and b. Once you find the hotel you want to book it for 6 people and 4 nights starting from saturday. If the booking fails how about 2 nights. Make sure you get the reference number. You are also looking for a train. The train should depart from bishops stortford and should go to cambridge. The train should arrive by 14:45 and should be on the same day as the hotel booking. Once you find the train you want to make a booking for the same group of people. Make sure you get the reference number",
"inform": {
"hotel": {
"name": "finches bed and breakfast|city centre north b and b",
"book stay": "4|2",
"book day": "saturday",
"book people": "6"
},
"train": {
"destination": "cambridge",
"day": "saturday",
"arrive by": "14:45",
"departure": "bishops stortford",
"book people": "6"
}
},
"request": {
"hotel": {},
"train": {}
}
},
"turns": [
{
"speaker": "user",
"utterance": "I am looking for information about the City Centre North B and B hotel . Can you help me with that ?",
"utt_idx": 0,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "name",
"value": "City Centre North B and B",
"start": 39,
"end": 64
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "city centre north b and b",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "",
"book day": "",
"book people": ""
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Yes ! City Centre North B and B is an inexpensively - priced guesthouse in the north of town at 328A Histon Road . Would you like to book a room ?",
"utt_idx": 1,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "area",
"value": "north"
},
{
"intent": "inform",
"domain": "hotel",
"slot": "price range",
"value": "inexpensively - priced"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "name",
"value": "City Centre North B and B",
"start": 6,
"end": 31
},
{
"intent": "inform",
"domain": "hotel",
"slot": "address",
"value": "328A Histon Road",
"start": 96,
"end": 112
},
{
"intent": "inform",
"domain": "hotel",
"slot": "type",
"value": "guesthouse",
"start": 61,
"end": 71
}
],
"binary": []
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Yes can I book it for 6 people starting on Saturday for 4 nights please ?",
"utt_idx": 2,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "book day",
"value": "saturday"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "book stay",
"value": "4",
"start": 56,
"end": 57
},
{
"intent": "inform",
"domain": "hotel",
"slot": "book people",
"value": "6",
"start": 22,
"end": 23
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "city centre north b and b",
"area": "",
"parking": "",
"price range": "",
"stars": "",
"internet": "",
"type": "",
"book stay": "4",
"book day": "saturday",
"book people": "6"
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "They were n't able to accommodate those parameters . Would you like to try a shorter stay ?",
"utt_idx": 3,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "hotel",
"slot": "book stay"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Sure . Let 's try 2 nights . Thanks . I 'll need a reference number , too , please .",
"utt_idx": 4,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "book stay",
"value": "2",
"start": 20,
"end": 21
}
],
"binary": [
{
"intent": "request",
"domain": "hotel",
"slot": "ref"
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "city centre north b and b",
"area": "",
"parking": "",
"price range": "cheap",
"stars": "",
"internet": "",
"type": "",
"book stay": "2",
"book day": "saturday",
"book people": "6"
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "",
"day": "",
"arrive by": "",
"departure": "",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "The booking for City Centre North B&B has been made , your reference number is 0FAFY5PP .",
"utt_idx": 5,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "hotel",
"slot": "ref",
"value": "0FAFY5PP",
"start": 79,
"end": 87
},
{
"intent": "inform",
"domain": "hotel",
"slot": "name",
"value": "City Centre North B&B",
"start": 16,
"end": 37
}
],
"binary": [
{
"intent": "book",
"domain": "hotel",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Great ! I also need a train from bishops stortford to cambridge , please .",
"utt_idx": 6,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "destination",
"value": "cambridge",
"start": 54,
"end": 63
},
{
"intent": "inform",
"domain": "train",
"slot": "departure",
"value": "bishops stortford",
"start": 33,
"end": 50
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "city centre north b and b",
"area": "",
"parking": "",
"price range": "cheap",
"stars": "",
"internet": "",
"type": "",
"book stay": "2",
"book day": "saturday",
"book people": "6"
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "cambridge",
"day": "",
"arrive by": "",
"departure": "bishops stortford",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "I can find one for you . Can you tell me what day you would like to travel , please ?",
"utt_idx": 7,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "train",
"slot": "day"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [
{
"name": "city centre north b and b",
"reference": "0FAFY5PP"
}
],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "The train should arrive by 14:45 and should be on the same day as the hotel booking .",
"utt_idx": 8,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "day",
"value": "same day"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "arrive by",
"value": "14:45",
"start": 27,
"end": 32
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "city centre north b and b",
"area": "",
"parking": "",
"price range": "cheap",
"stars": "",
"internet": "",
"type": "",
"book stay": "2",
"book day": "saturday",
"book people": "6"
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "cambridge",
"day": "saturday",
"arrive by": "14:45",
"departure": "bishops stortford",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Great , I recommend train TR5108 . It departs at 13:29 and will get you there by 14:07 . Would you like me to book it ?",
"utt_idx": 9,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "arrive by",
"value": "14:07",
"start": 83,
"end": 88
},
{
"intent": "inform",
"domain": "train",
"slot": "train id",
"value": "TR5108",
"start": 26,
"end": 32
},
{
"intent": "inform",
"domain": "train",
"slot": "leave at",
"value": "13:29",
"start": 51,
"end": 56
}
],
"binary": [
{
"intent": "offerbook",
"domain": "train",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [
{
"name": "city centre north b and b",
"reference": "0FAFY5PP"
}
],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "Please book that train for me now .",
"utt_idx": 10,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "inform",
"domain": "train",
"slot": ""
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "city centre north b and b",
"area": "",
"parking": "",
"price range": "cheap",
"stars": "",
"internet": "",
"type": "",
"book stay": "2",
"book day": "saturday",
"book people": "6"
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "cambridge",
"day": "saturday",
"arrive by": "14:45",
"departure": "bishops stortford",
"book people": ""
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Certainly ! How many tickets would you like ?",
"utt_idx": 11,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "request",
"domain": "train",
"slot": "book people"
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [
{
"name": "city centre north b and b",
"reference": "0FAFY5PP"
}
],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "I need 6 tickets for the same day .",
"utt_idx": 12,
"dialogue_acts": {
"categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "day",
"value": "same day"
}
],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "book people",
"value": "6",
"start": 7,
"end": 8
}
],
"binary": []
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "city centre north b and b",
"area": "",
"parking": "",
"price range": "cheap",
"stars": "",
"internet": "",
"type": "",
"book stay": "2",
"book day": "saturday",
"book people": "6"
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "cambridge",
"day": "saturday",
"arrive by": "14:45",
"departure": "bishops stortford",
"book people": "6"
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "Booking was successful , the total fee is 48.48 GBP payable at the station . \n Reference number is : GSTIN0L6 .",
"utt_idx": 13,
"dialogue_acts": {
"categorical": [],
"non-categorical": [
{
"intent": "inform",
"domain": "train",
"slot": "ref",
"value": "GSTIN0L6",
"start": 101,
"end": 109
},
{
"intent": "inform",
"domain": "train",
"slot": "price",
"value": "48.48 GBP",
"start": 42,
"end": 51
}
],
"binary": [
{
"intent": "book",
"domain": "train",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [
{
"name": "city centre north b and b",
"reference": "0FAFY5PP"
}
],
"attraction": [],
"train": []
}
},
{
"speaker": "user",
"utterance": "That 's all I need today , thank you .",
"utt_idx": 14,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "thank",
"domain": "general",
"slot": ""
}
]
},
"state": {
"attraction": {
"type": "",
"name": "",
"area": ""
},
"hotel": {
"name": "city centre north b and b",
"area": "",
"parking": "",
"price range": "cheap",
"stars": "",
"internet": "",
"type": "",
"book stay": "2",
"book day": "saturday",
"book people": "6"
},
"restaurant": {
"food": "",
"price range": "",
"name": "",
"area": "",
"book time": "",
"book day": "",
"book people": ""
},
"taxi": {
"leave at": "",
"destination": "",
"departure": "",
"arrive by": ""
},
"train": {
"leave at": "",
"destination": "cambridge",
"day": "saturday",
"arrive by": "14:45",
"departure": "bishops stortford",
"book people": "6"
},
"hospital": {
"department": ""
}
}
},
{
"speaker": "system",
"utterance": "You 're welcome ! Lovely day to you .",
"utt_idx": 15,
"dialogue_acts": {
"categorical": [],
"non-categorical": [],
"binary": [
{
"intent": "bye",
"domain": "general",
"slot": ""
},
{
"intent": "welcome",
"domain": "general",
"slot": ""
}
]
},
"booked": {
"taxi": [],
"restaurant": [],
"hospital": [],
"hotel": [
{
"name": "city centre north b and b",
"reference": "0FAFY5PP"
}
],
"attraction": [],
"train": [
{
"trainID": "TR5108",
"reference": "GSTIN0L6"
}
]
}
}
]
}
]