turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a train that departs on Thursday for Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where wouold you be traveling from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,leave_at,'17:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from Peterborough and I need to leave after 17:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'18:38');(_:result,day,'Thursday');(_:result,destination,'Cambridge');(_:result,id,'TR8714');(_:result,leave_at,'17:48');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8714 departs at 17:48 and arrives by 18:38 in Cambridge on Thursday . Would you like to book a seat ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the total travel time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'50 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Total travel time is 50 minutes . Would you like me to book it ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Not right now , thanks . As I 'll be in the center part of town I 'd like to find an expensive restaurant there . Do you have any suggestions ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I certainly can what type of cuisine are you interested in ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Cuisine does n't matter as long as it 's expensive and in the centre . Why do n't you choose one and give me the phone number , postcode , and address"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'1 Kings Parade');(_:result,name,'Cambridge Chop House');(_:result,phone,'01223359506');(_:result,postcode,'cb21sj');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have the Cambridge Chop House postcode cb21sj address is 1 Kings Parade and the phone number is 01223359506 . Would you like me to book that for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I actually do not need any further assistance today . Thank you , goodbye !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a wonderful day , bye !"
}
] |
PMUL1000.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:38"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8714"
],
[
"_:result",
"leave_at",
"17:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"arrive_by",
"18:38"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8714"
],
[
"_:result",
"leave_at",
"17:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"arrive_by",
"18:38"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8714"
],
[
"_:result",
"leave_at",
"17:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"arrive_by",
"18:38"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8714"
],
[
"_:result",
"leave_at",
"17:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"1 Kings Parade"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"phone",
"01223359506"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,\"rosa 's bed and breakfast\");(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello are you familiar with Rosa 's bed and breakfast ? I 've been looking for this hotel for forever !"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'53 roseford road , cb22 ha');(_:result,area,'south');(_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's a guesthouse in the south , located on 53 roseford road , cb22 ha . It 's a cheap 4 star hotel with free internet and parking . Would you like to book a room ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay . yes let 's book it from Tuesday for 4 people for 5 nights ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'JPK1Y99E');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : JPK1Y99E . Can I help you with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it , thank you for the help ."
},
{
"id": 5,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Have a great trip ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Wait , can you also find me a place to dine ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I most certainly can . What type of food are you interested in ? Do you prefer a certain area or price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'swiss');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I m looking for a place that serves Swiss food , more on the expensive side ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Swiss');(_:search,pricerange,'any');(_:search,type,'Restaurant'))",
"inform((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry . I do n't see any restaurants that serve Swiss food at any price range . Would you like to try a different cuisine in the expensive range ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes Korean please , I love that BBQ LOL"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'Little Seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found Little Seoul located in the centre in the expensive range . Would you like to book a table ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'14:30');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , 4 people at 14:30 on tuesday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Please find a taxi for me that can commute us to that location !"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "You seem nice , but I would rather just have this meal with my group , plus you have access to the taxi system , not me . , but thank you for help"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Little Seoul');(_:booking,ref,'GHPSLEDY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked at Little Seoul . Your reference number is GHPSLEDY . Is there anything else that I can assist you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . Thank you . The lodging and dining were my concerns . Goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for letting me assist you today ! Enjoy your visit !"
}
] |
PMUL0179.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"53 roseford road , cb22 ha"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"53 roseford road , cb22 ha"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JPK1Y99E"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"53 roseford road , cb22 ha"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JPK1Y99E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"53 roseford road , cb22 ha"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JPK1Y99E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"swiss"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"53 roseford road , cb22 ha"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JPK1Y99E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/c460a802"
],
[
"_:search/c460a802",
"food",
"Swiss"
],
[
"_:search/c460a802",
"pricerange",
"any"
],
[
"_:search/c460a802",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"53 roseford road , cb22 ha"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JPK1Y99E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/c460a802"
],
[
"_:search/c460a802",
"food",
"Swiss"
],
[
"_:search/c460a802",
"pricerange",
"any"
],
[
"_:search/c460a802",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"53 roseford road , cb22 ha"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JPK1Y99E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/c460a802"
],
[
"_:search/c460a802",
"food",
"Swiss"
],
[
"_:search/c460a802",
"pricerange",
"any"
],
[
"_:search/c460a802",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"53 roseford road , cb22 ha"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/c460a802"
],
[
"_:search/c460a802",
"food",
"Swiss"
],
[
"_:search/c460a802",
"pricerange",
"any"
],
[
"_:search/c460a802",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Little Seoul"
],
[
"_:booking",
"ref",
"GHPSLEDY"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a guesthouse in Cambridge in a moderate price range . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , there are several guest houses available , do you have a specific area you 'd like to stay at ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I 'm flexible on the area but I would really like them to offer both free parking and free wifi ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would definitely recommend the acorn guest house . Would you like a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'7');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , for 7 people . We want to check in on Friday and stay for two nights ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I could n't get you that length of stay at the Acorn . Would you like to try a shorter stay or a different guesthouse ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about 1 night ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'PG2V8WLA');(_:booking,stay,'one');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "They were able to accommodate you for one night . Your reference number is PG2V8WLA ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,departure,'norwich');(_:search,destination,'Cambride');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train leaving from norwich arriving at in Cambride by 13:45"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day do you want to travel ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The same day as my hotel booking , please ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I am sorry but there are no trains available at that time . Would you like to try another day or time ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please . Please recommend my best option . An earlier time would be fine ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'13:35');(_:result,departure,'Norwich');(_:result,destination,'Cambridge');(_:result,id,'TR8151');(_:result,leave_at,'12:16');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We do have TR8151 that leaves Norwich at 12:16 and arrives in Cambridge at 13:35 . Would this work for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that 's perfect . Please book for the same day , Friday , and the same number of people , 7 ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'09J2HO3T');(_:booking,ticket,'123.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 123.2 GBP payable at the station . Reference number is : 09J2HO3T . Is there anything more I can assist you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you kind person for helping me !"
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all , thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our system !"
}
] |
MUL2180.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/e1c947f7"
],
[
"_:booking/e1c947f7",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/e1c947f7"
],
[
"_:booking/e1c947f7",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"PG2V8WLA"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"Cambride"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/e1c947f7"
],
[
"_:booking/e1c947f7",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"PG2V8WLA"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"Cambride"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/e1c947f7"
],
[
"_:booking/e1c947f7",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"PG2V8WLA"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"Cambride"
],
[
"_:system",
"canthelp",
"_:search/773c7d62"
],
[
"_:search/773c7d62",
"type",
"Train"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/e1c947f7"
],
[
"_:booking/e1c947f7",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"PG2V8WLA"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"Cambride"
],
[
"_:system",
"canthelp",
"_:search/773c7d62"
],
[
"_:search/773c7d62",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"13:35"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8151"
],
[
"_:result",
"leave_at",
"12:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/e1c947f7"
],
[
"_:booking/e1c947f7",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"stay",
"one"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"Cambride"
],
[
"_:system",
"canthelp",
"_:search/773c7d62"
],
[
"_:search/773c7d62",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"13:35"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8151"
],
[
"_:result",
"leave_at",
"12:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"09J2HO3T"
],
[
"_:booking",
"ticket",
"123.2 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/e1c947f7"
],
[
"_:booking/e1c947f7",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"stay",
"one"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"Cambride"
],
[
"_:system",
"canthelp",
"_:search/773c7d62"
],
[
"_:search/773c7d62",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"13:35"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8151"
],
[
"_:result",
"leave_at",
"12:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"09J2HO3T"
],
[
"_:booking",
"ticket",
"123.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'18:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is there a train I can take from cambridge that leaves after 18:15 ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,id,'TR1006');(_:result,leave_at,'19:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR1006 leaves at 19:00 . Would that work ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Sunday and go Leicester ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'Sunday');(_:result,destination,'Leicester');(_:result,id,'TR9517');(_:result,leave_at,'18:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Sure . The TR9517 leaves at 18:21 on Sunday for Leicester . Would you like me to book it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No need for a booking , right now . Could you tell me the arrival time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'20:06');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "the arrival time is 20:06"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a place to stay in the moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a specific area in mind ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,stars,'0-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but I do need free parking and wifi . Also , are there any 0-star places ? I 'm feeling adventurous ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Sleeperz');(_:result,has_parking,'none');(_:result,name,'cityroomz');(_:result,pricerange,'moderately priced');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "cityroomz is a moderately priced 0 star , but they do n't provide parking . It 's in a totally sketchy area called Sleeperz . Want to give it a shot ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Please give me the correct area of town ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'sleeperz hotel , station road');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "it is located in sleeperz hotel , station road"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you book it for 3 people and 4 nights starting Wednesday ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,day,'we d');(_:booking,name,'CityRoomz');(_:booking,ref,'N18DU4NR');(_:booking,type,'Booking');(_:result,address,'sleeperz hotel , station road');(_:result,postcode,'cb12tz');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Booking was successful starting we d . Reference number is : N18DU4NR . CityRoomz , sleeperz hotel , station road , cb12tz ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks so much , that 's all I need ! Have a great day !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting the Cambridge TownInfo centre . Goodbye"
}
] |
PMUL1767.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:result",
"id",
"TR1006"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR9517"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR9517"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:result",
"arrive_by",
"20:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR9517"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:result",
"arrive_by",
"20:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR9517"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:result",
"arrive_by",
"20:06"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"Sleeperz"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR9517"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:result",
"arrive_by",
"20:06"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR9517"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:result",
"arrive_by",
"20:06"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"we d"
],
[
"_:booking",
"name",
"CityRoomz"
],
[
"_:booking",
"ref",
"N18DU4NR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"postcode",
"cb12tz"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'arbury lodge guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a particular hotel . Its name is called arbury lodge guesthouse"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Arbury Lodge Guesthouse');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to check availability for Arbury Lodge Guesthouse on a particular date ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book it for 4 people and 2 nights starting from friday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , your booking was unsuccessful . Would you like to book another day or a shorter stay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "how about 1 night instead ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'NSVESB6H');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : NSVESB6H ."
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you , that 's all I need . Good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "It was my pleasure . Thank you for using Cambridge TownInfo centre . Goodbye ."
}
] |
SNG02281.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"arbury lodge guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"arbury lodge guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Arbury Lodge Guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"arbury lodge guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Arbury Lodge Guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/1c548d38"
],
[
"_:booking/1c548d38",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"arbury lodge guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Arbury Lodge Guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/1c548d38"
],
[
"_:booking/1c548d38",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"NSVESB6H"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train to Ely . I need to arrive by 19:30 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'18:07');(_:result,id,'TR9933');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We have the TR9933 train arriving at 18:07 . Would you like me to book that for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That train is leaving from Cambridge on Sunday , correct ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'other options');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "With your new criteria , that train wo n't work anymore , but there are other options . What is your preferred departure time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,day,'sunday');(_:search,destination,'ely');(_:search,leave_at,'dontcare');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The departure time is of no concern , but I need to arrive on sunday in ely at 19:30 please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'08:07');(_:result,destination,'Ely');(_:result,id,'TR2475');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "TR2475 arrives in Ely at 08:07 . Would you like any more information about this route or assistance booking a ticket ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,people,'6');(_:search,type,'Attraction');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Great . I need it booked for 6 people and could you give me the reference number . I 'm also looking for places to go in the centre of town ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'6');(_:booking,ticket,'21.12 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your train is booked for 6 people . The total fee is 21.12 GBP , which is payable at the station . Anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I also am looking for an attraction to go to in the centre of town ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 44 attractions available , do you have a preference to the type of location ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , in the centre of town ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Are you most interested in free attractions ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That would be fine . What is the name and address of one of those attractions ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Castle Galleries is a museum in the centre of town that has free admission ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Please give me their address"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , the address of Castle Galleries is unit su43 , grande arcade , saint andrews street ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks . That 's all I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "It 's my pleasure . Thank you for allowing me to assist you . Goodbye !"
}
] |
MUL0422.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR9933"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR9933"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"other options"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"other options"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"08:07"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR2475"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"other options"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"08:07"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR2475"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ticket",
"21.12 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"other options"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"08:07"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR2475"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ticket",
"21.12 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"other options"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"08:07"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR2475"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ticket",
"21.12 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"other options"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"08:07"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR2475"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ticket",
"21.12 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"other options"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"08:07"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR2475"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ticket",
"21.12 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I am planning a trip and could use some help finding a particular attraction ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure what type of attraction can I help you find ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like a museum in the west please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Castle street');(_:result,entrance_fee,'free');(_:result,name,\"Kettle 's yard\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Kettle 's yard is found in Castle street . Their entrance fee is free ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the phone number for that one ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223748100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "the phone number is 01223748100 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . Could you also find a guesthouse with a four star rating and free parking ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there a certain area you 'd like it to be in or would you like me to make a recommendation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Whatever you recommend will work . It need it booked for Wednesday , 2 nights , 7 people . I 'll need the reference number as well please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'acorn guest house');(_:booking,ref,'P11X2D77');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked a room at the Acorn Guest House . Your reference number is P11X2D77 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks . you were very helpful . goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a wonderful day ."
}
] |
PMUL2580.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Castle street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Kettle 's yard"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"address",
"Castle street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Kettle 's yard"
],
[
"_:result",
"phone",
"01223748100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Castle street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Kettle 's yard"
],
[
"_:result",
"phone",
"01223748100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Castle street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Kettle 's yard"
],
[
"_:result",
"phone",
"01223748100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"name",
"acorn guest house"
],
[
"_:booking",
"ref",
"P11X2D77"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What kind of entertainment is located in town in the south area of Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'entertainment');(_:result,name,'Nusha');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Nusha is entertainment in the south part of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds interesting . What is the entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,phone,'01223902158');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is actually free . You can call them at 01223902158 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great . What 's the postcode ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb17dy . Do you need any more information ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'avalon');(_:search,type,'Hotel'))",
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need the phone number for the avalon hotel ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Unfortunately my system is not showing the number would you like the number to another hotel ?"
}
] |
PMUL2981.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223902158"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223902158"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a cheap restaurant near the centre of Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'15');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 15 restaurants that meet your needs . Would you like to narrow it down by cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))",
"inform((_:search,food,'Italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Pasta sounds good . May I have the phone number for the top rated Italian restaurant ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Zizzi Cambridge');(_:result,phone,'01223365599');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have the Zizzi Cambridge showing at 01223365599 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'19:45');(_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds good . Also , I need info on a train . Leaving Friday and arriving at 19:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'1945');(_:result,count,'294');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I found 294 trains arriving by 1945 . What is your departure location and destination please ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should go to bishops stortford and should depart from cambridge ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'19:45');(_:result,count,'7');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 7 trains that arrive by 19:45 . What time would you like to depart ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'19:45');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,id,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can I have the train ID , travel time , and the departure time of the train that will get me there closest to 19:45 ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'18:07');(_:result,departure,'cambridge');(_:result,destination,'bishops stortford');(_:result,id,'TR1567');(_:result,leave_at,'17:29');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "TR1567 \t cambridge 17:29 \t bishops stortford 18:07 . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that is all , thank you for your help !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
MUL0309.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"food",
"Italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"food",
"Italian"
],
[
"_:result",
"name",
"Zizzi Cambridge"
],
[
"_:result",
"phone",
"01223365599"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"Italian"
],
[
"_:result",
"name",
"Zizzi Cambridge"
],
[
"_:result",
"phone",
"01223365599"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"1945"
],
[
"_:result",
"count",
"294"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"Italian"
],
[
"_:result",
"name",
"Zizzi Cambridge"
],
[
"_:result",
"phone",
"01223365599"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"19:45"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"Italian"
],
[
"_:result",
"name",
"Zizzi Cambridge"
],
[
"_:result",
"phone",
"01223365599"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"bishops stortford"
],
[
"_:result",
"id",
"TR1567"
],
[
"_:result",
"leave_at",
"17:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I 'm looking for help regarding a car accident dispute I was in ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "You should contact the police at 01223358966 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "What is their address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The address to the polic is Parkside , Cambridge ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that is all I needed ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG01410.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'welsh');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi . I 'm trying to find a restaurant that serves Welsh food . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "no information found"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'Portuguese');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Portuguese food ? I do n't care about the price range ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "system",
"text": "which area of town would you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Portuguese food in any area"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'City Center');(_:result,area,'South');(_:result,count,'2');(_:result,food,'portuguese');(_:result,name,'Nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two restaurants serving portuguese food . Nandos in the South and Nandos in City Center . Would you like further information on either of those ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'nandos');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you give me the phone number and address of the Nandos in City Center ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'33 - 34 Saint Andrews Street');(_:result,name,'Nandos');(_:result,phone,'01223 327908');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos can be found at 33 - 34 Saint Andrews Street and can be reached at 01223 327908 . Can I assist you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , that is all . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and have a great day !"
}
] |
WOZ20079.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"welsh"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/860cf08d"
],
[
"_:search/860cf08d",
"type",
"Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/860cf08d"
],
[
"_:search/860cf08d",
"type",
"Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/860cf08d"
],
[
"_:search/860cf08d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"City Center"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"nandos"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/860cf08d"
],
[
"_:search/860cf08d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"City Center"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:search",
"name",
"nandos"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"phone",
"01223 327908"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there any moderately priced hotel that offers free parking by any chance ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several , is there a particular area you are interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,stars,'3');(_:search,type,'Hotel'))",
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm not really picky on an area as long as it is a nice area and the hotel has a 3 star rating ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'a few');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "well I have a few for you when is your stay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hotel you want to book it for 7 people and 5 nights starting thursday and need a confirmation number thank you"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'B6H2PD8G');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : B6H2PD8G ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need to find a moderately priced Italian restaurant ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I hev five options , on which location do you prefer ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "i will act on your suggestion ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'italian');(_:result,name,'Prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Prezzo is an italian restaurant on the east part of town in the moderate price range ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Can you reserve a table ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I can sure book that for you . What evening would you like in particular ? How many will be dining ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,area,'east');(_:search,name,'Prezzo');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , I do n't need a booking yet . You 've told me that Prezzo is in the east . All I need is the postcode ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'prezzo');(_:result,postcode,'cb30ad');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , prezzo is actually located in the west . The postcode is cb30ad ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok great thank you . That is all the information I need today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL3118.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"B6H2PD8G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"B6H2PD8G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"amount",
"a few"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"B6H2PD8G"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"B6H2PD8G"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"name",
"Prezzo"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"B6H2PD8G"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"name",
"Prezzo"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"prezzo"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'yippee noodle bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for yippee noodle bar ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'40428 King Street City Centre');(_:result,name,'Yippee Noodle Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yippee Noodle Bar is at 40428 King Street City Centre . Would you like to make a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'16:15');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . I need a reservation for 6 people at 16:15 on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"thank()",
"inform((_:booking,day,'Thursday');(_:booking,duration,'16:15');(_:booking,people,'6');(_:booking,ref,'C73DB4I8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Got it ! your reservation is confirmed for Thursday at 16:15 for 6 people . your reference number is C73DB4I8 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for places to go in town ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 79 different attractions in town . Do you have a specific area or type of attraction that you are looking for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,name,'Yippee noodle bar');(_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm very interested in visiting a history museum . Is there a museum closer to the Yippee noodle bar or possibly within 5 to 8 miles is okay also"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Broughton house gallery');(_:result,type,'Attraction'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Broughton house gallery \t is one in the centre of town , would that work ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'16:15');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes . Can I please get a taxi to arrive at the restaurant by the booked time of 16:15 ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "And where would you like to be picked up ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'broughton house gallery');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "At the Broughton House Gallery , please"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'black Honda');(_:result,departure,'Broughton House Gallery');(_:result,leave_at,'15:30');(_:result,phone,'07749918641');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have a car - a black Honda booked to pick you up at the Broughton House Gallery at 15:30 . This is the driver 's contact number 07749918641 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help . That is all I need today !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Hace a great day !"
}
] |
MUL0949.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"C73DB4I8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"C73DB4I8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"name",
"Yippee noodle bar"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"C73DB4I8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"name",
"Yippee noodle bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Broughton house gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"C73DB4I8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"name",
"Yippee noodle bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Broughton house gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"departure",
"broughton house gallery"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"C73DB4I8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"name",
"Yippee noodle bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Broughton house gallery"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"departure",
"broughton house gallery"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Honda"
],
[
"_:result",
"departure",
"Broughton House Gallery"
],
[
"_:result",
"leave_at",
"15:30"
],
[
"_:result",
"phone",
"07749918641"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for information on train times , can you help ?"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , I can help you with trains . Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,leave_at,'16:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving Stansted Airport to Cambridge after 16:15 on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR1342');(_:result,leave_at,'16:42');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1342 leaves at 16:42 would that work for you ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes . Can you book a single ticket for me ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'8MKSM72E');(_:booking,ticket,'10.1 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 10.1 GBP payable at the station .Reference number is : 8MKSM72E . have you anything else i can help ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I need a place to have dinner . I 'm thinking italian and expensive ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 locations . Did you have a preferred area of town ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The restaurant should be in the centre"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'caffe uno');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i recommend caffe uno . can i book for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'20:15');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Book for 1 at 20:15 ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'LTN9KTVQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : LTN9KTVQ . Anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 'll be all , thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL4558.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1342"
],
[
"_:result",
"leave_at",
"16:42"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"id",
"TR1342"
],
[
"_:result",
"leave_at",
"16:42"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8MKSM72E"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"id",
"TR1342"
],
[
"_:result",
"leave_at",
"16:42"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8MKSM72E"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"id",
"TR1342"
],
[
"_:result",
"leave_at",
"16:42"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8MKSM72E"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"caffe uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"20:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"id",
"TR1342"
],
[
"_:result",
"leave_at",
"16:42"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"caffe uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"20:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LTN9KTVQ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "Can you tell me about the Carolina B&B ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'The carolina bed and breakfast');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The carolina bed and breakfast is a guesthouse in the east that is in the moderate price range . Are you looking to stay a specific day ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I need the guesthouse starting Wednesday for 6 people and 3 nights ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please book that for me ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Oh dear . I am sorry but the hotel is not available for the time specified . Could we look at a different day or number of nights ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh sure , try for 2 nights instead of 3 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'LNE5KHXR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is LNE5KHXR"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would also like to find a train that will arrive by 13:45 departing from Cambridge ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , I will be happy to assist you . What day would you want to travel ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to get to Kings Lynn on Friday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'12:58');(_:result,day,'Friday');(_:result,destination,'Kings Lynn');(_:result,id,'TR2621');(_:result,leave_at,'12:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2621 leaves Friday at 12:11 and arrives in Kings Lynn at 12:58 . Can I book that for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would like to book it for 6 people . Please provide me with the reference number as well ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'24ZD48NB');(_:booking,ticket,'58.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The total price is 58.8 GBP and your reference number is 24ZD48NB ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you !"
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's all for now . Goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "No problem . Thank you !"
}
] |
MUL0781.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/a775ae70"
],
[
"_:booking/a775ae70",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/a775ae70"
],
[
"_:booking/a775ae70",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"LNE5KHXR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/a775ae70"
],
[
"_:booking/a775ae70",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"LNE5KHXR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/a775ae70"
],
[
"_:booking/a775ae70",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"LNE5KHXR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"12:58"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR2621"
],
[
"_:result",
"leave_at",
"12:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/a775ae70"
],
[
"_:booking/a775ae70",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"12:58"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR2621"
],
[
"_:result",
"leave_at",
"12:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"24ZD48NB"
],
[
"_:booking",
"ticket",
"58.8 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/a775ae70"
],
[
"_:booking/a775ae70",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"12:58"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR2621"
],
[
"_:result",
"leave_at",
"12:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"24ZD48NB"
],
[
"_:booking",
"ticket",
"58.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'8:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Could you help me find a train that leaves on a wednesday after 8:45 ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you tell me where you are leaving from and where you are headed to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Certainly . I need to travel from Leicester to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR1672');(_:result,leave_at,'09:09');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The first train after 08:45 is the TR1672 , which leaves at 09:09 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'four');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need it for four people please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'TE5QEU4H');(_:booking,ticket,'151.19');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Of course . Your reference number is TE5QEU4H . The total is 151.19 payable at the station ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great thank you I also need to find a guesthouse in a moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,area,'north');(_:result,category,'guesthouses');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Archway House');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several guesthouses in the moderate price rance . I can recommend the Archway House . They 're in the north , have 4 stars , and offer both free wifi and parking ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find one in the south , actually ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"select((_:result,name,'aylesbray lodge guest house or the bridge guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the aylesbray lodge guest house or the bridge guest house . Would you like me to book one for you today ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))",
"inform((_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you try booking at the Aylesbray lodge for 2 nights , and may I have the postal code ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:booking,people,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many guest will be staying with you at the lodge ? Will the booking be for 4 guests also ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,postcode,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I actually think I will book myself later . If I could just get the postal code and if they have internet ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,postcode,'cb17sr');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The postal code is cb17sr . They do have internet . Is there anything else I could help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all the info I needed . Thanks for all your help"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a good day ."
}
] |
MUL2026.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"8:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"8:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"8:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR1672"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"8:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR1672"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"four"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TE5QEU4H"
],
[
"_:booking",
"ticket",
"151.19"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"8:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR1672"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:search",
"people",
"four"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TE5QEU4H"
],
[
"_:booking",
"ticket",
"151.19"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"8:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR1672"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:search",
"people",
"four"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TE5QEU4H"
],
[
"_:booking",
"ticket",
"151.19"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"aylesbray lodge guest house or the bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"8:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR1672"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:search",
"people",
"four"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TE5QEU4H"
],
[
"_:booking",
"ticket",
"151.19"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"aylesbray lodge guest house or the bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"8:45"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR1672"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:search",
"people",
"four"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TE5QEU4H"
],
[
"_:booking",
"ticket",
"151.19"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"aylesbray lodge guest house or the bridge guest house"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb17sr"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'john farman intensive care unit');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I am looking for the John Farman Intensive Care unit of the Addenbrookes Hospital ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,department,'john farman intensive care unit');(_:result,phone,'01223256166');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Yes the telephone for the John Farman Intensive Care unit of the Addenbrookes Hospital is 01223256166 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "That does n't really matter . Can I have the postcode please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The hospital postcode is CB20QQ . Do you need other information ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope that is it ! Thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Have a great day !"
}
] |
SNG02156.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"john farman intensive care unit"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"john farman intensive care unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"john farman intensive care unit"
],
[
"_:result",
"phone",
"01223256166"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"john farman intensive care unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"john farman intensive care unit"
],
[
"_:result",
"phone",
"01223256166"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "We want to find a restaurant that serves unusual food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have a particular type of food you 'd like to try ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , just please make sure the food 's unusual , located in the north and expensive ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'Asian oriental');(_:result,name,'Saigon city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Saigon city serves Asian oriental in the north part of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's pretty offensive to call Asian oriental unusual . I 'm looking for a restaurant that serves food labelled as unusual ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,food,'unusual');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I have no restaurants that list there food as unusual , do you have any other preferences ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , how about Chinese food ? Still expensive and in the north please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'the hotpot');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yes , there 's a place called the hotpot"
},
{
"id": 8,
"rdf-acts": [
"thank()",
"inform((_:search,day,'friday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let me have a reservation at Hotpot on Friday , thank you ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , how many people and what time ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'19:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "7 people at 19:45 on friday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,name,'the hotpot');(_:booking,ref,'55CAP7FC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to make a booking for the hotpot . You reservation number is 55CAP7FC ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Awesome . Now can you tell me if there is a swimming pool nearby the restaurant ? I love to swim after egg rolls !"
},
{
"id": 13,
"rdf-acts": [
"select((_:result,name,'Jesus Green Outdoor Pool');(_:result,name,'Kings Hedges Learner Pool');(_:result,type,'Attraction'))",
"inform((_:result,area,'north');(_:result,count,'2');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are two in the north ; Jesus Green Outdoor Pool and Kings Hedges Learner Pool . Would you like the location of either of those ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you pick the best swimming pool and get me the postcode and phone number please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'jedburgh court');(_:result,address,'kings hedges');(_:result,name,'the kings hedges learner pool');(_:result,phone,'01223353248');(_:result,postcode,'cb42xh');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm going to recommend the kings hedges learner pool located at jedburgh court , kings hedges the post code is cb42xh . The phone number is 01223353248 ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'19:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need to book a taxi between the hotel and restaurant . I need to arrive by 19:45 ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time do you need to leave by ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I just need it to arrive by the time the restaurant was booked ."
},
{
"id": 19,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking');(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many people are traveling ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "7 people for the taxi ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,arrive_by,'19:45');(_:result,car,'white audi');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Ok , you are booked for a 19:45 arrival time , the taxi is a white audi . Is there anything else ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can I get the contact number for the taxi as well , please ?"
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,phone,'07625009528');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Contact number is 07625009528 Can I help you with anything else ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL2068.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"unusual"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Asian oriental"
],
[
"_:result",
"name",
"Saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"unusual"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Asian oriental"
],
[
"_:result",
"name",
"Saigon city"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/c53e6fb2"
],
[
"_:search/c53e6fb2",
"food",
"unusual"
],
[
"_:search/c53e6fb2",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Asian oriental"
],
[
"_:system",
"canthelp",
"_:search/c53e6fb2"
],
[
"_:search/c53e6fb2",
"food",
"unusual"
],
[
"_:search/c53e6fb2",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Asian oriental"
],
[
"_:system",
"canthelp",
"_:search/c53e6fb2"
],
[
"_:search/c53e6fb2",
"food",
"unusual"
],
[
"_:search/c53e6fb2",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Asian oriental"
],
[
"_:system",
"canthelp",
"_:search/c53e6fb2"
],
[
"_:search/c53e6fb2",
"food",
"unusual"
],
[
"_:search/c53e6fb2",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"name",
"the hotpot"
],
[
"_:booking",
"ref",
"55CAP7FC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Asian oriental"
],
[
"_:system",
"canthelp",
"_:search/c53e6fb2"
],
[
"_:search/c53e6fb2",
"food",
"unusual"
],
[
"_:search/c53e6fb2",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"name",
"the hotpot"
],
[
"_:booking",
"ref",
"55CAP7FC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"name",
"Kings Hedges Learner Pool"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Asian oriental"
],
[
"_:system",
"canthelp",
"_:search/c53e6fb2"
],
[
"_:search/c53e6fb2",
"food",
"unusual"
],
[
"_:search/c53e6fb2",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"name",
"the hotpot"
],
[
"_:booking",
"ref",
"55CAP7FC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"jedburgh court"
],
[
"_:result",
"address",
"kings hedges"
],
[
"_:result",
"name",
"the kings hedges learner pool"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Asian oriental"
],
[
"_:system",
"canthelp",
"_:search/c53e6fb2"
],
[
"_:search/c53e6fb2",
"food",
"unusual"
],
[
"_:search/c53e6fb2",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"name",
"the hotpot"
],
[
"_:booking",
"ref",
"55CAP7FC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"jedburgh court"
],
[
"_:result",
"address",
"kings hedges"
],
[
"_:result",
"name",
"the kings hedges learner pool"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Asian oriental"
],
[
"_:system",
"canthelp",
"_:search/c53e6fb2"
],
[
"_:search/c53e6fb2",
"food",
"unusual"
],
[
"_:search/c53e6fb2",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:booking",
"name",
"the hotpot"
],
[
"_:booking",
"ref",
"55CAP7FC"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"jedburgh court"
],
[
"_:result",
"address",
"kings hedges"
],
[
"_:result",
"name",
"the kings hedges learner pool"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Asian oriental"
],
[
"_:system",
"canthelp",
"_:search/c53e6fb2"
],
[
"_:search/c53e6fb2",
"food",
"unusual"
],
[
"_:search/c53e6fb2",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:booking",
"name",
"the hotpot"
],
[
"_:booking",
"ref",
"55CAP7FC"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"jedburgh court"
],
[
"_:result",
"address",
"kings hedges"
],
[
"_:result",
"name",
"the kings hedges learner pool"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"arrive_by",
"19:45"
],
[
"_:result",
"car",
"white audi"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Asian oriental"
],
[
"_:system",
"canthelp",
"_:search/c53e6fb2"
],
[
"_:search/c53e6fb2",
"food",
"unusual"
],
[
"_:search/c53e6fb2",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:booking",
"name",
"the hotpot"
],
[
"_:booking",
"ref",
"55CAP7FC"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"jedburgh court"
],
[
"_:result",
"address",
"kings hedges"
],
[
"_:result",
"name",
"the kings hedges learner pool"
],
[
"_:result",
"postcode",
"cb42xh"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"arrive_by",
"19:45"
],
[
"_:result",
"car",
"white audi"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"phone",
"07625009528"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant that serves swedish food in the centre ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'Swedish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants that serve Swedish food in the centre . What would you like to do ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Well , the restaurant should be expensive . Are there any expensive restaurants in the centre of town ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes many . It all depends on what type of cuisine you 're after ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about a restaurant that serves gastropub food ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'2');(_:result,food,'gastropub');(_:result,name,'backstreet bistro');(_:result,name,'the slug and lettuce');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I was able to find two restaurants that serve gastropub for you . I have backstreet bistro and the slug and lettuce , both located in the centre of town ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'17:15');(_:search,name,'backstreet bistro');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get a table for 1 at the Backstreet Bistro ? Saturday at 17:15 , if possible ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'STQ9N9UV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It 's all booked , your reference number is STQ9N9UV"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Excellent . That will be everything . Thank you !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
SNG0507.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"swedish"
],
[
"_:system",
"canthelp",
"_:search/f422b30a"
],
[
"_:search/f422b30a",
"area",
"centre"
],
[
"_:search/f422b30a",
"food",
"Swedish"
],
[
"_:search/f422b30a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f422b30a"
],
[
"_:search/f422b30a",
"area",
"centre"
],
[
"_:search/f422b30a",
"food",
"Swedish"
],
[
"_:search/f422b30a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f422b30a"
],
[
"_:search/f422b30a",
"area",
"centre"
],
[
"_:search/f422b30a",
"food",
"Swedish"
],
[
"_:search/f422b30a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"backstreet bistro"
],
[
"_:result",
"name",
"the slug and lettuce"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"name",
"backstreet bistro"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f422b30a"
],
[
"_:search/f422b30a",
"area",
"centre"
],
[
"_:search/f422b30a",
"food",
"Swedish"
],
[
"_:search/f422b30a",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"backstreet bistro"
],
[
"_:result",
"name",
"the slug and lettuce"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"name",
"backstreet bistro"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"STQ9N9UV"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'stevenage');(_:search,leave_at,'8:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train leaving after 8:15 going to stevenage ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is that leaving from cambridge ? What day would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'm leaving from Cambridge on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:10');(_:result,id,'TR8913');(_:result,leave_at,'9:21');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8913 will leave at 9:21 and arrive by 10:10 . Do you want to book a seat ? It will cost 12.80 pounds ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "No that is all I need for now ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need help with anything else ? Hotel , attraction , etc ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , a place to stay/ I am treating myself so make it an expensive one with free parking ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Can you tell me what area you would like to stay in please ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any area would work . It needs to be a 2 star hotel ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Express by Holiday Inn Cambridge');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Express by Holiday Inn Cambridge meets your description . Would you like to make a booking ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please book it for me ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to help . Is it just you , or will you have other guests ? And for how many days will you be staying ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I do not want to book it . I just need the postcode ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,postcode,'cb13lh');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Their postcode is cb13lh . Can I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "That 's all I needed ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Ok great , have a fantastic day !"
}
] |
PMUL3654.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"8:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"8:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"8:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"id",
"TR8913"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"8:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"id",
"TR8913"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"8:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"id",
"TR8913"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"8:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"id",
"TR8913"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"8:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"id",
"TR8913"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"8:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"id",
"TR8913"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb13lh"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'danish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a Danish place to eat and I would like it to be on the expensive price range ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry there is nothing matching your requests . Would you like to change your request ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,food,'Danish');(_:search,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm afraid I 'm not finding any Danish restaurants of any type . Would you like to try a different style of restaurant ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'african');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about African Food in the centre of town ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The bedouin meets your criteria . Would you like to book a table ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Maybe later , for now I would like to know its phone number and postcode ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223367660');(_:result,postcode,'cb12bd');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number is 01223367660 and the postcode is cb12bd . Anything else I can do for you today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am a looking for a place to stay in the same price range as the restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'5');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 5 hotels in the expensive price range , do you have an area of town you 'd prefer ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The area does n't matter , but I need free parking , free wifi , and a 3 star rating ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great , I 've found two hotels meeting that criteria . How many days were you spending at the hotel and how many people will be residing with you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel for 2 people on 4 nights starting on Friday"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,name,'lensfield hotel');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The lensfield hotel is 1 of 2 places that matches your needs . Can I book you in for this hotel ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "How do the 2 places compare ?"
},
{
"id": 15,
"rdf-acts": [
"select((_:result,area,'center');(_:result,area,'south');(_:result,name,'gonville hotel');(_:result,name,'lensfield hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The lensfield hotel is in the south while the gonville hotel is in the center ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The centre works much much better for us . Can you please book that for me ? If that does n't work can you try 2 night ?"
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "So sorry , the hotel is not available for that booking request . Would you like a different day or to shorten your stay ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,stay,'two');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Try two nights and please give me a reference number when you are done ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,name,'Gonville');(_:booking,people,'2');(_:booking,ref,'WIQEBN2A');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book 2 nights at the Gonville for 2 people , starting on Friday . Your reference number is WIQEBN2A . Can I help with anything else today ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,departure,'bedouin');(_:search,leave_at,'18:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you book me a taxi please ? I am looking for one to pick me up at the Bedouin and I would like to leave by 18:45"
},
{
"id": 21,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'd be happy to book that for you , but I just wanted to confirm your destination . Will that be your hotel ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,destination,'gonville');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes I will be at the Gonville ."
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "All right , I 've booked your taxi ."
},
{
"id": 24,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks . Can I have the contact number and car type , please ?"
},
{
"id": 25,
"rdf-acts": [
"inform((_:result,car,'yellow Toyota');(_:result,phone,'07174376196');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The contact number is 07174376196 and the car is a yellow Toyota . Anything else I can help you with ?"
},
{
"id": 26,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's it . Thank you very much ."
},
{
"id": 27,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
MUL0176.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"danish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"danish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/38e5cbb2"
],
[
"_:search/38e5cbb2",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/38e5cbb2"
],
[
"_:search/38e5cbb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0612dc39"
],
[
"_:search/0612dc39",
"food",
"Danish"
],
[
"_:search/0612dc39",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/38e5cbb2"
],
[
"_:search/38e5cbb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0612dc39"
],
[
"_:search/0612dc39",
"food",
"Danish"
],
[
"_:search/0612dc39",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/38e5cbb2"
],
[
"_:search/38e5cbb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0612dc39"
],
[
"_:search/0612dc39",
"food",
"Danish"
],
[
"_:search/0612dc39",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/38e5cbb2"
],
[
"_:search/38e5cbb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0612dc39"
],
[
"_:search/0612dc39",
"food",
"Danish"
],
[
"_:search/0612dc39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/38e5cbb2"
],
[
"_:search/38e5cbb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0612dc39"
],
[
"_:search/0612dc39",
"food",
"Danish"
],
[
"_:search/0612dc39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/38e5cbb2"
],
[
"_:search/38e5cbb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0612dc39"
],
[
"_:search/0612dc39",
"food",
"Danish"
],
[
"_:search/0612dc39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"lensfield hotel"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/38e5cbb2"
],
[
"_:search/38e5cbb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0612dc39"
],
[
"_:search/0612dc39",
"food",
"Danish"
],
[
"_:search/0612dc39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"name",
"lensfield hotel"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/38e5cbb2"
],
[
"_:search/38e5cbb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0612dc39"
],
[
"_:search/0612dc39",
"food",
"Danish"
],
[
"_:search/0612dc39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"name",
"lensfield hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/148b2c1a"
],
[
"_:booking/148b2c1a",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/38e5cbb2"
],
[
"_:search/38e5cbb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0612dc39"
],
[
"_:search/0612dc39",
"food",
"Danish"
],
[
"_:search/0612dc39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/148b2c1a"
],
[
"_:booking/148b2c1a",
"type",
"Booking"
],
[
"_:search",
"stay",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Gonville"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"WIQEBN2A"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bedouin"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/38e5cbb2"
],
[
"_:search/38e5cbb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0612dc39"
],
[
"_:search/0612dc39",
"food",
"Danish"
],
[
"_:search/0612dc39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/148b2c1a"
],
[
"_:booking/148b2c1a",
"type",
"Booking"
],
[
"_:search",
"stay",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Gonville"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"WIQEBN2A"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bedouin"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"destination",
"gonville"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/38e5cbb2"
],
[
"_:search/38e5cbb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0612dc39"
],
[
"_:search/0612dc39",
"food",
"Danish"
],
[
"_:search/0612dc39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:system",
"canthelp",
"_:booking/148b2c1a"
],
[
"_:booking/148b2c1a",
"type",
"Booking"
],
[
"_:search",
"stay",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Gonville"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"WIQEBN2A"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bedouin"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"destination",
"gonville"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/38e5cbb2"
],
[
"_:search/38e5cbb2",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/0612dc39"
],
[
"_:search/0612dc39",
"food",
"Danish"
],
[
"_:search/0612dc39",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:system",
"canthelp",
"_:booking/148b2c1a"
],
[
"_:booking/148b2c1a",
"type",
"Booking"
],
[
"_:search",
"stay",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Gonville"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"WIQEBN2A"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"bedouin"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"destination",
"gonville"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Toyota"
],
[
"_:result",
"phone",
"07174376196"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a guesthouse in the north ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'11');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have about 11 different options . Do you have a preference on price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer that be expensive ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'ones');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"canthelp((_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no expensive guesthouses however I do see moderate ones . Would you like to try one of those ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , but needs to be a 4 star in the north"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'7');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ok , there are 7 options . Would you like free internet or parking ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,has_internet,'dontcare');(_:search,has_parking,'dontcare');(_:search,people,'one');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does n't matter . Book one of them for myself and 3 nights starting from wednesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'154 Chesterton Road');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,name,'Acorn Guest House');(_:booking,ref,'O4BO1B0L');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking at the Acorn Guest House was successful , the reference number is O4BO1B0L . It is located at 154 Chesterton Road , Postal Code cb41da . Is there anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , can you help me find a train ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I can . All I need is your departure location , destination , day and when you would like to either leave or arrive by ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving birmingham new street the same day as my hotel booking ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'QRZK7Y5S');(_:booking,ticket,'75.09 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 75.09 GBP payable at the station . \n Reference number is : QRZK7Y5S ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,leave_at,'14:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Wow . You did n't even get the timeframe I am looking for . I ca n't leave until after 14:30 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,leave_at,'14:40');(_:result,leave_at,'15:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I apologize ! There are two trains leaving near your requested time . one at 14:40 and one at 15:40 . Will one of those work ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,leave_at,'14:40');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "The one at 14:40 should be fine . Can you tell me when it arrives ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'17:23');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It will arrive at 17:23 ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the travel time ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,duration,'163 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It 's 163 minutes . Would you like to book some tickets ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , just one ticket would be fine ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'3Q0TELMH');(_:booking,ticket,'75.09 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Good news ! Booking was successful , the total fee is 75.09 GBP payable at the station . \n Reference number is : 3Q0TELMH . Is there anything else that you need ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . That was all I needed . Have a good day"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your stay in Cambridge . Bye ."
}
] |
MUL2139.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"ones"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/8429168f"
],
[
"_:search/8429168f",
"category",
"guesthouses"
],
[
"_:search/8429168f",
"pricerange",
"expensive"
],
[
"_:search/8429168f",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"ones"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/8429168f"
],
[
"_:search/8429168f",
"category",
"guesthouses"
],
[
"_:search/8429168f",
"pricerange",
"expensive"
],
[
"_:search/8429168f",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"ones"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/8429168f"
],
[
"_:search/8429168f",
"category",
"guesthouses"
],
[
"_:search/8429168f",
"pricerange",
"expensive"
],
[
"_:search/8429168f",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"ref",
"O4BO1B0L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"ones"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/8429168f"
],
[
"_:search/8429168f",
"category",
"guesthouses"
],
[
"_:search/8429168f",
"pricerange",
"expensive"
],
[
"_:search/8429168f",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"ref",
"O4BO1B0L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"ones"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/8429168f"
],
[
"_:search/8429168f",
"category",
"guesthouses"
],
[
"_:search/8429168f",
"pricerange",
"expensive"
],
[
"_:search/8429168f",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"QRZK7Y5S"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"ones"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/8429168f"
],
[
"_:search/8429168f",
"category",
"guesthouses"
],
[
"_:search/8429168f",
"pricerange",
"expensive"
],
[
"_:search/8429168f",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"QRZK7Y5S"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"leave_at",
"14:40"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"14:40"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"ones"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/8429168f"
],
[
"_:search/8429168f",
"category",
"guesthouses"
],
[
"_:search/8429168f",
"pricerange",
"expensive"
],
[
"_:search/8429168f",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"QRZK7Y5S"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"leave_at",
"14:40"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:search",
"leave_at",
"14:40"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:23"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"ones"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/8429168f"
],
[
"_:search/8429168f",
"category",
"guesthouses"
],
[
"_:search/8429168f",
"pricerange",
"expensive"
],
[
"_:search/8429168f",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"QRZK7Y5S"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"leave_at",
"14:40"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:search",
"leave_at",
"14:40"
],
[
"_:result",
"arrive_by",
"17:23"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"ones"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/8429168f"
],
[
"_:search/8429168f",
"category",
"guesthouses"
],
[
"_:search/8429168f",
"pricerange",
"expensive"
],
[
"_:search/8429168f",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"leave_at",
"14:40"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:search",
"leave_at",
"14:40"
],
[
"_:result",
"arrive_by",
"17:23"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3Q0TELMH"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I need to get to a hospital ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Oh no ! The address is Hills Rd , Cambridge ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Can i get the postcode and phone number as well ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Telephone \t : \t 01223245151 \n Address \t : \t Hills Rd , Cambridge \n Postcode \t : \t CB20QQ"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . That takes care of all my needs now ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for allowing me to help you today ."
}
] |
SNG01548.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train out of kings lynn please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be going ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to go to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When will you be leaving ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'14:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 14:15 on tuesday please"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR8932');(_:result,leave_at,'15:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8932 departs at 15:11 would that work for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please give me travel time ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'47 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "That will be 47 minutes ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that 's all I need , thanks !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Please contact us again if we can help in the future . Have a great day ."
}
] |
SNG0323.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8932"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8932"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a museum on the west side of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'museums');(_:result,count,'7');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 7 museums in the west ."
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Which one is the cheapest ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,name,\"kettle 's yard\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would go with kettle 's yard since it is free . Would you like more information ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Castle Street');(_:result,postcode,'cb30aq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their address is Castle Street , cb30aq . Will there be anything else I can assist you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'gardenia');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also wanting to find out some info on a restaurant called The Gardenia ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,food,'Mediterranean');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "That is a great Mediterranean place . What would you like to know about it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would like to make a reservation there for Wednesday . There will be 6 people ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "system",
"text": "Alright I will connect you so you will get tickets for the event ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Event ? I want to book a table at a restaurant please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time would you like your reservation ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,duration,'16:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's shoot for 16:45 please ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'KF2WIGAS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : KF2WIGAS . Can I help with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I will need a taxi to commute between the to places ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'16:45');(_:result,car,'volvo');(_:result,leave_at,'16:15');(_:result,phone,'07193127325');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have you leaving at 16:15 and arriving at 16:45 . It 'll be a white volvo and the number is 07193127325"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "is there anything else I can help you with today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . I enjoyed helping you . Goodbye ."
}
] |
PMUL2485.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"kettle 's yard"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"kettle 's yard"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"gardenia"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"kettle 's yard"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"name",
"gardenia"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"kettle 's yard"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"name",
"gardenia"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"kettle 's yard"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"name",
"gardenia"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"kettle 's yard"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"name",
"gardenia"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KF2WIGAS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"kettle 's yard"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"name",
"gardenia"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KF2WIGAS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"16:45"
],
[
"_:result",
"car",
"volvo"
],
[
"_:result",
"leave_at",
"16:15"
],
[
"_:result",
"phone",
"07193127325"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"kettle 's yard"
],
[
"_:result",
"address",
"Castle Street"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"name",
"gardenia"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:booking",
"ref",
"KF2WIGAS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"16:45"
],
[
"_:result",
"car",
"volvo"
],
[
"_:result",
"leave_at",
"16:15"
],
[
"_:result",
"phone",
"07193127325"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to find a park attraction , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 options . What area would you like ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like an area near town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Bateman Street');(_:result,area,'centre');(_:result,count,'5');(_:result,name,'Cambridge University Botanic Gardens');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "All 5 of them are near town . In the centre area there is Cambridge University Botanic Gardens on Bateman Street ? Will that one work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , what is the postcode and entrance fee ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'4 pounds');(_:result,postcode,'cb21jf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode for that is cb21jf and the entrance fee is 4 pounds . Can I help with with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'the nirala');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , thank you for asking . Do you have a listing for a restaurant called the nirala ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,area,'north');(_:result,food,'Indian');(_:result,name,'Nirala');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , The Nirala is a moderately priced Indian restaurant on the north side of town . Would you like a table or more information about them ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I get the postcode please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,postcode,'cb41uy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode is cb41uy ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need today ! You 've been a great help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Have a great time ."
}
] |
MUL2410.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Bateman Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"address",
"Bateman Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"postcode",
"cb21jf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"the nirala"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"address",
"Bateman Street"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"postcode",
"cb21jf"
],
[
"_:search",
"name",
"the nirala"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"address",
"Bateman Street"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:search",
"name",
"the nirala"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"postcode",
"cb41uy"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a jamaican restaurant in the east ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'east');(_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no jamaican restaurants in the east . Would you like to try another food type or area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a place that serves jamaican food in the east . If not , italian will do ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,count,'1');(_:result,food,'Italian');(_:result,name,'Pizza Hut Fen Ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one Italian place in the east , Pizza Hut Fen Ditton ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Ok , I 'd like to make a reservation there ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can do that for you , I just need details such as day , time , and the size of your party ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'14:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a table for 7 at 14:45 on friday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,duration,'14:45');(_:booking,name,'Pizza Hut Fen Ditton');(_:booking,people,'7');(_:booking,ref,'9z2kfxmm');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked you a table for 7 on Friday at 14:45 at Pizza Hut Fen Ditton , Reference : 9z2kfxmm . Can I assist you further today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'guesthouse');(_:search,pricerange,'cheaply');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , I need a place to stay . Preferably a cheaply priced guesthouse in the same area as the restaurant"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'allenbell guesthous');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "i can help you book allenbell guesthous"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "That would be great ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "okay , what day would you like me to book the reservation for and for how long ? How many people should I make it for ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'same amount of people');(_:search,stay,'3');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book it on the same day as the other reservation , for the same amount of people , for 3 nights . Can I have the reference number ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'G9CRG6EK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book it , reference number is G9CRG6EK ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'Pizza Hut');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd also like to get a taxi from the hotel to Pizza Hut , to get there in time for my reservation ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'blue volkswagen');(_:result,phone,'07925311129');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t blue volkswagen \n Contact number \t : \t 07925311129 \n Can i help you with anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it , thank you so much !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , enjoy your day ."
}
] |
PMUL0367.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/bfe93695"
],
[
"_:search/bfe93695",
"area",
"east"
],
[
"_:search/bfe93695",
"food",
"jamaican"
],
[
"_:search/bfe93695",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/bfe93695"
],
[
"_:search/bfe93695",
"area",
"east"
],
[
"_:search/bfe93695",
"food",
"jamaican"
],
[
"_:search/bfe93695",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/bfe93695"
],
[
"_:search/bfe93695",
"area",
"east"
],
[
"_:search/bfe93695",
"food",
"jamaican"
],
[
"_:search/bfe93695",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/bfe93695"
],
[
"_:search/bfe93695",
"area",
"east"
],
[
"_:search/bfe93695",
"food",
"jamaican"
],
[
"_:search/bfe93695",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"9z2kfxmm"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/bfe93695"
],
[
"_:search/bfe93695",
"area",
"east"
],
[
"_:search/bfe93695",
"food",
"jamaican"
],
[
"_:search/bfe93695",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"9z2kfxmm"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"allenbell guesthous"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/bfe93695"
],
[
"_:search/bfe93695",
"area",
"east"
],
[
"_:search/bfe93695",
"food",
"jamaican"
],
[
"_:search/bfe93695",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"ref",
"9z2kfxmm"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:booking",
"name",
"allenbell guesthous"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same amount of people"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/bfe93695"
],
[
"_:search/bfe93695",
"area",
"east"
],
[
"_:search/bfe93695",
"food",
"jamaican"
],
[
"_:search/bfe93695",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:booking",
"name",
"allenbell guesthous"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same amount of people"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"G9CRG6EK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"Pizza Hut"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/bfe93695"
],
[
"_:search/bfe93695",
"area",
"east"
],
[
"_:search/bfe93695",
"food",
"jamaican"
],
[
"_:search/bfe93695",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheaply"
],
[
"_:booking",
"name",
"allenbell guesthous"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same amount of people"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"G9CRG6EK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"Pizza Hut"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue volkswagen"
],
[
"_:result",
"phone",
"07925311129"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any luxurious and expensive places to stay in the south section of town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'the lensfield hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the lensfield hotel is a nice place"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is the Lensfield a 4 star hotel ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'the only');(_:result,category,'hotel');(_:result,has_parking,'none');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "No , it is only three stars . It is the only expensive hotel in that area of town . Would you like to look in a different area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok , how about something with 4 stars that is moderately priced ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'aylesbray lodge guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The aylesbray lodge guest house is available . Do you need a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I need it for 2 people checking in on Saturday and staying for 4 nights ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'4HEG7LAD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : 4HEG7LAD . Is there something else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need today thank you ."
},
{
"id": 9,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Well thank you and enjoy your stay"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you and have a good time ."
},
{
"id": 11,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thanks for calling us ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'20:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Oh I almost forgot can you find me a train for Sunday after 20:15 ?"
},
{
"id": 13,
"rdf-acts": [
"thank()",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course , I can help with that . What is your destination ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go from cambridge to stansted airport ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,id,'TR7554');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR7554 meets your criteria . Would you like to book tickets ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"thank()"
],
"speaker": "user",
"text": "Yes . For 2 people . Thank you so much ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,departure,'Cambridge');(_:booking,destination,'Stansted');(_:booking,id,'TR7554');(_:booking,leave_at,'20:40');(_:booking,people,'2');(_:booking,ref,'62AZ9535');(_:booking,ticket,'16.16 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked 2 tickets on train TR7554 departing Cambridge for Stansted at 20:40 . Your total fare is 16.16 GBP , payable at the station . Your reference number is 62AZ9535 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you for all your help today ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Bye !"
}
] |
PMUL4881.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"the lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"the lensfield hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4HEG7LAD"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4HEG7LAD"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4HEG7LAD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4HEG7LAD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4HEG7LAD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"id",
"TR7554"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"id",
"TR7554"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Stansted"
],
[
"_:booking",
"id",
"TR7554"
],
[
"_:booking",
"leave_at",
"20:40"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"62AZ9535"
],
[
"_:booking",
"ticket",
"16.16 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like an expensive restaurant in the south part of town"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Chiquito Restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would suggest you try the Chiquito Restaurant bar ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What type of food do they serve and may I have their address ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'2 G cambridge leisure park cherry hinton road cherry hinton');(_:result,food,'mexican');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar serves mexican food and located at 2 G cambridge leisure park cherry hinton road cherry hinton . Would you like anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ."
}
] |
WOZ20377.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Chiquito Restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 G cambridge leisure park cherry hinton road cherry hinton"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a place to eat in the centre of Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'dozens');(_:result,area,'north');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are dozens of places to eat in the north . What kind of food are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like something that serves modern European ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are four choices available that range from cheap to expensive , what is your preference with price ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'16:00');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great can you book one for 2 people at 16:00 on monday please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,duration,'16:00');(_:booking,people,'2');(_:booking,ref,'HC9L602O');(_:booking,type,'Booking');(_:result,name,'de luca cucina and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , I have a reservation for 2 at de luca cucina and bar on Monday at 16:00 . The reference number is : HC9L602O ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train for Monday departing birmingham new street ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,leave_at,'hourly from 5:40');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "It looks like there are trains running hourly from 5:40 . Did you have a time of day in mind ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'10:15');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking to arrive in cambridge by 10:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'09:23');(_:result,destination,'Cambridge');(_:result,id,'TR7853');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR7853 gets you to Cambridge about 09:23 . Would you like that one ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Possibly . Can you give me the departure time , travel time and a price ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'09:23');(_:result,day,'monday');(_:result,destination,'cambridge');(_:result,duration,'163 minutes');(_:result,leave_at,'06:40');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "That one departs at 06:40 , and arrives at cambridge on monday at 09:23 . It 's duration is 163 minutes . The price is 75.10 pounds ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sounds good . Is there a ticket available on that train ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR7583');(_:booking,ref,'LW0W57MP');(_:booking,ticket,'75.09');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I was able to book you for the train , the train number is TR7583 , the reference number is LW0W57MP , the ticket is 75.09 payable at the station"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay . Thank you for all your help ."
},
{
"id": 15,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Will you be needing anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I wo n't be needing anything else , thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . I 'm glad to have helped . Enjoy your trip ."
}
] |
MUL1467.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"HC9L602O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"HC9L602O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"leave_at",
"hourly from 5:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"HC9L602O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"leave_at",
"hourly from 5:40"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"09:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7853"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"HC9L602O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7853"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"09:23"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"leave_at",
"06:40"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"people",
"2"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7853"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"09:23"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"leave_at",
"06:40"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7583"
],
[
"_:booking",
"ref",
"LW0W57MP"
],
[
"_:booking",
"ticket",
"75.09"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"people",
"2"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7853"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"09:23"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"leave_at",
"06:40"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7583"
],
[
"_:booking",
"ref",
"LW0W57MP"
],
[
"_:booking",
"ticket",
"75.09"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Could you help me find a train to norwich ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Not a problem . Where are you departing from , and what day would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave from cambridge on wednesday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time of day would you like to travel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,leave_at,'dontcare');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do n't have a preferred departure time but the train should arrive by 18:15 ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,arrive_by,'16:55');(_:result,arrive_by,'17:55');(_:result,id,'TR1871');(_:result,id,'TR6838');(_:result,type,'Train'))",
"inform((_:result,amount,'both');(_:result,ticket,'same price');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"inform((_:result,pricerange,'same price');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "TR1871 arrives by 16:55 and TR6838 arrives by 17:55 . They are both the same price . Would you like to book one of these ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,id,'TR6838');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Book the TR6838 please . I 'm also looking for a place to stay if you do n't mind ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several different hotels . Are you wanting a certain area of town or any special accommodations ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer it to be a 4 star hotel , with free parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have several hotels that meet your requirements . Would you prefer a hotel that is cheap or moderate in price ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'dontcare');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh , I really do n't worry about the price , so long as it has four stars and free parking ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Alexander Bed and Breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alright , might I suggest the Alexander Bed and Breakfast then ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'5');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds great - I want to book it for 5 people for two nights starting Monday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Alexander');(_:booking,ref,'G2YMGI0L');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , I have your party booked at the Alexander . The reference number is : G2YMGI0L . Is there anything else I can do for you today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that will be all ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day ."
}
] |
MUL0620.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"id",
"TR1871"
],
[
"_:result",
"id",
"TR6838"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"ticket",
"same price"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"same price"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"id",
"TR6838"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"id",
"TR1871"
],
[
"_:result",
"id",
"TR6838"
],
[
"_:result",
"ticket",
"same price"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"same price"
],
[
"_:search",
"id",
"TR6838"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"id",
"TR1871"
],
[
"_:result",
"id",
"TR6838"
],
[
"_:result",
"ticket",
"same price"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"same price"
],
[
"_:search",
"id",
"TR6838"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"id",
"TR1871"
],
[
"_:result",
"id",
"TR6838"
],
[
"_:result",
"ticket",
"same price"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"same price"
],
[
"_:search",
"id",
"TR6838"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"id",
"TR1871"
],
[
"_:result",
"id",
"TR6838"
],
[
"_:result",
"ticket",
"same price"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"pricerange",
"same price"
],
[
"_:search",
"id",
"TR6838"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Alexander"
],
[
"_:booking",
"ref",
"G2YMGI0L"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the west side of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cambridge lodge restaurant is a nice restaurant in the west part of town"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'russian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about a moderately priced Russian restaurant ? I do n't care what part of town it 's in ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry , there is no moderately priced russian restaurant . Would you like me to check for a restaurant serving a different type of food ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Chinese food ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()",
"inform((_:result,area,'west');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no chinese restaurants listed in the west part of town in the moderate price range . Would you like to try something else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a moderately priced chinese restaurant any where in town ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'North');(_:result,area,'centre');(_:result,name,'Golden wok');(_:result,name,'jinling noodle bar');(_:result,name,'lan hong house');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "jinling noodle bar , shanghai family restaurant , and lan hong house are in the centre . Golden wok is in the North ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223 566188');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223 566188 ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Which part of town it is in ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "it is located in the centre part of town"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and good bye ."
}
] |
WOZ20518.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"russian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/3965f150"
],
[
"_:search/3965f150",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:system",
"canthelp",
"_:search/3965f150"
],
[
"_:search/3965f150",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/87f8d86d"
],
[
"_:search/87f8d86d",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/3965f150"
],
[
"_:search/3965f150",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/87f8d86d"
],
[
"_:search/87f8d86d",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Golden wok"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/3965f150"
],
[
"_:search/3965f150",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/87f8d86d"
],
[
"_:search/87f8d86d",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Golden wok"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"phone",
"01223 566188"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/3965f150"
],
[
"_:search/3965f150",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/87f8d86d"
],
[
"_:search/87f8d86d",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Golden wok"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"phone",
"01223 566188"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train departing from Cambridge that will arrive at bishops stortford ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,departure,'Cambridge');(_:result,destination,'Bishops Stortford');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains that leave Cambridge and arrive in Bishops Stortford , what day and time would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'18:00');(_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Thursday and arrive no later than 18:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:07');(_:result,count,'6');(_:result,day,'Thursday');(_:result,leave_at,'15:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have found six trains leaving on Thursday with the latest leaving at 15:29 and arriving by 16:07 . Would you like to book this ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That sounds like a good one . Can I please have the reference number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'16:07');(_:result,day,'Thursday');(_:result,id,'TR7759');(_:result,leave_at,'15:29');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR7759 is leaving on Thursday at 15:29 to arrive by 16:07 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "could you book 3 tickets for me and send me the reference number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'2XQU7JJS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You got it , your reference number is 2XQU7JJS . Thanks ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,arrive_by,'16:07');(_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,food,'japanese');(_:search,leave_at,'15:29');(_:search,pricerange,'expensive');(_:search,type,'Restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Your train leaves Cambridge at 15:29 and arrives at 16:07 at Bishops Stortford , I will also look for you a japanese restaurant in centre and expensive ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly , wagamama is in centre and expensive . How many people will be dining ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book a table for 3 . May I also have the phone number and postcode for the restaurant ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day will you be dining ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to go on Thursday evening ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would be happy to make that reservation for you , what time would you like that for ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That wo n't be necessary , could you just provide me with their phone number and postcode please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,phone,'01223462354');(_:result,postcode,'cb23ar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223462354 and their postcode is cb23ar ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need , thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
MUL0374.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"id",
"TR7759"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"id",
"TR7759"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"2XQU7JJS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"arrive_by",
"16:07"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"leave_at",
"15:29"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"id",
"TR7759"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"2XQU7JJS"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"arrive_by",
"16:07"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"leave_at",
"15:29"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"id",
"TR7759"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"2XQU7JJS"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"arrive_by",
"16:07"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"leave_at",
"15:29"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"id",
"TR7759"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"2XQU7JJS"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"arrive_by",
"16:07"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"leave_at",
"15:29"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"id",
"TR7759"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"2XQU7JJS"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"arrive_by",
"16:07"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"leave_at",
"15:29"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223462354"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'10:15');(_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train that arrives by 10:15 and departs from Ely"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "No problem ! What day would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Tuesday , going to Cambridge please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Any departure time in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'10:15');(_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave on tuesday and should go to cambridge and arrive by 10:15"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'5:52');(_:result,id,'TR8685');(_:result,ticket,'4.40 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR8685 arrives by 5:52 and costs 4.40 pounds . Can I book some seats for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please for 8 people ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'1OBF5WF2');(_:booking,ticket,'35.2 GBP pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The total fee is 35.2 GBP pounds payable at the station and your reservation number is 1OBF5WF2"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great thank you I also am looking for some place to go in the centre of town ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'98 King St');(_:result,entrance_fee,'free');(_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Broughton House Gallery is located at 98 King St and has free admission ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you , that sounds fine . I see you have included the address and the entrance fee . That 's all I need . Thanks very much ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day . Goodbye ."
}
] |
MUL1733.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"5:52"
],
[
"_:result",
"id",
"TR8685"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"5:52"
],
[
"_:result",
"id",
"TR8685"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1OBF5WF2"
],
[
"_:booking",
"ticket",
"35.2 GBP pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"5:52"
],
[
"_:result",
"id",
"TR8685"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1OBF5WF2"
],
[
"_:booking",
"ticket",
"35.2 GBP pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"98 King St"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place to eat in expensive price range that serves Turkish food ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have the Meze bar restaurant in the centre of town , would that be good ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great , can you book a table for 3 for me ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Of course , when would you like that reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'13:45');(_:search,people,'three');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , for three people at 13:45 on Tuesday . Thanks !"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately there is no availability at that time . Would you like to try another time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'12:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try 12:45 ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'0AK1Q2QD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you , your reference number is 0AK1Q2QD , can I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'cafe jello gallery');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for an attraction called the cafe jello gallery , can I get their phone number please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Cafe Jello Gallery');(_:result,phone,'01223312112');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cafe Jello Gallery 's phone number is 01223312112 . Is there anything else we can do for you today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you book me a taxi between those two locations ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I sure can ! Which is your departure site ( the restaurant or the gallery ) , and what time would you like the car ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like arrive by 12:45"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'12:45');(_:result,departure,'Cafe Jello Gallery');(_:result,destination,'Meze Bar Restaurant');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Alright , I was able to book you a car to go from the Cafe Jello Gallery to the Meze Bar Restaurant where you will arrive by 12:45 ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Great . Can i have the contact number and car type ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'black ford');(_:result,phone,'07140981001');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "It is a black ford , and the contact number is 07140981001"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Fantastic , thank you , that should be all ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "you are welcome to use our services any time"
}
] |
MUL2401.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/b5d8584d"
],
[
"_:booking/b5d8584d",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/b5d8584d"
],
[
"_:booking/b5d8584d",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"0AK1Q2QD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cafe jello gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/b5d8584d"
],
[
"_:booking/b5d8584d",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"ref",
"0AK1Q2QD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cafe jello gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/b5d8584d"
],
[
"_:booking/b5d8584d",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"ref",
"0AK1Q2QD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cafe jello gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/b5d8584d"
],
[
"_:booking/b5d8584d",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"ref",
"0AK1Q2QD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cafe jello gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"12:45"
],
[
"_:result",
"departure",
"Cafe Jello Gallery"
],
[
"_:result",
"destination",
"Meze Bar Restaurant"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/b5d8584d"
],
[
"_:booking/b5d8584d",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"ref",
"0AK1Q2QD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cafe jello gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"12:45"
],
[
"_:result",
"departure",
"Cafe Jello Gallery"
],
[
"_:result",
"destination",
"Meze Bar Restaurant"
],
[
"_:result",
"car",
"black ford"
],
[
"_:result",
"phone",
"07140981001"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'haematology');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "can i get a hospital nearby which has a haematology day unit department"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,department,'haematology');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is located at Hills Rd , Cambridge and has a haematology department . Do you need the phone number ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "I need a phone number , postcode , and address"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,department,'haematology');(_:result,phone,'01223274679');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The address is Hills Road in Cambridge , CB20QQ . The phone number for haematology is 01223274679 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Here 's the main hospital number as a backup : 01223245151 . Do you have everything you need ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Yes , that 's it . Good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , Goodbye"
}
] |
SNG01851.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"haematology"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"haematology"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"department",
"haematology"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"haematology"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"department",
"haematology"
],
[
"_:result",
"phone",
"01223274679"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"haematology"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"department",
"haematology"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am going off to college soon and want to visit a campus . Can you help me find one ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'18');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure we have 18 , do you have an area preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "In the centre please . Can I get their address , phone number , and entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,entrance_fee,?);(_:search,name,?);(_:search,type,'Attraction'))",
"select((_:result,entrance_fee,'free');(_:result,type,'Attraction'))",
"inform((_:result,amount,'a few');(_:result,area,'centre');(_:result,category,'colleges');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are a few colleges in the centre . Do you know the name of the college or do you prefer free entrance fees ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , please pick one . Provide me with the address , post code and entrance fee ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'regent street');(_:result,entrance_fee,'free');(_:result,name,'downing college');(_:result,postcode,'CB21dq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , Downing College is on regent street . The post code is CB21dq . It 's free ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free wifi ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))",
"canthelp((_:search,has_internet,'none');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , the colleges in town do not offer free wifi . They do offer free entrance though ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a guesthouse ? Something nice . And somewhere upscale on the price , too . My parents are paying for the whole trip and they 're loaded ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'express by holiday inn cambridge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the express by holiday inn cambridge in the east side of town ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have free wifi and a 4 star rating ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,name,'University Arms hotel');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They have free WiFi but their rating is 2 . I think University Arms hotel will suit you better in that case ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,day,'friday');(_:search,name,'university arms hotel');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "University Arms Hotel sounds just great . Please get me a booking for 8 people staying for 4 nights starting from Friday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,name,'University Arms Hotel');(_:booking,ref,'8IITDH5T');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book your rooms at University Arms Hotel for Friday . Your reference number is 8IITDH5T . Is there anything else I can do for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it ; thank you for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great time ."
}
] |
MUL2557.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"downing college"
],
[
"_:result",
"postcode",
"CB21dq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"downing college"
],
[
"_:result",
"postcode",
"CB21dq"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/8b26d957"
],
[
"_:search/8b26d957",
"has_internet",
"none"
],
[
"_:search/8b26d957",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"CB21dq"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/8b26d957"
],
[
"_:search/8b26d957",
"has_internet",
"none"
],
[
"_:search/8b26d957",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"CB21dq"
],
[
"_:system",
"canthelp",
"_:search/8b26d957"
],
[
"_:search/8b26d957",
"has_internet",
"none"
],
[
"_:search/8b26d957",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"CB21dq"
],
[
"_:system",
"canthelp",
"_:search/8b26d957"
],
[
"_:search/8b26d957",
"has_internet",
"none"
],
[
"_:search/8b26d957",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"University Arms Hotel"
],
[
"_:booking",
"ref",
"8IITDH5T"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for places to go in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,entrance_fee,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'central');(_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 44 matches for central area , I can narrow it down by type or entrance prices ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a park ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'bateman street');(_:result,name,'Cambridge university botanic gardens');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "that should be Cambridge university botanic gardens \t located in bateman street . can i give you the phone number ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , Ill need the number along with the address and postal code ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223336265');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223336265 ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I also need the address please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Bateman Street');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is Bateman Street in the centre area of town ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the postcode too please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb21jf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb21jf . Do you need anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,name,'Cambridge university botanic gardens');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for a place to stay in the same area as Cambridge university botanic gardens"
},
{
"id": 11,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you prefer a guesthouse or a hotel ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'zero');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A guesthouse please and with a star rating of zero ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'only');(_:result,name,'El Shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The only place available is the El Shaddai . Would you like for me to book a room ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually could you get me the postcode , their price range , and whether they have free parking ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,postcode,'cb11eg');(_:result,pricerange,'cheaply priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The postcode is cb11eg they offer free parking and is cheaply priced ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much . that should be it ."
},
{
"id": 17,
"rdf-acts": [],
"speaker": "system",
"text": "I can also recommend restaurants and arrange transportation . Do you need help with these ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks . I have everything I need ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Ok ! Have a great day !"
}
] |
PMUL2942.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"central"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"central"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"name",
"Cambridge university botanic gardens"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"central"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"name",
"Cambridge university botanic gardens"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Cambridge university botanic gardens"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:result",
"address",
"Bateman Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"name",
"Cambridge university botanic gardens"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:result",
"address",
"Bateman Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21jf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Cambridge university botanic gardens"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"name",
"Cambridge university botanic gardens"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:result",
"address",
"Bateman Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21jf"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Cambridge university botanic gardens"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"zero"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:result",
"address",
"Bateman Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21jf"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Cambridge university botanic gardens"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"zero"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:result",
"address",
"Bateman Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Cambridge university botanic gardens"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"zero"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"postcode",
"cb11eg"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:result",
"address",
"Bateman Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Cambridge university botanic gardens"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"zero"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"postcode",
"cb11eg"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you find a multiple sports attraction in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'Cherry Hinton Village Centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There 's just one - the Cherry Hinton Village Centre on the east side of town ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much , that is what I was looking for"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Colville Road');(_:result,name,'Cherry Hinton Village Centre');(_:result,phone,'01223576412');(_:result,postcode,'cb19ej');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , Cherry Hinton Village Centre is on Colville Road , postcode cb19ej . The phone number is 01223576412 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "You know , I really wanted to visit the centre of town . Can you find a theatre in the center of town ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'park street');(_:result,amount,'numerous');(_:result,name,'ADC Theatre');(_:result,phone,'1223300085');(_:result,postcode,'cb58as');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are numerous , would you be interested in this one ? ADC Theatre , phone - 1223300085 , postcode - cb58as , address - park street ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "How much does it cost to get in ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,entrance_fee,'unknown');(_:result,phone,'01223300085');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The entrance fee is unknown . You may have to call them and check . Their phone number is 01223300085 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hmm . Perhaps you could help me with a train . I 'm coming in from Ely on Monday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you want to depart or to arrive ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'15:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 15:15 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'13:52');(_:result,destination,'Cambridge');(_:result,id,'TR4849');(_:result,leave_at,'13:35');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have TR4849 that will depart at 13:35 and will put you in Cambridge around 13:52 . Would this interest you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Could you make a reservation on that train please ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking');(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I would be happy to . How many people will be traveling ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Just me for now please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR4849');(_:booking,ref,'W6ZVGNJN');(_:booking,ticket,'4.4 GPB');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 've booked your ticket for TR4849 . The fee is 4.4 GPB and you can pay at the station . Your reference number is W6ZVGNJN . Anything else I can help with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed today thank you ."
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Have a great day !"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . Goodbye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Hope you have a great trip ."
}
] |
MUL1866.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Cherry Hinton Village Centre"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"address",
"Colville Road"
],
[
"_:result",
"name",
"Cherry Hinton Village Centre"
],
[
"_:result",
"phone",
"01223576412"
],
[
"_:result",
"postcode",
"cb19ej"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"amount",
"numerous"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"phone",
"1223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"amount",
"numerous"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"amount",
"numerous"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"amount",
"numerous"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4849"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"amount",
"numerous"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4849"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"amount",
"numerous"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4849"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4849"
],
[
"_:booking",
"ref",
"W6ZVGNJN"
],
[
"_:booking",
"ticket",
"4.4 GPB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"amount",
"numerous"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4849"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4849"
],
[
"_:booking",
"ref",
"W6ZVGNJN"
],
[
"_:booking",
"ticket",
"4.4 GPB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you help me find a good nightclub in the center of town ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'nightclubs');(_:result,count,'5');(_:result,entrance_fee,'4 to 5 pounds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are five nightclubs that fit your request . The entrance fee for all five nightclubs range from 4 to 5 pounds . Do you want more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I m not familiar to the area , so I will try any nightclub that you suggest , I just need the phone number and postal of whatever you pick ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'fez club');(_:result,phone,'01223519224');(_:result,postcode,'cb23hx');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "The fez club is nice . The phone number is 01223519224 and post code is cb23hx . May I help you with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "i 'm also looking for a train ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where is your destination for the train and for what day and time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am headed to Cambridge on Tuesday from Peterborough"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you need to depart by ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'11:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave after 11:00 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR6457');(_:result,leave_at,'11:19');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR6457 meets your criteria . It leaves at 11:19 . Would you like to book tickets ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No need for tickets . But can I get the arrival time , travel time and price ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'12:09');(_:result,duration,'50 minutes');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! The arrival time is 12:09 , the travel time is 50 minutes , and it will cost 16.50 pounds per ticket ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thank you so much for looking into that for me ."
},
{
"id": 13,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome ! Is there anything else I can do for you today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Please call again if there is any way we can assist you . Goodbye ."
}
] |
PMUL1052.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"4 to 5 pounds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"4 to 5 pounds"
],
[
"_:result",
"name",
"fez club"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"4 to 5 pounds"
],
[
"_:result",
"name",
"fez club"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"4 to 5 pounds"
],
[
"_:result",
"name",
"fez club"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"4 to 5 pounds"
],
[
"_:result",
"name",
"fez club"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR6457"
],
[
"_:result",
"leave_at",
"11:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"4 to 5 pounds"
],
[
"_:result",
"name",
"fez club"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR6457"
],
[
"_:result",
"leave_at",
"11:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"12:09"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"4 to 5 pounds"
],
[
"_:result",
"name",
"fez club"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR6457"
],
[
"_:result",
"leave_at",
"11:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"12:09"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'intermediate dependency area');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I am looking for a hospital in town . It should have the intermediate dependency area department ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223348144');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The department you 're looking for can be found by calling 01223348144 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Okay , thank you . What is the post code ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Their postcode is CB11JG ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are more than welcome !"
}
] |
SNG01944.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"intermediate dependency area"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"intermediate dependency area"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223348144"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"intermediate dependency area"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223348144"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find some local restaurants to dine in during my visit to Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly , do you have an area , pricerange , or food type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'primavera');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Something near the attraction primavera would be nice . Where is that located ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,area,'that area');(_:result,name,'Primavera');(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Primavera is located in the centre area . I 'll be happy to find a restaurant in that area for you . What type of food would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'primavera');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number for The Primavera ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Primavera');(_:result,phone,'01223357708');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Primavera can be reached at 01223357708"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also want to dine at a moderate restaurant in the center area ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What price range are you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like something in the moderate price range ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'the varsity restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would suggest the varsity restaurant ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'11:30');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need it for 1 on 11:30 Tuesday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'tuesday');(_:booking,duration,'11:30');(_:booking,name,'the varsity restaurant');(_:booking,people,'1');(_:booking,ref,'AXLJBTF7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I 've made the reservation for 1 at the varsity restaurant on tuesday at 11:30 . The reference number is AXLJBTF7"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also want a taxi to go between those two places ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok great and what times do you prefer ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'the booked time');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I do n't care about the departure time , I just need to be at the restaurant by the booked time ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'grey volkswagon');(_:result,phone,'07015859463');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your are all set , look for a grey volkswagon , if there are issues , the driver can be reached at 07015859463 , can I assist with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all thanks ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "welcome and thanks for using our services"
}
] |
PMUL2293.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"name",
"primavera"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"primavera"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"that area"
],
[
"_:search",
"name",
"primavera"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"that area"
],
[
"_:search",
"name",
"primavera"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"that area"
],
[
"_:search",
"name",
"primavera"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"that area"
],
[
"_:search",
"name",
"primavera"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"day",
"tuesday"
],
[
"_:booking",
"duration",
"11:30"
],
[
"_:booking",
"name",
"the varsity restaurant"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"AXLJBTF7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"that area"
],
[
"_:search",
"name",
"primavera"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"day",
"tuesday"
],
[
"_:booking",
"duration",
"11:30"
],
[
"_:booking",
"name",
"the varsity restaurant"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"AXLJBTF7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"that area"
],
[
"_:search",
"name",
"primavera"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"the varsity restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"day",
"tuesday"
],
[
"_:booking",
"duration",
"11:30"
],
[
"_:booking",
"name",
"the varsity restaurant"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"AXLJBTF7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey volkswagon"
],
[
"_:result",
"phone",
"07015859463"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'chiquito restaurant bar');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Hello , I need a taxi to pick me up at chiquito restaurant bar ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "When would you like the taxi to pick you up ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'22:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Could I get the taxi by 22:30"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What is your final destination ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,\"queens ' college\");(_:search,leave_at,'22:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to go to queens ' college and I want to leave the restaurant after 22:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'white Audi');(_:result,departure,'Chiquito');(_:result,destination,\"Queens ' College\");(_:result,leave_at,'22:30');(_:result,phone,'07937348458');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Great - I have a white Audi picking you up at Chiquito at 22:30 and heading to Queens ' College . The contact number is 07937348458 . Can I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thanks ."
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Alright . Glad we could help !"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I 'm all set . Have a nice day . Bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye . Thank you for contacting Cambridge Towninfo Centre ."
}
] |
SNG0012.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"chiquito restaurant bar"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"chiquito restaurant bar"
],
[
"_:search",
"leave_at",
"22:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"chiquito restaurant bar"
],
[
"_:search",
"destination",
"queens ' college"
],
[
"_:search",
"leave_at",
"22:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"chiquito restaurant bar"
],
[
"_:search",
"destination",
"queens ' college"
],
[
"_:search",
"leave_at",
"22:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Audi"
],
[
"_:result",
"departure",
"Chiquito"
],
[
"_:result",
"destination",
"Queens ' College"
],
[
"_:result",
"leave_at",
"22:30"
],
[
"_:result",
"phone",
"07937348458"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"chiquito restaurant bar"
],
[
"_:search",
"destination",
"queens ' college"
],
[
"_:search",
"leave_at",
"22:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Audi"
],
[
"_:result",
"departure",
"Chiquito"
],
[
"_:result",
"destination",
"Queens ' College"
],
[
"_:result",
"leave_at",
"22:30"
],
[
"_:result",
"phone",
"07937348458"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to see some attractions in the North , what do you have up there ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What kind would you like to see ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you recommend an attraction type ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'boat');(_:result,category,'park');(_:result,count,'3');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are three types available : boat , park , swimmingpool ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Let 's go with the park . I 'll need the postcode and phone number , please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Milton Country Park');(_:result,phone,'01223420060');(_:result,postcode,'cb46az');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay the Milton Country Park post code is cb46az and phone number is 01223420060 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'19:15');(_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train form cambridge to peterborough on wednesday that arrives by 19:15 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'18:56');(_:result,destination,'peterborough');(_:result,id,'TR8760');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The TR8760 will arrive in peterborough at 18:56 . Does that give you enough time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes that would be great . Can you book that for me for 7 people please ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can go ahead and book that for you ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . Can you tell me the reference number for the train booking please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'QG3869DQ');(_:booking,ticket,'115.5 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked ! The fee is 115.5 GBP payable at the station . \n Reference number : QG3869DQ ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thanks very much for your help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome !"
}
] |
PMUL4651.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"18:56"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR8760"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"18:56"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR8760"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"18:56"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR8760"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"QG3869DQ"
],
[
"_:booking",
"ticket",
"115.5 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'gastropub');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a cheap gastropub restaurant in the centre of town"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I was not able to find any restaurants matching your requirements ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about something in the south and moderate price range ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm still not finding anything . Would you like me to search a different part of town or a different food type ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure let 's try chinese food ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,food,'chinese');(_:result,name,'Charlie Chan');(_:result,name,'Golden House');(_:result,name,'Rice House');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 3 cheap chinese restaurants in the centre of town : Charlie Chan , Rice House , or Golden House . Would you like me to book any of these ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Rice House');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'll take Rice House , what 's the postcode ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb12bd');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It 's cb12bd . Anything else I can get you ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all . Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
SNG0725.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:system",
"canthelp",
"_:search/146dcd06"
],
[
"_:search/146dcd06",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/146dcd06"
],
[
"_:search/146dcd06",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/add0c694"
],
[
"_:search/add0c694",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/146dcd06"
],
[
"_:search/146dcd06",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/add0c694"
],
[
"_:search/add0c694",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Rice House"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/146dcd06"
],
[
"_:search/146dcd06",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/add0c694"
],
[
"_:search/add0c694",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"Rice House"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that is leaving from cambridge and should leave on thursday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Great ! Where are you leaving from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be departing from Ely ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have 10 trains that fit that criteria . Is there a particular time you would like to leave or arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 12:45 please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'12:07');(_:result,id,'TR5216');(_:result,leave_at,'11:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5216 departs at 11:50 and arrives at 12:07 . Will that work for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))",
"inform((_:search,destination,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that sounds good - it is going to Cambridge , yeah ? I 'll need the travel time on that one too , please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'17 minutes');(_:result,ticket,'4.4 GBP');(_:result,type,'Train'))",
"reqmore()",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Travel time is a mere 17 minutes , and the per person price is 4.4 GBP . Would you like tickets , or is there something else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'whale of a time');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for information about a particular attraction called Whale of a Time ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,entrance_fee,'unsure');(_:result,name,'Whale of time');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Whale of time is in the west of town & I 'm unsure about the entrance fee . Would you like the number to call & ask for this info ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , and can I get the area and postcode as well"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'01954781018');(_:result,postcode,'cb238el');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course , their phone number is 01954781018 and the postcode is cb238el ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much ."
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're welcome ! Have a great time !"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all the help I need today , thanks , goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome ! Toodles !"
}
] |
MUL1767.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR5216"
],
[
"_:result",
"leave_at",
"11:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR5216"
],
[
"_:result",
"leave_at",
"11:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"4.4 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"whale of a time"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR5216"
],
[
"_:result",
"leave_at",
"11:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"4.4 GBP"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"whale of a time"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"unsure"
],
[
"_:result",
"name",
"Whale of time"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR5216"
],
[
"_:result",
"leave_at",
"11:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"4.4 GBP"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"whale of a time"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"unsure"
],
[
"_:result",
"name",
"Whale of time"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"postcode",
"cb238el"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR5216"
],
[
"_:result",
"leave_at",
"11:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"4.4 GBP"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"whale of a time"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"unsure"
],
[
"_:result",
"name",
"Whale of time"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"postcode",
"cb238el"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel that include free parking and has a 1 star rating ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no hotels that meet that criteria . Would you like me to expand the search a bit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes can you find guesthouses meeting that criteria ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"inform((_:result,category,'guest houses');(_:result,category,'hotels');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no hotels or guest houses matching that criteria ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Can you locate a cottage that offers what i am looking for ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"inform((_:result,category,'cottages');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no cottages ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you please try guesthouse , with free parking and a 4 star then ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'16');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 16 entries matching that criteria . What part of town and price range would you prefer ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Could find one in a moderate or cheap price range ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"select((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))",
"inform((_:result,amount,'a few');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , there are a few . Can I book you a room at one of them ? How about The Acorn Guest House ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes go ahead and try that please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people are you wanting to book the hotel for ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "for 8 people . Starting from Sunday for 4 nights , please ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,name,'Acorn Guest House');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The booking for the Acorn Guest House was unsuccessful . Would you like me to look for another hotel for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . In the same price range , if possible ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'same area');(_:result,name,'arbury lodge guesthouse');(_:result,pricerange,'same area and price range');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the arbury lodge guesthouse in the same area and price range , would you like me to book that one ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes please try to book that for me thank you ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'6NUU0T68');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have successfully booked that for you . Your reference number is 6NUU0T68 . Is there anything else I can help you with today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's all for me . Thanks for your help . Goodbye !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
SSNG0259.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"1"
],
[
"_:system",
"canthelp",
"_:search/e5474b2b"
],
[
"_:search/e5474b2b",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"1"
],
[
"_:system",
"canthelp",
"_:search/e5474b2b"
],
[
"_:search/e5474b2b",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/84d4ee6c"
],
[
"_:search/84d4ee6c",
"type",
"Hotel"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e5474b2b"
],
[
"_:search/e5474b2b",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/84d4ee6c"
],
[
"_:search/84d4ee6c",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/dcfc8d9a"
],
[
"_:search/dcfc8d9a",
"type",
"Hotel"
],
[
"_:result",
"category",
"cottages"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e5474b2b"
],
[
"_:search/e5474b2b",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/84d4ee6c"
],
[
"_:search/84d4ee6c",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/dcfc8d9a"
],
[
"_:search/dcfc8d9a",
"type",
"Hotel"
],
[
"_:result",
"category",
"cottages"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e5474b2b"
],
[
"_:search/e5474b2b",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/84d4ee6c"
],
[
"_:search/84d4ee6c",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/dcfc8d9a"
],
[
"_:search/dcfc8d9a",
"type",
"Hotel"
],
[
"_:result",
"category",
"cottages"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e5474b2b"
],
[
"_:search/e5474b2b",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/84d4ee6c"
],
[
"_:search/84d4ee6c",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/dcfc8d9a"
],
[
"_:search/dcfc8d9a",
"type",
"Hotel"
],
[
"_:result",
"category",
"cottages"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e5474b2b"
],
[
"_:search/e5474b2b",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/84d4ee6c"
],
[
"_:search/84d4ee6c",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/dcfc8d9a"
],
[
"_:search/dcfc8d9a",
"type",
"Hotel"
],
[
"_:result",
"category",
"cottages"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/1f4c1605"
],
[
"_:booking/1f4c1605",
"name",
"Acorn Guest House"
],
[
"_:booking/1f4c1605",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e5474b2b"
],
[
"_:search/e5474b2b",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/84d4ee6c"
],
[
"_:search/84d4ee6c",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/dcfc8d9a"
],
[
"_:search/dcfc8d9a",
"type",
"Hotel"
],
[
"_:result",
"category",
"cottages"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"a few"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/1f4c1605"
],
[
"_:booking/1f4c1605",
"name",
"Acorn Guest House"
],
[
"_:booking/1f4c1605",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"pricerange",
"same area and price range"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e5474b2b"
],
[
"_:search/e5474b2b",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/84d4ee6c"
],
[
"_:search/84d4ee6c",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/dcfc8d9a"
],
[
"_:search/dcfc8d9a",
"type",
"Hotel"
],
[
"_:result",
"category",
"cottages"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"a few"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/1f4c1605"
],
[
"_:booking/1f4c1605",
"name",
"Acorn Guest House"
],
[
"_:booking/1f4c1605",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"pricerange",
"same area and price range"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6NUU0T68"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a guesthouse rental that has free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'21');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , we have 21 guesthouses that offer free parking . Do you have a price range you 're looking for or some part of town you want to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like in the cheap price range in the west ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,count,'1');(_:result,name,'finches bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found one guesthouse that meets that criteria . It is finches bed and breakfast . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"thank()",
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Book it for me and I need the address , thank you ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'144 thornton road');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The address is 144 thornton road . I need to know when your stay is going to be and for how many please ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "4 people . Starts from Saturday , 4 nights ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,name,'finches bed and breakfast');(_:booking,type,'Booking'))",
"select((_:result,category,'guesthouse');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry but finches bed and breakfast is solidly booked . Do you want me to search for another guesthouse ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please another hotel in the same price range if possible ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))",
"inform((_:result,area,'west');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I am not finding any other cheap places to stay in the west . Maybe a better price point ? Moderate or expensive maybe ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about cheap in any area please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,name,'Alexander Bed and Breakfast');(_:booking,ref,'QW52L6EX');(_:booking,type,'Booking');(_:result,area,'center');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay I was able to get you into the Alexander Bed and Breakfast in the city center and the reference number is QW52L6EX ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you very much for your help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "So glad we were able to get you booked . Have a great day . Good - Bye !"
}
] |
SSNG0344.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"address",
"144 thornton road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"address",
"144 thornton road"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/4094559b"
],
[
"_:booking/4094559b",
"name",
"finches bed and breakfast"
],
[
"_:booking/4094559b",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"address",
"144 thornton road"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/4094559b"
],
[
"_:booking/4094559b",
"name",
"finches bed and breakfast"
],
[
"_:booking/4094559b",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/466549e1"
],
[
"_:search/466549e1",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"address",
"144 thornton road"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/4094559b"
],
[
"_:booking/4094559b",
"name",
"finches bed and breakfast"
],
[
"_:booking/4094559b",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/466549e1"
],
[
"_:search/466549e1",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"ref",
"QW52L6EX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'stazione restaurant and coffee bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi ! I 'm looking for a restaurant called Stazione Restaurant and Coffee Bar ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , it 's in the centre of town . Do you want to book a table there ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book a table for 4 people ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Sure , I can do that . What day and time would you like me to book ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'19:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sunday at 19:00 please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'VKKM9KO1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay the booking was successful . Reference number is VKKM9KO1 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , I am also looking for a place to stay ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Great , I can help with that . Do you have an area and price range you want ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,day,'sunday');(_:search,has_parking,'yes');(_:search,people,'7');(_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "in the type of Guesthouse , 4 star rating in the moderate price range , and free parking , i want to book that for the same 7 people , for 2 nights Sunday please"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 9 options here . What area would you prefer ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there a guesthouse in the center ? It would be more convenient near the restaurant ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I do n't have any guesthouses in that area meeting your requirements . Would you like me to check in a different area ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sorry forget area , that does nt matter . Just choose the first option out of the previous 9 you mentioned and book it with the specifications I mentioned earlier ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Acorn Guest House meets your criteria . Should I book it for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I need it booked for 4 people on sunday and for 2 nights"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,name,'Acorn Guest House');(_:booking,people,'4');(_:booking,ref,'7R08F7KY');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked rooms for 4 for 2 nights starting Sunday and the Acorn Guest House . Your reference number is 7R08F7KY . Is there anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will also need a taxi to commute between those two places . Could you book me one ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'19:00');(_:result,car,'white lexus');(_:result,destination,'restaurant');(_:result,phone,'07132308667');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked a white lexus that will get you to the restaurant by 19:00 . Phone number is 07132308667 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for putting up with me !"
},
{
"id": 19,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "It 's been my pleasure . Can help with something else ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all I need today . Thanks again for all your help ! You 've been wonderful !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could be of help . Please contact us again , anytime . Good bye ."
}
] |
PMUL0452.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"VKKM9KO1"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:booking",
"ref",
"VKKM9KO1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:booking",
"ref",
"VKKM9KO1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:booking",
"ref",
"VKKM9KO1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/e19a967f"
],
[
"_:search/e19a967f",
"category",
"guesthouses"
],
[
"_:search/e19a967f",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:booking",
"ref",
"VKKM9KO1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/e19a967f"
],
[
"_:search/e19a967f",
"category",
"guesthouses"
],
[
"_:search/e19a967f",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/e19a967f"
],
[
"_:search/e19a967f",
"category",
"guesthouses"
],
[
"_:search/e19a967f",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"7R08F7KY"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/e19a967f"
],
[
"_:search/e19a967f",
"category",
"guesthouses"
],
[
"_:search/e19a967f",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"7R08F7KY"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"19:00"
],
[
"_:result",
"car",
"white lexus"
],
[
"_:result",
"destination",
"restaurant"
],
[
"_:result",
"phone",
"07132308667"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"stazione restaurant and coffee bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/e19a967f"
],
[
"_:search/e19a967f",
"category",
"guesthouses"
],
[
"_:search/e19a967f",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"7R08F7KY"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"19:00"
],
[
"_:result",
"car",
"white lexus"
],
[
"_:result",
"destination",
"restaurant"
],
[
"_:result",
"phone",
"07132308667"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , i am looking for some museums that I could visit when in town , could you help me find some ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Is there an area of town you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , I do n't care ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,entrance_fee,'free');(_:result,name,'Cafe Jello Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend the Cafe Jello Gallery in the west . It 's free to enter !"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a place to stay"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'33');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Great ! There are 33 hotels in the area . What area of town would you like to stay in ? What is your preference on price ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "The attraction should be in the type of museum . I do n't care about the price range or the area"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Just to clarify - did you need a different museum ? Or a hotel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))",
"request((_:result,postcode,?);(_:result,type,'Attraction');(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "That museum from earlier is fine , I just need their postalcode . I need a hotel two in the west and moderately priced ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Cafe Jello Gallery');(_:result,name,\"Hobson 's House\");(_:result,postcode,'cb30af');(_:result,type,'Attraction');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The postal code for Cafe Jello Gallery is cb30af . Okay , Hobson 's House matches your request ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have internet ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes they do . Would you like me to book a room for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,leave_at,'04:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "No thanks . I will do that later . Can you please arrange for taxi service from Cafe Jello to Hobson 's House sometime after 04:00 ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'grey Tesla');(_:result,phone,'07615015749');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I was able to book that for you . Be expecting a grey Tesla . If you need to reach them , please call 07615015749 ."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Well that you that is all i need for today"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome . Have a great day !"
}
] |
PMUL4725.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"name",
"Hobson 's House"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"name",
"Hobson 's House"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"leave_at",
"04:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"name",
"Hobson 's House"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"leave_at",
"04:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Tesla"
],
[
"_:result",
"phone",
"07615015749"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Where can I get some British food that is n't too cheap or expensive ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,food,'British');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a total of 5 British restaurants that are moderately priced . Is there any particular location you are wanting such as the centre or west ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "No , no particular location . What is the information for the first listing ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'De Vere University Arms Regent Street City Centre');(_:result,name,'Restuarant one seven');(_:result,phone,'01223337766');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restuarant one seven . The address is De Vere University Arms Regent Street City Centre . The phone number is 01223337766 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great . Do you know of a high - end hotel I could stay at ? It has to have free wifi ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,name,'University Arms Hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The University Arms Hotel is an expensive place with free wifi , conveniently located very close to your restaurant . Would you like to book a room there ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I might be interested . First , is that a guesthouse style ? I would love to stay in a guesthouse style with free parking !"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately no , it is not a guesthouse style lodging . There are none that fall into the expensive category , would you like me to search for something cheaper that is a guesthouse ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , that 's okay . Are there any hotels available in the moderate price range ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guest houses');(_:result,count,'12');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 12 guest houses that have free wifi and free parking . Would you like me to book one for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I would like a room for just me for 4 nights starting on Sunday ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , all those guesthouses are book for that time frame , could you arrive another day or for a shorter stay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can we try 3 nights ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Acorn Guesthouse');(_:booking,ref,'25Y826UQ');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you a room at the Acorn Guesthouse for 3 nights . Your reference number is 25Y826UQ . Is there anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "yes can you help me reserve a taxi ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure , I can help you with that . Where is your departure site or destination ? Perhaps you have a certain time in mind ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'the hotel');(_:search,leave_at,'08:45');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to go from the restaurant at 08:45 to the hotel . Can you let me know what kind of car and how to contact them ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'grey lexus');(_:result,departure,'restaurant one seven');(_:result,leave_at,'08:45');(_:result,phone,'07669997265');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Ok . A grey lexus will pick you up at restaurant one seven at 08:45 . The contact number is 07669997265 . Can I help you with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it .. thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "It is no problem . Thank you for using the Cambridge Towninfo Centre , we hope to see you again ."
}
] |
MUL0050.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"De Vere University Arms Regent Street City Centre"
],
[
"_:result",
"name",
"Restuarant one seven"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"address",
"De Vere University Arms Regent Street City Centre"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"address",
"De Vere University Arms Regent Street City Centre"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cb55dc07"
],
[
"_:search/cb55dc07",
"pricerange",
"expensive"
],
[
"_:search/cb55dc07",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"address",
"De Vere University Arms Regent Street City Centre"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cb55dc07"
],
[
"_:search/cb55dc07",
"pricerange",
"expensive"
],
[
"_:search/cb55dc07",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"address",
"De Vere University Arms Regent Street City Centre"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cb55dc07"
],
[
"_:search/cb55dc07",
"pricerange",
"expensive"
],
[
"_:search/cb55dc07",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"canthelp",
"_:booking/28d278a9"
],
[
"_:booking/28d278a9",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"address",
"De Vere University Arms Regent Street City Centre"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cb55dc07"
],
[
"_:search/cb55dc07",
"pricerange",
"expensive"
],
[
"_:search/cb55dc07",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"canthelp",
"_:booking/28d278a9"
],
[
"_:booking/28d278a9",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn Guesthouse"
],
[
"_:booking",
"ref",
"25Y826UQ"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"address",
"De Vere University Arms Regent Street City Centre"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cb55dc07"
],
[
"_:search/cb55dc07",
"pricerange",
"expensive"
],
[
"_:search/cb55dc07",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"canthelp",
"_:booking/28d278a9"
],
[
"_:booking/28d278a9",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn Guesthouse"
],
[
"_:booking",
"ref",
"25Y826UQ"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"address",
"De Vere University Arms Regent Street City Centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/cb55dc07"
],
[
"_:search/cb55dc07",
"pricerange",
"expensive"
],
[
"_:search/cb55dc07",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"canthelp",
"_:booking/28d278a9"
],
[
"_:booking/28d278a9",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"name",
"Acorn Guesthouse"
],
[
"_:booking",
"ref",
"25Y826UQ"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey lexus"
],
[
"_:result",
"departure",
"restaurant one seven"
],
[
"_:result",
"leave_at",
"08:45"
],
[
"_:result",
"phone",
"07669997265"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'ely train station');(_:search,destination,'chiquito restaurant bar');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Hi . I would like to book a taxi to the Chiquito Restaurant Bar . I will need to be picked up at the Ely Train Station ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to arrive by 13:15 please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'13:15');(_:result,car,'red toyota');(_:result,departure,'ely train station');(_:result,destination,'chiquito restaurant bar');(_:result,phone,'07582230600');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked your taxi from ely train station to chiquito restaurant bar to arrive by 13:15 . Booked car type red toyota , contact number 07582230600 . May I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is it . Thanks !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Sounds good , let me know if you need anything else ."
}
] |
SNG0065.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely train station"
],
[
"_:search",
"destination",
"chiquito restaurant bar"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely train station"
],
[
"_:search",
"destination",
"chiquito restaurant bar"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely train station"
],
[
"_:search",
"destination",
"chiquito restaurant bar"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"13:15"
],
[
"_:result",
"car",
"red toyota"
],
[
"_:result",
"departure",
"ely train station"
],
[
"_:result",
"destination",
"chiquito restaurant bar"
],
[
"_:result",
"phone",
"07582230600"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay in the north in the moderate price range if you could help me ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'North');(_:result,name,'Acorn Guesthouse');(_:result,pricerange,'moderate pricing');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acorn Guesthouse offers moderate pricing in the North . Would you like me to book this for you ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Yes . Please book it ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day will you be arriving ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need the booking for 6 people , for 2 nights beginning on Thursday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'KNHD4Q79');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , the booking was successful . Confirmation code is KNHD4Q79 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,leave_at,'8:30');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Also I need a train to Cambridge to depart Norwich at 8:30 on Tuesday . I need the train ID too ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,departure,'Norwich');(_:result,id,'TR4134');(_:result,leave_at,'9:16');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Of course , train TR4134 will be leaving Norwich at 9:16 , would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , I just need the train ID . Thanks ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR4134');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay , the train ID is TR4134 . Anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that was all I needed . I appreciate your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad to be of service ! Bye for now !"
}
] |
PMUL1796.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"KNHD4Q79"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"KNHD4Q79"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"id",
"TR4134"
],
[
"_:result",
"leave_at",
"9:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"KNHD4Q79"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"8:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"leave_at",
"9:16"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR4134"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cityroomz');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for the cityroomz hotel"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Station Road');(_:result,area,'centre');(_:result,name,'Cityroomz');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Cityroomz is a moderate priced accommodation location on Station Road in the city centre . May I assist with a booking ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes book it please . 6 people , 5 nights starting Monday . Thanks !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'B4FAMSJV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great , the booking was successful . Your reference number is B4FAMSJV ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'seafood');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you ! I also need to find and expensive seafood restaurant ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,food,'seafood');(_:result,name,'Loch fine');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Loch fine serves seafood in the center of town in the expensive price range . Do you want me to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , that 's but could I get the phone number for it ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'loch fyne');(_:result,phone,'01223362433');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for loch fyne is 01223362433 . Is there anything else I can assist you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will also need to book a taxi ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can book a taxi for you , no problem . I will just need to know when and where you would like to be picked up ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'cityroomz');(_:search,destination,'loch fyne');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you pick me up at cityroomz and take me to loch fyne ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Do you have a departure or arrival time ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,leave_at,'12:00');(_:search,name,'cityroomz');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to be picked up from cityroomz by 12:00 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'white audi');(_:result,phone,'07666503323');(_:result,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Okay ! Your taxi is a white white audi . Contact number : 07666503323"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you enjoy your stay in our beautiful city !"
}
] |
PMUL0262.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Station Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Station Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"B4FAMSJV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Station Road"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"B4FAMSJV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch fine"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Station Road"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"B4FAMSJV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"phone",
"01223362433"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Station Road"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"B4FAMSJV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"phone",
"01223362433"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cityroomz"
],
[
"_:search",
"destination",
"loch fyne"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Station Road"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"B4FAMSJV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"phone",
"01223362433"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cityroomz"
],
[
"_:search",
"destination",
"loch fyne"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Station Road"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"B4FAMSJV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:search",
"departure",
"cityroomz"
],
[
"_:search",
"destination",
"loch fyne"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white audi"
],
[
"_:result",
"phone",
"07666503323"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want a train leaving on sunday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "OK , where are you headed and what time do you need to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 13:15 and I am leaving from broxbourne going to cambridge ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,arrive_by,'12:32');(_:booking,category,'Train');(_:booking,id,'TR1426');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1426 arrives by 12:32 , would you like me to book you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Not just yet . What 's the cost for a ticket on that train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'14.32 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The price is 14.32 pounds . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'alpha - milton guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am trying to find a hotel called alpha - milton guest house"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That is a great place to stay on the north side . What would you like to know about it ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "I need to know the prive range ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Alpha - Milton Guesthouse');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The price range for the Alpha - Milton Guesthouse is moderate . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "No that would be all ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us today . Have a great day ."
}
] |
PMUL1720.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"12:32"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1426"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"12:32"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1426"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"12:32"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1426"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"12:32"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1426"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Alpha - Milton Guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay in the south of town . It does n't need to have free parking ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,stars,'3');(_:result,stars,'4');(_:result,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 4 hotels that are in the area you are looking for . Would you prefer a 3 or 4 star rated hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care about the star rating as long as it 's expensive ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'only');(_:result,area,'south');(_:result,category,'hotel');(_:result,name,'Lensfield Hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The Lensfield Hotel is the only expensive hotel in the south area . Would you like any more information on this location ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "That is perfect can you book that for me please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,type,'Booking');(_:result,area,'South');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Lensfield Hotel');(_:result,pricerange,'expensive');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Lensfield Hotel is located in the South . It has a 3 star rating and is expensive . There is free parking and internet . I have booked it for you ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'5');(_:search,stay,'two');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . Can you make sure that it 's for 5 people staying for two nights , starting Saturday ? Also , would you mind sending me the reference number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'PGX293WD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set the reference is PGX293WD ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'Nirala');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd also like to try a restaurant a friend mentioned . The Nirala ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'7 Milton Road Chesterton');(_:result,area,'North side');(_:result,food,'Indian');(_:result,name,'Nirala');(_:result,phone,'01223360966');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Nirala is an Indian restaurant on the North side , 7 Milton Road Chesterton . Phone number is 01223360966 . Would you like me to book a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'19:30');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I 'd like a reservation for 5 at 19:30 , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , i can make a reservation , is that going to be on Saturday ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , the same day . Can I get the reference number , please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,ref,'MXDOSQAQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table has been successfully booked for Saturday . Your reference number is MXDOSQAQ . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all . Thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay ! Thank you for calling ."
}
] |
MUL0014.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"category",
"hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"category",
"hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PGX293WD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Nirala"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"category",
"hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PGX293WD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Nirala"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"7 Milton Road Chesterton"
],
[
"_:result",
"area",
"North side"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"phone",
"01223360966"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"category",
"hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"stay",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PGX293WD"
],
[
"_:search",
"name",
"Nirala"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"7 Milton Road Chesterton"
],
[
"_:result",
"area",
"North side"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"phone",
"01223360966"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"stay",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"name",
"Nirala"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"7 Milton Road Chesterton"
],
[
"_:result",
"area",
"North side"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"phone",
"01223360966"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"ref",
"MXDOSQAQ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel in Cambridge that is rated 4 stars be located in the south area ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two guesthouses that fit your needs . Is there a certain price range you would like ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care about price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,\"rosa 's bed and breakfast\");(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about rosa 's bed and breakfast ? It has internet and parking ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay so it has free parking . What is the price range ? Also could i receive the phone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,\"Rosa 's\");(_:result,phone,'01223512596');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Rosa 's is a cheap place to stay and the phone number is 01223512596 !"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you ! Could you help me find an indian food restaurant in the same area as the hotel ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,food,'Indian');(_:result,name,'Taj Tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one Indian restaurant in that area - Taj Tandoori . It is expensive . Would you like me to book a table for you ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes . What information do you need from me ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day and time would you like ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'7:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Monday at 7:00 p.m."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,phone,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "May I please get a phone number for the reservation ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Before that , can I please have the address , phone number and postcode for the restaurant ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'64 Cherry Hinton road');(_:result,phone,'01223412299');(_:result,postcode,'cb17aa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the phone number is 01223412299 . The address is 64 Cherry Hinton road , Cherry Hinton , and the postcode is cb17aa ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'16:15');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to get there and will leave the restaurant by 16:15 . Can you get me the contact number and car type ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'white Lexus');(_:result,departure,'16:15');(_:result,phone,'07932069775');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes I have white Lexus picking you up at 16:15 . The contact number for the taxi is 07932069775 . Anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Sounds great ! That is all I need . Thanks ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to be of service . Have a wonderful day !"
}
] |
MUL0078.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"name",
"Rosa 's"
],
[
"_:result",
"phone",
"01223512596"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"phone",
"01223512596"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Taj Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"phone",
"01223512596"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Taj Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"7:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"phone",
"01223512596"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Taj Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"7:00"
],
[
"_:search",
"phone",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Taj Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"7:00"
],
[
"_:search",
"phone",
"?"
],
[
"_:result",
"address",
"64 Cherry Hinton road"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"postcode",
"cb17aa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Taj Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"7:00"
],
[
"_:search",
"phone",
"?"
],
[
"_:result",
"address",
"64 Cherry Hinton road"
],
[
"_:result",
"postcode",
"cb17aa"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Lexus"
],
[
"_:result",
"departure",
"16:15"
],
[
"_:result",
"phone",
"07932069775"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to find an attraction to visit . Something in the west ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , what type of attraction would you like to see ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'theater');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to see a theater ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,category,'theaters');(_:search,type,'Attraction'))",
"reqmore()",
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I do n't show any listings for theaters in the west would you like to search for another attraction ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'south african');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "am also looking for a restaurant . The restaurant should serve south african food and should be in the moderate price range"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,area,'West side');(_:search,food,'South African');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately there are no restaurants that serve South African dishes on the West side , would you like me to try a different side of town ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'South African');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about one that serves South African food ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'West side');(_:search,food,'South African');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately there are no restaurants that serve South African dishes on the West side , would you like me to try a different side of town ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "no but how about one that serves british food ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'British');(_:result,entrance_fee,'moderately priced');(_:result,name,'Saint Johns Chop House');(_:result,type,'Attraction'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Saint Johns Chop House is moderately priced , serves British cuisine , as in the west part of town . Shall I book this for you ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , can you please book this for me ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people and what day ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm not ready to book yet . Can I get the phone number , postcode , and address , please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'21 - 24 Northampton Street');(_:result,name,'Saint Johns Chop House');(_:result,phone,'01223353110');(_:result,postcode,'cb30ad');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address for Saint Johns Chop House is 21 - 24 Northampton Street , cb30ad . The phone number is 01223353110 . Is there anything else that I can assist you with ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I need an attraction in the west . Anyone will do . Whatever you recommend ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,category,'college');(_:result,entrance_fee,'free');(_:result,name,'clare hall');(_:result,phone,'01223332360');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "clare hall is a college with free admission . Their number is 01223332360 ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,food,'south african');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a south african restaurant ."
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry none are listed in that area , something else perhaps ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there a restaurant in the west that serves British food ?"
},
{
"id": 19,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Saint Johns Chop House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , Saint Johns Chop House is available . Would you like to book a table ?"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Not at this time . Can you give me the phone number , address and postcode , please ?"
},
{
"id": 21,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'21 - 24 Northampton Street');(_:result,name,'Saint Johns Chop House');(_:result,phone,'01223353110');(_:result,postcode,'cb30ad');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Saint Johns Chop House is located at 21 - 24 Northampton Street , postcode cb30ad . You can reach them by phone at 01223353110 . Can I help you find anything else today ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thanks ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad to have helped ."
}
] |
PMUL2352.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"theater"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/5eef708b"
],
[
"_:search/5eef708b",
"area",
"west"
],
[
"_:search/5eef708b",
"category",
"theaters"
],
[
"_:search/5eef708b",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"food",
"south african"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/5eef708b"
],
[
"_:search/5eef708b",
"area",
"west"
],
[
"_:search/5eef708b",
"category",
"theaters"
],
[
"_:search/5eef708b",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/bb8b2b0b"
],
[
"_:search/bb8b2b0b",
"area",
"West side"
],
[
"_:search/bb8b2b0b",
"food",
"South African"
],
[
"_:search/bb8b2b0b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"South African"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/5eef708b"
],
[
"_:search/5eef708b",
"area",
"west"
],
[
"_:search/5eef708b",
"category",
"theaters"
],
[
"_:search/5eef708b",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/bb8b2b0b"
],
[
"_:search/bb8b2b0b",
"area",
"West side"
],
[
"_:search/bb8b2b0b",
"food",
"South African"
],
[
"_:search/bb8b2b0b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4e57015"
],
[
"_:search/b4e57015",
"area",
"West side"
],
[
"_:search/b4e57015",
"food",
"South African"
],
[
"_:search/b4e57015",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/5eef708b"
],
[
"_:search/5eef708b",
"area",
"west"
],
[
"_:search/5eef708b",
"category",
"theaters"
],
[
"_:search/5eef708b",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/bb8b2b0b"
],
[
"_:search/bb8b2b0b",
"area",
"West side"
],
[
"_:search/bb8b2b0b",
"food",
"South African"
],
[
"_:search/bb8b2b0b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4e57015"
],
[
"_:search/b4e57015",
"area",
"West side"
],
[
"_:search/b4e57015",
"food",
"South African"
],
[
"_:search/b4e57015",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"British"
],
[
"_:result",
"entrance_fee",
"moderately priced"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/5eef708b"
],
[
"_:search/5eef708b",
"area",
"west"
],
[
"_:search/5eef708b",
"category",
"theaters"
],
[
"_:search/5eef708b",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/bb8b2b0b"
],
[
"_:search/bb8b2b0b",
"area",
"West side"
],
[
"_:search/bb8b2b0b",
"food",
"South African"
],
[
"_:search/bb8b2b0b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4e57015"
],
[
"_:search/b4e57015",
"area",
"West side"
],
[
"_:search/b4e57015",
"food",
"South African"
],
[
"_:search/b4e57015",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"British"
],
[
"_:result",
"entrance_fee",
"moderately priced"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5eef708b"
],
[
"_:search/5eef708b",
"area",
"west"
],
[
"_:search/5eef708b",
"category",
"theaters"
],
[
"_:search/5eef708b",
"type",
"Attraction"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/bb8b2b0b"
],
[
"_:search/bb8b2b0b",
"area",
"West side"
],
[
"_:search/bb8b2b0b",
"food",
"South African"
],
[
"_:search/bb8b2b0b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4e57015"
],
[
"_:search/b4e57015",
"area",
"West side"
],
[
"_:search/b4e57015",
"food",
"South African"
],
[
"_:search/b4e57015",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"British"
],
[
"_:result",
"entrance_fee",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"21 - 24 Northampton Street"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"phone",
"01223353110"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5eef708b"
],
[
"_:search/5eef708b",
"area",
"west"
],
[
"_:search/5eef708b",
"category",
"theaters"
],
[
"_:search/5eef708b",
"type",
"Attraction"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/bb8b2b0b"
],
[
"_:search/bb8b2b0b",
"area",
"West side"
],
[
"_:search/bb8b2b0b",
"food",
"South African"
],
[
"_:search/bb8b2b0b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4e57015"
],
[
"_:search/b4e57015",
"area",
"West side"
],
[
"_:search/b4e57015",
"food",
"South African"
],
[
"_:search/b4e57015",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"21 - 24 Northampton Street"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:result",
"phone",
"01223332360"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"south african"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5eef708b"
],
[
"_:search/5eef708b",
"area",
"west"
],
[
"_:search/5eef708b",
"category",
"theaters"
],
[
"_:search/5eef708b",
"type",
"Attraction"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/bb8b2b0b"
],
[
"_:search/bb8b2b0b",
"area",
"West side"
],
[
"_:search/bb8b2b0b",
"food",
"South African"
],
[
"_:search/bb8b2b0b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4e57015"
],
[
"_:search/b4e57015",
"area",
"West side"
],
[
"_:search/b4e57015",
"food",
"South African"
],
[
"_:search/b4e57015",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"21 - 24 Northampton Street"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:result",
"phone",
"01223332360"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/db062480"
],
[
"_:search/db062480",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5eef708b"
],
[
"_:search/5eef708b",
"area",
"west"
],
[
"_:search/5eef708b",
"category",
"theaters"
],
[
"_:search/5eef708b",
"type",
"Attraction"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/bb8b2b0b"
],
[
"_:search/bb8b2b0b",
"area",
"West side"
],
[
"_:search/bb8b2b0b",
"food",
"South African"
],
[
"_:search/bb8b2b0b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4e57015"
],
[
"_:search/b4e57015",
"area",
"West side"
],
[
"_:search/b4e57015",
"food",
"South African"
],
[
"_:search/b4e57015",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"21 - 24 Northampton Street"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332360"
],
[
"_:system",
"canthelp",
"_:search/db062480"
],
[
"_:search/db062480",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5eef708b"
],
[
"_:search/5eef708b",
"area",
"west"
],
[
"_:search/5eef708b",
"category",
"theaters"
],
[
"_:search/5eef708b",
"type",
"Attraction"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/bb8b2b0b"
],
[
"_:search/bb8b2b0b",
"area",
"West side"
],
[
"_:search/bb8b2b0b",
"food",
"South African"
],
[
"_:search/bb8b2b0b",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/b4e57015"
],
[
"_:search/b4e57015",
"area",
"West side"
],
[
"_:search/b4e57015",
"food",
"South African"
],
[
"_:search/b4e57015",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/db062480"
],
[
"_:search/db062480",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"21 - 24 Northampton Street"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"phone",
"01223353110"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Well , I am here to help , but I need to know what you want me to look for ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Pardon my mistake , my migranes make my head a little foggy at times , can you help me find an expensive chinese place to eat at ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'9');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found 9 great choices . Is there a specific area of town you want to be in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does n't matter . I trust your judgment . I need a reservation for friday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'ugly duckling');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , how about ugly duckling ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'13:15');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great . Can you book a table for 5 at 13:15 ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'3FF42HU1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation is all set . Your reference number is 3FF42HU1 . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave after 13:15 and should leave on saturday . \n The train should depart from cambridge and should go to leicester . book for same number of people"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'15:06');(_:result,leave_at,'13:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a 13:21 that would get you there by 15:06 . How does that sound ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'five');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Great . Can you book for five people and give me the reference number for that ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'1XMFVN8T');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have that booked for you with a reference number of 1XMFVN8T . Is there anything else I can do for you to make your trip as easy as possible ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed today . Thanks for your help . Goodbye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Ok . Take care have a nice day ."
}
] |
PMUL4370.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"name",
"ugly duckling"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"ugly duckling"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3FF42HU1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"ugly duckling"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3FF42HU1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"arrive_by",
"15:06"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"ugly duckling"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"arrive_by",
"15:06"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1XMFVN8T"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel that includes free wifi and free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'lots of');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are definitely lots of places that provide complimentary parking and wifi . Do you prefer any particular part of town , or are you looking for a certain price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like a hotel in the centre and it should be in the cheap price range ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I do n't have any hotels that meet your criteria but I do have two guesthouses available ? Would that be okay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that would be fine . What are the names of the two guesthouses ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'alexander bed and breakfast');(_:result,name,'el shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "One i d alexander bed and breakfast and the other is el shaddai ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "What star ratings are they ?"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Alexander bed and breakfast is 4 stars and el shaddai is 0 stars ."
}
] |
PMUL3056.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/2e690173"
],
[
"_:search/2e690173",
"category",
"hotels"
],
[
"_:search/2e690173",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/2e690173"
],
[
"_:search/2e690173",
"category",
"hotels"
],
[
"_:search/2e690173",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "looking for the nearest police station ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Telephone \t : \t 01223358966 \n Address \t : \t Parkside , Cambridge \n Postcode \t : \t CB11JG there are the requirements"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need today ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Hope you have a good day !"
}
] |
SNG01848.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay in the East . I do n't need to have access to the Internet ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'east');(_:result,count,'7');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 7 places available in the east . What is your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Price does not matter , but can you find one without free parking ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'East');(_:result,has_parking,'none');(_:result,name,'a and a guest house');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "a and a guest house is available . It 's in East part of town and is moderately priced with no free parking . Can I book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "does it have free wi fi ? I need free wi fi"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'a nd b guesthouse');(_:booking,type,'Booking');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the a nd b guesthouse has wi - fi and fits the rest of your criteria , I can book you if you would like ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . Can I book it for 2 people on Monday night with a 5 night stay ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , that is n't available . Is there something else I can find for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about something else in the same price range ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Acorn guest house');(_:booking,ref,'HK5AYCB6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , you 're booked at Acorn guest house with reference number HK5AYCB6 . May I help with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I have the address please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'154 chesterton road');(_:result,name,'acorn guest house');(_:result,phone,'01223353888');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! The address for the acorn guest house is 154 chesterton road cb41da and the phone is 01223353888 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . That is all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Enjoy your stay here ."
}
] |
SSNG0044.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"a and a guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"a and a guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:booking",
"name",
"a nd b guesthouse"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"a and a guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:booking",
"name",
"a nd b guesthouse"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/c4b91f4a"
],
[
"_:booking/c4b91f4a",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"a and a guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/c4b91f4a"
],
[
"_:booking/c4b91f4a",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn guest house"
],
[
"_:booking",
"ref",
"HK5AYCB6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/c4b91f4a"
],
[
"_:booking/c4b91f4a",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn guest house"
],
[
"_:booking",
"ref",
"HK5AYCB6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I could definitely use some help finding information on a particular hotel ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'33');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 33 hotels to choose from . What type of hotel do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'gonville hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am interested in the Gonville Hotel ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "system",
"text": "sure , what would you like to know ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,area,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I need the price range , area , and star of the hotel ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,pricerange,'expensive');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is located in the centre and is in the expensive price range . It is a 3 star hotel ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book it for me and get a reference number ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yeah , I can definitely do that . What day would you like the reservation for ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "On second thought , I believe I 'll wait on that reservation ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "ok , is there anything else i can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'18:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need a train leaving after 18:30"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'over 2800');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have over 2800 entries under your specification . Would you like to narrow it down ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "leaving norwich going to cambridge on thursday"
},
{
"id": 13,
"rdf-acts": [
"select((_:result,leave_at,'19:16');(_:result,leave_at,'every hour after');(_:result,type,'Train'))",
"inform((_:result,amount,'4 other');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Okay ! You can leave at 19:16 , or on one of the 4 other other trains that depart every hour after . Which would you like ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That train will be fine . Can I please get the train ID , arrival time and travel time ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'20:35');(_:result,duration,'79 minutes');(_:result,id,'TR2493');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , the train i d is TR2493 , the arrival time is 20:35 and the train ride is 79 minutes long . Do you need me to book you a ticket ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that is all i needed for today . thanks for helping"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL1663.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:result",
"amount",
"over 2800"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"19:16"
],
[
"_:result",
"leave_at",
"every hour after"
],
[
"_:result",
"amount",
"4 other"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"19:16"
],
[
"_:result",
"leave_at",
"every hour after"
],
[
"_:result",
"amount",
"4 other"
],
[
"_:result",
"arrive_by",
"20:35"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"id",
"TR2493"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I m looking for places to go in Cambridge , near east part of town and a nightclub in same area"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'east');(_:search,category,'nightclubs');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , I have n't found any nightclubs in the east part of town , would you like to try a different area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'swimming pools');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , I need to stay in the east , can you look for swimming pools instead ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Whitehill Road');(_:result,area,'east');(_:result,name,'Abbey Pool and Astroturf Pitch');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Abbey Pool and Astroturf Pitch is located in the east at Whitehill Road . Would you like more information on it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can I have the postcode and the entrance fee , please ! ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,\"I ' m not showing any information on the entrance fee\");(_:result,phone,'01223902088');(_:result,postcode,'cb58nt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm not showing any information on the entrance fee . The postcode is cb58nt . The phone is 01223902088 is you would like to call them about the cost ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'that area');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you , can you also give me information on any restaurants in that area ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'east');(_:result,count,'9');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 9 different restaurants in the east . Do you have a type of food you are looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't have a food preference type . I just want something expensive ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,name,'The grafton hotel restaurant');(_:result,name,'pipasha restaurant');(_:result,name,'royal standard');(_:result,name,'sitar tandoori');(_:result,name,'yu garden');(_:result,type,'Restaurant'))",
"inform((_:result,area,'east');(_:result,count,'5');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have 5 expensive restaurants located in the east . The grafton hotel restaurant , yu garden , royal standard , pipasha restaurant , and sitar tandoori . Would you like to book for any ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'19:15');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Anything that is available for 6 people on tuesday at 19:15 ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,day,'Tuesday');(_:booking,duration,'19:15');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "My apologies . I tried to book at the east expensive restaurants for Tuesday at 19:15 , but there was nothing available . Do you have a different day or time preference ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,duration,'18:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you try 18:15 ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'YP7M0T3J');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : YP7M0T3J . Is there anything else you need ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'my reservation time');(_:search,departure,'the pool');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I need a taxi from the pool to the restaurant . Make sure I arrive by my reservation time please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'grey bmw');(_:result,departure,'pool');(_:result,phone,'07156793987');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi is booked . It is a grey bmw and the contact number is 07156793987 and will pick you up at the pool . Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that should be all I need . Thank you for your help ! Goodbye !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "thank you for using out service"
}
] |
MUL2302.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/75c5bfd3"
],
[
"_:search/75c5bfd3",
"area",
"east"
],
[
"_:search/75c5bfd3",
"category",
"nightclubs"
],
[
"_:search/75c5bfd3",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/75c5bfd3"
],
[
"_:search/75c5bfd3",
"area",
"east"
],
[
"_:search/75c5bfd3",
"category",
"nightclubs"
],
[
"_:search/75c5bfd3",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Whitehill Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Abbey Pool and Astroturf Pitch"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/75c5bfd3"
],
[
"_:search/75c5bfd3",
"area",
"east"
],
[
"_:search/75c5bfd3",
"category",
"nightclubs"
],
[
"_:search/75c5bfd3",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"Whitehill Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Abbey Pool and Astroturf Pitch"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"I ' m not showing any information on the entrance fee"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"postcode",
"cb58nt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/75c5bfd3"
],
[
"_:search/75c5bfd3",
"area",
"east"
],
[
"_:search/75c5bfd3",
"category",
"nightclubs"
],
[
"_:search/75c5bfd3",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"Whitehill Road"
],
[
"_:result",
"name",
"Abbey Pool and Astroturf Pitch"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"I ' m not showing any information on the entrance fee"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"postcode",
"cb58nt"
],
[
"_:search",
"area",
"that area"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/75c5bfd3"
],
[
"_:search/75c5bfd3",
"area",
"east"
],
[
"_:search/75c5bfd3",
"category",
"nightclubs"
],
[
"_:search/75c5bfd3",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"Whitehill Road"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"I ' m not showing any information on the entrance fee"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"postcode",
"cb58nt"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"The grafton hotel restaurant"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/75c5bfd3"
],
[
"_:search/75c5bfd3",
"area",
"east"
],
[
"_:search/75c5bfd3",
"category",
"nightclubs"
],
[
"_:search/75c5bfd3",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"Whitehill Road"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"I ' m not showing any information on the entrance fee"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"postcode",
"cb58nt"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"The grafton hotel restaurant"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/89c6ab7e"
],
[
"_:booking/89c6ab7e",
"day",
"Tuesday"
],
[
"_:booking/89c6ab7e",
"duration",
"19:15"
],
[
"_:booking/89c6ab7e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/75c5bfd3"
],
[
"_:search/75c5bfd3",
"area",
"east"
],
[
"_:search/75c5bfd3",
"category",
"nightclubs"
],
[
"_:search/75c5bfd3",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"Whitehill Road"
],
[
"_:result",
"entrance_fee",
"I ' m not showing any information on the entrance fee"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"postcode",
"cb58nt"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"The grafton hotel restaurant"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/89c6ab7e"
],
[
"_:booking/89c6ab7e",
"day",
"Tuesday"
],
[
"_:booking/89c6ab7e",
"duration",
"19:15"
],
[
"_:booking/89c6ab7e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"YP7M0T3J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"my reservation time"
],
[
"_:search",
"departure",
"the pool"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/75c5bfd3"
],
[
"_:search/75c5bfd3",
"area",
"east"
],
[
"_:search/75c5bfd3",
"category",
"nightclubs"
],
[
"_:search/75c5bfd3",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"Whitehill Road"
],
[
"_:result",
"entrance_fee",
"I ' m not showing any information on the entrance fee"
],
[
"_:result",
"postcode",
"cb58nt"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"The grafton hotel restaurant"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/89c6ab7e"
],
[
"_:booking/89c6ab7e",
"day",
"Tuesday"
],
[
"_:booking/89c6ab7e",
"duration",
"19:15"
],
[
"_:booking/89c6ab7e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:booking",
"ref",
"YP7M0T3J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"my reservation time"
],
[
"_:search",
"departure",
"the pool"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey bmw"
],
[
"_:result",
"departure",
"pool"
],
[
"_:result",
"phone",
"07156793987"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place to dine in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'110');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 110 place to dine in Cambridge . May I narrow the search by area , price range , and/or cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a place in the centre of town , serves Indian food and on the expensive side ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'106 Regent Street City Centre');(_:result,name,'Curry Garden');(_:result,phone,'01223302330');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Curry Garden is an expensive restaurant located at 106 Regent Street City Centre . Their phone number is 01223302330 . Would you like me to book a reservation for you ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I will call them , thank you for your help ."
},
{
"id": 5,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Have a great rest of your day !"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'university arms hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a hotel called the University Arms Hotel ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I found it . Would you like me to book a room for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like to book 5 nights starting Wednesday for 6 people . May I also have the reference number please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'HMUH9F2T');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay great ! Your booking was successful . Your reference number is HMUH9F2T ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great , can I also get a taxi as well ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Certainly ! Is there any particular place you would like the Taxi to pick you up ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'my hotel');(_:search,leave_at,'17:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes from the restaurant to my hotel . I need to leave the restaurant by 17:00 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'Blue Honda');(_:result,departure,'the restaurant');(_:result,destination,'the hotel');(_:result,leave_at,'17:00');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "OK , we can get you a Blue Honda at 17:00 from the restaurant to the hotel ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks . Could you give me their contact number ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,phone,'07128800156');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure thing . Their contact number is 07128800156 . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not at this time but your help has been appreciated ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great , thank you for using our system !"
}
] |
MUL0190.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"phone",
"01223302330"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"phone",
"01223302330"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"phone",
"01223302330"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"phone",
"01223302330"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"HMUH9F2T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"phone",
"01223302330"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"HMUH9F2T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"my hotel"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"phone",
"01223302330"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"HMUH9F2T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"my hotel"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Blue Honda"
],
[
"_:result",
"departure",
"the restaurant"
],
[
"_:result",
"destination",
"the hotel"
],
[
"_:result",
"leave_at",
"17:00"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"HMUH9F2T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"my hotel"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Blue Honda"
],
[
"_:result",
"departure",
"the restaurant"
],
[
"_:result",
"destination",
"the hotel"
],
[
"_:result",
"leave_at",
"17:00"
],
[
"_:result",
"phone",
"07128800156"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'aylesbray lodge guest house');(_:search,destination,'london liverpool street train station');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Please book me a taxi to take me from Aylesbray Lodge Guest House to the London Liverpool Street Train Station ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time do you want to leave by ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I need to get there by 1:30 ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t red skoda \n Contact number \t : \t 07852042631"
}
] |
SNG02160.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"aylesbray lodge guest house"
],
[
"_:search",
"destination",
"london liverpool street train station"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"aylesbray lodge guest house"
],
[
"_:search",
"destination",
"london liverpool street train station"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , I am looking for a museum in Cambridge . What museums are there ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,category,'museum');(_:result,name,'The broughton house gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The broughton house gallery is a museum in Cambridge 's centre . Was there a particular side of the city you would like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I did n't have an area preference so that works ."
},
{
"id": 3,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:result,address,'98 King Street');(_:result,entrance_fee,'free');(_:result,phone,'01223314960');(_:result,postcode,'CB11LN');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Very good . They are at 98 King Street , CB11LN . Their phone number is 01223314960 , and admission is free . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need to book a room in a 2 star hotel ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'3');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 3 hotels that have 2 stars do you have a price range or an area you want to stay in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A hotel in the moderate price range that includes free parking ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Ashley Hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I recommend the Ashley Hotel . It 's a nice little place on the north side of town . Would you like to book a room ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . I 'll need to for 5 nights starting on Saturday for 5 people ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'AABMC4EP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is AABMC4EP . Will that be all ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,leave_at,'21:30');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need to get a taxi to leave the attraction by 21:30 . I need a contact number and car type ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like to go from the Broughton House Gallery ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,destination,'ashley hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "yes that s exactly where I want to go"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'white tesla');(_:result,phone,'07558242015');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "a very cool white tesla will be picking you up contact number is 07558242015"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all I need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a lovely day , goodbye ."
}
] |
PMUL2965.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"The broughton house gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"The broughton house gallery"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"postcode",
"CB11LN"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The broughton house gallery"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"postcode",
"CB11LN"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"postcode",
"CB11LN"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"postcode",
"CB11LN"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AABMC4EP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"postcode",
"CB11LN"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AABMC4EP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"ashley hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"CB11LN"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AABMC4EP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"ashley hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white tesla"
],
[
"_:result",
"phone",
"07558242015"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train going to broxbourne please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,day,'friday');(_:result,id,'TR6549');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "the train i d is TR6549 and it leaves on friday"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Is this all you needed ?"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "It will be leaving at 5:01 and arriving at 6:01 ."
}
] |
SNG01152.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"id",
"TR6549"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'15:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train leaving after 15:30 from cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'over 623');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are over 623 trains leaving then . Where will you be going to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "london liverpool street and should leave on monday"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'17:27');(_:result,day,'Monday');(_:result,destination,'London Liverpool street');(_:result,id,'TR3602');(_:result,leave_at,'15:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3602 departs at 15:59 Monday and arrives at London Liverpool street by 17:27 . Does this suit your needs ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds great . Can you book that for 6 people for me ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,day,'monday');(_:booking,people,'6');(_:booking,ref,'3EBQSQSC');(_:booking,ticket,'99.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure ! I have 6 people booked for monday with reference number 3EBQSQSC and a total of 99.6 GBP . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm also looking for a recommendation on a hotel with free parking in the north ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd like to keep it cheap , please . I do need free wifi , though ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'city centre north b and b');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have listings for two , city centre north b and b and worth house ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,name,'city centre north b and b.');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's go with City Centre North B and B. I need to book for 6 people , 2 nights , and starting on Saturday , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'4H91C8I3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes . Your reservation was successful . The booking number is 4H91C8I3 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you that will be all"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
PMUL1669.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"amount",
"over 623"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"amount",
"over 623"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"London Liverpool street"
],
[
"_:result",
"id",
"TR3602"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"amount",
"over 623"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"London Liverpool street"
],
[
"_:result",
"id",
"TR3602"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"monday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"3EBQSQSC"
],
[
"_:booking",
"ticket",
"99.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"amount",
"over 623"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"London Liverpool street"
],
[
"_:result",
"id",
"TR3602"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"monday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"3EBQSQSC"
],
[
"_:booking",
"ticket",
"99.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"amount",
"over 623"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"London Liverpool street"
],
[
"_:result",
"id",
"TR3602"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"monday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"3EBQSQSC"
],
[
"_:booking",
"ticket",
"99.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"amount",
"over 623"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"London Liverpool street"
],
[
"_:result",
"id",
"TR3602"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"monday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ticket",
"99.6 GBP"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"4H91C8I3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'7:15');(_:search,destination,'limehouse');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like a taxi to limehouse . I need to arrive by 7:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'd be happy to book that for you , where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'nusha');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am leaving from nusha ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'black skoda');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "You are booked for a black skoda . Is there anything else ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Could you give me the contact number for the skoda , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'black skoda');(_:result,phone,'07129813049');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booked car type \t : \t black skoda \n Contact number \t : \t 07129813049"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help"
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You 're very welcome . Do you need any further assistance ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that is it . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our services ."
}
] |
SNG02307.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"7:15"
],
[
"_:search",
"destination",
"limehouse"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"7:15"
],
[
"_:search",
"destination",
"limehouse"
],
[
"_:search",
"departure",
"nusha"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"7:15"
],
[
"_:search",
"destination",
"limehouse"
],
[
"_:search",
"departure",
"nusha"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black skoda"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"7:15"
],
[
"_:search",
"destination",
"limehouse"
],
[
"_:search",
"departure",
"nusha"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"car",
"black skoda"
],
[
"_:result",
"phone",
"07129813049"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"7:15"
],
[
"_:search",
"destination",
"limehouse"
],
[
"_:search",
"departure",
"nusha"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black skoda"
],
[
"_:result",
"phone",
"07129813049"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train going from Cambridge to stansted airport ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I 'd be happy to help with that . What day and time are you traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'11:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train needs to leave on Monday after 11:45 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you need to arrive by a certain time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'11:45');(_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , just the closest time after 11:45 for 5 tickets please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,day,'Monday');(_:result,id,'TR8699');(_:result,leave_at,'12:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8699 leaves at 12:40 on Monday . Would you like to book a ticket ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . Can I have the reference number for the booking ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'5');(_:booking,ref,'A85FTGK4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your train for 5 and your reference number is A85FTGK4 . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thanks for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ! Have fun ! Goodbye !"
}
] |
SNG0422.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"id",
"TR8699"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"id",
"TR8699"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"A85FTGK4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I am looking for a train that is leaving on friday after 13:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you like to leave from and go to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to depart from norwich and go to cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'14:35');(_:result,departure,'Norwich');(_:result,destination,'Cambridge');(_:result,id,'TR1952');(_:result,leave_at,'13:16');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1952 leaves Norwich at 13:16 and arrives in Cambridge at 14:35 . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Before I commit , what would the price of the ticket be ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'17.60 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It would cost 17.60 pounds ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'scott polar museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "That would be great . I am also looking for the scott polar museum in town , can you tell me a little about it ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'Scott Polar Museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Scott Polar Museum is located in the centre area of town , and the entrance fee is free ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me the postcode for the museum as well ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb21er');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , their postcode is cb21er . Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks , I 've got everything . Have a nice day ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Good - bye ."
}
] |
MUL0600.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:35"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1952"
],
[
"_:result",
"leave_at",
"13:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:35"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1952"
],
[
"_:result",
"leave_at",
"13:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"scott polar museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:35"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1952"
],
[
"_:result",
"leave_at",
"13:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:search",
"name",
"scott polar museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Scott Polar Museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:35"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1952"
],
[
"_:result",
"leave_at",
"13:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:search",
"name",
"scott polar museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Scott Polar Museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21er"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Lensfield Hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel by the name of The Lensfield Hotel ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,category,'hotel');(_:result,stars,'three');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have a listing for that hotel . It is on the south side and has three stars . Can I book you a room ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What type of hotel is this and could I get the address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'53 - 57 lensfield road');(_:result,category,'hotel');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "It 's a hotel and the address is 53 - 57 lensfield road . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for a museum located in centre ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'the broughton house gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'd like to suggest the broughton house gallery . Do you need any information on it ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can you tell me the entrance fee ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Good news , it is free to enter ! Is there anything else I can assist you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'18:30');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,category,?);(_:result,type,'Hotel');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "i also want to book a taxi . i want to leave the hotel by 18:30 . get contact number and car type"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'yellow honda');(_:result,phone,'07649871562');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booked it . It 's a yellow honda , contact 07649871562 . Anything else you need ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is everything I need today . Thank you for your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Goodbye !"
}
] |
MUL2697.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"address",
"53 - 57 lensfield road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"address",
"53 - 57 lensfield road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"the broughton house gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"address",
"53 - 57 lensfield road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"the broughton house gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Lensfield Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"address",
"53 - 57 lensfield road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"the broughton house gallery"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"car",
"yellow honda"
],
[
"_:result",
"phone",
"07649871562"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel that is in the expensive price range . That has a 3 star rating ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,name,'gonville hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "gonville hotel is a nice hotel that I can book for you ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I check if it has free wifi ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "It sure does ! WOuld you like to book a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , for 6 people . 2 nights , starting from saturday"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'P16VJZDH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : P16VJZDH ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all for today . Goodbye"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "My pleasure , enjoy your stay ."
}
] |
PMUL4958.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"P16VJZDH"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi there , I 'm looking for a train to norwich . Heading out on Wednesday"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , what time do you need to get into Norwich by ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'16:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive by 16:15 if at all possible ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 10 results . What time would you like to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'11:00');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to depart cambridge around 11:00 . Can you find a train at that time ? What is the price and train ID ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'12:55');(_:result,id,'TR2625');(_:result,leave_at,'11:36');(_:result,ticket,'17.60');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The TR2625 departs at 11:36 and arrives at 12:55 . The price is 17.60"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay I also need a museum to go to in the centre ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,category,'museums');(_:result,count,'11');(_:result,entrance_fee,'no entrance fee');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The center is a great place to visit museums . There are 11 options all with no entrance fee . Do you have a preference ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "No , can you recommend one ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'broughton house gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend broughton house gallery"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much , that 's all I need ! Take care !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , have a great trip !"
}
] |
PMUL3781.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"arrive_by",
"12:55"
],
[
"_:result",
"id",
"TR2625"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_:result",
"ticket",
"17.60"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"arrive_by",
"12:55"
],
[
"_:result",
"id",
"TR2625"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_:result",
"ticket",
"17.60"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"arrive_by",
"12:55"
],
[
"_:result",
"id",
"TR2625"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_:result",
"ticket",
"17.60"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I am looking for the Addenbrookes Hospital"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is located at Hills Rd , Cambridge , postcode CB20QQ . Would you like their phone number ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thank you ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You are most welcome !"
}
] |
SNG01764.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , do you have any trains headed to Leicester from cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We do . What day will you be travelling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'13:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving on Tuesday after 13:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:06');(_:result,day,'Tuesday');(_:result,departure,'Leicester');(_:result,id,'TR1997');(_:result,leave_at,'14:21');(_:result,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure thing . I have TR1997 leaving Leicester on Tuesday at 14:21 . Should arrive by 16:06 . Would that work for you ? Otherwise , I have later options ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That would work for me , I need 5 tickets please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR1997');(_:booking,people,'5');(_:booking,ref,'8PT9BIRG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation of 5 tickets on the TR1997 train was successful . Your Reference number is : 8PT9BIRG ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you ! I 'm also looking for a great place to eat in the centre ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have many restaurant options in the centre area . Is there a particular type of food you would like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a gastropub in the expensive price range ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'gastropub');(_:result,name,'the slug and lettuce');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "would recommend the slug and lettuce , they are a very good gastropub , would you like me to book you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'10:30');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I 'd like to book for the same group of people on the same day at 10:30 , if possible ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'M0YQSBT7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay I was able to do that for you and your reference number is M0YQSBT7 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wonderful , that 's everything I needed . Thanks so much ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "My pleasure . We 're here any time you need us . Thank you for using the Cambridge TownInfo centre . Have a great day ."
}
] |
PMUL4934.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"arrive_by",
"16:06"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"id",
"TR1997"
],
[
"_:result",
"leave_at",
"14:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"arrive_by",
"16:06"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"id",
"TR1997"
],
[
"_:result",
"leave_at",
"14:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1997"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"8PT9BIRG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"arrive_by",
"16:06"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"id",
"TR1997"
],
[
"_:result",
"leave_at",
"14:21"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1997"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"8PT9BIRG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"arrive_by",
"16:06"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"id",
"TR1997"
],
[
"_:result",
"leave_at",
"14:21"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1997"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"8PT9BIRG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"the slug and lettuce"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"10:30"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"arrive_by",
"16:06"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"id",
"TR1997"
],
[
"_:result",
"leave_at",
"14:21"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1997"
],
[
"_:booking",
"people",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"the slug and lettuce"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"10:30"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"M0YQSBT7"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for entertainment attractions that are available in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no entertainment attraction located in the centre . Would you like me to check different areas ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , how about a museum in the centre ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'in that area');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'The castle galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The castle galleries is a free museum in that area ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is their address ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "unit su43 , grande arcade , saint andrews street \t anything else i can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a restaurant in the same area as the attraction ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'that area');(_:result,count,'69');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "great , i have 69 options for you in that area !"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'polynesian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a cheap restaurant that serves polynesian food ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am afraid I have none matching your request . Would you like to try another type of food or area ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you try spanish food instead ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about italian ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'spanish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "There 's nothing that serves spanish food in the cheap price range in the centre of town ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'spanish');(_:result,name,'The la raza');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The la raza serves spanish food . Its cheap and in the centre . Would you like me to book you a table there ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Yes ! Please do ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,name,'La Raza');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Looking now La Raza has a few openings , how many people ? Do you have a date and time in mind ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'17:45');(_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like it for Saturday at 17:45 , just one person ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'Q7YR4YLN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked and your reservation number is Q7YR4YLN"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you help me get a taxi ?"
},
{
"id": 19,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Of course . I need the time of travel , departure location and the destination ."
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need it to arrive at the restaurant by the booked time ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'blue skoda');(_:result,phone,'07244814493');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi is a blue skoda under the contact number 07244814493 . Is there anything else ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all thanks ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , glad I could help ."
}
] |
PMUL2267.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/04723ca9"
],
[
"_:search/04723ca9",
"area",
"centre"
],
[
"_:search/04723ca9",
"category",
"entertainment"
],
[
"_:search/04723ca9",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/04723ca9"
],
[
"_:search/04723ca9",
"area",
"centre"
],
[
"_:search/04723ca9",
"category",
"entertainment"
],
[
"_:search/04723ca9",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"in that area"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"The castle galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/04723ca9"
],
[
"_:search/04723ca9",
"area",
"centre"
],
[
"_:search/04723ca9",
"category",
"entertainment"
],
[
"_:search/04723ca9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"in that area"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"The castle galleries"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/04723ca9"
],
[
"_:search/04723ca9",
"area",
"centre"
],
[
"_:search/04723ca9",
"category",
"entertainment"
],
[
"_:search/04723ca9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"The castle galleries"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"69"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"polynesian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/04723ca9"
],
[
"_:search/04723ca9",
"area",
"centre"
],
[
"_:search/04723ca9",
"category",
"entertainment"
],
[
"_:search/04723ca9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"The castle galleries"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"69"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/ac29a06b"
],
[
"_:search/ac29a06b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/04723ca9"
],
[
"_:search/04723ca9",
"area",
"centre"
],
[
"_:search/04723ca9",
"category",
"entertainment"
],
[
"_:search/04723ca9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"The castle galleries"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"69"
],
[
"_:system",
"canthelp",
"_:search/ac29a06b"
],
[
"_:search/ac29a06b",
"type",
"Restaurant"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/04723ca9"
],
[
"_:search/04723ca9",
"area",
"centre"
],
[
"_:search/04723ca9",
"category",
"entertainment"
],
[
"_:search/04723ca9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"count",
"69"
],
[
"_:system",
"canthelp",
"_:search/ac29a06b"
],
[
"_:search/ac29a06b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"The la raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/04723ca9"
],
[
"_:search/04723ca9",
"area",
"centre"
],
[
"_:search/04723ca9",
"category",
"entertainment"
],
[
"_:search/04723ca9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"count",
"69"
],
[
"_:system",
"canthelp",
"_:search/ac29a06b"
],
[
"_:search/ac29a06b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"The la raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/04723ca9"
],
[
"_:search/04723ca9",
"area",
"centre"
],
[
"_:search/04723ca9",
"category",
"entertainment"
],
[
"_:search/04723ca9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"count",
"69"
],
[
"_:system",
"canthelp",
"_:search/ac29a06b"
],
[
"_:search/ac29a06b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"The la raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"ref",
"Q7YR4YLN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/04723ca9"
],
[
"_:search/04723ca9",
"area",
"centre"
],
[
"_:search/04723ca9",
"category",
"entertainment"
],
[
"_:search/04723ca9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"count",
"69"
],
[
"_:system",
"canthelp",
"_:search/ac29a06b"
],
[
"_:search/ac29a06b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"The la raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"ref",
"Q7YR4YLN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/04723ca9"
],
[
"_:search/04723ca9",
"area",
"centre"
],
[
"_:search/04723ca9",
"category",
"entertainment"
],
[
"_:search/04723ca9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"count",
"69"
],
[
"_:system",
"canthelp",
"_:search/ac29a06b"
],
[
"_:search/ac29a06b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"The la raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:booking",
"name",
"La Raza"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"ref",
"Q7YR4YLN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue skoda"
],
[
"_:result",
"phone",
"07244814493"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to find a guesthouse to stay at in the north part of town ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,name,'The acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The acorn guest house is in the north part of town . Would you like to make a booking ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Is that in the expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "No , that is in the moderate price range ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like one that is in the expensive price range , please . A bit more upscale ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I am sorry but I can not find a guesthouse in the north that is expensive . Would you like me to look for a different price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , are there any guesthouses available in the Centre ?"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "No there are no guesthouses in the centre . Would you like anything else ?"
}
] |
SSNG0336.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/c0fc904e"
],
[
"_:search/c0fc904e",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay . The hotel should be in the cheap price range and should be in the east"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))",
"reqmore()",
"inform((_:result,category,'guesthouses');(_:result,count,'3');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no cheap hotels in the area but three cheap guesthouses . Are those ok , or did you want me to run another search ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I think a 4 star guest house would be good ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'710 newmarket road');(_:result,name,'autumn house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "autumn house \t is located at 710 newmarket road . Want me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I do n't need a booking , just the phone number please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223575122');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Certainly , the phone number is 01223575122 . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes information regarding a particular restaurant called Michael House Cafe ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'European');(_:result,name,'Michael House Cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Michael House Cafe is located in the centre area and serves European food . Would you like to book a table ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "no just the address if you have it"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,\"St. Michael 's Church Trinity Street City Centre\");(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes the address is St. Michael 's Church Trinity Street City Centre ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'the hotel');(_:search,leave_at,'9:45');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great . I would like you to book a taxi for me . I want to leave the restaurant by 9:45 and head back to the hotel ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'grey BMW');(_:result,phone,'07956996955');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi has been booked . It will be a grey BMW and the contact number is 07956996955 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is . Thanks for your help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . I hope you enjoy your stay in Cambridge . Please call again if we can assist you with anything else ! Goodbye ."
}
] |
PMUL3341.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/83d60148"
],
[
"_:search/83d60148",
"category",
"hotels"
],
[
"_:search/83d60148",
"pricerange",
"cheap"
],
[
"_:search/83d60148",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/83d60148"
],
[
"_:search/83d60148",
"category",
"hotels"
],
[
"_:search/83d60148",
"pricerange",
"cheap"
],
[
"_:search/83d60148",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"710 newmarket road"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/83d60148"
],
[
"_:search/83d60148",
"category",
"hotels"
],
[
"_:search/83d60148",
"pricerange",
"cheap"
],
[
"_:search/83d60148",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"710 newmarket road"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"phone",
"01223575122"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/83d60148"
],
[
"_:search/83d60148",
"category",
"hotels"
],
[
"_:search/83d60148",
"pricerange",
"cheap"
],
[
"_:search/83d60148",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"710 newmarket road"
],
[
"_:result",
"phone",
"01223575122"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Michael House Cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/83d60148"
],
[
"_:search/83d60148",
"category",
"hotels"
],
[
"_:search/83d60148",
"pricerange",
"cheap"
],
[
"_:search/83d60148",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223575122"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Michael House Cafe"
],
[
"_:result",
"address",
"St. Michael 's Church Trinity Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"9:45"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/83d60148"
],
[
"_:search/83d60148",
"category",
"hotels"
],
[
"_:search/83d60148",
"pricerange",
"cheap"
],
[
"_:search/83d60148",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Michael House Cafe"
],
[
"_:result",
"address",
"St. Michael 's Church Trinity Street City Centre"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"9:45"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey BMW"
],
[
"_:result",
"phone",
"07956996955"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel to stay in that has free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you want to stay in a particular area of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Just a hotel with free parking , free wifi and a star of 0 ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I do not have any place fitting that criteria . Perhaps some other perimater ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you see if you find one with a start of 4 ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure thing , I have three options would you like me to book one for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'one');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , one person two nights from Thursday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'UTI90SWFB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay your all set ! Reference number is UTI90SWFB . Anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the name of the hotel ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,name,'huntingdon marriott hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The hotel is huntingdon marriott hotel"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,leave_at,'14:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need a train from cambridge to peterborough on monday . I want to leave after 14:45"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'15:56');(_:result,count,'1');(_:result,leave_at,'15:06');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is one that leaves at 15:06 and arrives at 15:56 for 16.50 pounds . Would you like reservations ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need one ticket please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'CD9P0QQT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , your reference number for the train is CD9P0QQT ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all I need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Please let us know if we can be of any further assistance . Have a great day !"
}
] |
PMUL1508.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/ec71e658"
],
[
"_:search/ec71e658",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/ec71e658"
],
[
"_:search/ec71e658",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/ec71e658"
],
[
"_:search/ec71e658",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UTI90SWFB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/ec71e658"
],
[
"_:search/ec71e658",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UTI90SWFB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/ec71e658"
],
[
"_:search/ec71e658",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UTI90SWFB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"arrive_by",
"15:56"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"15:06"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/ec71e658"
],
[
"_:search/ec71e658",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"arrive_by",
"15:56"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"leave_at",
"15:06"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CD9P0QQT"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there any good Jamaican food in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "No , I 'm sorry . I did n't pull up any matches . Any other types of food you would like me to look into ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Something in the moderate price range . Also , in the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What food type could you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try Lebanese ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,count,'1');(_:result,name,'ali baba');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have one listing for ali baba . Would you like any other information ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'14:45');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "book for me a table for 1 person at 14:45 on saturday"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'XOMI0TBU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made those reservations and the reference number is XOMI0TBU ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . I am also interested in visiting colleges nearby ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'13');(_:result,type,'Attraction'))",
"request((_:search,name,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 13 colleges available in the centre . Did yo have one particular in mind ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What types of college are they ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'Hughes Hall');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "May I recommend Hughes Hall . It is in the centre of town and has free entrance ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you have there address ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'wollaston road');(_:result,name,'hughes hall');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address of hughes hall is wollaston road ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi to get from college to the restaurant . I need to arrive by 14:45 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'white audi');(_:result,departure,'hughes hall');(_:result,leave_at,'14:45');(_:result,phone,'07128258422');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "A white audi will pick you up at hughes hall at 14:45 . The contact number is \t 07128258422 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you have a nice day ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . You as well !"
}
] |
PMUL2179.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/939435fc"
],
[
"_:search/939435fc",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/939435fc"
],
[
"_:search/939435fc",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/939435fc"
],
[
"_:search/939435fc",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/939435fc"
],
[
"_:search/939435fc",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"XOMI0TBU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/939435fc"
],
[
"_:search/939435fc",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"XOMI0TBU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/939435fc"
],
[
"_:search/939435fc",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"XOMI0TBU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Hughes Hall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/939435fc"
],
[
"_:search/939435fc",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"XOMI0TBU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"wollaston road"
],
[
"_:result",
"name",
"hughes hall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/939435fc"
],
[
"_:search/939435fc",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"XOMI0TBU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"wollaston road"
],
[
"_:result",
"name",
"hughes hall"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white audi"
],
[
"_:result",
"departure",
"hughes hall"
],
[
"_:result",
"leave_at",
"14:45"
],
[
"_:result",
"phone",
"07128258422"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Need a place to dine , chinese near centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'10');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 10 places . Would you like a certain price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I prefer something cheap ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'3');(_:result,name,'charlie chan');(_:result,name,'golden house');(_:result,name,'rice house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three options , charlie chan , rice house and golden house . Can I book you for one of those ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'11:00');(_:search,name,'charlie chan');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Lets go with charlie chan , I would like to to book a table for 5 people at 11:00 on wednesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'B1FIKA09');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful , the reference number is B1FIKA09 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'near the restaurant');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay at a 4 star hotel near the restaurant ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'same area');(_:result,count,'2');(_:result,name,'alexander bed and breakfast');(_:result,name,'university arms hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two located in the same area . alexander bed and breakfast \t and university arms hotel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are either option cheap ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Alexander Bed and Breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Alexander Bed and Breakfast is cheap , would you like to book it ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , for 5 nights on the same day . I also need the reference number . Thanks !"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,people,'5');(_:booking,ref,'5DD52JOS');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book a room for 5 people , 5 nights . Your reference # is 5DD52JOS . Can I help you with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that is all I need today . Thank you for all your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a great day !"
}
] |
MUL1316.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"B1FIKA09"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"B1FIKA09"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"B1FIKA09"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"5DD52JOS"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'leicester');(_:search,leave_at,'none');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a training heading out from Leicester that leaves on Thursday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'multiple');(_:result,day,'Thursday');(_:result,destination,'Leicester');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "there are multiple trains leaving for Leicester on Thursday . what time would you like to depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go to cambridge and arrive by 12:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:30');(_:result,count,'6');(_:result,departure,'Leicester');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 6 trains that leave Leicester and arrive in Cambridge by 12:30 , what time would you like to leave by ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't care what time I leave . I do need the price and train ID though ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'11:54');(_:result,id,'TR2058');(_:result,leave_at,'10:09');(_:result,ticket,'37.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train departing at 10:09 and arriving at 11:54 with a ticket cost of 37.80 pounds . TrainID is TR2058 . Shall I book that for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,destination,'cambridge');(_:search,food,'unusual');(_:search,type,'Restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I am also looking for a place to eat . Are there any restaurants in East Cambridge that serve unusual foods ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'all of');(_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , but there are no restaurants in all of Cambridge that serve unusual food . Would you like to try a different cuisine ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Oh well , thank you anyway ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ! ! Goodbye ."
}
] |
MUL0400.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"none"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:30"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"11:54"
],
[
"_:result",
"id",
"TR2058"
],
[
"_:result",
"leave_at",
"10:09"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"food",
"unusual"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"11:54"
],
[
"_:result",
"id",
"TR2058"
],
[
"_:result",
"leave_at",
"10:09"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/3e043609"
],
[
"_:search/3e043609",
"area",
"all of"
],
[
"_:search/3e043609",
"food",
"unusual"
],
[
"_:search/3e043609",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I need to find out if there 's a train going to leicester that leaves on Monday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many . From where are you departing ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have a specific time frame in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'09:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave after 09:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'14');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 14 trains available . What time would you like to arrive by ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "I would like to leave after 9:45 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'12:06');(_:result,id,'TR6715');(_:result,leave_at,'10:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR6715 leaves at 10:21 and you 'll arrive by 12:06 . Would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I just need the travel time please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'105 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The travel time is 105 minutes . Will that be all ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need an expensive hotel with free parking ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Great I have 5 different options for you !"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I specifically am looking for a guesthouse in the east if that helps narrow things down ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , once I add those specifications I do n't have anything that fits . Did you want to try a different price range or area ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please look for something moderately priced , then ."
},
{
"id": 15,
"rdf-acts": [
"select((_:result,name,'Carolina Bed and Breakfast');(_:result,name,'Warkworth House');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 2 choices . The Carolina Bed and Breakfast is the first . The other is the Warkworth House . Which would you prefer ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's go with the Warkworth . Please make me a booking for Friday for 5 people , 3 nights ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'VSHQKDBQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made that reservation and your reference number is VSHQKDBQ ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that 's all I need , thanks so much for your help ! Have a great day !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , please let me know if I can assist with anything else ."
}
] |
PMUL1682.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:06"
],
[
"_:result",
"id",
"TR6715"
],
[
"_:result",
"leave_at",
"10:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"12:06"
],
[
"_:result",
"id",
"TR6715"
],
[
"_:result",
"leave_at",
"10:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"12:06"
],
[
"_:result",
"id",
"TR6715"
],
[
"_:result",
"leave_at",
"10:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"12:06"
],
[
"_:result",
"id",
"TR6715"
],
[
"_:result",
"leave_at",
"10:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5952a449"
],
[
"_:search/5952a449",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"12:06"
],
[
"_:result",
"id",
"TR6715"
],
[
"_:result",
"leave_at",
"10:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5952a449"
],
[
"_:search/5952a449",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"12:06"
],
[
"_:result",
"id",
"TR6715"
],
[
"_:result",
"leave_at",
"10:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5952a449"
],
[
"_:search/5952a449",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"VSHQKDBQ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to find a 4 star lodging with free parking ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'guest house');(_:result,category,'hotel');(_:result,type,'Hotel'))",
"inform((_:result,category,'guest houses');(_:result,category,'hotels');(_:result,count,'19');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 19 hotels or guest houses throughout the city that meet your needs . Can you tell me if you want a hotel or a guest house ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That does not matter but I need it to have free wifi and in the expensive price range ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 hotels that meet your criteria . Would you like me to book one for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure . Can you book it for 4 people ? We will be staying there for 5 nights starting from Thursday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Thursday');(_:booking,name,'the university Arms Hotel');(_:booking,people,'4');(_:booking,ref,'XQE5GLOD');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked the university Arms Hotel for 4 people starting Thursday staying for 5 nights . Your reservation number is XQE5GLOD . Anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . Thank you for your help ."
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Have a good day ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks again for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye and enjoy your stay !"
}
] |
SSNG0355.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"the university Arms Hotel"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"XQE5GLOD"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"the university Arms Hotel"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"XQE5GLOD"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi there , I 'd love to find a guesthouse with free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'21');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 21 guesthouses is there an area you are looking for or a price range you would like to be in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Well I would like something with 3 stars . I do n't care about the internet ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'bridge guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "bridge guest house \t has good reviews if you 'd like that"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds interesting . Do they happen to have free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "They do ! Would you like to reserve a room ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,name,'Bridge Guest House');(_:search,people,'3');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I really would like it to have a 3 star rating . If Bridge Guest House does , then yes , please make a reservation for 3 people arriving on Monday ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Bridge Guest House');(_:result,stars,'3');(_:result,type,'Hotel'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Bridge Guest House is rated 3 stars , and has free wifi and parking . Before I can make a reservation , I need to know how many nights you will be staying ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please make a reservation for 3 nights ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'VQLMM8NQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "No problem . Your reference number is VQLMM8NQ . Anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need today . Thanks for your help !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome . Thanks for contacting the Cambridge TownInfo Centre and have a great day !"
}
] |
SNG0773.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"Bridge Guest House"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"Bridge Guest House"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"Bridge Guest House"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VQLMM8NQ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'Centre');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you recommend any colleges in the Centre of town , please ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'colleges');(_:result,count,'18');(_:result,entrance_fee,'free');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , there are 18 colleges . What part of town are you interested in going to ? I recommend christ 's college and it 's free admission ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Is that in the centre of town ? I definitely want to visit a college in the centre ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes it is in the centre and will make your wildest dreams come true , would you like more information on them ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Do they have an entrance fee ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They do not - admission is free ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the post code ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their postal code is cb23bu . Can I assist you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,has_internet,'yes');(_:search,has_parking,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay in the centre . Free wifi , please . Expensive price range . Do n't need free parking ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'hotels');(_:result,count,'2');(_:result,pricerange,'espensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 2 hotels in centre that are espensive what star rating do you want ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'No particular');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No particular price range ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'Gonville Place');(_:result,address,'Regent Street');(_:result,count,'2');(_:result,name,'Gonville');(_:result,name,'University Arms');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The two hotels are the Gonville on Gonville Place , and the University Arms on Regent Street ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok , can you recommend one and give me the postcode and phone number ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'Gonville hotel');(_:result,postcode,'cb11ly');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I recommend the Gonville hotel . The postal code is cb11ly ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the phone number ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,name,'Gonville Hotel');(_:result,phone,'01223366611');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "You can reach the Gonville Hotel at 01223366611 ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'11:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great I also am looking for a taxi that will leave the hotel by 11:00"
},
{
"id": 17,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay and what is the destination please ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,destination,\"christ 's college\");(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to go to Christ 's College , please ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'white skoda');(_:result,phone,'07192870240');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t white skoda \n Contact number \t : \t 07192870240"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need , thanks so much for all of your help ! Have a great day !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your day too ."
}
] |
PMUL4040.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"Centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"christ 's college"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"espensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"No particular"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"espensive"
],
[
"_:search",
"pricerange",
"No particular"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Gonville"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"espensive"
],
[
"_:search",
"pricerange",
"No particular"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"Gonville hotel"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"espensive"
],
[
"_:search",
"pricerange",
"No particular"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"phone",
"01223366611"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"espensive"
],
[
"_:search",
"pricerange",
"No particular"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"phone",
"01223366611"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"destination",
"christ 's college"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"espensive"
],
[
"_:search",
"pricerange",
"No particular"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"destination",
"christ 's college"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white skoda"
],
[
"_:result",
"phone",
"07192870240"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay that includes free wifi and free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There an area of town or pricerange you want ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "a star of 4 and should be in the cheap range and in the North"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Worth House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Worth House in meets your needs . Would you like me to start a booking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . On Tuesday for 3 nights for 8 people ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'YSGI8LQ1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set ! Reference number YSGI8LQ1 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "I think I might be all set ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay great . Have a great day !"
}
] |
PMUL3917.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"YSGI8LQ1"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train to cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Friday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay I have several . What time are you leaving , and how many tickets would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'2 pm');(_:search,people,'three');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving Thurtsday at 2 pm and need three tickets"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR5502');(_:result,leave_at,'3:17pm');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have the TR5502 that leaves at 3:17pm . Would that work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually , I never told you where I was leaving from . I need the train to depart from Kings Lynn ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR2162');(_:result,leave_at,'14:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2162 leaves at 14:11 . Want to book it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "yes please , 7 people . And I 'd like the reference number please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'QN77ZH17');(_:booking,ticket,'68.60 Pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly ! The total fare is 68.60 Pounds , payable at the station , and the reference number is QN77ZH17 . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a place to stay in the south . I 'd like a guesthouse if possible ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'bridge guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I can recommend the bridge guest house ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds great . PLease book for 7 people for 5 nights starting on friday ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will book that for you now ."
},
{
"id": 14,
"rdf-acts": [
"thank()",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . I would also like the reference number , please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'3FR3O8HO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made your reservations and your reference numbers is 3FR3O8HO ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all , thank you for your help today !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , I 'm glad we were able to help you ."
}
] |
PMUL1772.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"2 pm"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"2 pm"
],
[
"_:search",
"people",
"three"
],
[
"_:result",
"id",
"TR5502"
],
[
"_:result",
"leave_at",
"3:17pm"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"2 pm"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"id",
"TR2162"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"2 pm"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"id",
"TR2162"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"QN77ZH17"
],
[
"_:booking",
"ticket",
"68.60 Pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"2 pm"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"id",
"TR2162"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"QN77ZH17"
],
[
"_:booking",
"ticket",
"68.60 Pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"2 pm"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"id",
"TR2162"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"QN77ZH17"
],
[
"_:booking",
"ticket",
"68.60 Pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"2 pm"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"id",
"TR2162"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"68.60 Pounds"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"3FR3O8HO"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be flying into Stansted Airport and need to find a train to Cambridge . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Yes , I can . Do you have a day and time in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'13:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "After 13:30 on Tuesday , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,departure,'Stansted Airport');(_:result,leave_at,'14:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train leaving Stansted Airport on Friday at 14:24 . Is this an option you would like ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "yes , can you please make a booking for just me ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR2819');(_:booking,ref,'6OWFNCJK');(_:booking,ticket,'10.10 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you on Train TR2819 for 10.10 pounds . Your reference number is 6OWFNCJK ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for an expensive indian restaurant ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'few');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure . We have a few options I think you would like . First , do you have a preference on the area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I am looking for west ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'5');(_:result,food,'Indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 5 terrific Indian expensive restaurants . Would you like me to book one for you or would you like the list of names ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'16:45');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes can we book one of those restaurants for 1 at 16:45 ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))",
"inform((_:booking,day,'Friday');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "To clarify you wanted me to book a table on Friday ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am sorry . My train was supposed to be for tuesday as well as my restaurant reservation ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,day,'Tuesday');(_:booking,departure,'Stansted Airport');(_:booking,id,'TR0135');(_:booking,leave_at,'14:24');(_:booking,ref,'WH24DHNG');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Alright , let me change your reservations around . I have booked the TR0135 train leaving at 14:24 on Tuesday from Stansted Airport for you , with a reference number of WH24DHNG ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Perfect . Then I 'd like to reserve an expensive Indian restaurant for myself on Tuesday , as well ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ADW35I6E');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation is set . The reference number is ADW35I6E . Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , thank you for helping me with my trip . I will contact you again if I need anything else . Good bye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "It was my pleasure . Have a wonderful evening . Goodbye ."
}
] |
MUL1678.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2819"
],
[
"_:booking",
"ref",
"6OWFNCJK"
],
[
"_:booking",
"ticket",
"10.10 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2819"
],
[
"_:booking",
"ref",
"6OWFNCJK"
],
[
"_:booking",
"ticket",
"10.10 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"few"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2819"
],
[
"_:booking",
"ref",
"6OWFNCJK"
],
[
"_:booking",
"ticket",
"10.10 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"few"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2819"
],
[
"_:booking",
"ref",
"6OWFNCJK"
],
[
"_:booking",
"ticket",
"10.10 pounds"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"few"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"ticket",
"10.10 pounds"
],
[
"_:result",
"amount",
"few"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"departure",
"Stansted Airport"
],
[
"_:booking",
"id",
"TR0135"
],
[
"_:booking",
"leave_at",
"14:24"
],
[
"_:booking",
"ref",
"WH24DHNG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"ticket",
"10.10 pounds"
],
[
"_:result",
"amount",
"few"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"departure",
"Stansted Airport"
],
[
"_:booking",
"id",
"TR0135"
],
[
"_:booking",
"leave_at",
"14:24"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ADW35I6E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'world');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant . The restaurant should serve world food and should be in the centre"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'that area');(_:search,food,'that kind of food');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , I could n't find a restaurant that serves that kind of food in that area ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What expensive restaurants are there ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'british');(_:result,name,'The cambridge chop house');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The cambridge chop house is expensive and it 's british food . Is that okay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No . Try looking for a restaurant that serves Korean food ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Little Seoul restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found the Little Seoul restaurant . Would you like me to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , a table for two ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to reserve for you , what day and time are you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'13:15');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you , I need a reservation for 2 people at 13:15 on Monday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'GG3DCUFD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "GG3DCUFD is your confirmation code , may I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that was everything . Thanks"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG01196.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"world"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"world"
],
[
"_:system",
"canthelp",
"_:search/268a6c72"
],
[
"_:search/268a6c72",
"area",
"that area"
],
[
"_:search/268a6c72",
"food",
"that kind of food"
],
[
"_:search/268a6c72",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/268a6c72"
],
[
"_:search/268a6c72",
"area",
"that area"
],
[
"_:search/268a6c72",
"food",
"that kind of food"
],
[
"_:search/268a6c72",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"The cambridge chop house"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/268a6c72"
],
[
"_:search/268a6c72",
"area",
"that area"
],
[
"_:search/268a6c72",
"food",
"that kind of food"
],
[
"_:search/268a6c72",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Little Seoul restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/268a6c72"
],
[
"_:search/268a6c72",
"area",
"that area"
],
[
"_:search/268a6c72",
"food",
"that kind of food"
],
[
"_:search/268a6c72",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Little Seoul restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/268a6c72"
],
[
"_:search/268a6c72",
"area",
"that area"
],
[
"_:search/268a6c72",
"food",
"that kind of food"
],
[
"_:search/268a6c72",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Little Seoul restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GG3DCUFD"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a Korean restaurant in the centre . Could you help me with that ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'little seoul');(_:result,pricerange,'expensive price range');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have one restaurant name little seoul in the expensive price range . would you like me to book it ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'12:00');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any other choice ? If not I would like to get a table on Wensday at 12 for 1 please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'WH331DNY');(_:booking,type,'Booking');(_:result,amount,'only');(_:result,food,'korean food');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I looked and this was the only restaurant serving korean food . I have booked you a table . The table will be reserved for 15 minutes . Ref # WH331DNY . Any thing else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any places to go in the same area as the restaurant ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'dozens');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are dozens of places to go in city centre . What type of attraction are you interested in today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't really mind , as long as it is near the restaurant . What looks good to you ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'all saints church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would like to suggest all saints church located in the centre . Is that okay ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes that is fine can you please provide the postcode ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,postcode,'cb58bs');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "The postcode is cb58bs . Is there anything else I can help with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'the booked time');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi to go between them and need it to arrive at the restaurant by the booked time ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'yellow volkswagen');(_:result,departure,\"All Saint 's Church\");(_:result,destination,'the restaurant');(_:result,phone,'07396045902');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked a cab to take you to the restaurant when you leave All Saint 's Church . The booked car type is a yellow volkswagen . \n The contact number is 07396045902 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much , that 's all I need today !"
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "My pleasure . Have a great day ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Goodbye again , thanks for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "It 's no problem , contact us again any time ."
}
] |
MUL2378.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"pricerange",
"expensive price range"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"pricerange",
"expensive price range"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"WH331DNY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"food",
"korean food"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"pricerange",
"expensive price range"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"WH331DNY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"korean food"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"expensive price range"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"WH331DNY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"korean food"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"expensive price range"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"WH331DNY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"korean food"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"expensive price range"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"WH331DNY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"korean food"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow volkswagen"
],
[
"_:result",
"departure",
"All Saint 's Church"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:result",
"phone",
"07396045902"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"expensive price range"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"WH331DNY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"korean food"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"dozens"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow volkswagen"
],
[
"_:result",
"departure",
"All Saint 's Church"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:result",
"phone",
"07396045902"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'clare college');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I 'd like to book a taxi from clare college ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "When do you need to leave from Clare College ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'04:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "It should arrive by 04:00 please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where is the destination ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,\"sheep 's green and lammas land park fen causeway\");(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm going to sheep 's green and lammas land park fen causeway ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'grey volkswagen');(_:result,phone,'07125735231');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! Booked car type is grey volkswagen and their contact number is 07125735231"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "you are welcome , goodbye ."
}
] |
SNG0051.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"clare college"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"clare college"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"04:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"clare college"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"04:00"
],
[
"_:search",
"destination",
"sheep 's green and lammas land park fen causeway"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"clare college"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"04:00"
],
[
"_:search",
"destination",
"sheep 's green and lammas land park fen causeway"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey volkswagen"
],
[
"_:result",
"phone",
"07125735231"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , what places to go could you recommend in the Centre of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Were you interested in any type of place like a museum or architecture ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'cinema');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am interested in the cinema . What are my choices ? I 'll need phone number and entrance fee information ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'do not have the entrance fee available');(_:result,name,'Vue Cinema');(_:result,phone,'08712240240');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , Vue Cinema is in the centre and their phone number is 08712240240 . I do not have the entrance fee available ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'the oak bistro');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . Can you find out some information on the oak bistro for me as well ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'Centre of town');(_:result,food,'British');(_:result,name,'Oak Bistro');(_:result,pricerange,'not too expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Oak Bistro is a British restaurant in the Centre of town . It 's not too expensive , and is fairly close to the Cinema . Would you like me to book a table ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'16:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds perfect . Can you please book a table for 8 on Sunday at 16:15 ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,duration,'16:15');(_:booking,people,'8');(_:booking,ref,'QA3C5JW0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your table of 8 for Sunday at 16:15 . Your Reference number is : QA3C5JW0 . Can I assist you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using this service goodbye"
}
] |
PMUL3784.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"do not have the entrance fee available"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"the oak bistro"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"entrance_fee",
"do not have the entrance fee available"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:search",
"name",
"the oak bistro"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"pricerange",
"not too expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"entrance_fee",
"do not have the entrance fee available"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:search",
"name",
"the oak bistro"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"pricerange",
"not too expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"QA3C5JW0"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you know if there are any cheap places to eat in the North part of town ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have two places that meet your criteria , royal spice and da vinci pizzeria , any preference between those two ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'royal spice');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,food,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Royal spice sounds interesting , can I get the food type , address and postcode please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'victoria avenue chesterton');(_:result,area,'cheap');(_:result,postcode,'cb41eh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The food price is cheap , postal cold cb41eh and address is victoria avenue chesterton ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What kind of food do they serve there ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'Indian');(_:result,name,'Royal Spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Royal Spice serves Indian food . Does that sound interesting to you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , thank you . I 'm also looking for a guesthouse in the same area as the restaurant ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'quite a few');(_:result,area,'north');(_:result,category,'guesthouses');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have quite a few cheap and moderate priced guesthouses in the north . Do you care about parking or internet ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'dontcare');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm hoping for a 3 star place , do n't care about internet ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,name,'Hamilton Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Hamilton Lodge meets your needs and offers parking . Would you like me to book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,has_parking,'yes');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , 7 people for 2 nights starting on sunday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,name,'Hamilton Lodge');(_:booking,people,'7');(_:booking,ref,'EW29SOTO');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have your party of 7 booked at Hamilton Lodge for 2 nights starting on Sunday . Your reference number is EW29SOTO ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help !"
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Will that be all today ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "That is all I need today ."
},
{
"id": 15,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "I hope your stay is enjoyable ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! I am sure it will be thanks to your help ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "excellent , have a great day !"
}
] |
PMUL3457.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"area",
"cheap"
],
[
"_:result",
"postcode",
"cb41eh"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"area",
"cheap"
],
[
"_:result",
"postcode",
"cb41eh"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"postcode",
"cb41eh"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"postcode",
"cb41eh"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"postcode",
"cb41eh"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"EW29SOTO"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"postcode",
"cb41eh"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"EW29SOTO"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:result",
"address",
"victoria avenue chesterton"
],
[
"_:result",
"postcode",
"cb41eh"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"EW29SOTO"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'greek');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a greek restaurant that is moderately expensive ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'greek');(_:search,pricerange,'moderately');(_:search,pricerange,'moderately expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I apologize I have no greek restaurant that is moderately expensive , or moderate or expensive is that is what you intended . Would you like another cuisine type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please try one that serves Turkish food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Meze bar restaurant is available"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'18:00');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book a table for 5 people at 18:00 on Monday ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've reserved a table for you . Anything else ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can I please get the reference number ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'BA8FS8Z5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Of course , I 'm so sorry that I did n't provide that earlier . Your reference number is BA8FS8Z5 . Do you need any other assistance today ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , thanks for your help . Bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a nice meal . Bye ."
}
] |
SNG0653.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"greek"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/c97ad298"
],
[
"_:search/c97ad298",
"food",
"greek"
],
[
"_:search/c97ad298",
"pricerange",
"moderately"
],
[
"_:search/c97ad298",
"pricerange",
"moderately expensive"
],
[
"_:search/c97ad298",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/c97ad298"
],
[
"_:search/c97ad298",
"food",
"greek"
],
[
"_:search/c97ad298",
"pricerange",
"moderately"
],
[
"_:search/c97ad298",
"pricerange",
"moderately expensive"
],
[
"_:search/c97ad298",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"name",
"Meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/c97ad298"
],
[
"_:search/c97ad298",
"food",
"greek"
],
[
"_:search/c97ad298",
"pricerange",
"moderately"
],
[
"_:search/c97ad298",
"pricerange",
"moderately expensive"
],
[
"_:search/c97ad298",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"name",
"Meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/c97ad298"
],
[
"_:search/c97ad298",
"food",
"greek"
],
[
"_:search/c97ad298",
"pricerange",
"moderately"
],
[
"_:search/c97ad298",
"pricerange",
"moderately expensive"
],
[
"_:search/c97ad298",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"name",
"Meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"BA8FS8Z5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'museum of classical archaeology');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you give me information about the museum of classical archaeology ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , it 's located in the west and admission is free ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Awesome , do that have a phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223335153');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Their phone number is 01223335153 . Was there anything else you need to know ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'sidgwick avenue');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their address is sidgwick avenue . Is there anything else you needed to know ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a guesthouse to stay in"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I can help with that . Is there a part of town you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would prefer the south please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "OKay I can help with that . What is your price range ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't really mind , as long as it has 4 stars ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,\"Rosa 's Bed and Breakfast\");(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I highly suggest Rosa 's Bed and Breakfast . Would you like to book a room ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'three');(_:search,stay,'five');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , book the hotel for three people , five nights , starting Thursday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'LK7L08A7');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : LK7L08A7 . Anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thanks for your assistance ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
PMUL2577.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"museum of classical archaeology"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"museum of classical archaeology"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"museum of classical archaeology"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"museum of classical archaeology"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"museum of classical archaeology"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"museum of classical archaeology"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"museum of classical archaeology"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"five"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"museum of classical archaeology"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"five"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"LK7L08A7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'oral and maxillofacial surgery and ent');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I am in need of a local hospital please . And it must have a oral and maxillofacial surgery and ent department !"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223348527');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Alright the phone number is 01223348527 . Would you like me to book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "It does n't matter , could you give me the address and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The address is Hills Rd , Cambridge and the postcode is CB20QQ ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for all of your help !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "My pleasure , have a nice day !"
}
] |
SNG01810.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"oral and maxillofacial surgery and ent"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"oral and maxillofacial surgery and ent"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223348527"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"oral and maxillofacial surgery and ent"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223348527"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'polish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a cheap restaurant that serves Polish food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no cheap restaurants that serve Polish food ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about a portuguese one ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,food,'Portuguese');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "So you would like recommendations for a cheap restaurant that serves Portuguese food ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "There are two restaurants that serve Portuguese food and in the cheap price range . Would you like the center or south area ?"
}
] |
WOZ20376.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"polish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/6b96e78f"
],
[
"_:search/6b96e78f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/6b96e78f"
],
[
"_:search/6b96e78f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.