turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need a place to stay in the north area ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,has_internet,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What is your price range ? What type of hotel are you looking for ? Will you need internet ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel should be in a moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'guesthouses');(_:result,category,'hotels');(_:result,type,'Hotel'))",
"inform((_:result,amount,'nine');(_:result,area,'north');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have nine guesthouses and two hotels in the north with moderate price ranges ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like one with 2 stars and free parking ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"select((_:result,name,'Ashley Hotel and Lovell Lodge');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 2 hotels , the Ashley Hotel and Lovell Lodge that fit what you are searching for . Would you like more information or to book one of these ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please book one of those for 6 people and 4 nights starting from Friday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,name,'Ashley Hotel');(_:booking,people,'6');(_:booking,ref,'5YAY9T1K');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked you a room at Ashley Hotel for 6 people for 4 nights beginning Friday . Your reference number is 5YAY9T1K . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,name,'jesus college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would also like information on jesus college"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Jesus Lane');(_:result,entrance_fee,'free');(_:result,name,'Jesus College');(_:result,phone,'01223339485');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes sure Jesus College is located on Jesus Lane in the city 's center and is free to enter . Their telephone number is 01223339485 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for the information . That 's what I needed to know ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need any further help with booking ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the college');(_:search,leave_at,'08:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will also need a taxi from the hotel to the college that leaves the hotel by 08:45"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time do you want to arrive by ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'17:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to arrive by 17:00 please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'black toyota');(_:result,phone,'07886371785');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked a taxi that can take you there at that time . It is a black toyota . The contact number is 07886371785 . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . Thank is all . Goodbye"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great evening ."
}
] |
PMUL3857.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Ashley Hotel and Lovell Lodge"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Ashley Hotel and Lovell Lodge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"5YAY9T1K"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"jesus college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"5YAY9T1K"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"jesus college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Jesus College"
],
[
"_:result",
"phone",
"01223339485"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"5YAY9T1K"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"jesus college"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Jesus College"
],
[
"_:result",
"phone",
"01223339485"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the college"
],
[
"_:search",
"leave_at",
"08: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",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"5YAY9T1K"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"jesus college"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Jesus College"
],
[
"_:result",
"phone",
"01223339485"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the college"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_: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",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"5YAY9T1K"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"jesus college"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Jesus College"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the college"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black toyota"
],
[
"_:result",
"phone",
"07886371785"
],
[
"_: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,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a cheap restaurant serving chinese food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What area of town are you looking at ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,count,'4');(_:result,food,'chinese');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have four restaurant in the cheap price serving chinese food , can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . I want the address and phone number of anyone of them ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'regent street city centre');(_:result,name,'charlie chan');(_:result,phone,'01223 361763');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "charlie chan is located at regent street city centre and its phone number is 01223 361763 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Goodbye !"
}
] |
WOZ20404.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"regent street city centre"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"phone",
"01223 361763"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a moderately priced chinese food restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:booking,name,'Golden Wok');(_:booking,type,'Booking');(_:result,area,'centre');(_:result,count,'4');(_:result,food,'Chinese');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 4 moderately priced Chinese restaurants in the centre of town . Golden Wok comes highly recommended , would you like to book a table ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I 'd just like the address and postcode please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'191 Histon Road , Chesterton');(_:result,name,'Golden Wok');(_:result,postcode,'CB43HL');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Golden Wok is located at 191 Histon Road , Chesterton , postcode CB43HL ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a moderately priced guesthouse ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What side of town would you like to stay in ? Any specific rating ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It 's more important to me that it has free parking ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Archway House');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "OK , can I recommend Archway House ? It is a 4 star moderate guesthouse located in the north part of town ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to book that for 3 people for 5 nights from Tuesday please . I will need a reference number ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,people,'3');(_:booking,ref,'9K38MMFD');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made your reservation for 5 days starting Tuesday for your party of 3 . Your reference number is 9K38MMFD . Is there anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would also like a taxi to take me between the restaurant and the guesthouse ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "At what time would you like the taxi to meet you at golden wok ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'10:00');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to leave the hotel by 10:00 Once booked , can you give me the contact number and type of car to look out for ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'Grey Honda');(_:result,phone,'07887630209');(_:result,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "You will be looking for a Grey Honda & the contact number is 07887630209 . Thank you !"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help !"
},
{
"id": 15,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome ! Is there anything else I can do for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,name,'funky');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can I get the address to the funky fun house ?"
},
{
"id": 17,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What sort of place if the funky House ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Funky fun house is an indoor amusement attraction . I 've heard it is a lot of fun . Do you have a phone number for it ?"
},
{
"id": 19,
"rdf-acts": [],
"speaker": "system",
"text": "We have to change it to attratction"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm sorry , I was thinking of another town . The restaurant , hotel , and taxi are all that I need for today . Thank you for your help !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your day !"
}
] |
PMUL4310.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"Golden Wok"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:booking",
"name",
"Golden Wok"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"191 Histon Road , Chesterton"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"postcode",
"CB43HL"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:booking",
"name",
"Golden Wok"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"191 Histon Road , Chesterton"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"postcode",
"CB43HL"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:booking",
"name",
"Golden Wok"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"address",
"191 Histon Road , Chesterton"
],
[
"_:result",
"postcode",
"CB43HL"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:booking",
"name",
"Golden Wok"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"address",
"191 Histon Road , Chesterton"
],
[
"_:result",
"postcode",
"CB43HL"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"9K38MMFD"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"food",
"chinese"
],
[
"_:booking",
"name",
"Golden Wok"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"address",
"191 Histon Road , Chesterton"
],
[
"_:result",
"postcode",
"CB43HL"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"9K38MMFD"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_: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",
"chinese"
],
[
"_:booking",
"name",
"Golden Wok"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"address",
"191 Histon Road , Chesterton"
],
[
"_:result",
"postcode",
"CB43HL"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"9K38MMFD"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Grey Honda"
],
[
"_:result",
"phone",
"07887630209"
],
[
"_: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",
"food",
"chinese"
],
[
"_:booking",
"name",
"Golden Wok"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"address",
"191 Histon Road , Chesterton"
],
[
"_:result",
"postcode",
"CB43HL"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"9K38MMFD"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:result",
"car",
"Grey Honda"
],
[
"_:result",
"phone",
"07887630209"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"funky"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"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": [
[
"_:search",
"food",
"chinese"
],
[
"_:booking",
"name",
"Golden Wok"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"address",
"191 Histon Road , Chesterton"
],
[
"_:result",
"postcode",
"CB43HL"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"9K38MMFD"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:result",
"car",
"Grey Honda"
],
[
"_:result",
"phone",
"07887630209"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"funky"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"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",
"food",
"chinese"
],
[
"_:booking",
"name",
"Golden Wok"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"address",
"191 Histon Road , Chesterton"
],
[
"_:result",
"postcode",
"CB43HL"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"9K38MMFD"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:result",
"car",
"Grey Honda"
],
[
"_:result",
"phone",
"07887630209"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"funky"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"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": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an expensive restaurant in the centre"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'33');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sure , i have 33 options for you"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great . Is there one that serves mediterranean food ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'La Mimosa');(_:result,name,'Shiraz Restaurant');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I happen to have 2 great ones . La Mimosa is available , as well as the newer one called Shiraz Restaurant . Would you like more info on one of these ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'16:30');(_:search,name,'shiraz');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's go with Shiraz . I need a booking for 5 at 16:30 on saturday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'16:30');(_:booking,ref,'VORP2NWK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table has been booked for 16:30 and will be reserved for 15 minutes . The reference number is VORP2NWK . What else can I do for you today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a four star hotel ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,name,'Cambridge Belfry');(_:result,name,'Huntington Marriott Hotel');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are three options to choose from . The Huntington Marriott Hotel , The Cambridge Belfry , and the University Arms Hotel . Which would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want it to be a 4 star guesthouse with free parking and internet"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Which part of time would you like to stay in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Starting Saturday for 4 people for 5 nights ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'16');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are actually 16 guesthouses to choose from . Is there an area of the city that you prefer ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Maybe the centre near my restaurant ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'alexander bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about alexander bed and breakfast ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is it available on Saturday ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Yes . Would you like me to book that for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . Please book it for 4 people and 5 nights beginning saturday"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'C9LRRET8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked . The reference number is C9LRRET8"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for all the help . That 's all I needed today ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for contacting Cambridge TownInfo centre have a wonderful trip . Goodbye ."
}
] |
PMUL3090.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"name",
"Shiraz Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"name",
"Shiraz Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"ref",
"VORP2NWK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"ref",
"VORP2NWK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"ref",
"VORP2NWK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"ref",
"VORP2NWK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"ref",
"VORP2NWK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"ref",
"VORP2NWK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"C9LRRET8"
],
[
"_: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,food,'christmas');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find a restaurant serving Christmas food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'Christmas');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , there is no restaurant listed serving Christmas food . Would you like to try something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about indian food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'cocum');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "cocum serves indian food , in the expensive price range and in the west part of town"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'cocum');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What 's the address for cocum ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'71 Castle Street City Centre');(_:result,name,\"Cocum 's\");(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cocum 's address is 71 Castle Street City Centre . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome . Goodbye ."
}
] |
WOZ20167.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"christmas"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/1b985db3"
],
[
"_:search/1b985db3",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Christmas"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/1b985db3"
],
[
"_:search/1b985db3",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"cocum"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/1b985db3"
],
[
"_:search/1b985db3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"cocum"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"71 Castle Street City Centre"
],
[
"_:result",
"name",
"Cocum 's"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to take a train to Cambridge that leaves on Friday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What departure site and what time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,leave_at,'15:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from Cambridge . Anytime after 15:00 . I 'm actually going to Peterborough ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have an arrival time in mind ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I do not have a time to arrive by ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR0112');(_:result,leave_at,'17:06');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0112 leaves at 17:06 \t and will cost you 16.50 pounds . can we book ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sure , that sounds good . I will have a party of 6 ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'PBZWH353');(_:booking,ticket,'99 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 99 GBP payable at the station . Reference number is : PBZWH353 . is there anything else i can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . I also want to go to a nightclub in the area . Can you help me with that ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'1 station road');(_:result,name,'club salsa');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have the club salsa at 1 station road ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks ! what is the entrance fee ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'5 pounds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "5 pounds anything else ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "No . I think that 's all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , great ! Have a nice day ."
}
] |
PMUL1221.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR0112"
],
[
"_:result",
"leave_at",
"17:06"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_: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,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR0112"
],
[
"_:result",
"leave_at",
"17:06"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PBZWH353"
],
[
"_:booking",
"ticket",
"99 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR0112"
],
[
"_:result",
"leave_at",
"17:06"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PBZWH353"
],
[
"_:booking",
"ticket",
"99 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"1 station road"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR0112"
],
[
"_:result",
"leave_at",
"17:06"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PBZWH353"
],
[
"_:booking",
"ticket",
"99 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"1 station road"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I am trying to find a hotel located in the west part of town . Any ideas ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have two options available . Would you prefer expensive or cheap ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'five');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Either would be fine . I would like it to have a five star rating ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,stars,'five');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I apologize neither is five stars . Would you like to try something else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there a 4 star hotel available in the west part of town ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,name,'Cambridge Belfry');(_:result,name,'Huntingdon Marriott Hotel');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 2 hotels available . The Huntingdon Marriott Hotel in the expensive price range and the Cambridge Belfry in the cheap price range . Do you have a preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'Cambridge Belfry');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure , let 's go with the Cambridge Belfry . Please give me its postcode and address ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Back Lane , Cambourne');(_:result,postcode,'cb236bw');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The post code is cb236bw . The address is Back Lane , Cambourne . Do you want me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "No that 's fine for now ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Their phone is 01954714600 if you choose to make a reservation yourself , or you may contact me again . Thank you !"
}
] |
SNG0981.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"five"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/4db6c5e1"
],
[
"_:search/4db6c5e1",
"stars",
"five"
],
[
"_:search/4db6c5e1",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/4db6c5e1"
],
[
"_:search/4db6c5e1",
"stars",
"five"
],
[
"_:search/4db6c5e1",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/4db6c5e1"
],
[
"_:search/4db6c5e1",
"stars",
"five"
],
[
"_:search/4db6c5e1",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Back Lane , Cambourne"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay located in the west of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , I have 4 results for restaurants in the west area , what is your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , I 'm more concerned with a place to stay and I 'd like it to be in the west please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,area,'west');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many choices in the west . Do you have a price range or amenities preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "If it could be a 4 star hotel with free wifi , that would be perfect ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'huntingdon Marriott hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The huntingdon Marriott hotel is a good option ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'one');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book it for me for Thursday I 'm staying 5 nights . Only one person is staying ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Thursday');(_:booking,name,'Huntingdon Marriott Hotel');(_:booking,ref,'X4HZQE2D');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You have a reservation starting on Thursday at the Huntingdon Marriott Hotel for 5 nights . Your reference number is X4HZQE2D . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'14:15');(_:search,name,'bedouin');(_:search,people,'same group of people');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a restaurant called the bedouin for the same group of people at 14:15 and I would need the reference number ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'bedouin');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have bedouin here . Which day would you like to dine ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'14:15');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to book it for 1 on 14:15 on Thursday ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm not showing it is available for that time . Would you like me to try again or try a different time ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you try for Tuesday ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,duration,'14:15');(_:booking,ref,'B9DBXB04');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table was booked for Tuesday , at 14:15 . The restaurant will hold it for 15 minutes . Your reference number is B9DBXB04 . Is there anything else I can assist you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all for now . Thank you for all your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
PMUL0439.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"huntingdon Marriott hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"huntingdon Marriott hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:booking",
"ref",
"X4HZQE2D"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"name",
"bedouin"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"huntingdon Marriott hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"X4HZQE2D"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"name",
"bedouin"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"bedouin"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14: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": [
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"huntingdon Marriott hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"X4HZQE2D"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"name",
"bedouin"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"bedouin"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/ea0a3d96"
],
[
"_:booking/ea0a3d96",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_: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",
"count",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"huntingdon Marriott hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"name",
"bedouin"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"bedouin"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/ea0a3d96"
],
[
"_:booking/ea0a3d96",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"14:15"
],
[
"_:booking",
"ref",
"B9DBXB04"
],
[
"_: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,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train . The train should depart from peterborough and should go to cambridge"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can find you a train . What day and time would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 14:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have trains that meet you criteria for most days of the week , do you have a day or departure time preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave on Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,day,'Wednesday');(_:result,id,'TR9545');(_:result,leave_at,'13:38');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9545 arrives at 13:38 on Wednesday . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would . Could you book that for 6 people , please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'LNKDUQPE');(_:booking,ticket,'99 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful , the total fee is 99 GBP payable at the station . The reference number is LNKDUQPE ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you so much for your help"
},
{
"id": 9,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "welcome again next time.enjoy the journey"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I need ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Goodbye for now ."
}
] |
SNG02320.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"id",
"TR9545"
],
[
"_:result",
"leave_at",
"13:38"
],
[
"_: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,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"id",
"TR9545"
],
[
"_:result",
"leave_at",
"13:38"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LNKDUQPE"
],
[
"_:booking",
"ticket",
"99 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"id",
"TR9545"
],
[
"_:result",
"leave_at",
"13:38"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LNKDUQPE"
],
[
"_:booking",
"ticket",
"99 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , could you help me find a museum to visit ? Any recommendation would be great ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'the West Side');(_:result,name,'Cafe Jello Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "May I recommend Cafe Jello Gallery on the West Side ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "can have the postcode and address please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'13 Magdalene Street');(_:result,postcode,'cb30af');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure ! Their address is 13 Magdalene Street . Their postcode is cb30af . Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'21:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for information on trains that leave after 21:00 and go to cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "From where are you leaving and on which day ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'birmingham new stree');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving on Monday from birmingham new stree"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'21');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 21 trains available . Did you have an arrival or departure date / time in mind ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,leave_at,'21:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave birmingham new street after 21:00 on Monday , and go to cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,leave_at,'12:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train that leaves 12:40 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'21:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is that the earliest train you have after 21:00 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR8406');(_:result,leave_at,'21:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The earliest train to leave after 21:00 is TR8406 at 21:40 . Would you like to book this train ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you tell me the arrival time for that train and the total travel time ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'24:23');(_:result,duration,'163 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It arrives at 24:23 after a total travel time of 163 minutes ."
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks so much ! Oh , wow it 's late . I need to run . Thanks . Bye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks ! Have a great day !"
}
] |
PMUL4442.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"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"the West Side"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"the West Side"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"the West Side"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new stree"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"the West Side"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"the West Side"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"the West Side"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8406"
],
[
"_:result",
"leave_at",
"21:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"the West Side"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8406"
],
[
"_:result",
"leave_at",
"21:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"24:23"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay with free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'plenty of');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 've found plenty of places with free wi - fi . Is there a certain area you 're looking for ? Or a certain price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It should have a star of 3 and include free parking ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 5 hotels with free wifi and free parking . Is there a particular area or price range you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel in the west with a moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))",
"inform((_:result,area,'west');(_:result,pricerange,'moderate');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found no places in the west in the moderate price range with 3 stars . Do you have a different area or price range you would like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't have to be in the moderate price range as long as it is a 3 star hotel with free parking . Please suggest one for me ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,name,'The gonville hotel');(_:result,pricerange,'expensive');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The gonville hotel is an 3 star , expensive hotel in the centre of town that has free internet and free parking . Would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd like to book there for 3 people for 4 nights starting Thursday and I would like a reference number ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,name,'Gonville Hotel');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "There is no availability at the Gonville Hotel for those dates . Would you like me to find another hotel ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,pricerange,'same price');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . Please look for any hotels in the same price range"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,name,'Hobsons House');(_:result,pricerange,'moderately priced');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I actually found the Hobsons House which is a moderately priced 3 star guesthouse with free parking in the west part of town . Would it be okay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'hobsons house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that would be fine . The Hobsons House sounds good ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'IYGOHWCR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful and the Reference number is IYGOHWCR . Is there anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your stay ."
}
] |
SSNG0225.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6b06a937"
],
[
"_:search/6b06a937",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6b06a937"
],
[
"_:search/6b06a937",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"The gonville hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6b06a937"
],
[
"_:search/6b06a937",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"The gonville hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/7c758ec7"
],
[
"_:booking/7c758ec7",
"name",
"Gonville Hotel"
],
[
"_:booking/7c758ec7",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6b06a937"
],
[
"_:search/6b06a937",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/7c758ec7"
],
[
"_:booking/7c758ec7",
"name",
"Gonville Hotel"
],
[
"_:booking/7c758ec7",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6b06a937"
],
[
"_:search/6b06a937",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/7c758ec7"
],
[
"_:booking/7c758ec7",
"name",
"Gonville Hotel"
],
[
"_:booking/7c758ec7",
"type",
"Booking"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IYGOHWCR"
],
[
"_: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,arrive_by,'08:45');(_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I need a train that leaves on Wednesday and arrives by 08:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'm going to need a little more information from you . Where will you be leaving from ? Where are you traveling to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from Cambridge and want to arrive in London Liverpool Street ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'07:27');(_:result,day,'that day');(_:result,departure,'Cambridge');(_:result,destination,'London Liverpool Street');(_:result,id,'TR1047');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR1047 departs Cambridge for London Liverpool Street on that day and arrives at 07:27 . Would you like to book a seat ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please book it for me and I need a confirm number"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking');(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many people do you need reservations for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "There will be 8 people ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'3XM02AO1');(_:booking,ticket,'132.8GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set on that train , and your reservation reference number is 3XM02AO1 . The total due at the station will be 132.8GBP . Can I help with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I am looking for places to go while I 'm in town . Perhaps something in the city centre ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'All Saints Church');(_:result,type,'Attraction'))",
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Sure ! I highly suggest All Saints Church . Would you like more information ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm thinking some type of architecture in the center . I 'll need their address and phone number as well ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'Trinity Lane');(_:result,name,'Old Schools');(_:result,phone,'01223332320');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I suggest the Old Schools . The address is Trinity Lane and the phone number is 01223332320 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all I need for now ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Enjoy your trip ."
}
] |
PMUL1121.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"07:27"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR1047"
],
[
"_: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",
"arrive_by",
"08:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"07:27"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR1047"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"?"
],
[
"_: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",
"arrive_by",
"08:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"07:27"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR1047"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3XM02AO1"
],
[
"_:booking",
"ticket",
"132.8GBP"
],
[
"_: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",
"arrive_by",
"08:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"07:27"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR1047"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3XM02AO1"
],
[
"_:booking",
"ticket",
"132.8GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"07:27"
],
[
"_:result",
"day",
"that day"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR1047"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3XM02AO1"
],
[
"_:booking",
"ticket",
"132.8GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Tell me a good nightclub ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,area,'south');(_:result,category,'nightclubs');(_:result,count,'6');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , there are 6 fantastic nightclubs in Cambridge . They 're located in the centre or south . Would you like more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , please may I have the postcode for the first one listed ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,name,'Ballare');(_:result,postcode,'cb23na');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure . Ballare is in the centre , postcode cb23na . Anything else I can do ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I would like an expensive restaurant in the same area ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'33');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 expensive restaurants in the centre of cambridge - are you looking for a particular type of cuisine ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I would like a French restaurant please ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'french');(_:result,name,'Cote');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is a delicious french restaurant called Cote . Would you like a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I actually need a place serving modern european food , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'Darrys Cookhouse and Wine Shop');(_:booking,type,'Booking');(_:result,area,'centre');(_:result,count,'1');(_:result,food,'modern european');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one expensive restaurant in the centre of town that serves modern european food . Would you like me to book you a table at Darrys Cookhouse and Wine Shop ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'19:15');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book at table for 4 at 19:15 on Saturday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'X0TX9LWM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have your reservation all set . Your reference number is X0TX9LWM . Your table will be reserved for 15 minutes . Anything else I can do for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's everything I needed . Thanks !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help ! Thanks for using Cambridge TownInfo Centre today ."
}
] |
MUL0975.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cote"
],
[
"_:search",
"food",
"modern european"
],
[
"_:booking",
"name",
"Darrys Cookhouse and Wine Shop"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cote"
],
[
"_:search",
"food",
"modern european"
],
[
"_:booking",
"name",
"Darrys Cookhouse and Wine Shop"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"X0TX9LWM"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,leave_at,'19:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to come after 19:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like to be picked up from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'wandlebury country park');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am in wandlebury country park ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will you be going to ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'meze bar');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll be going to meze bar restaurant ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'red lexus');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "You are booked on a red lexus ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Great . Can I get a contact number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'07236149315');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , your contact number is 07236149315 . Do you need other bookings ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome . Contact us again anytime ! Bye ."
}
] |
SNG01229.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"departure",
"wandlebury country park"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"departure",
"wandlebury country park"
],
[
"_:search",
"destination",
"meze bar"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"departure",
"wandlebury country park"
],
[
"_:search",
"destination",
"meze bar"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red lexus"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"departure",
"wandlebury country park"
],
[
"_:search",
"destination",
"meze bar"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red lexus"
],
[
"_:result",
"phone",
"07236149315"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to visit an architecture attraction in the south of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'south');(_:search,type,'Attraction'))",
"thank()",
"inform((_:result,category,'architecture');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I do n't show anything in the south . can i look in another area for you ? I 'm sure we can find some great architecture elsewhere ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there any with the type of entertainment here ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Nusha');(_:result,name,'Tenpin');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Yes . You could go to Nusha or Tenpin ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'tenpin');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Tenpin sounds fun . What 's their postcode , please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'cambridge leisure park , clifton way');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's cb17dy . They are located at cambridge leisure park , clifton way . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yeah , could you find me a cheap place to stay with free wifi ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "In what area would you like to stay ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What area would you recommend ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,\"Rosa 's Bed and breakfast\");(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is Rosa 's Bed and breakfast in the south part of town , not too far from Tenpin . Would you like me to check if they are available ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_parking,'no');(_:search,name,'the places');(_:search,type,'Attraction');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free parking , I really do n't need free parking , and I worry about security at the places that do have free parking ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,name,\"rosa 's\");(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , rosa 's does have free parking . Would you like me to book that for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm not sure yet , what is the postal code there ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,postcode,'cb22 ha');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Its postal code is cb22 ha ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,leave_at,'03:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi to commute between the two places . I want to leave the attraction by 03:15 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'blue tesla');(_:result,phone,'07944936323');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t blue tesla \n Contact number \t : \t 07944936323 is there anything else i can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . You 've been very helpful , thank you !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "My pleasure ! Enjoy your stay !"
}
] |
MUL2581.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8cf6dde5"
],
[
"_:search/8cf6dde5",
"area",
"south"
],
[
"_:search/8cf6dde5",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8cf6dde5"
],
[
"_:search/8cf6dde5",
"area",
"south"
],
[
"_:search/8cf6dde5",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"tenpin"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8cf6dde5"
],
[
"_:search/8cf6dde5",
"area",
"south"
],
[
"_:search/8cf6dde5",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:search",
"name",
"tenpin"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8cf6dde5"
],
[
"_:search/8cf6dde5",
"area",
"south"
],
[
"_:search/8cf6dde5",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:search",
"name",
"tenpin"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8cf6dde5"
],
[
"_:search/8cf6dde5",
"area",
"south"
],
[
"_:search/8cf6dde5",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Rosa 's Bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"name",
"the places"
],
[
"_:search",
"type",
"Attraction"
],
[
"_: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/8cf6dde5"
],
[
"_:search/8cf6dde5",
"area",
"south"
],
[
"_:search/8cf6dde5",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"name",
"the places"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"rosa 's"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8cf6dde5"
],
[
"_:search/8cf6dde5",
"area",
"south"
],
[
"_:search/8cf6dde5",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"name",
"the places"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"rosa 's"
],
[
"_:result",
"postcode",
"cb22 ha"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"leave_at",
"03:15"
],
[
"_: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/8cf6dde5"
],
[
"_:search/8cf6dde5",
"area",
"south"
],
[
"_:search/8cf6dde5",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"name",
"the places"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"rosa 's"
],
[
"_:result",
"postcode",
"cb22 ha"
],
[
"_:search",
"leave_at",
"03:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue tesla"
],
[
"_:result",
"phone",
"07944936323"
],
[
"_: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,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train leaving on Saturday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you traveling from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "And where were you wanting to travel to ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving leicester and coming to cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time are you leaving ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'20:15');(_:search,type,'Train'))",
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive by 20:15 so whenever I need to leave to get there on time is fine ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'19:54');(_:result,id,'TR2515');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2515 can get you there by 19:54 would you like me to book you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't need to book today , but can I get the departure time and travel time please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'16:54');(_:result,day,'Saturday');(_:result,departure,'leicester');(_:result,destination,'cambridge');(_:result,duration,'105 minutes');(_:result,id,'TR2515');(_:result,leave_at,'15:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR2515 departs leicester at 15:09 arriving at cambridge at 16:54 on Saturday . The travel time is 105 minutes . Can I book you tickets on this train ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'hobsons house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "You know , I 'm not ready to book yet . Could you also give me some information on the hobsons house ?"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "system",
"text": "What information are you looking for ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,category,?);(_:result,phone,?);(_:result,stars,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to know how many stars the hotel is , what type of hotel it is , and I need their phone number please ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Yes they are 3 star , and phone number is 01223304906"
}
] |
PMUL1521.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"19:54"
],
[
"_:result",
"id",
"TR2515"
],
[
"_: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",
"saturday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"16:54"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR2515"
],
[
"_:result",
"leave_at",
"15:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"16:54"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR2515"
],
[
"_:result",
"leave_at",
"15:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"stars",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"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,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you help me find a college located in the centre . I seemed to have misplaced the information on it ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'sveral');(_:result,area,'centre');(_:result,category,'colleges');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are sveral colleges in the centre . Do you remember the name ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I do not . Could I have the addresses for all of them and the entrance fees ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Regent Street');(_:result,amount,'a number of');(_:result,entrance_fee,'free');(_:result,name,'Downing College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would recommend Downing College on Regent Street . It has free admission . There are a number of others , but that is the one I would suggest ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds fantastic . Could I get the address ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'regent street');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Address , post code first is cb21dq \t regent street . May I help you with any thing else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'21:00');(_:search,day,'friday');(_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I am also looking for a train that leaves Stansted Airport on Friday and arrives in Cambridge by 21:00 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'15');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 15 trains that match those requirements . Is there any time you want to leave ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'21:00');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'll take whatever the last train is that will get me there before 21:00 . If you can just give me the train ID please . Thanks ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'20:52');(_:result,id,'TR5097');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure , that would be train TR5097 and it arrives at 20:52 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thank you so much for your help ."
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Is there anything else I can do for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . That will be all . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "It 's been a pleasure . Goodbye ."
}
] |
MUL1741.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"sveral"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:52"
],
[
"_:result",
"id",
"TR5097"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"amount",
"a number of"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:52"
],
[
"_:result",
"id",
"TR5097"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant in the center of town that serves european food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several that suit your needs . Any preferences on price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Moderate price range , please ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "system",
"text": "The 4 matching restaurants are \" hotel du vin and bistro , \" \" galleria , \" \" de luca cucina and bar , \" and \" riverside brasserie . \""
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'16:30');(_:search,name,'galleria');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Perfect ! Can you please book a table for 3 people at Galleria for me on Monday at 16:30 ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unsuccessful . Would you like to book another day or time slot ? Or perhaps another of the restaurant choices for the same booking information ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'15:30');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try for 15:30 and can I get a reference number please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'QBVP0ZV2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok . That worked . It is booked and your reference number is QBVP0ZV2 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'dontcare');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! I also need a guesthouse with free wifi . Something moderately priced , and I do n't care about parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'fourteen');(_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are fourteen different options for your guesthouse . Is there a specific area you would like to be in ? How about the star rating ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't have any preference . Could you just pick something and book 5 nights for 3 people beginning on Monday ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))",
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Let 's go with acorn guest house . Unfortunately , that booking was unsuccessful . Want me to try something else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Instead of 3 nights how about two nights ?"
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There seems to be an error . Can you please restate your preferred number of nights , the day you 'll arrive , and the number in your party ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'three');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Certainly . Two nights , three people , and I 'll need that room starting Monday ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'TWU9EM7U');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great ! Your booking was successful . The reference number is TWU9EM7U . Do you need help with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I do n't . Thanks so much ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! You have a great day !"
}
] |
MUL0174.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"galleria"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"galleria"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/67d00d37"
],
[
"_:booking/67d00d37",
"type",
"Booking"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"galleria"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/67d00d37"
],
[
"_:booking/67d00d37",
"type",
"Booking"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"QBVP0ZV2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"name",
"galleria"
],
[
"_:system",
"canthelp",
"_:booking/67d00d37"
],
[
"_:booking/67d00d37",
"type",
"Booking"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"QBVP0ZV2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"fourteen"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"name",
"galleria"
],
[
"_:system",
"canthelp",
"_:booking/67d00d37"
],
[
"_:booking/67d00d37",
"type",
"Booking"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"QBVP0ZV2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"fourteen"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/4fdbb0bf"
],
[
"_:booking/4fdbb0bf",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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",
"european"
],
[
"_:search",
"name",
"galleria"
],
[
"_:system",
"canthelp",
"_:booking/67d00d37"
],
[
"_:booking/67d00d37",
"type",
"Booking"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"QBVP0ZV2"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"fourteen"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/4fdbb0bf"
],
[
"_:booking/4fdbb0bf",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:booking/a58d6af5"
],
[
"_:booking/a58d6af5",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"two"
],
[
"_: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",
"food",
"european"
],
[
"_:search",
"name",
"galleria"
],
[
"_:system",
"canthelp",
"_:booking/67d00d37"
],
[
"_:booking/67d00d37",
"type",
"Booking"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"fourteen"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/4fdbb0bf"
],
[
"_:booking/4fdbb0bf",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/a58d6af5"
],
[
"_:booking/a58d6af5",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TWU9EM7U"
],
[
"_: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,destination,'cambridge');(_:search,leave_at,'09:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train to cambridge leaving after 09:30 , can you help ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,destination,'cambridge');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Hello , we have many trains going to cambridge . Where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from Norwich . I would also like to leave on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'14');(_:result,day,'Wednesday');(_:result,departure,'Norwich');(_:result,leave_at,'10:16');(_:result,leave_at,'every hour');(_:result,type,'Train'))",
"select((_:result,leave_at,'10:16');(_:result,leave_at,'any later');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are a total of 14 trains leaving Norwich on Wednesday every hour beginning at 10:16 . Would you like to book the 10:16 train or any later train ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The 10:16 will be great , I 'd like to book for 1 person please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'J3K7VE8G');(_:booking,ticket,'17.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your fee will be 17.6 GBP , payable at the station , and your reference number is J3K7VE8G . Do you need anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I would like some suggestions on places to go on the west side of town ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'clare hall');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "clare hall is an excellent choice on the west end ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Is this a type of entertainment ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'college');(_:result,name,'Clare Hall');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "No , Clare Hall is a college ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'entertainment');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for attractions on the west side of town related to entertainment . Please recommend one and provide the postcode"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Whale of a time');(_:result,postcode,'cb238el');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend Whale of a time and the post code is cb238el"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok thank you , that 's all I need today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Please come back if you have any other questions !"
}
] |
MUL1771.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"leave_at",
"10:16"
],
[
"_:result",
"leave_at",
"any later"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"leave_at",
"10:16"
],
[
"_:result",
"leave_at",
"any later"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"J3K7VE8G"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"leave_at",
"10:16"
],
[
"_:result",
"leave_at",
"any later"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"J3K7VE8G"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"leave_at",
"10:16"
],
[
"_:result",
"leave_at",
"any later"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"J3K7VE8G"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Clare Hall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:30"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"leave_at",
"10:16"
],
[
"_:result",
"leave_at",
"any later"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"J3K7VE8G"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Whale of a time"
],
[
"_:result",
"postcode",
"cb238el"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi I would like to find a moderate priced place to stay with free parking ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'14');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 14 results which fit your request . Do you want information for the places with a 4 star rating ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like a 4 star hotel in the south , yes ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,name,'Aylesbray Lodge Guest House');(_:result,pricerange,'moderately - priced');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Aylesbray Lodge Guest House fits your needs . It 's a moderately - priced , 4-star guesthouse in the south . I can book a room for you , if you like !"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "That is a guest house ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes this is a moderately priced guesthouse ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'the copper kettle');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks so much . Also can you provide me information about a restaurant called the copper kettle ?"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "I have that here . What would you like to know ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what area is it in ?"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "South would you like me to book it for you ?"
}
] |
PMUL0222.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"the copper kettle"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"the copper kettle"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to visit a museum in town . What can you suggest ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What area would you like to go to ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I have no preferences for area , can you just suggest a couple ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'both');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'cambridge contemporary art museum');(_:result,name,'scott polar museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The cambridge contemporary art museum , and the scott polar museum are both free and in the centre ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'scott polar museum');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the address for the scott polar museum ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'lensfield road');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure ! The address is lensfield road . Will that be all ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all the help I need today . Thanks for the help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , thank you for calling the Cambridge TownInfo centre . Have a great day ."
}
] |
SNG1349.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"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cambridge contemporary art museum"
],
[
"_:result",
"name",
"scott polar museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"scott polar museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cambridge contemporary art museum"
],
[
"_:result",
"name",
"scott polar museum"
],
[
"_:search",
"name",
"scott polar museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"lensfield road"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'19:00');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train that leaves on saturday and arrives by 19:00 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have many trains that meet your request , do you have a departure or destination in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need to get to Cambridge . I 'll be leaving Norwich ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'saturday');(_:result,leave_at,'8:16am');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train on saturday that leaves at 8:16am . Shall I book it ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'19:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "What time does that train arrive in Cambridge ? That seems terribly early . I just need to be there by 19:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'9:35');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train arrives in Cambridge at 9:35 . Would you like me to book that for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . I 'm looking for a place to stay too ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can definitely help with that . First of all , may I ask where you will be leaving from and heading to ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should depart from norwich and should go to cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'10:35');(_:result,id,'TR5693');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5693 meets all your criteria and arrives by 10:35 . Will that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That sounds good . What 's the travel duration on that one ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'79 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It is 79 minutes ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_parking,'no');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay . Can you help me find a place to stay ? I would like it to be 4 stars and I do n't need it to have free parking ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Arbury Lodge Guesthouse');(_:result,type,'Hotel'))",
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a lot of');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are a lot of options to choose from . Do you know what part of town you 'd like ? In the north I can recommend Arbury Lodge Guesthouse ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'5');(_:search,pricerange,'moderate');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like it to be moderate , any will do . And I 'd like to book it for 5 people and 4 nights , starting on the same day ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,name,'avalon guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the avalon guesthouse in the north area . Would you like that one booked ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , for 5 people and 4 nights . Can I please get the reference number too ?"
},
{
"id": 17,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Starting what day ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It will be on Saturday as well ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'8XPJYIR0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : 8XPJYIR0 . Is there anything else I can help you with ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all for now . Thank you ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "No problem at all , have a great day ."
}
] |
MUL2029.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"leave_at",
"8:16am"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"leave_at",
"8:16am"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"9:35"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"leave_at",
"8:16am"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:result",
"arrive_by",
"9:35"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"leave_at",
"8:16am"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"id",
"TR5693"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"leave_at",
"8:16am"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"id",
"TR5693"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"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",
"day",
"saturday"
],
[
"_:result",
"leave_at",
"8:16am"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"id",
"TR5693"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Arbury Lodge Guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stay",
"4"
],
[
"_: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": [
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"leave_at",
"8:16am"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"id",
"TR5693"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"avalon guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"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",
"day",
"saturday"
],
[
"_:result",
"leave_at",
"8:16am"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"id",
"TR5693"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"avalon guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Hotel"
]
],
"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",
"day",
"saturday"
],
[
"_:result",
"leave_at",
"8:16am"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"id",
"TR5693"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"avalon guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8XPJYIR0"
],
[
"_: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,area,'centre');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there a Chinese restaurant in the city centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What price range do you want to be in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want something that is not too cheap ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'Ian hong house');(_:result,name,'jinling noodle bar');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,food,'chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 3 restaurants serving chinese food in the centre , jinling noodle bar , Ian hong house and shanghai family restaurant . Which one would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'jinling noodle bar');(_:search,type,'Restaurant'))",
"request((_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try the Jinling Noodle Bar . Could you get me the postcode and price range for it ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'cb23pp');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Postcode , cb23pp . It is in the moderate price range . Is there anything else you would like to know ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will also need a train on Tuesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains available . Where are you going and do you have a preference on when you leave ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'ely');(_:search,leave_at,'16:45');(_:search,people,'1');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from ely on Tuesday after 16:45 . I 'd like to book for 1 and need the reference number please ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,departure,'Ely');(_:booking,destination,'Cambridge');(_:booking,type,'Booking'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can book that for you , but I need to first confirm that you are going from Ely to Cambridge ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'Ely');(_:search,destination,'Cambridge');(_:search,leave_at,'16:45');(_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that 's correct . Ely to Cambridge on Tuesday , for one person , and it needs to leave sometime after 16:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR1431');(_:booking,ref,'ACJH1DDI');(_:booking,ticket,'4.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful for TR1431 , the total fee is 4.4 GBP payable at the station , reference number is ACJH1DDI ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay thank you so much for your help ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I 'm good , thanks for your help !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help !"
}
] |
MUL1457.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"
],
[
"_: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"
],
[
"_:result",
"name",
"Ian hong house"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"jinling noodle bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Ian hong house"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"name",
"jinling noodle bar"
],
[
"_:result",
"postcode",
"cb23pp"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Ian hong house"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"name",
"jinling noodle bar"
],
[
"_:result",
"postcode",
"cb23pp"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Ian hong house"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"name",
"jinling noodle bar"
],
[
"_:result",
"postcode",
"cb23pp"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Ely"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Ely"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Ian hong house"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"name",
"jinling noodle bar"
],
[
"_:result",
"postcode",
"cb23pp"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"departure",
"Ely"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Ely"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1431"
],
[
"_:booking",
"ref",
"ACJH1DDI"
],
[
"_:booking",
"ticket",
"4.4 GBP"
],
[
"_: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",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Ian hong house"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"name",
"jinling noodle bar"
],
[
"_:result",
"postcode",
"cb23pp"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"departure",
"Ely"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Ely"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1431"
],
[
"_:booking",
"ref",
"ACJH1DDI"
],
[
"_:booking",
"ticket",
"4.4 GBP"
],
[
"_: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,departure,'cambridge');(_:search,leave_at,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that is departing from Cambridge and is leaving after 12:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , let 's narrow down your search . What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go to Stansted airport ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'a lot');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay we have a lot of trains that meet your requests , is there a specific time you want to get to the airport by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,leave_at,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , I just need to leave Cambridge after 12:15 on Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking');(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many people in your party ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I am not sure yet . What are the prices for tickets ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The cost per ticket for that train route is 10.10 pounds . Can I help you book any tickets ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "no not at that time . Im also looking for a guesthouse to stay in that includes free parking in the expensive price range"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))",
"select((_:result,category,'hotel');(_:result,pricerange,'different price range');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry but there are no guesthouses that match your request , would you like a hotel or a different price range ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about moderate ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several options would you like to be more specific on what you need ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,area,?);(_:result,has_internet,?);(_:result,postcode,?);(_:result,stars,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I have no more specific needs . Can you select your favorite and tell me their area , if they have internet , and how many stars they have ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Bride Guest House');(_:result,pricerange,'moderate');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Bride Guest House is in the south part of town and is in the moderate price range . It is rated 3 stars and has free internet and parking ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok that 's all the information I need , thank you for your time ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ."
}
] |
MUL2010.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/ede01fbd"
],
[
"_:search/ede01fbd",
"category",
"guesthouses"
],
[
"_:search/ede01fbd",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"different price range"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/ede01fbd"
],
[
"_:search/ede01fbd",
"category",
"guesthouses"
],
[
"_:search/ede01fbd",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"different price range"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"stars",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/ede01fbd"
],
[
"_:search/ede01fbd",
"category",
"guesthouses"
],
[
"_:search/ede01fbd",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Bride Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm going to be in the area soon to try some restaurants , but I 'm having trouble finding information on one in particular ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a vast array');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have a vast array of restaurants . What type of food would you like , how much do you want to spend and what area would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'peking restaurant');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "iM LOOKING FOR THE peking restaurant WHAT TYPE OF FOOD DOES IT SERVE AND I ALSO NEED THE ADDRESS"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'10 Homerton Street City Centre');(_:result,food,'Chinese');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is an expensive Chinese restaurant located at 10 Homerton Street City Centre . Is there anything else you need ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A hotel in the centre with free wifi , please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 5 to choose from , from cheap to expensive . Do you have a price preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can I please get something in the moderate price range ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,count,'1');(_:result,name,'cityroomz');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have one hotel in the moderate range , cityroomz . Would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . Can you book a room for Friday for 1 person , 3 nights ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'DTONYTIH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation has been made . Reference number DTONYTIH . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a taxi to get me to the restaurant by 21:30 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Will you be departing from your hotel ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'the hotel');(_:search,leave_at,'21:30');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "No , I 'd like to leave the restaurant by 21:30 , I need the taxi to take me to the hotel ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'white lexus');(_:result,phone,'07753558780');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay your taxi is a white lexus and its contact number is 07753558780 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help today . Have a good day ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and enjoy your visit ."
}
] |
MUL1228.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",
"?"
],
[
"_:result",
"amount",
"a vast array"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"peking restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"a vast array"
],
[
"_:search",
"name",
"peking restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a vast array"
],
[
"_:search",
"name",
"peking restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a vast array"
],
[
"_:search",
"name",
"peking restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a vast array"
],
[
"_:search",
"name",
"peking restaurant"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DTONYTIH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_: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",
"?"
],
[
"_:result",
"amount",
"a vast array"
],
[
"_:search",
"name",
"peking restaurant"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DTONYTIH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_: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": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a vast array"
],
[
"_:search",
"name",
"peking restaurant"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DTONYTIH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white lexus"
],
[
"_:result",
"phone",
"07753558780"
],
[
"_: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,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to find a place to stay that is a guesthouse and has free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'21');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 21 guesthouses with free parking . Are you looking for a particular price range or location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want at least 4 stars rating . Are any of them 4 starts ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'16');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 16 that have a 4-star rating . Is there a particular price range you are looking for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , just anywhere that has room for 5 people starting Sunday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I need to narrow the search . What area do you want to stay in ? Do you prefer moderate or cheap ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I prefer to stay in a moderate area ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,count,'9');(_:result,has_parking,'none');(_:result,name,'archway house');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 9 guesthouse in the moderate range with free parking and 4 stars . The archway house is nice on the north side ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds good . Please book for 5 people and 3 nights starting from this sunday ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"inform((_:booking,name,'aylesbray lodge guest house');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unsuccessful . Want to try aylesbray lodge guest house ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_parking,'none');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes let 's try that one please ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "OK that is all set , thank you !"
}
] |
SSNG0319.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",
"count",
"21"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"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",
"stars",
"4"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_: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",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/a4340ee2"
],
[
"_:booking/a4340ee2",
"type",
"Booking"
],
[
"_:booking",
"name",
"aylesbray lodge guest house"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello . I am interested in finding some good local restaurants . Do you have any that you would suggest ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cambridge has many wonderful dining options , is there a type of cuisine or price range that you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'10:00');(_:search,day,'wednesday');(_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm sorry , I actually need a train on Wednesday from Peterborough to Cambridge . I need to arrive by 10:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:00');(_:result,arrive_by,'9:38');(_:result,count,'8');(_:result,departure,'Peterborough');(_:result,leave_at,'8:48');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 8 trains that arrive before 10:00 . The latest leaves Peterborough at 8:48 and arrives at 9:38 . Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book it for 7 people ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,day,'Wednesday');(_:booking,leave_at,'08:48');(_:booking,ref,'REINB4ERO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your train is booked for Wednesday at 08:48 , the reference number is REINB4ERO . Can I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a moderately priced restaurants in the east part of town ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three restaurants . Would you prefer Italian or Indian ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer Italian please . Let me know what options you have for that cusine type ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut fen ditton offers italian cuisine ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'20:00');(_:search,people,'7');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is that in the east in the moderate price range ? If it is I would like a table for the same day for 7 people at 20:00 please ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,duration,'that time');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"inform((_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes it matches all of your requests , however I 'm very sorry that time is not available at pizza hut fen ditton . Would you like to try for another time ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,duration,'19:00');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I will try for a little earlier , how about 19:00 ? I will need a reference number also ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'CXZ6IYHC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked that for you and the reference number is : CXZ6IYHC ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that 's all that I need !"
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Are you certain you do n't need further assistance ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes . I do not need anymore assistance . Thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
MUL0322.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:00"
],
[
"_:result",
"arrive_by",
"9:38"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"leave_at",
"8:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:00"
],
[
"_:result",
"arrive_by",
"9:38"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"leave_at",
"8:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"leave_at",
"08:48"
],
[
"_:booking",
"ref",
"REINB4ERO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:00"
],
[
"_:result",
"arrive_by",
"9:38"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"leave_at",
"8:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"leave_at",
"08:48"
],
[
"_:booking",
"ref",
"REINB4ERO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:00"
],
[
"_:result",
"arrive_by",
"9:38"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"leave_at",
"8:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"leave_at",
"08:48"
],
[
"_:booking",
"ref",
"REINB4ERO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:00"
],
[
"_:result",
"arrive_by",
"9:38"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"leave_at",
"8:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"leave_at",
"08:48"
],
[
"_:booking",
"ref",
"REINB4ERO"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:booking/0ecf7145"
],
[
"_:booking/0ecf7145",
"duration",
"that time"
],
[
"_:booking/0ecf7145",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:00"
],
[
"_:result",
"arrive_by",
"9:38"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"leave_at",
"8:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"leave_at",
"08:48"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:booking/0ecf7145"
],
[
"_:booking/0ecf7145",
"duration",
"that time"
],
[
"_:booking/0ecf7145",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"CXZ6IYHC"
],
[
"_: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"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:00"
],
[
"_:result",
"arrive_by",
"9:38"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"leave_at",
"8:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"leave_at",
"08:48"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:booking/0ecf7145"
],
[
"_:booking/0ecf7145",
"duration",
"that time"
],
[
"_:booking/0ecf7145",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"CXZ6IYHC"
],
[
"_: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,category,'hotel');(_:search,name,'city centre north b and b');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel called city centre north b and b"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "May I help set a booking for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Does the hotel have free parking ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,phone,'01223312843');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They offer parking but I am unsure if it is free , but their phone number is 01223312843 if you 'd like to call and check with them ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hmm . Okay . Could you help me find a train ? I need to leave on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "And when would you like to leave by ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'14:00');(_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave on Sunday and arrive by 14:00 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you traveling from and to ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am traveling to cambridge from broxbourne ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "TR2939 will leave at 12:01 and arrive at 13:01 . Would you like to book this train ?"
}
] |
PMUL3467.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am look for a hotel near the beach near the main strip"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sorry , I do n't think I can help you there . Can I help with something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'zizzi cambridge');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a particular restaurant called Zizzi Cambridge . Can you tell me what area it is in ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Zizzi');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Zizzi is in the centre of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Excellent . Thank you . Also , can you assist me with finding a train for Monday ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,people,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! Provide me your itinerary ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,leave_at,'21:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "We will be traveling from Cambridge and going to Ely , but it needs to leave after 21:00 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a time you need to arrive by ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'21:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave after 21:00 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'4.4GBP');(_:booking,ticket,'CYJKG5SK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked you a train , the fee is 4.4GBP and the reference number is CYJKG5SK ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "i did nt really need a booking , but oh well . can i get the price of the ticket though ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ticket,'4.40 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "4.40 pounds is the price"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for the info , that 's all I need today ."
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank you for contacting us , have a nice day ."
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "You 're welcome for contacting you . Have a nice day too . Bye bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "In review , did you need a restaurant reservation or more information ? Also , I have cancelled your train booking ."
}
] |
PMUL0917.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/57cb13ba"
],
[
"_:search/57cb13ba",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"zizzi cambridge"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/57cb13ba"
],
[
"_:search/57cb13ba",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"zizzi cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Zizzi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/57cb13ba"
],
[
"_:search/57cb13ba",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"zizzi cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Zizzi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/57cb13ba"
],
[
"_:search/57cb13ba",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"zizzi cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Zizzi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/57cb13ba"
],
[
"_:search/57cb13ba",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"zizzi cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Zizzi"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4.4GBP"
],
[
"_:booking",
"ticket",
"CYJKG5SK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/57cb13ba"
],
[
"_:search/57cb13ba",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"zizzi cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Zizzi"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4.4GBP"
],
[
"_:booking",
"ticket",
"CYJKG5SK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"4.40 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",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/57cb13ba"
],
[
"_:search/57cb13ba",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"zizzi cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Zizzi"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4.4GBP"
],
[
"_:booking",
"ticket",
"CYJKG5SK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"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,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many restaurants in the centre of town . Is there a specific food type and pricerange you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No particular type of food , but something moderately priced please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'British');(_:result,name,'the copper kettle');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like to try the copper kettle ? It serves British food ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'19:15');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds good . Could you book a table for 4 people at 19:15 on Wednesday ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,people,'4');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:booking,people,'4');(_:booking,type,'Booking');(_:result,name,'Copper Kettle');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Hi , I 've booked a table for 4 at the Copper Kettle ! Will that be all ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,ref,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I get the reference number ? Also looking for place to go in town . What museum do you recommend ? Please send address ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'AVOXTSPM');(_:booking,type,'Booking');(_:result,address,'98 king street');(_:result,category,'museum');(_:result,name,'broughton house gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Your restaurant reference number is AVOXTSPM . For a museum , I recommend the broughton house gallery at 98 king street ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Alright , that seems like it will be perfect ! Could I have the address for it , please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'98 king street');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is 98 king street ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "OK great , that 's all I needed thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye ."
}
] |
MUL0820.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",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"the copper kettle"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"4"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"AVOXTSPM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"98 king street"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"4"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"AVOXTSPM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:result",
"address",
"98 king street"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'peterbourough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to take a train from Cambridge to Peterbourough ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'lots');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are lots of those ! What day are you traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'11:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am traveling on Wednesday and want to leave sometime after 11:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:24');(_:result,departure,'Cambridge');(_:result,destination,'Peterborough');(_:result,id,'1097');(_:result,leave_at,'11:34');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train 1097 departs Cambridge at 11:34 and arrives in Peterborough at 12:24 . How does that sound ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sounds great . I need it booked for 7 people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'F7PLDBGU');(_:booking,ticket,'115.5 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 115.5 GBP payable at the station . \n Reference number is : F7PLDBGU"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you ! I 'm also looking for entertainment in the centre ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'center');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I am sorry there are no entertainment option in the center ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a nightclub then ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,entrance_fee,'5 pounds');(_:result,name,'Kambar');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,area,'centre');(_:result,category,'nightclubs');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are five nightclubs in the centre of town . I would highly recommend Kambar as it 's my favorite ! Entrance fee is 5 pounds . Anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Kambar');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , thanks ! What is the address and phone number for Kambar ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'1 Wheeler Street');(_:result,phone,'01223842725');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Address is 1 Wheeler Street . Phone is 01223842725 . What else can I do for you ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "I beleive that will cover everything ."
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "I 'm glad to be of help . Have a nice day ."
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "You have a nice day too ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I 'll be going , good bye"
}
] |
PMUL4793.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterbourough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterbourough"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterbourough"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"arrive_by",
"12:24"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"1097"
],
[
"_:result",
"leave_at",
"11:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterbourough"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"arrive_by",
"12:24"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"1097"
],
[
"_:result",
"leave_at",
"11:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"F7PLDBGU"
],
[
"_:booking",
"ticket",
"115.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterbourough"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"arrive_by",
"12:24"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"1097"
],
[
"_:result",
"leave_at",
"11:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"F7PLDBGU"
],
[
"_:booking",
"ticket",
"115.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/f6c98716"
],
[
"_:search/f6c98716",
"area",
"center"
],
[
"_:search/f6c98716",
"category",
"entertainment"
],
[
"_:search/f6c98716",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterbourough"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"arrive_by",
"12:24"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"1097"
],
[
"_:result",
"leave_at",
"11:34"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"F7PLDBGU"
],
[
"_:booking",
"ticket",
"115.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/f6c98716"
],
[
"_:search/f6c98716",
"area",
"center"
],
[
"_:search/f6c98716",
"category",
"entertainment"
],
[
"_:search/f6c98716",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Kambar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"Kambar"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterbourough"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"arrive_by",
"12:24"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"1097"
],
[
"_:result",
"leave_at",
"11:34"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"F7PLDBGU"
],
[
"_:booking",
"ticket",
"115.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/f6c98716"
],
[
"_:search/f6c98716",
"area",
"center"
],
[
"_:search/f6c98716",
"category",
"entertainment"
],
[
"_:search/f6c98716",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Kambar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"Kambar"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 Wheeler Street"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterbourough"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"arrive_by",
"12:24"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"1097"
],
[
"_:result",
"leave_at",
"11:34"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"F7PLDBGU"
],
[
"_:booking",
"ticket",
"115.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/f6c98716"
],
[
"_:search/f6c98716",
"area",
"center"
],
[
"_:search/f6c98716",
"category",
"entertainment"
],
[
"_:search/f6c98716",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Kambar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"Kambar"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 Wheeler Street"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there anything cheap in the centre of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have a food type preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Would you have something modern european ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Modern European');(_:result,name,'River Bar Steakhouse and Grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The River Bar Steakhouse and Grill offers Modern European cuisine . Would you like me to book you a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have their phone number , postcode and address please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Quayside off Bridge Street');(_:result,phone,'01223307030');(_:result,postcode,'cb58aq');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'd be happy to provide you with that information . Their phone number is 01223307030 and their address and postcode are Quayside off Bridge Street , cb58aq . Can I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that is all . You have been very helpful . Thanks . Bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a nice day !"
}
] |
SNG0713.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"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"name",
"River Bar Steakhouse and Grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"name",
"River Bar Steakhouse and Grill"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Quayside off Bridge Street"
],
[
"_:result",
"phone",
"01223307030"
],
[
"_:result",
"postcode",
"cb58aq"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a popular museum in the area ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 23 museums in the area . Do you have a particular part of town you are interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm interested in the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'anthropology');(_:result,category,'contemporary art');(_:result,category,'others');(_:result,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes I have several . I have contemporary art , anthropology and others . Any type intrigue you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,area,'centre');(_:search,name,'contemporary art');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you please provide me the entrance fee , phone number and address of a contemporary art museum in the centre of town ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'broughton house gallery museum');(_:result,phone,'122 331 4960');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "broughton house gallery museum is free and their phone number is 122 331 4960 ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the address of that museum ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'98 King Street');(_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Broughton House Gallery is located at 98 King Street . Is there any other information you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'alpha - milton guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a hotel called alpha - milton guest house ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'63 milton road');(_:result,name,'The alpha - milton guest house');(_:result,phone,'01223311625');(_:result,postcode,'cb41xa');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The alpha - milton guest house is located at 63 milton road postcode cb41xa . The phone number is 01223311625 . Would you like me to create a booking ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there a suite available for 2 people for 5 nights starting Friday ?"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "system",
"text": "yup there is !"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , go ahead and book it and get me a reference number ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'SQ1LQGMU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful and your reference number is : SQ1LQGMU . Is there anything else I can assist you with ."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Nope . I think I 'm all set ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Thank you for using our service . Have all of your needs been met ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Yes , they have . Goodbye !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "It was my pleasure to help ! Have a great day ."
}
] |
MUL1070.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",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"category",
"anthropology"
],
[
"_:result",
"category",
"contemporary art"
],
[
"_:result",
"category",
"others"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"contemporary art"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"category",
"anthropology"
],
[
"_:result",
"category",
"contemporary art"
],
[
"_:result",
"category",
"others"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"contemporary art"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"broughton house gallery museum"
],
[
"_:result",
"phone",
"122 331 4960"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"category",
"anthropology"
],
[
"_:result",
"category",
"contemporary art"
],
[
"_:result",
"category",
"others"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"122 331 4960"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"category",
"anthropology"
],
[
"_:result",
"category",
"contemporary art"
],
[
"_:result",
"category",
"others"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"name",
"The alpha - milton guest house"
],
[
"_:result",
"phone",
"01223311625"
],
[
"_:result",
"postcode",
"cb41xa"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"category",
"anthropology"
],
[
"_:result",
"category",
"contemporary art"
],
[
"_:result",
"category",
"others"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"name",
"The alpha - milton guest house"
],
[
"_:result",
"phone",
"01223311625"
],
[
"_:result",
"postcode",
"cb41xa"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"category",
"anthropology"
],
[
"_:result",
"category",
"contemporary art"
],
[
"_:result",
"category",
"others"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"name",
"The alpha - milton guest house"
],
[
"_:result",
"phone",
"01223311625"
],
[
"_:result",
"postcode",
"cb41xa"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"SQ1LQGMU"
],
[
"_: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",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"category",
"anthropology"
],
[
"_:result",
"category",
"contemporary art"
],
[
"_:result",
"category",
"others"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"name",
"The alpha - milton guest house"
],
[
"_:result",
"phone",
"01223311625"
],
[
"_:result",
"postcode",
"cb41xa"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"SQ1LQGMU"
],
[
"_: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,name,'hamilton lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am trying to find a hotel in Cambridge called the Hamilton Lodge ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'156 Chesterton Road');(_:result,category,'guesthouse');(_:result,count,'1');(_:result,name,'Hamilton Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is one guesthouse called Hamilton Lodge that is located at 156 Chesterton Road . Would you like to book there ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I would like to book for 5 nights starting Tuesday with a total of 6 people . Can I have the reference number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'LNDHTG39');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful ! Your reference number is LNDHTG39 . Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'cotto');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for the cotto restaurant ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'East Road');(_:result,area,'City Centre');(_:result,food,'british');(_:result,name,'The cotto restaurant');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The cotto restaurant is on East Road in City Centre . They are moderately priced and they serve british food . Would you like to reserve a table there ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'cotto');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,area,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Not currently no . Can you give me the full address of Cotto ? I need the address , postcode and area please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'183 East Road City Centre');(_:result,area,'centre');(_:result,postcode,'cb11bg');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are in the centre of town , their address is 183 East Road City Centre , and their postcode is cb11bg"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
MUL0080.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"156 Chesterton Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"156 Chesterton Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LNDHTG39"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cotto"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LNDHTG39"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"East Road"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"The cotto restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"cotto"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LNDHTG39"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"The cotto restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"name",
"cotto"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"183 East Road City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb11bg"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need some Caribbean food in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()",
"inform((_:result,area,'south');(_:result,food,'Caribbean');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "unfortunately , no Caribbean restaurants can be found in the south of town . can i help you with something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there an italian restaurant in the south part of town ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,count,'2');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two restaurants serving Italian food in the south of town . What price range would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'Italian');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza Hut Cherry Hinton serves Italian food on the south part of town . Would you like their phone number ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223 323737');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223 323737 ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I also get the postcode of the restaurant ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'7 D.Y');(_:result,postcode,'C.B 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code is C.B 1 , 7 D.Y . Is there anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all . Thank you very much !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , have a great day !"
}
] |
WOZ20245.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"caribbean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/02cc76e5"
],
[
"_:search/02cc76e5",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Caribbean"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/02cc76e5"
],
[
"_:search/02cc76e5",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/02cc76e5"
],
[
"_:search/02cc76e5",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/02cc76e5"
],
[
"_:search/02cc76e5",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/02cc76e5"
],
[
"_:search/02cc76e5",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"7 D.Y"
],
[
"_:result",
"postcode",
"C.B 1"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "A cheap restaurant in the south part of town"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Chinese');(_:result,food,'Portuguese');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have two restaurants that meet your criteria , are you more interested in Chinese of Portuguese food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Chinese , what is the number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'Lucky Star');(_:result,phone,'01223 244277');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Lucky Star is a chinese restaurant in the south and is in the cheap price range . Their phone number is 01223 244277 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is their address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cambridge Leisure Park Clifton Way Cherry Hinton"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the postcode please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,postcode,'1 U.J.');(_:result,postcode,'C.B 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their postcode is C.B 2 , 1 U.J."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "thank you , goodbye"
}
] |
WOZ20218.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"phone",
"01223 244277"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"postcode",
"1 U.J."
],
[
"_:result",
"postcode",
"C.B 2"
],
[
"_: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,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay in the moderate price range that includes free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "In which area would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Cambridge . It needs to have free parking and moderately priced ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acorn guest house is a guesthouse in the north area with free parking and internet . Would you like to make a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"thank()",
"inform((_:search,name,'Acorn place');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , thanks , I 'm just exploring options right now . It sounds like this Acorn place should go at the top of my list ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Fine . Is there anything else I can help with today ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What 's the star rating , and phone number for the acorn ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223353888');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It has 4 star rating and the phone number is 01223353888 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'19:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great . I 'm going to also need a train to take me to Cambridge . Need it to leave after 19:00"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,people,?);(_:search,type,'Train'))",
"inform((_:result,amount,'many');(_:result,destination,'cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have many trains going to cambridge . Can you tell me where you are departing from ? Also , how many tickets will you need ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,leave_at,'19:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It is just for me and I need it for Saturday leaving after 19:00 from Ely and going to Cambridge ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,leave_at,'19:35');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are three trains available . The earliest leaves at 19:35 . Would that work for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that one sounds like it will work . Can you tell me the train ID and the total travel time ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'17 minutes');(_:result,id,'TR4288');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay , it 's train TR4288 and the duration is 17 minutes . Can I help you with something else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . I 'm all set for today . You have been very helpful !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome and goodbye ."
}
] |
MUL2173.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Acorn place"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Acorn place"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:search",
"name",
"Acorn place"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:search",
"name",
"Acorn place"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:search",
"name",
"Acorn place"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:search",
"name",
"Acorn place"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"leave_at",
"19:35"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR4288"
],
[
"_: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,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Need a place to stay on the west side , and I need it cheap ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'finches bed and breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The finches bed and breakfast is located in the west and in the cheap price range"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok , that will work ! Thanks ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'none');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free parking ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it does offer parking . Would you like me to book that for you ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds great . Yes please !"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day will you be checking in ? I also need the number of days you will be staying and the number of people ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'll be checking in on Saturday , and it will be for 4 people for 4 nights ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry but the finches bed and breakfast is heavily booked . Do you want to book starting another day or for a shorter number of days ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stay,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can we get in for three nights ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,stay,'3');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes I can you in for 3 nights . Is there anything else I can do for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all thank you"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
MUL1210.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/48def2a1"
],
[
"_:booking/48def2a1",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"finches bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/48def2a1"
],
[
"_:booking/48def2a1",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to visit a restaurant that would be popular with college students and located near the center of town ; can you make a recommendation ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food would you be interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , I want to visit a college . Somewhere in the centre ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'downing college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would suggest downing college , would you like the address ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , that would be great . Can you also give me the entrance fee and postcode for that college ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'regent street');(_:result,entrance_fee,'no entry fee');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is regent street and there is no entry fee ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . Do you have the postcode , please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Downing College');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode for Downing College is cb21dq . Anything else I have help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I need a place to eat in that area . I want Italian food ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'pizza express');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would suggest pizza express ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'17:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you check if they would have a table for 7 at 17:45 on Sunday ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'HXSPEY9N');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , they had a table available and I went ahead and booked it for you . Your reference number is HXSPEY9N . What else can I do for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,departure,'downing college');(_:search,destination,'pizza express');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll need a taxi to get me from downing college to pizza express by 17:45 . can you set that up for me ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I can do that for you ! I have your taxi booked . Anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Would you know what type of car will pick me up ? May I please have a contact number for the taxi ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'red volkswagen');(_:result,phone,'07633256482');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booked car type red volkswagen \n Contact number 07633256482"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That is all that I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for letting us assist you today ! Enjoy your visit !"
}
] |
PMUL2050.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"downing college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"downing college"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"entrance_fee",
"no entry fee"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"entrance_fee",
"no entry fee"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"entrance_fee",
"no entry fee"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"pizza express"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17: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": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"entrance_fee",
"no entry fee"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"pizza express"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HXSPEY9N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"departure",
"downing college"
],
[
"_:search",
"destination",
"pizza express"
],
[
"_: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",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"entrance_fee",
"no entry fee"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"pizza express"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"HXSPEY9N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"departure",
"downing college"
],
[
"_:search",
"destination",
"pizza express"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"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",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"entrance_fee",
"no entry fee"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"pizza express"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"HXSPEY9N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"departure",
"downing college"
],
[
"_:search",
"destination",
"pizza express"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red volkswagen"
],
[
"_:result",
"phone",
"07633256482"
],
[
"_: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,food,'european');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find a restaurant that serves european food and I do n't care about the price range ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,food,'European');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are five venues serving European food . What price range do you want ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Moderate price range please . Can i also have the address and phone number of the venue ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'33 bridge street');(_:result,area,'centre');(_:result,food,'european');(_:result,name,'galleria');(_:result,phone,'01223 356666');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "galleria is an european restaurant in the moderate price range and the centre part of town , the address is 33 bridge street and the phone number is 01223 356666"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a good evening ."
}
] |
WOZ20224.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"33 bridge street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"galleria"
],
[
"_:result",
"phone",
"01223 356666"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"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,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))",
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "The Addenbrookes Hospital is at Hills Rd , Cambridge , postcode CB20QQ . Their telephone is 01223245151 . Do you need a particular department ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Thank you for the phone number for Addenbrookes Hospital . That is what I needed ."
},
{
"id": 3,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "welcome . at your service next time"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all . Thank You"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG01186.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'theatres');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I am visiting cambridge , and would like to know what theatres are available in town"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Attraction'))",
"inform((_:result,category,'theatres');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 theatres . Will you be in the centre or south part of Cambridge ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Oh I 'm not picky , can you pick one for me ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Clifton Way');(_:result,name,'Junction');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm going to recommend The Junction for you . It 's located on Clifton Way . Would you like the phone number to see what is playing and when ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No thank you . However , I am looking for a train . I need to depart from London Kings Cross and travel to Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When would you like to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'13:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Wednesday and I need to leave after 13:30 please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'16:08');(_:result,id,'TR0397');(_:result,leave_at,'15:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0397 will leave at 15:17 and arrive at 16:08 . Would you be interested in booking this train ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be fine . I need to make the booking for 8 people , please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'1LHOCOGA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked that for you . The reference number is 1LHOCOGA . Anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all . Thank you , good bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Please contact us anytime . Goodbye ."
}
] |
PMUL1090.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatres"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatres"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatres"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:result",
"name",
"Junction"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatres"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:result",
"name",
"Junction"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatres"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:result",
"name",
"Junction"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"id",
"TR0397"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_: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,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatres"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:result",
"name",
"Junction"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"id",
"TR0397"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"1LHOCOGA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'birmingham new street');(_:search,leave_at,'9:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to birmingham new street that leaves after 9:00 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure what is the departure site ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'11:44');(_:result,id,'TR3732');(_:result,leave_at,'09:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR3732 leaves at 09:01 and arrives at 11:44 , would that work ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would work just fine . Can I get 1 ticket please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'SU39QA9K');(_: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 . The reference is SU39QA9K ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'concert hall');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Awesome . I 'm looking for a concert hall in the south too ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))",
"inform((_:result,area,'south');(_:result,category,'concerthalls');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately , I do not happen to have any concerthalls in the south . Would you like to try another area or different type of attraction ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a park ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Wandlebury Country Park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is Wandlebury Country Park in the south ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds lovely . What is the postcode and entrance fee ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'no entrance fee');(_:result,postcode,'cb223ae');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postal code is cb223ae . And great news ! There is no entrance fee . Can I help you with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all I needed . Thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Have a wonderful trip !"
}
] |
MUL1915.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"id",
"TR3732"
],
[
"_:result",
"leave_at",
"09:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"id",
"TR3732"
],
[
"_:result",
"leave_at",
"09:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"SU39QA9K"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"concert hall"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"id",
"TR3732"
],
[
"_:result",
"leave_at",
"09:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"SU39QA9K"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/32c462fd"
],
[
"_:search/32c462fd",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"concerthalls"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"id",
"TR3732"
],
[
"_:result",
"leave_at",
"09:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"SU39QA9K"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/32c462fd"
],
[
"_:search/32c462fd",
"type",
"Attraction"
],
[
"_:result",
"category",
"concerthalls"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:44"
],
[
"_:result",
"id",
"TR3732"
],
[
"_:result",
"leave_at",
"09:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"SU39QA9K"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/32c462fd"
],
[
"_:search/32c462fd",
"type",
"Attraction"
],
[
"_:result",
"category",
"concerthalls"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Wandlebury Country Park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'charlie chan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant called Charlie Chan"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Regent Street City Center');(_:result,name,'Charlie Chan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found Charlie Chan on Regent Street City Center . Can I book that for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'12:45');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes please , for 1 person at 12:45 on Thursday , thank you"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'NL81FN41');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set ! The reference number is NL81FN41"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks ! I also need a train to Cambridge on Thursday . Can you help me with that ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you tell me your departure station and a time you 'd like to either leave or arrive ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'9:45');(_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to leave Kings Lynn station and arrive by 9:45"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'9:45');(_:result,count,'4');(_:result,type,'Train'))",
"offer((_:booking,arrive_by,'8:58');(_:booking,category,'Train');(_:booking,id,'TR8705');(_:booking,leave_at,'8:11');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have 4 trains that arrive before 9:45 . Would you like me to book TR8705 which leaves at 8:11 and arrives at 8:58"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What 's the price and travel time for that train ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'8:58');(_:result,duration,'47 minutes');(_:result,leave_at,'8:11');(_:result,ticket,'9.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price is 9.80 pounds and will leave at 8:11 and arrive at 8:58 , which is 47 minutes travel time . Would you like to book a seat ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , that sounds good ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is this also just for one person ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Actually hold off on booking for now . Thank you for your help ."
},
{
"id": 13,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are welcome . Is there anything else I can do for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you for all your assistance ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Let me know if I can help with anything else ."
}
] |
MUL0215.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"charlie chan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"charlie chan"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Center"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"charlie chan"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street City Center"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"NL81FN41"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"charlie chan"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street City Center"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"NL81FN41"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"charlie chan"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street City Center"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"NL81FN41"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"9:45"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"8:58"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8705"
],
[
"_:booking",
"leave_at",
"8:11"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"charlie chan"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street City Center"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"NL81FN41"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"4"
],
[
"_:booking",
"arrive_by",
"8:58"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8705"
],
[
"_:booking",
"leave_at",
"8:11"
],
[
"_:result",
"arrive_by",
"8:58"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"leave_at",
"8:11"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"charlie chan"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street City Center"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"ref",
"NL81FN41"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"4"
],
[
"_:booking",
"arrive_by",
"8:58"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8705"
],
[
"_:booking",
"leave_at",
"8:11"
],
[
"_:result",
"arrive_by",
"8:58"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"leave_at",
"8:11"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_: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",
"name",
"charlie chan"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street City Center"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"ref",
"NL81FN41"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"count",
"4"
],
[
"_:booking",
"arrive_by",
"8:58"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8705"
],
[
"_:booking",
"leave_at",
"8:11"
],
[
"_:result",
"arrive_by",
"8:58"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"leave_at",
"8:11"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"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,food,'northern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am trying to locate a restaurant that serves northern European food , and I would prefer a more elegant setting ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there are no restaurants matching your requests . Would you like me to search for a different food type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about an expensive restaurant that serves British food ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'6');(_:result,food,'British');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are six expensive British restaurants in Cambridge . Do you have a preferred section of town ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "It 's all new to me . Could you recommend one ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'1 Kings Parade');(_:result,area,'centre');(_:result,food,'British');(_:result,name,'Cambridge Chop House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Absolutely , I recommend the Cambridge Chop House at 1 Kings Parade in the centre of town . This is a highly recommended British experience by locals and tourists a - like ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great . Could you also help me find a cinema in the south of town ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Cambridge leisure park , Clifton way');(_:result,name,'cineworld cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure thing , we have the cineworld cinema located at Cambridge leisure park , Clifton way ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Cineworld sounds perfect . What 's their postal code ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postal code is cb17dy . Can I get you anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 'll be all . Thank you for all of your help today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good time !"
}
] |
MUL0993.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"northern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fd625c58"
],
[
"_:search/fd625c58",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fd625c58"
],
[
"_:search/fd625c58",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fd625c58"
],
[
"_:search/fd625c58",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"1 Kings Parade"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fd625c58"
],
[
"_:search/fd625c58",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Cambridge leisure park , Clifton way"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fd625c58"
],
[
"_:search/fd625c58",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Cambridge leisure park , Clifton way"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cow pizza kitchen and bar');(_:search,leave_at,'17:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to book a taxi to leave from cow pizza kitchen and bar after 17:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where are you wanting the taxi to take you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'bishops stortford train station');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to go to Bishops Stortford Train Station . Could you send me the contact number and car type , as well ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'black Volvo');(_:result,phone,'0 7 4 6 2 8 1 4 4 3 5');(_:result,phone,'0 7 4 6 2 8 4 7 7 3 5');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "It 's a black Volvo , the contact number is 0 7 4 6 2 8 4 7 7 3 5 . That 's 0 7 4 6 2 8 1 4 4 3 5 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Can you please confirm that my booking is set ? Thank you ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , that booking has been completed . Is there anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "What time will it arrive ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,departure,'17:15');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Well , that depends on traffic , of course , but you 'll definitely be picked up by 17:15 . Can I help with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all . Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service ."
}
] |
SNG0018.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cow pizza kitchen and bar"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"bishops stortford train station"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"bishops stortford train station"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Volvo"
],
[
"_:result",
"phone",
"0 7 4 6 2 8 1 4 4 3 5"
],
[
"_:result",
"phone",
"0 7 4 6 2 8 4 7 7 3 5"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"bishops stortford train station"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Volvo"
],
[
"_:result",
"phone",
"0 7 4 6 2 8 1 4 4 3 5"
],
[
"_:result",
"phone",
"0 7 4 6 2 8 4 7 7 3 5"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"bishops stortford train station"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Volvo"
],
[
"_:result",
"phone",
"0 7 4 6 2 8 1 4 4 3 5"
],
[
"_:result",
"phone",
"0 7 4 6 2 8 4 7 7 3 5"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"departure",
"17:15"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a place to eat and would prefer Indian food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "It would be my pleasure to assist you in your restaurant search . Do you have a preference on price point and/or area of the city ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would love for it to be in the east and be moderately priced ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,count,'2');(_:result,food,'indian');(_:result,name,'curry price');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two indian restaurants in the east , curry price and rajmahal . Would you like me to book you a table at one ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'18:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . Could you make a reservation for 8 at 18:15 on Wednesday ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry sir , neither restaurant is available at that moment . Do you want to try a different day or time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'17:15');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about 17:15 . Get me a reference number for that ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'curry prince');(_:booking,ref,'MRQELLG2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you at the curry prince . Reference number is MRQELLG2 . May I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I could use a suggestion on a great museum to visit after we eat at the restaurant ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'same part of town');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend Cambridge Artworks , which is a free museum in the same part of town as your restaurant ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I get the address , postcode and entrance fee ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'5 Greens Road');(_:result,entrance_fee,'free to enter');(_:result,name,'Cambridge Artworks');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge Artworks is located at 5 Greens Road in postcode cb13ef , and it 's free to enter ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Cool . Can you help me book a taxi ? I need it to get to the restaurant from the museum by my reservation time ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'grey ford');(_:result,phone,'07959689504');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking is complete , look for a grey ford , the phone number is 07959689504 , may I assist with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all , you 've been a great help !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to help ! Enjoy your stay ."
}
] |
MUL2433.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry price"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry price"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/b710c219"
],
[
"_:booking/b710c219",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry price"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/b710c219"
],
[
"_:booking/b710c219",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"curry prince"
],
[
"_:booking",
"ref",
"MRQELLG2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/b710c219"
],
[
"_:booking/b710c219",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"curry prince"
],
[
"_:booking",
"ref",
"MRQELLG2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"same part of town"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/b710c219"
],
[
"_:booking/b710c219",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"curry prince"
],
[
"_:booking",
"ref",
"MRQELLG2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"same part of town"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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",
"indian"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/b710c219"
],
[
"_:booking/b710c219",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"curry prince"
],
[
"_:booking",
"ref",
"MRQELLG2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"same part of town"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey ford"
],
[
"_:result",
"phone",
"07959689504"
],
[
"_:result",
"type",
"Taxi"
],
[
"_: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,area,'centre');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm hoping to find a restaurant in the centre that serves British food ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Lensfield Road');(_:result,name,'oak bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about the oak bistro on Lensfield Road ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the price range ? It needs to be moderate ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,name,'Oak Bistros');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Oak Bistros price range is moderate would you like more information on it or to book a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'11:00');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like a table for 3 people at 11:00 on Friday , please ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,name,'oak bistro');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The oak bistro is fully booked . Do you want me to try another restaurant in the centre serving moderate British food ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please try another restaurant in the center serving moderate British food ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'one seven');(_:booking,ref,'XXZ4D253');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book restaurant one seven , reference number is XXZ4D253 ."
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Sounds wonderful , thank you for your help . That is all I need . Bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling Cambridge TownInfo centre . Have a great day ."
}
] |
SSNG0114.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"address",
"Lensfield Road"
],
[
"_:result",
"name",
"oak bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"address",
"Lensfield Road"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Oak Bistros"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Lensfield Road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Oak Bistros"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/d8bcd1a9"
],
[
"_:booking/d8bcd1a9",
"name",
"oak bistro"
],
[
"_:booking/d8bcd1a9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Lensfield Road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Oak Bistros"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/d8bcd1a9"
],
[
"_:booking/d8bcd1a9",
"name",
"oak bistro"
],
[
"_:booking/d8bcd1a9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"one seven"
],
[
"_:booking",
"ref",
"XXZ4D253"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'arbury lodge guesthouse');(_:search,leave_at,'11:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to book a taxi to leave after 11:00 going to Arbury Lodge Guesthouse ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'the gardenia');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "from the gardenia"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'red skoda');(_:result,phone,'07278222346');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "All right , a red skoda will pick you up . The contact number is 07278222346 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thank you for your help !"
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome ! What else can I do for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all for today . Thank you !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Let us know if you need anything else , bye ."
}
] |
SNG0061.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"arbury lodge guesthouse"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"arbury lodge guesthouse"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"departure",
"the gardenia"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"arbury lodge guesthouse"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"departure",
"the gardenia"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red skoda"
],
[
"_:result",
"phone",
"07278222346"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"arbury lodge guesthouse"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"departure",
"the gardenia"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red skoda"
],
[
"_:result",
"phone",
"07278222346"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'13:30');(_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm traveling to cambridge and I was hoping you could find me a train on tuesday that arrives by 13:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Stevenage"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:43');(_:result,day,'Tuesday');(_:result,departure,'Stevenage');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train departing Stevenage on Tuesday that arrives in Cambridge by 12:43 . Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "When is the departure time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'11:54');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "It leaves at 11:54 . Is there anything else ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , Can you book that for me and send me a reference number ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I will book it for you , is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a French restaurant ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,name,'Cote');(_:result,name,'Restaurant Two Two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two . Restaurant Two Two and Cote . Would you like me to book either of those for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'Cote');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book Cote for me ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like to go and at what time ? How many people will be in your party ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sorry , I got ahead of myself . I want a french restaurant but it must be in the moderate price range . Do either of those options match ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are both in the expensive price range . Would you like to find another ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , search for asian oriental food instead then please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,amount,'only one');(_:result,name,'Yippee Noodle bar');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about Yippee Noodle bar , it 's the only one that is moderately priced ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What 's their address ?"
},
{
"id": 17,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'40428 King Street City Centre');(_:result,area,'centre');(_:result,name,'Yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yippee noodle bar is located at 40428 King Street City Centre in the centre area . Would you like a reservation ?"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No thank you . I am actually all set now . Thanks , and bye !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great stay in Cambridge ."
}
] |
PMUL0983.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"french"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Cote"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Cote"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:search",
"name",
"Cote"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_: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",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"Cote"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"name",
"Yippee Noodle bar"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"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",
"arrive_by",
"13:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"Cote"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"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,day,'thursday');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to take a train to Bishops Stortford on Thursday ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can definitely help you with that . Do you have a particular time of day you want to depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'14:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "My schedule is somewhat flexible but I need to arrive by 14:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:07');(_:result,id,'TR2929');(_:result,leave_at,'11:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR2929 can get you there by 12:07 , it departs at 11:29 , can I book you for tickets ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I would like a booking for 5 people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'OOGHNZGW');(_:booking,ticket,'50.5 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , the booking was successful . The total cost is 50.5 GBP and it can be paid at the station . The reference number is OOGHNZGW ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'gonville hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I also need information on the Gonville Hotel . Can you look at that for me ?"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "Yes , of course . What would you like to know ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i need to book that hotel for four nights ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , I am getting the info up now , how many people , and what will be the first night ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel will also be for 5 people starting sunday"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'HKBN4ZXY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're hotel reservations have been made . Your reference number is HKBN4ZXY . Is there anything else I can assist you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that was all I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre !"
}
] |
PMUL1627.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR2929"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR2929"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"OOGHNZGW"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR2929"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"OOGHNZGW"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR2929"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"OOGHNZGW"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR2929"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HKBN4ZXY"
],
[
"_: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,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for an attraction in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'so many');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are so many to choose from . Any idea what kind of attraction you would like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I would like to go to a college with free admission ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'10');(_:result,entrance_fee,'free admission');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 10 colleges in the centre with free admission . Would you like me to suggest one ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is that college 's postcode ? I 'm also hungry and want somewhere to eat ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'free entrance');(_:result,name,\"Christ 's college\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's college have a free entrance"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the postcode for Christ 's College ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "sure thing it is cb23bu , anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like to find a cheap Chinese restaurant ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'4');(_:result,name,'charlie chan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are four options , charlie chan is in the centre near the college that you are visiting , shall I book you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'11:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please book it for monday at 11:15"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many will be at your table ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It will just be a table for one . Go ahead and book it"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'4ZBQs5GE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reference # is 4ZBQs5GE . Need anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'the booking time');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi that will arrive by the booking time ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'white ford');(_:result,phone,'07018249902');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booked car type \t : \t white ford \n Contact number \t : \t 07018249902"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that 's all I need ... thanks so much ! Have a great day !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Glad to be of assistance . Enjoy your stay in Cambridge . Bye ."
}
] |
PMUL3288.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"
],
[
"_:result",
"amount",
"so many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"so many"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"so many"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"entrance_fee",
"free entrance"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"so many"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"entrance_fee",
"free entrance"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"so many"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free entrance"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"so many"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free entrance"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_: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",
"centre"
],
[
"_:result",
"amount",
"so many"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free entrance"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4ZBQs5GE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"the booking 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",
"area",
"centre"
],
[
"_:result",
"amount",
"so many"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free entrance"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"charlie chan"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4ZBQs5GE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"the booking time"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white ford"
],
[
"_:result",
"phone",
"07018249902"
],
[
"_: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,name,'worth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi I am looking for some info on the Worth House hotel ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'152 chesterton road');(_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'The worth house hotel');(_:result,phone,'01223316074');(_:result,postcode,'cb41da');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The worth house hotel is a cheap 4 star guesthouse in the north . It provides parking and internet . The address is 152 chesterton road postcode cb41da . The phone number is 01223316074 ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much !"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Can I make a reservation for you ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I 'm not ready to book but I appreciate your help . Thanks !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Do n't hesitate to call if you 'd like to make a reservation later ."
}
] |
SNG0918.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"152 chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"The worth house hotel"
],
[
"_:result",
"phone",
"01223316074"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"152 chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"The worth house hotel"
],
[
"_:result",
"phone",
"01223316074"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train that will depart from bishops stortford and that will arrive by 11:45 . I 'm looking forward to a good lunch in Cambridge !"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'10:07');(_:result,day,'everday');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train everday that arrives at 10:07"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "ok thank you , lets book that one"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,id,'TR9178');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many seats would you like to book on TR9178 ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would need seats for 5 people please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,arrive_by,'10:07');(_:booking,category,'Train');(_:booking,destination,'Cambridge');(_:booking,id,'TR2083');(_:booking,ref,'EEBGS9FF');(_:booking,ticket,'50.5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked on TR2083 arriving in Cambridge at 10:07 . It will cost 50.5 payable at the station . Reference EEBGS9FF ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . Can you also help me find a good Italian eatery ? I 'd like it to be moderately priced , please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure , I can help you with that . What section of town were you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'16:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The area does n't matter . Please recommend a good place if you could . I need a table booked for 5 people at 16:45 on Tuesday ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'Prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "My all time favorite italian food place is Prezzo . It is located in the west . Would you like me to reserve you a table ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes , it 'll be for the same group of people ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "For what day and time is the reservation for 5 ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'16:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Same day tuesday , lets try for 16:45 , get a little ahead of the dinner crowd ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'7E1MPES0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number for your reservation is 7E1MPES0 and they will hold the table for 15 minutes . Is there anything else that I may assist you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thank you very much"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL0671.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"day",
"everday"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"day",
"everday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9178"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"day",
"everday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"arrive_by",
"10:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR2083"
],
[
"_:booking",
"ref",
"EEBGS9FF"
],
[
"_:booking",
"ticket",
"50.5"
],
[
"_: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",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"day",
"everday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"10:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR2083"
],
[
"_:booking",
"ref",
"EEBGS9FF"
],
[
"_:booking",
"ticket",
"50.5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"day",
"everday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"10:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR2083"
],
[
"_:booking",
"ref",
"EEBGS9FF"
],
[
"_:booking",
"ticket",
"50.5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"day",
"everday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"10:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR2083"
],
[
"_:booking",
"ref",
"EEBGS9FF"
],
[
"_:booking",
"ticket",
"50.5"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_: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",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"day",
"everday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"10:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR2083"
],
[
"_:booking",
"ticket",
"50.5"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7E1MPES0"
],
[
"_: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,has_internet,'yes');(_:search,name,'warkworth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you tell me if warkworth house hotel has wifi ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,name,'Warkworth house');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes I can confirm that Warkworth house has internet , can I help with anything else ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,phone,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have free parking , and what is their phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,phone,'01223363682');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , and their phone number is 01223363682 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need , thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Sure . Glad to help ."
}
] |
SNG1044.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hello ! I 'm planning a trip to Cambridge and am interested in hearing about places to stay ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a preferred price range or area of town ? This will help me find just what you are looking for ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'none');(_:search,pricerange,'moderately');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh for sure . Uh let 's try something with 2 stars and moderately priced ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry . We do n't anything available in that area for that price range . Is there another area you would like to try ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's try any 2 star hotel , then ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two , shall I try booking one ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please for 1 night ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would be happy to assist you with booking , first I will need to know what day you will be arriving and for how many people ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like accommodations for 6 people for 3 nights starting Tuesday ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,name,'Ashley Hotel');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I tried to book the Ashley Hotel , but it was unsuccessful . Would you like to try another day or a shorter stay ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Try a 1 night stay , instead ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,name,'Ashley Hotel');(_:booking,ref,'FP60B1F2');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Ashley Hotel was available for Tuesday night and I have made your reservation . Your reference number is FP60B1F2 . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need a sports attraction in the centre , can you give me more info ?"
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,category,'sports complexes');(_:search,type,'Attraction'))",
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately , I do n't have any sports complexes in the centre . I could try another area , or another attraction ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'theatres');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any theatres in the area then ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,amount,'several');(_:result,name,'Cambridge Arts Theatre');(_:result,name,'Mumford Theatre');(_:result,name,'The ADC Theatre');(_:result,name,'and The Cambridge Corn Exchange');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , several . The ADC Theatre , the Cambridge Arts Theatre , Mumford Theatre , and The Cambridge Corn Exchange . Would you like to hear more about any of those ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'ADC');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , Can I have the post code and entrance fee for the ADC ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,entrance_fee,'do not have inform');(_:result,phone,'01223300085');(_:result,postcode,'cb58as');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Postal is cb58as , I do not have inform on the entrance fee , you may need to call them at 01223300085"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok perfect , that is all that I needed . Thank you for your help ! Goodbye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! I hope that you enjoy your stay . Goodbye !"
}
] |
MUL2662.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"none"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8911697d"
],
[
"_:search/8911697d",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8911697d"
],
[
"_:search/8911697d",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8911697d"
],
[
"_:search/8911697d",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8911697d"
],
[
"_:search/8911697d",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/4accf953"
],
[
"_:booking/4accf953",
"name",
"Ashley Hotel"
],
[
"_:booking/4accf953",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/8911697d"
],
[
"_:search/8911697d",
"type",
"Hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/4accf953"
],
[
"_:booking/4accf953",
"name",
"Ashley Hotel"
],
[
"_:booking/4accf953",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"ref",
"FP60B1F2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/8911697d"
],
[
"_:search/8911697d",
"type",
"Hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/4accf953"
],
[
"_:booking/4accf953",
"name",
"Ashley Hotel"
],
[
"_:booking/4accf953",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"ref",
"FP60B1F2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/5426d99e"
],
[
"_:search/5426d99e",
"area",
"centre"
],
[
"_:search/5426d99e",
"category",
"sports complexes"
],
[
"_:search/5426d99e",
"type",
"Attraction"
],
[
"_:search",
"category",
"theatres"
],
[
"_: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": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/8911697d"
],
[
"_:search/8911697d",
"type",
"Hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/4accf953"
],
[
"_:booking/4accf953",
"name",
"Ashley Hotel"
],
[
"_:booking/4accf953",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"ref",
"FP60B1F2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/5426d99e"
],
[
"_:search/5426d99e",
"area",
"centre"
],
[
"_:search/5426d99e",
"category",
"sports complexes"
],
[
"_:search/5426d99e",
"type",
"Attraction"
],
[
"_:search",
"category",
"theatres"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"Cambridge Arts Theatre"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:result",
"name",
"The ADC Theatre"
],
[
"_:result",
"name",
"and The Cambridge Corn Exchange"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"ADC"
],
[
"_:search",
"type",
"Attraction"
]
],
"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": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/8911697d"
],
[
"_:search/8911697d",
"type",
"Hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/4accf953"
],
[
"_:booking/4accf953",
"name",
"Ashley Hotel"
],
[
"_:booking/4accf953",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"ref",
"FP60B1F2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/5426d99e"
],
[
"_:search/5426d99e",
"area",
"centre"
],
[
"_:search/5426d99e",
"category",
"sports complexes"
],
[
"_:search/5426d99e",
"type",
"Attraction"
],
[
"_:search",
"category",
"theatres"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"Cambridge Arts Theatre"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:result",
"name",
"The ADC Theatre"
],
[
"_:result",
"name",
"and The Cambridge Corn Exchange"
],
[
"_:search",
"name",
"ADC"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"do not have inform"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
]
],
"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,day,'saturday');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train out to London Liverpool Street on Saturday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you need to leave on Saturday ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'16:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave sometime after 16:15 , leaving from Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR8824');(_:result,leave_at,'16:15');(_:result,leave_at,'17:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train after 16:15 TR8824 leaves at 17:59 . Shall I book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you tell me how much that will cost and how long the journey is ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,duration,'approximately 88 minutes');(_:booking,ticket,'13.28 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , it will cost 13.28 pounds and take approximately 88 minutes . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not at this time . Thank you for everything !"
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Sure . Let me know if you need anything else ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay . Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome ! Thanks for contacting the Cambridge TownInfo Centre and have a great day !"
}
] |
SNG0443.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8824"
],
[
"_:result",
"leave_at",
"16:15"
],
[
"_:result",
"leave_at",
"17:59"
],
[
"_: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",
"saturday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8824"
],
[
"_:result",
"leave_at",
"16:15"
],
[
"_:result",
"leave_at",
"17:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:booking",
"duration",
"approximately 88 minutes"
],
[
"_:booking",
"ticket",
"13.28 pounds"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8824"
],
[
"_:result",
"leave_at",
"16:15"
],
[
"_:result",
"leave_at",
"17:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:booking",
"duration",
"approximately 88 minutes"
],
[
"_:booking",
"ticket",
"13.28 pounds"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "What trains are available from Cambridge on Monday"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,leave_at,'05:00');(_:result,leave_at,'13:00');(_:result,leave_at,'every 2 hours');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train departs at 05:00 and every 2 hours . The last one leaves at 13:00 . Can I book you some tickets ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'kings lynn');(_:search,leave_at,'13:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I wanted to leave after 13:00 . When is the last train to kings lynn ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'23:58');(_:result,day,'Monday');(_:result,leave_at,'13:11');(_:result,leave_at,'23:11');(_:result,leave_at,'every hour after that');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is one leaving at 13:11 , and they run every hour after that . That last one on Monday leaves at 23:11 and arrives at 23:58 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Great . How much is the ticket for the train leaving at 13:11 ? What time does it arrive and what is the travel time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'13:58');(_:result,duration,'47 minutes');(_:result,id,'TR0793');(_:result,leave_at,'13:11');(_:result,ticket,'9.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure , TR0793 leaves at 13:11 , arrives at 13:58 and costs 9.80 pounds travel time 47 minutes ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Sounds good . Get me a ticket for TR0793 . Thank you in advance ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'HIF2WMPY');(_:booking,ticket,'9.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful , you will pay 9.8 GBP at the station . Your reference number is HIF2WMPY . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I also would like to find an entertainment area in town . Any suggestions ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'East side');(_:result,name,'Funky Fun House');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "You could try out Funky Fun House on the East side . Does that sound good or would you like to hear other options ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yeah that 'd be good can you please give me the address and postcode as well ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'8 mercers row , mercers row industrial estate');(_:result,name,'Funky Fun House');(_:result,postcode,'cb58hy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Funky Fun House is located at 8 mercers row , mercers row industrial estate , cb58hy . Can I help you with anything else today ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Great that 's all the info I need !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Bon voyage !"
}
] |
MUL0489.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"leave_at",
"every 2 hours"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"23:58"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"leave_at",
"13:11"
],
[
"_:result",
"leave_at",
"23:11"
],
[
"_:result",
"leave_at",
"every hour after that"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"id",
"TR0793"
],
[
"_:result",
"leave_at",
"13:11"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"id",
"TR0793"
],
[
"_:result",
"leave_at",
"13:11"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HIF2WMPY"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"id",
"TR0793"
],
[
"_:result",
"leave_at",
"13:11"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HIF2WMPY"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"East side"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"id",
"TR0793"
],
[
"_:result",
"leave_at",
"13:11"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HIF2WMPY"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"East side"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'byard art');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me directions to Byard Art in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,\"14 King 's Parade\");(_:result,name,'Byard Art');(_:result,postcode,'cb21sj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I can tell you that Byard Art is located at 14 King 's Parade , postcode cb21sj . Does that help ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I will also need the phone number and entrance fee please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,phone,'01223464646');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The number is 01223464646 and it is free of charge ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the address please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"14 king 's parade\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is 14 king 's parade . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Hmm , that number does n't seem like it would be correct . Can you double check that for me ?"
},
{
"id": 7,
"rdf-acts": [
"thank()",
"inform((_:result,entrance_fee,'free');(_:result,phone,'01223464646');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , I am so sorry for the error . The correct phone number is 01223464646 and admission is actually free ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a 4 star hotel , and it does n't matter if it does n't have internet ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'21');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 21 options . Do you have any other preferences to narrow the search ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to be in the moderate price range and include free parking ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'across Cambridge');(_:result,category,'hotels');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have moderate hotels across Cambridge do you have an area in mind ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,has_internet,'yes');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but I do need free wifi . Could you book a room for Wednesday ? I will need it for 4 nights . I will be alone ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unsuccessful . Would you like to shorten your stay or add another day ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "How about 1 night ? Could you also please provide me with the reference number ? I would also like to book a taxi ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,name,'acorn guest house');(_:booking,ref,'M8SHUQUG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful at acorn guest house . Reference number is M8SHUQUG ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'byard art');(_:search,leave_at,'21:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd also like to book a taxi to go between the two . I 'd like to leave Byard Art by 21:30 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'yellow tesla');(_:result,phone,'07903950183');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I booked you a yellow tesla . The contact number is 07903950183 . Is there anything else I can assist you with ? \n ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thank you !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your time in Cambridge !"
}
] |
MUL1189.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"byard art"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"byard art"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"14 King 's Parade"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"byard art"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"14 King 's Parade"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"byard art"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"byard art"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"byard art"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"byard art"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"across Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_: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",
"name",
"byard art"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"across Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:booking/c1707b4c"
],
[
"_:booking/c1707b4c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"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",
"byard art"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"across Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:booking/c1707b4c"
],
[
"_:booking/c1707b4c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"acorn guest house"
],
[
"_:booking",
"ref",
"M8SHUQUG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"byard art"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_: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",
"byard art"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"address",
"14 king 's parade"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"across Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:booking/c1707b4c"
],
[
"_:booking/c1707b4c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"acorn guest house"
],
[
"_:booking",
"ref",
"M8SHUQUG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"byard art"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow tesla"
],
[
"_:result",
"phone",
"07903950183"
],
[
"_: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,destination,'birmingham new street');(_:search,leave_at,'17:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train leaving after 17:00 and heading the birmingham new street ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "OK , and what day would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,leave_at,'that time');(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are no trains leaving at that time ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'17:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to have to ask you to check again , after 17:00 please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you leaving from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i 'm leaving from cambridge"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,leave_at,'17:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have one leaving at 17:01 . Would you like me to make a booking for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . Please book for 5 people ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR1765');(_:result,ref,'MPP4HO3A');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I was able to book you on trainTR1765 . The Reference number is : MPP4HO3A ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks . I am also looking to find a restaurant in the north ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Any type of food you would like ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am open to suggestions . I just would prefer it to be in the moderate range ."
},
{
"id": 13,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'indian');(_:result,name,'Golden Wok');(_:result,name,'Nirala');(_:result,type,'Restaurant'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have the Golden Wok which serves chinese . I also have the Nirala that serves indian food . Which would you prefer ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'10:15');(_:search,name,'nirala');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I think Nirala sounds good . Can you book a table for the same group of people at 10:15 on the same day ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'3I6EO7EF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table is booked , ref # 3I6EO7EF . Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's all I needed today . Thanks !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL0506.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"canthelp",
"_:search/6e88c1f2"
],
[
"_:search/6e88c1f2",
"leave_at",
"that time"
],
[
"_:search/6e88c1f2",
"type",
"Train"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"canthelp",
"_:search/6e88c1f2"
],
[
"_:search/6e88c1f2",
"leave_at",
"that time"
],
[
"_:search/6e88c1f2",
"type",
"Train"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"canthelp",
"_:search/6e88c1f2"
],
[
"_:search/6e88c1f2",
"leave_at",
"that time"
],
[
"_:search/6e88c1f2",
"type",
"Train"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"canthelp",
"_:search/6e88c1f2"
],
[
"_:search/6e88c1f2",
"leave_at",
"that time"
],
[
"_:search/6e88c1f2",
"type",
"Train"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"id",
"TR1765"
],
[
"_:result",
"ref",
"MPP4HO3A"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"canthelp",
"_:search/6e88c1f2"
],
[
"_:search/6e88c1f2",
"leave_at",
"that time"
],
[
"_:search/6e88c1f2",
"type",
"Train"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"id",
"TR1765"
],
[
"_:result",
"ref",
"MPP4HO3A"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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",
"destination",
"birmingham new street"
],
[
"_:system",
"canthelp",
"_:search/6e88c1f2"
],
[
"_:search/6e88c1f2",
"leave_at",
"that time"
],
[
"_:search/6e88c1f2",
"type",
"Train"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR1765"
],
[
"_:result",
"ref",
"MPP4HO3A"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"10:15"
],
[
"_:search",
"name",
"nirala"
],
[
"_:search",
"people",
"same group of people"
],
[
"_: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",
"destination",
"birmingham new street"
],
[
"_:system",
"canthelp",
"_:search/6e88c1f2"
],
[
"_:search/6e88c1f2",
"leave_at",
"that time"
],
[
"_:search/6e88c1f2",
"type",
"Train"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR1765"
],
[
"_:result",
"ref",
"MPP4HO3A"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"10:15"
],
[
"_:search",
"name",
"nirala"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3I6EO7EF"
],
[
"_: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,area,'centre');(_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i am looking for a place to go in the centre and should be the type of boat ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'boats');(_:result,count,'2');(_:result,name,'Cambridge Punter');(_:result,name,'Scudamores Punti Co');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I found two boats for you : Scudamores Punti Co and The Cambridge Punter . Do you want more information about one or both of these ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you please provide me with the phone number , address and postcode for each of those ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'251a chesterton road');(_:result,address,'granta place , mill lane');(_:result,name,'Cambridge Punter');(_:result,name,'Scudamores Punting Co');(_:result,phone,'01223359750');(_:result,phone,'07807718591');(_:result,postcode,'cb21rs');(_:result,postcode,'cb41as');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Scudamores Punting Co is at granta place , mill lane , postcode cb21rs , and phone 01223359750 . The Cambridge Punter is at 251a chesterton road . , postcode cb41as , and phone 07807718591 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also am looking for a place to stay in the center with a star rating of 4 ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have two place , one a guesthouse and one a hotel , what would you like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do either of them have free wifi ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,name,'Alexander Bed and Breakfast');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Both have free wifi ! The Alexander Bed and Breakfast is a guesthouse and the University Arms Hotel is a hotel ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,name,'university arms hotel');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Allrighty , can I book a room for 3 people at the University Arms Hotel , for 4 nights starting on Saturday ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'WSOW3X5U');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is : WSOW3X5U . What else can I help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "nope that 's it thanks for your help"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Of course have a great day !"
}
] |
PMUL3053.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"name",
"Scudamores Punti Co"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"251a chesterton road"
],
[
"_:result",
"address",
"granta place , mill lane"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"name",
"Scudamores Punting Co"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"phone",
"07807718591"
],
[
"_:result",
"postcode",
"cb21rs"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"address",
"251a chesterton road"
],
[
"_:result",
"address",
"granta place , mill lane"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"name",
"Scudamores Punting Co"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"phone",
"07807718591"
],
[
"_:result",
"postcode",
"cb21rs"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"address",
"251a chesterton road"
],
[
"_:result",
"address",
"granta place , mill lane"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"phone",
"07807718591"
],
[
"_:result",
"postcode",
"cb21rs"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"address",
"251a chesterton road"
],
[
"_:result",
"address",
"granta place , mill lane"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"phone",
"07807718591"
],
[
"_:result",
"postcode",
"cb21rs"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WSOW3X5U"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm coming in front out of town next week and am looking for some things to do . Are there any historical colleges or universities to visit ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'all sorts of');(_:result,category,'colleges');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have all sorts of lovely colleges to visit , did you have a part of town you would prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , I do n't have a particular preference . Kindly recommend one of those lovely colleges to me please"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'herschel road');(_:result,entrance_fee,'free');(_:result,name,'clare hall');(_:result,postcode,'cb39al');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would try clare hall located at herschel road postcode cb39al . The entrance fee is free ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,leave_at,'12:15');(_:search,type,'Train'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great ! What is the phone number . Also I need a train departing cambridge going to london liverpool street . I 'd like to leave around 12:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223333200');(_:result,type,'Attraction'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "The phone number is 01223333200 . What day would you like the train for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need it on Friday please"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'15:27');(_:result,day,'friday');(_:result,departure,'cambridge');(_:result,destination,'london liverpool street');(_:result,leave_at,'13:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train leaving from cambridge to london liverpool street departs friday at 13:59 and arrives at 15:27 . Will that work for you ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "is there no one that leaves earlier ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you want to leave before or after 12:15 ? There are earlier trains if you want to leave before 12:15 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'08:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I can leave earlier , just not before 08:00"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'11:27');(_:result,leave_at,'9:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "there is a train that leaves at 9:59 and arrives at 11:27 . would that work for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes that is great . Could you give me the price per ticket ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,ticket,'16.60 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The ticket price is 16.60 pounds . Would you like me to book that for you ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No thanks . That 's all I need . Thanks for everything ! Bye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL1062.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"all sorts of"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"all sorts of"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:result",
"postcode",
"cb39al"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"all sorts of"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:result",
"postcode",
"cb39al"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"all sorts of"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:result",
"postcode",
"cb39al"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:27"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london liverpool street"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"all sorts of"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:result",
"postcode",
"cb39al"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"15:27"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london liverpool street"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"all sorts of"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:result",
"postcode",
"cb39al"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london liverpool street"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"leave_at",
"9:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"all sorts of"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:result",
"postcode",
"cb39al"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london liverpool street"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"leave_at",
"9:59"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a guest house to stay in . What do you have ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I can definitely help you with that . How about we start with a price range you prefer ? Or maybe an area you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't really have a preference . I just need free wifi ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'A and B Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the A and B Guest House in the east ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I 'd like to book that for 1 , starting Monday for 3 nights . Also could I have the reference number for that ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'CP66EFS7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : CP66EFS7 . Will there be anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train to Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help you find one . First of all , where are you going to be departing from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'12');(_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train form Cambridge on Monday arriving at Leicester by 12 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'07:06');(_:result,departure,'Cambridge');(_:result,destination,'Leicester');(_:result,id,'TR8631');(_:result,leave_at,'05:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The earliest is TR8631 , departing Cambridge at 05:21 , arriving Leicester , 07:06 . Would you like to book a ticket , or perhaps a later time would be better ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'same amount of people');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Later time . Book for the same amount of people though ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'11:06');(_:result,departure,'Cambridge');(_:result,id,'TR2192');(_:result,leave_at,'09:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How about TR2192 , it leaves Cambridge at 09:21 and arrives at 11:06 , will this be better for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes that is fine and a reference number please"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'OWA1681U');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It has been booked the reference number is OWA1681U"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you so much . That is all I need for today . Bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
MUL2011.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CP66EFS7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CP66EFS7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CP66EFS7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"07:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR8631"
],
[
"_:result",
"leave_at",
"05:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"same amount of people"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CP66EFS7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"12"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"same amount of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR2192"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_: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",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"12"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"same amount of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR2192"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"OWA1681U"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"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,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Looking for a place to go to in the centre area that has interesting architecture ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'market street');(_:result,area,'Centre');(_:result,category,'architecture');(_:result,name,'holy trinity church');(_:result,phone,'01223355397');(_:result,postcode,'cb23nz');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The holy trinity church is located in Centre and has interesting architecture its located on \t market street and its postcode and phone number is cb23nz and 01223355397"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds like just what I was looking for ."
},
{
"id": 3,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Excellent ! Have a great day !"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "One more thing , could you help me find a train from cambridge ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I 'd be happy to ! Can you tell me more about your trip , such as your destination and when you 'd like to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'14:00');(_:search,day,'friday');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm heading to Bishops Stortford , and I need to arrive by 14:00 on Friday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'06:07');(_:result,id,'TR3847');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would recommend the TR3847 train that arrives at 06:07 . Will that work ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Is there anything a little later in the day ? 6 am is rather early ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'12:07');(_:result,id,'TR8078');(_:result,leave_at,'11:29');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about Train TR8078 ? It leaves at 11:29 and arrives by 12:07 ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "That s perfect , can you book it for me ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , how many tickets would you like ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Actually I want to book it myself . Can I just get the price and travel time on that ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'38 minutes');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The price is 10.10 pounds . The travel time is 38 minutes . May I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ! I appreciate all your help ."
},
{
"id": 15,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "No problem . Just want to make sure you have all of the information you need ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed . Thank you and goodbye !"
},
{
"id": 17,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "That will be all . You 're welcome , goodbye !"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Goodbye ! Have a great day !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Feel free to call in case you need something ."
}
] |
MUL1730.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"friday"
],
[
"_: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",
"category",
"architecture"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:07"
],
[
"_:result",
"id",
"TR3847"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR8078"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR8078"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR8078"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"ticket",
"10.10 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": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR8078"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_: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": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"holy trinity church"
],
[
"_:result",
"phone",
"01223355397"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"id",
"TR8078"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"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,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find a place to dine in the north please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,area,'this area');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have several restaurants to recommend in this area . Would you like a particular style of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No particular type of food but I need it in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'191 Histon Road Chesterton');(_:result,food,'chinese');(_:result,name,'Golden Wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , I 'd recommend Golden Wok . It 's a lovely chinese restaurant at 191 Histon Road Chesterton . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'18:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great . Can you book me a table for 3 on Friday at 18:30 ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,duration,'18:30');(_:booking,name,'Golden Wok');(_:booking,people,'3');(_:booking,ref,'6D2IMEYU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you a table for 3 at the Golden Wok on Friday at 18:30 , your reference number is 6D2IMEYU . Can I help you with anything more ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'lovell lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a hotel called the Lovell Lodge ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'365 Milton Road');(_:result,name,'Lovell Lodge');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Lovell Lodge moderately priced and is located on 365 Milton Road . Would you like a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'same group of people');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes ! I 'd like to book it for the same group of people and 5 nights starting from the same day ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Lovell Lodge');(_:booking,ref,'5HMHIBZ2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your room at the Lovell Lodge is all set ( Ref # 5HMHIBZ2 ) . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that was all I needed , thanks !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , enjoy Cambridge !"
}
] |
MUL1271.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"this area"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"this area"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"this area"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"name",
"Golden Wok"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"6D2IMEYU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"this area"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"name",
"Golden Wok"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"6D2IMEYU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"365 Milton Road"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"this area"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"people",
"3"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"365 Milton Road"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Lovell Lodge"
],
[
"_:booking",
"ref",
"5HMHIBZ2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i need a place to stay"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Ok , and what part of the city would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Downtown . In a guest house maybe ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'Centre');(_:result,area,'East');(_:result,area,'North');(_:result,area,'South');(_:result,area,'West');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , can you be more specific ? Our city is divided into North , West , East , South and Centre ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't have a certain area in mind . But , I would like it to have 4 stars and that it is a guesthouse and not a hotel ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'18');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "great , i have 18 options for you !"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , thank you ! Will you please book it for 5 people for 4 nights , starting Tuesday ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a price range ? The prices range from cheap to expensive ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes expensive and also looking for places to go nearby"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'The only');(_:result,area,'centre');(_:result,category,'guest house');(_:result,name,'the alexander bed and breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The only 4 star guest house I found in the centre of town is a cheap one- the alexander bed and breakfast . Shall I book that for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . Book for 5 people , 4 nights and starting on Tuesday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'NMT6HX2V');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , the booking was successful . Reference number is : NMT6HX2V . Can I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i need to book a car"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "system",
"text": "Alright , shall I call a taxi or a bus for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,leave_at,'05:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "a taxi that should leave by 05:30"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "what will be your destination ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Wait , I need to find a museum in the centre first , then i can get a taxi . I 'm very sorry , I got a little ahead of myself ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,name,'the whipple museum of the history of science');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,area,'center');(_:result,category,'museums');(_:result,count,'11');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 11 museums in the center . I recommend the whipple museum of the history of science for hours of fun . Do you need more information ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can I please have the phone number for the Whipple Museum of History ?"
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'the whipple museum of the history of science');(_:result,phone,'01223330906');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number to the whipple museum of the history of science is 01223330906 . Can I assist you with anything else , today ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Okay , let 's book the taxi now . I need to get between the two places ."
},
{
"id": 21,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "OKay . I will work on getting this booked and be right back with you ."
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,departure,'whipple museum of the history of science');(_:search,destination,'alexander bed and breakfast');(_:search,leave_at,'05:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave the whipple museum of the history of science at 05:30 to go to the alexander bed and breakfast , please ."
},
{
"id": 23,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Just to clarify . You need to be picked up at the Whipple Museum of History at 05:30 . Your drop off point is the alexander bed and breakfast . Correct ?"
},
{
"id": 24,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes that 's correct . Can I also have the phone number and type of car that will be picking me up ."
},
{
"id": 25,
"rdf-acts": [
"inform((_:result,car,'black honda');(_:result,phone,'07420056662');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , you will be picked up in a black honda and their contact number is 07420056662 . Is there anything else I can help you with ?"
},
{
"id": 26,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No thank you . Thanks for everything ! Bye !"
},
{
"id": 27,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . It has been a pleasure assisting you today . Enjoy your trip and have a great day . Goodbye"
}
] |
PMUL4885.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"area",
"West"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"area",
"West"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"The only"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"the alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_: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",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"The only"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"the alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"NMT6HX2V"
],
[
"_: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",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"The only"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"the alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"NMT6HX2V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"05:30"
],
[
"_: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",
"stars",
"4"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"The only"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"the alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"NMT6HX2V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"05:30"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"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",
"stars",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"The only"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"NMT6HX2V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"05:30"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"the whipple museum of the history of science"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"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",
"stars",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"The only"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"NMT6HX2V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"05:30"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"the whipple museum of the history of science"
],
[
"_:result",
"phone",
"01223330906"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"The only"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"NMT6HX2V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"the whipple museum of the history of science"
],
[
"_:result",
"phone",
"01223330906"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"whipple museum of the history of science"
],
[
"_:search",
"destination",
"alexander bed and breakfast"
],
[
"_:search",
"leave_at",
"05:30"
],
[
"_: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": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"The only"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"NMT6HX2V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"the whipple museum of the history of science"
],
[
"_:result",
"phone",
"01223330906"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
],
[
"_: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,
21,
22,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"The only"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"NMT6HX2V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"the whipple museum of the history of science"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black honda"
],
[
"_:result",
"phone",
"07420056662"
],
[
"_:result",
"type",
"Taxi"
],
[
"_: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,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Let 's start with where you are departing from and where you are going ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Departing from ely to cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,departure,'Ely');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are quite a few trains from Ely to Cambridge . On what day will you be traveling , and at what time would you like to depart ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'9:30');(_:search,day,'tuesday');(_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "It 's on Tuesday . I need to arrive by 9:30 and need to book for 7 people . Could I also get the reference number too ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,arrive_by,'7:52');(_:booking,category,'Train');(_:booking,departure,'Ely');(_:booking,destination,'cambridge');(_:booking,id,'TR6971');(_:booking,leave_at,'7:35');(_:booking,people,'7');(_:booking,ref,'AQRMT6Q9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok I have booked you on TR6971 leaving Ely at 7:35 , arriving at cambridge by 7:52 for 7 people . Reference number AQRMT6Q9 . Anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'ruskin gallery');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "One more thing . Can you give me information about an attraction called Ruskin Gallery ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'anglia ruskin university , east road');(_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's a free museum in the city centre , located at anglia ruskin university , east road . Anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the phone number for there ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01245493131');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Phone # is 01245493131 . Anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all I needed today . Thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a nice day ."
}
] |
MUL1914.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"7:52"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Ely"
],
[
"_:booking",
"destination",
"cambridge"
],
[
"_:booking",
"id",
"TR6971"
],
[
"_:booking",
"leave_at",
"7:35"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"AQRMT6Q9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"7:52"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Ely"
],
[
"_:booking",
"destination",
"cambridge"
],
[
"_:booking",
"id",
"TR6971"
],
[
"_:booking",
"leave_at",
"7:35"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"AQRMT6Q9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"7:52"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Ely"
],
[
"_:booking",
"destination",
"cambridge"
],
[
"_:booking",
"id",
"TR6971"
],
[
"_:booking",
"leave_at",
"7:35"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"AQRMT6Q9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"ruskin gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"anglia ruskin university , east road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01245493131"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'07:15');(_:search,departure,'primavera');(_:search,destination,\"christ 's college\");(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I am interested in booking a taxi . I need to leave from Primavera and go to Christ 's College by 07:15 . I also need the contact number and car type ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,car,'blue Tesla');(_:result,phone,'07728790411');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "It is a blue Tesla and the number is 07728790411 . Is there anything else I can help you with ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thank you very much !"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great time !"
}
] |
SNG1202.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"07:15"
],
[
"_:search",
"departure",
"primavera"
],
[
"_:search",
"destination",
"christ 's college"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"07:15"
],
[
"_:search",
"departure",
"primavera"
],
[
"_:search",
"destination",
"christ 's college"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue Tesla"
],
[
"_:result",
"phone",
"07728790411"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you tell me about any expensive restaurants in the Centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'33');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have 33 expensive restaurants in the centre , do you have a specific cuisine in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would prefer chinese please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'napier street city centre');(_:result,name,'tang chinese restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have the tang chinese restaurant located at napier street city centre . Would you like to make reservations ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'11:30');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Make a reservation for 8 people on Monday at 11:30 ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay I found you a Chinese restaurant and wish to make you a booking ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book the restaurant as requested . I would also like the reference number ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'JCH9E5BI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : JCH9E5BI . do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it . Thanks so much ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! You have a great day ."
}
] |
PMUL0722.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"napier street city centre"
],
[
"_:result",
"name",
"tang chinese restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"napier street city centre"
],
[
"_:result",
"name",
"tang chinese restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"napier street city centre"
],
[
"_:result",
"name",
"tang chinese restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JCH9E5BI"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'inexpensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for some information about places to stay in Cambridge . I would like to know the most inexpensive price range located to the north ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'worth house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouses');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 2 guesthouses in the area I recommend worth house , would you like me to book that ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does that have free wifi ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'both');(_:result,has_internet,'none');(_:result,name,'Worth House');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , both options have free wifi . Worth House has four stars and is really quite nice . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds like a great choice ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like to reserve ? How many days will you be staying and how many people will be staying in the reserved room ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like the phone number , postcode , and star of the hotel"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Worth House');(_:result,phone,'01223316074');(_:result,postcode,'cb41da');(_:result,stars,'4-star');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Worth House has a 4-star rating and their postcode is cb41da . They can be reached by phone at 01223316074 . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'rice boat');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you give me information on the restaurant the Rice Boat ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'The rice boat');(_:result,phone,'01223302800');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The rice boat serves indian food and is expensive in the west area . The phone number is 01223302800 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'11:15');(_:search,people,'four');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book a table for four at 11:15 on Sunday . Can you help me with that ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'OGZ024O7');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Sure thing ! You have the table reserved for 15 minutes . Your reference number is OGZ024O7 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That 's all I need ."
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Okay great . Glad I could help ."
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a great day !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "It was my pleasure . Have a wonderful day . Goodbye ."
}
] |
MUL1361.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:result",
"name",
"worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"phone",
"01223316074"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"rice boat"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"rice boat"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"The rice boat"
],
[
"_:result",
"phone",
"01223302800"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"rice boat"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"The rice boat"
],
[
"_:result",
"phone",
"01223302800"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"OGZ024O7"
],
[
"_: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",
"area",
"north"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"rice boat"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"The rice boat"
],
[
"_:result",
"phone",
"01223302800"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"OGZ024O7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need 3 rooms for nights in a cheap hotel"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I can certainly help you with that . What area of town would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'north african');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm actually looking for an expensive north African restaurant ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are none , can I find you find you anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about chinese food ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,food,'chinese');(_:result,name,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several options for chinese food . Is there a particular area that you would prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,day,'thursday');(_:search,duration,'16:30');(_:search,people,'4');(_:search,type,'Attraction');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No . Just pick one . I need a table for 4 at 16:30 on Thursday . I need the reference number . Also , I need a museum in the centre ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'Ugly Duckling');(_:booking,ref,'5VYTXWH4');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,address,'12 St. Johns Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 've booked a table for you at Ugly Duckling located at 12 St. Johns Street City Centre . Your reference number is 5VYTXWH4 . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()",
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , thanks . I am looking for a museum in the centre of town . What would you recommend ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'lots');(_:result,area,'centre');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are lots of museums in the centre . Did you have a particular one in mind ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "No is there one you could recommend ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'primavera');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure I personally like the primavera ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to get some additional information on this museum . May I have the phone number and postcode , please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223357708');(_:result,postcode,'cb21sj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223357708 and the postcode is cb21sj . May I help with something else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would also like to book a taxi traveling between the two location ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , which direction and what time ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'16:30');(_:search,destination,'my restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i want it to go to my restaurant by 16:30"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'black audi');(_:result,phone,'07792008199');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t black audi \n Contact number \t : \t 07792008199 \n Can I help you with anything else today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . Thanks . All set ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a great day ."
}
] |
PMUL4225.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"north african"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/d28645be"
],
[
"_:search/d28645be",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/d28645be"
],
[
"_:search/d28645be",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/d28645be"
],
[
"_:search/d28645be",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"several"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Ugly Duckling"
],
[
"_:booking",
"ref",
"5VYTXWH4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"12 St. Johns Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/d28645be"
],
[
"_:search/d28645be",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"several"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Ugly Duckling"
],
[
"_:booking",
"ref",
"5VYTXWH4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"12 St. Johns Street City Centre"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/d28645be"
],
[
"_:search/d28645be",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Ugly Duckling"
],
[
"_:booking",
"ref",
"5VYTXWH4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"12 St. Johns Street City Centre"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"primavera"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/d28645be"
],
[
"_:search/d28645be",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Ugly Duckling"
],
[
"_:booking",
"ref",
"5VYTXWH4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"12 St. Johns Street City Centre"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"primavera"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/d28645be"
],
[
"_:search/d28645be",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Ugly Duckling"
],
[
"_:booking",
"ref",
"5VYTXWH4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"12 St. Johns Street City Centre"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"primavera"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"destination",
"my restaurant"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/d28645be"
],
[
"_:search/d28645be",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Ugly Duckling"
],
[
"_:booking",
"ref",
"5VYTXWH4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"12 St. Johns Street City Centre"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"primavera"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"destination",
"my restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black audi"
],
[
"_:result",
"phone",
"07792008199"
],
[
"_: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,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i am looking for a train . The train should go to ely and should depart from Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course , what day would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'09:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 09:00 on Sunday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many departure times available . Did you have a specific time in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I just need to leave after 9:00 . Can you book for 7 people ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ref,'433N59V4');(_:result,ticket,'24.64');(_:result,type,'Train'))",
"reqmore()",
"inform((_:booking,arrive_by,'10:07');(_:booking,category,'Train');(_:booking,id,'TR1159');(_:booking,leave_at,'9:50');(_:booking,people,'7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all booked for 7 people on TR1159 leaving at 9:50 and arriving by 10:07 . Reference # 433N59V4 . Fee is 24.64 payable at the station . Anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all for today . Thanks for your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome . Please let me know if you need anything else ."
}
] |
SNG1315.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"433N59V4"
],
[
"_:result",
"ticket",
"24.64"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"10:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1159"
],
[
"_:booking",
"leave_at",
"9:50"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay that has free wifi . I do n't need parking though . Thank you ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'32');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 32 locations offering free wifi . Do you have a particular area of town in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'no');(_:search,stars,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "a star of 1 and in the North part of town thank you"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,category,'guesthouse');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I do not have any hotel or guesthouse matching that description"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , can we try one with a star of four ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The avalon guesthouse');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The avalon guesthouse is four starts and meets your needs , would you like me to book you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . We will be arriving on Saturday and staying 4 nights . There are 6 people in our party ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'M7X0176H');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : M7X0176H . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a place to dine ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of cuisine are you looking for and what area of town ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a cheap italian place in the centre"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'ask');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three options to choose from . I recommend ask ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'ask');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , can you give me the phone number for ask ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'ask');(_:result,phone,'01223364917');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number at ask is 01223364917 . Would you like me to make a reservation for that ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all thanks ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , enjoy your visit to Cambridge !"
}
] |
PMUL3706.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"canthelp",
"_:search/90de0b7e"
],
[
"_:search/90de0b7e",
"category",
"guesthouse"
],
[
"_:search/90de0b7e",
"category",
"hotel"
],
[
"_:search/90de0b7e",
"type",
"Hotel"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"canthelp",
"_:search/90de0b7e"
],
[
"_:search/90de0b7e",
"category",
"guesthouse"
],
[
"_:search/90de0b7e",
"category",
"hotel"
],
[
"_:search/90de0b7e",
"type",
"Hotel"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The avalon guesthouse"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"canthelp",
"_:search/90de0b7e"
],
[
"_:search/90de0b7e",
"category",
"guesthouse"
],
[
"_:search/90de0b7e",
"category",
"hotel"
],
[
"_:search/90de0b7e",
"type",
"Hotel"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The avalon guesthouse"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"M7X0176H"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"canthelp",
"_:search/90de0b7e"
],
[
"_:search/90de0b7e",
"category",
"guesthouse"
],
[
"_:search/90de0b7e",
"category",
"hotel"
],
[
"_:search/90de0b7e",
"type",
"Hotel"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The avalon guesthouse"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"M7X0176H"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"canthelp",
"_:search/90de0b7e"
],
[
"_:search/90de0b7e",
"category",
"guesthouse"
],
[
"_:search/90de0b7e",
"category",
"hotel"
],
[
"_:search/90de0b7e",
"type",
"Hotel"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"M7X0176H"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"ask"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"ask"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"canthelp",
"_:search/90de0b7e"
],
[
"_:search/90de0b7e",
"category",
"guesthouse"
],
[
"_:search/90de0b7e",
"category",
"hotel"
],
[
"_:search/90de0b7e",
"type",
"Hotel"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"M7X0176H"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"name",
"ask"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"ask"
],
[
"_:result",
"phone",
"01223364917"
],
[
"_: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,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for some information about places to go in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Is there a particular area of town that you would like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "in the west . let me know the attraction type and entrance fee"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'college');(_:result,entrance_fee,'free');(_:result,name,'Magdalene college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Magdalene college is a college with free admission ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds good , Can you lookup places to stay that are 4 stars and moderately priced ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a few');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I havea few . What area are you looking at ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The same area as the attraction ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'West');(_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , I do n't have anything in the West area that matches what you are looking for . Is there anything else that I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about in the cheap range ?"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,name,'finches bed and breakfast guesthouse');(_:result,name,'the cambridge belfry hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have finches bed and breakfast guesthouse and the cambridge belfry hotel , any preferences ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'finches bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like the finches bed and breakfast guesthouse"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Can I book this for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book it and give me the reference number ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "On what day would you like to arrive ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "on thursday please"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can book that for you now ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book it for 8 peple and 4 nights from thursday"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'PNPGQMFM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : PNPGQMFM ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also want to book a taxi to commute between the two places ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "what time do you want to arrive ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'22:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave the hotel by 22:00 ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'white bmw');(_:result,phone,'07786419072');(_:result,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Okay , good deal . I 've booked the taxi for you . Your car type will be a white bmw , and the contact number is 07786419072 ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Well thank you that will be all for today"
},
{
"id": 23,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can do for you ?"
},
{
"id": 24,
"rdf-acts": [],
"speaker": "user",
"text": "That is all I need ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre and enjoy your visit . Goodbye ."
}
] |
PMUL3185.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Magdalene college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Magdalene college"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Magdalene college"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/672fa8c6"
],
[
"_:search/672fa8c6",
"area",
"West"
],
[
"_:search/672fa8c6",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/672fa8c6"
],
[
"_:search/672fa8c6",
"area",
"West"
],
[
"_:search/672fa8c6",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"finches bed and breakfast guesthouse"
],
[
"_:result",
"name",
"the cambridge belfry hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/672fa8c6"
],
[
"_:search/672fa8c6",
"area",
"West"
],
[
"_:search/672fa8c6",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"finches bed and breakfast guesthouse"
],
[
"_:result",
"name",
"the cambridge belfry hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/672fa8c6"
],
[
"_:search/672fa8c6",
"area",
"West"
],
[
"_:search/672fa8c6",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"finches bed and breakfast guesthouse"
],
[
"_:result",
"name",
"the cambridge belfry hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_: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": [
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/672fa8c6"
],
[
"_:search/672fa8c6",
"area",
"West"
],
[
"_:search/672fa8c6",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"finches bed and breakfast guesthouse"
],
[
"_:result",
"name",
"the cambridge belfry hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_: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": [
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/672fa8c6"
],
[
"_:search/672fa8c6",
"area",
"West"
],
[
"_:search/672fa8c6",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"finches bed and breakfast guesthouse"
],
[
"_:result",
"name",
"the cambridge belfry hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"PNPGQMFM"
],
[
"_: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": [
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/672fa8c6"
],
[
"_:search/672fa8c6",
"area",
"West"
],
[
"_:search/672fa8c6",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"finches bed and breakfast guesthouse"
],
[
"_:result",
"name",
"the cambridge belfry hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"PNPGQMFM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"22:00"
],
[
"_: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",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/672fa8c6"
],
[
"_:search/672fa8c6",
"area",
"West"
],
[
"_:search/672fa8c6",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"finches bed and breakfast guesthouse"
],
[
"_:result",
"name",
"the cambridge belfry hotel"
],
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"PNPGQMFM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"22:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white bmw"
],
[
"_:result",
"phone",
"07786419072"
],
[
"_: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,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/672fa8c6"
],
[
"_:search/672fa8c6",
"area",
"West"
],
[
"_:search/672fa8c6",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"finches bed and breakfast guesthouse"
],
[
"_:result",
"name",
"the cambridge belfry hotel"
],
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"PNPGQMFM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"22:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white bmw"
],
[
"_:result",
"phone",
"07786419072"
],
[
"_: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,arrive_by,'20:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a train that is going to cambridge and arriving there by 20:45 , is there anything like that ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'over 1,000');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are over 1,000 trains like that . Where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from birmingham new street ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you confirm your desired travel day ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on wednesday"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'20:23');(_:result,day,'Wednesday');(_:result,departure,'birmingham new street');(_:result,leave_at,'17:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I show a train leaving birmingham new street at 17:40 and arriving at 20:23 on Wednesday . Will this work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That will , yes . Please make a booking for 5 people please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'A9NHSO9Y');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked your train tickets , and your reference number is A9NHSO9Y ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks so much . I would also need a place to say . I am looking for something with 4 stars and has free wifi ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'the cambridge belfry');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the cambridge belfry ? It has all the attributes you requested and a great name ! Maybe even a real belfry ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds great , could you make a booking for me please ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like your booking for ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please book it for Wednesday for 5 people and 5 nights , please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'5NAWGJDC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : 5NAWGJDC ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye . If you think of anything else you need do n't hesitate to contact us ."
}
] |
MUL2168.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1,000"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1,000"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1,000"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"20:23"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"birmingham new street"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1,000"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"20:23"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"birmingham new street"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"A9NHSO9Y"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"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",
"arrive_by",
"20:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1,000"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"20:23"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"birmingham new street"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"A9NHSO9Y"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1,000"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"20:23"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"birmingham new street"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"A9NHSO9Y"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_: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",
"arrive_by",
"20:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1,000"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"20:23"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"birmingham new street"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"5NAWGJDC"
],
[
"_: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,'east');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find me an expensive place to stay that is located in the east ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,name,'express by holiday inn cambridge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The only hotel that matches your criteria is \" express by holiday inn cambridge . \" Do you need help with booking ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does that hotel have a 4-star rating ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It has 2 stars . Would you like to book ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I really would like a 4 star hotel . Is there one in the moderate price range , then ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'A and B guest house');(_:result,name,'Carolina Bed and Breakfast');(_:result,name,'Warkworth House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 3 that satisfy that criteria . A and B guest house , Carolina Bed and Breakfast , and Warkworth House all fit . Do you have a preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,name,'carolina bed and breakfast');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Carolina Bed and Breakfast sounds nice . Could I have it booked for 6 people for 4 nights starting on monday ?"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "I have confirmed your booking at carolina bed and breakfast starting Monday for 4 nights . Your reference number is RTNZCSBJ . Is there anything else I can help you with ?"
}
] |
MUL0041.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"A and B guest house"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I will be traveling to Cambridge and am excited about seeing local tourist attractions ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"select((_:result,category,'architecture');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Oh I 'm super excited for you ! Anything in particular you 'd like to check out ? How about some architecture ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , I would prefer a nightclub ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'nightclubs');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 different nightclubs here in Cambridge . Do you have a specific type in mind ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,area,?);(_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No specific type , I just need the area that it 's in , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'all');(_:result,area,'centre');(_:result,category,'nightclubs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "All nightclubs are located in the centre ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I 'm also looking for a hotel in the north with a star of 4 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry but there are no hotels that meet your criteria . Would you like to try another area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's try 3 star hotels , instead ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "still no hotels match your criteria"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you check to see if there is a guesthouse available instead of hotel ? Something in the North with a star of 4 and free wifi ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'8');(_:result,has_internet,'none');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 8 guesthouses in the north with 4 stars and free internet . Are you looking for parking as well ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "No , can you recommend me a good one ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'52 gilbert road');(_:result,name,'archway house');(_:result,postcode,'cb43pe');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The archway house would be a great choice . It 's located at 52 gilbert road , cb43pe . Would you like me to try and book a stay for you ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks . Could you just tell me their phone umber and price range ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'archway house');(_:result,phone,'01223575314');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The archway house 's phone number is 01223575314 , it 's a moderately priced guesthouse . Can I get you any more information ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'09:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would also like to book a taxi from the Archway House to one of the nightclubs you mentioned . I would like to leave the hotel by 09:45 ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Certainly . What is your destination ?"
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "Could you recommend a nightclub from the previous search ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'the ballare');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yeah , the ballare is great . It 's in the centre of town ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I did mean 09:45 , thank you ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'black honda');(_:result,phone,'07537395912');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay great , the car will be a black honda and the contact number is 07537395912 . Is that all you need today ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I wanted to check things out during the day time . But thanks for making sure ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! Goodbye ."
}
] |
MUL2654.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"5"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"5"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/ea7b5a46"
],
[
"_:search/ea7b5a46",
"category",
"hotels"
],
[
"_:search/ea7b5a46",
"type",
"Hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"5"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/ea7b5a46"
],
[
"_:search/ea7b5a46",
"category",
"hotels"
],
[
"_:search/ea7b5a46",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/c64c17ac"
],
[
"_:search/c64c17ac",
"category",
"hotels"
],
[
"_:search/c64c17ac",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_: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",
"amount",
"all"
],
[
"_:system",
"canthelp",
"_:search/ea7b5a46"
],
[
"_:search/ea7b5a46",
"category",
"hotels"
],
[
"_:search/ea7b5a46",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/c64c17ac"
],
[
"_:search/c64c17ac",
"category",
"hotels"
],
[
"_:search/c64c17ac",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"all"
],
[
"_:system",
"canthelp",
"_:search/ea7b5a46"
],
[
"_:search/ea7b5a46",
"category",
"hotels"
],
[
"_:search/ea7b5a46",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/c64c17ac"
],
[
"_:search/c64c17ac",
"category",
"hotels"
],
[
"_:search/c64c17ac",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"52 gilbert road"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"postcode",
"cb43pe"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"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",
"all"
],
[
"_:system",
"canthelp",
"_:search/ea7b5a46"
],
[
"_:search/ea7b5a46",
"category",
"hotels"
],
[
"_:search/ea7b5a46",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/c64c17ac"
],
[
"_:search/c64c17ac",
"category",
"hotels"
],
[
"_:search/c64c17ac",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"52 gilbert road"
],
[
"_:result",
"postcode",
"cb43pe"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"phone",
"01223575314"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"09: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",
"amount",
"all"
],
[
"_:system",
"canthelp",
"_:search/ea7b5a46"
],
[
"_:search/ea7b5a46",
"category",
"hotels"
],
[
"_:search/ea7b5a46",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/c64c17ac"
],
[
"_:search/c64c17ac",
"category",
"hotels"
],
[
"_:search/c64c17ac",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"52 gilbert road"
],
[
"_:result",
"postcode",
"cb43pe"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"phone",
"01223575314"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"destination",
"?"
],
[
"_: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": [
[
"_:result",
"amount",
"all"
],
[
"_:system",
"canthelp",
"_:search/ea7b5a46"
],
[
"_:search/ea7b5a46",
"category",
"hotels"
],
[
"_:search/ea7b5a46",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/c64c17ac"
],
[
"_:search/c64c17ac",
"category",
"hotels"
],
[
"_:search/c64c17ac",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"52 gilbert road"
],
[
"_:result",
"postcode",
"cb43pe"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223575314"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the ballare"
],
[
"_:result",
"type",
"Attraction"
]
],
"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",
"amount",
"all"
],
[
"_:system",
"canthelp",
"_:search/ea7b5a46"
],
[
"_:search/ea7b5a46",
"category",
"hotels"
],
[
"_:search/ea7b5a46",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/c64c17ac"
],
[
"_:search/c64c17ac",
"category",
"hotels"
],
[
"_:search/c64c17ac",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"52 gilbert road"
],
[
"_:result",
"postcode",
"cb43pe"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the ballare"
],
[
"_:result",
"car",
"black honda"
],
[
"_:result",
"phone",
"07537395912"
],
[
"_: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,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive Indian restaurant in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'14');(_:result,food,'indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 14 expensive restaurants that serve indian food . What part of town would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want the location to be in the west ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'West');(_:result,food,'Indian');(_:result,name,'Cocum');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cocum is a nice Indian restaurant in the West in the expensive price range . Would you like to book a table ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , I need a table ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I can help with that . What day and time would you like to dine and how many people should I have the reservation for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,day,'thursday');(_:search,duration,'5:00');(_:search,has_parking,'dontcare');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "On Thursday at 5:00 . I also need a hotel in the same area . No need to have free parking ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,category,'hotel');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I am unable to find a hotel that meets your criteria . Would you like help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "are you sure ? it should be the type of a hotel"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes this is correct there are none available sorry . Do you have any other preferences ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about one that has free parking ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,has_parking,'none');(_:result,name,'Huntington Marriott Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Huntington Marriott Hotel is in the west and has free parking . Would you like a reservation ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "is that in the same area as the restaurant ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "yes it is also in the west"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I 'd like to book that for 3 nights starting Sunday and for 4 people ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'4J5E7XV1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made that reservation and the reference number is 4J5E7XV1 . What else can I help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'17:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great , thanks so much ! Can you please book me a taxi from the restaurant to the Marriott , leaving the restaurant by 17:00 ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'blue Volkswagon');(_:result,phone,'07502242319');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay I have booked you a tax . Look out for a blue Volkswagon whose contact number is 07502242319 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay thank you for all your help ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I look up anything else for you ?"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all , goodbye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL0219.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"14"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"5:00"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"14"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"5:00"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/460033ce"
],
[
"_:search/460033ce",
"category",
"hotel"
],
[
"_:search/460033ce",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"14"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"5:00"
],
[
"_:system",
"canthelp",
"_:search/460033ce"
],
[
"_:search/460033ce",
"category",
"hotel"
],
[
"_:search/460033ce",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/176d1898"
],
[
"_:search/176d1898",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"14"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"5:00"
],
[
"_:system",
"canthelp",
"_:search/460033ce"
],
[
"_:search/460033ce",
"category",
"hotel"
],
[
"_:search/460033ce",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/176d1898"
],
[
"_:search/176d1898",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_: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",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"14"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"5:00"
],
[
"_:system",
"canthelp",
"_:search/460033ce"
],
[
"_:search/460033ce",
"category",
"hotel"
],
[
"_:search/460033ce",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/176d1898"
],
[
"_:search/176d1898",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_: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",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"14"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"5:00"
],
[
"_:system",
"canthelp",
"_:search/460033ce"
],
[
"_:search/460033ce",
"category",
"hotel"
],
[
"_:search/460033ce",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/176d1898"
],
[
"_:search/176d1898",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4J5E7XV1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"17: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",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"14"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"5:00"
],
[
"_:system",
"canthelp",
"_:search/460033ce"
],
[
"_:search/460033ce",
"category",
"hotel"
],
[
"_:search/460033ce",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/176d1898"
],
[
"_:search/176d1898",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4J5E7XV1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue Volkswagon"
],
[
"_:result",
"phone",
"07502242319"
],
[
"_: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",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"14"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"5:00"
],
[
"_:system",
"canthelp",
"_:search/460033ce"
],
[
"_:search/460033ce",
"category",
"hotel"
],
[
"_:search/460033ce",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/176d1898"
],
[
"_:search/176d1898",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"4J5E7XV1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue Volkswagon"
],
[
"_:result",
"phone",
"07502242319"
],
[
"_:result",
"type",
"Taxi"
],
[
"_: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,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'parkside police station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "where is the parkside police station ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The Parkside Police Station 's address is Parkside , Cambridge . Its phone number is 01223358966 and its postcode is CB11JG ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I will need , thank you ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , let me know if there 's anything else I can do !"
}
] |
SNG0148.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"parkside police station"
],
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"parkside police station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'antenatal');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I 'd like to find a hospital please , it needs to have an antenatal department ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223217671');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Sure . Addenbrookes Hospital has one , their phone number is 01223217671 and address Hills Rd , Cambridge"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "great thank you !"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day !"
}
] |
SNG0208.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"antenatal"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"antenatal"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223217671"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a museum in Cambridge please"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Do you have an area of the city you more prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , I do not , any museum would be fine . Could you please give me the entrance fee , area , and postcode for any one of the museums ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'5 greens road');(_:result,area,'EAST');(_:result,entrance_fee,'FREE');(_:result,name,'Cambridge Artworks');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Cambridge Artworks in the east is a fun place . It 's located at 5 greens road , cb13ef . Best of all , it has free entrance ! Any other information I can find for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'11:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train to Cambridge . But I tend to sleep in , so I wo n't be able to get going before 11:45 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day do you want to travel , and where was that departure site again ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave Stansted Airport on Tuesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'A FEW OPTIONS');(_:result,day,'Tuesday');(_:result,departure,'Stansted airport');(_:result,destination,'Cambridge');(_:result,leave_at,'12:24');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "You have a few options going to Cambridge from Stansted airport after 11:45 . How about Tuesday , leaving at 12:24 ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That would be great , could you book it for 8 people please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'8');(_:booking,ref,'CYMNCQNX');(_:booking,ticket,'80.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked 8 tickets for you . The total fee is 80.8 GBP payable at the station . Your reference number is CYMNCQNX . Is there anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all I need goodbye"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , and good - bye !"
}
] |
MUL1941.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"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"area",
"EAST"
],
[
"_:result",
"entrance_fee",
"FREE"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"area",
"EAST"
],
[
"_:result",
"entrance_fee",
"FREE"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"area",
"EAST"
],
[
"_:result",
"entrance_fee",
"FREE"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"amount",
"A FEW OPTIONS"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Stansted airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"12:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"area",
"EAST"
],
[
"_:result",
"entrance_fee",
"FREE"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"amount",
"A FEW OPTIONS"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Stansted airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"12:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"CYMNCQNX"
],
[
"_:booking",
"ticket",
"80.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find a restaurant in the centre part of town and serving Turkish food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'center');(_:result,count,'3');(_:result,food,'Turkish');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three restaurants serving Turkish food in the center of town . What price range would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do not care about the price range ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'30 bridge street city centre');(_:result,area,'centre');(_:result,food,'turkish');(_:result,name,'anatolia');(_:result,phone,'01223 362372');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "anatolia is a turkish restaurant in the moderate price range and in the centre . It is located at 30 bridge street city centre and its phone number is 01223 362372 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , Goodbye !"
}
] |
WOZ20091.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"30 bridge street city centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"phone",
"01223 362372"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am interested in finding a great nightclub to take a friend to ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'lots');(_:result,area,'centre');(_:result,name,'Club Salsa');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge has lots of great options . Club Salsa is quite popular and is in the centre ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great . How much is the entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'5 pounds');(_:result,name,'Club Salsa');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Club Salsa entry fee is 5 pounds . Can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Perhaps their phone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'07782218745');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 07782218745 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'17:30');(_:search,food,'indian');(_:search,people,'5');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Perfect , can you also help me find a place to eat that is cheap and serves Indian food ? We are looking to accommodate 5 people at 17:30 on Monday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'4');(_:result,name,'Kohinoor');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found 4 restaurants . Do you have a preference of area ? If not that Kohinoor in the centre is very popular ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'17:30');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Just book it on Monday please , for 5 at 17:30 ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,duration,'17:30');(_:booking,people,'5');(_:booking,ref,'MUBJSMLX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked a table for 5 on Monday at 17:30 . The reference number is MUBJSMLX . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'club salsa');(_:search,destination,'kohinoor');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "We need a taxi from Club Salsa that will get us to Kohinoor in time to eat . Can you make that happen ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'17:30');(_:result,car,'black Honda');(_:result,destination,'Kohinoor');(_:result,phone,'07997403672');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have arranged for a black Honda to have you arrive at Kohinoor by 17:30 . The contact number for the Taxi is 07997403672 . Is there something else I can assist with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great that was all that I needed today , thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a good day ."
}
] |
MUL2498.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"amount",
"lots"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"MUBJSMLX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"club salsa"
],
[
"_:search",
"destination",
"kohinoor"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"MUBJSMLX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"club salsa"
],
[
"_:search",
"destination",
"kohinoor"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"17:30"
],
[
"_:result",
"car",
"black Honda"
],
[
"_:result",
"destination",
"Kohinoor"
],
[
"_:result",
"phone",
"07997403672"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Where are the good places to go ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'so much');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is so much to see here . Is there a particular area you will be in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , the centre is where I will be staying ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 44 attractions to choose from . Which type would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Something that you think is interesting , Can I have the address as well ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,category,'museum');(_:result,category,'theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Would a museum or theatre be of interest to you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "A museum would be fine . Just pick a good one for me please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'The primavera');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "The primavera is nice and it is free . Would you like to know more ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "find me its phone number and address ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'10 king s parade');(_:result,name,'Primavera');(_:result,phone,'01223357708');(_:result,postcode,'cb21sj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address for Primavera is 10 king s parade , postal code cb21sj , they cbr at 01223357708 , anything else that I can assist with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . I also need a hotel , definitely not a guesthouse , with free parking , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'university arms hotel');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is university arms hotel located in the centre it is a 4star hotel with free parking and internet . WOuld you like me to book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks . I 'll take care of that . I need the price range and their postcode please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,postcode,'cb21ad');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They are in the expensive price range , and postcode is cb21ad"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all that I need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . It was my pleasure serving you from the Cambridge TownInfo centre . Goodbye ."
}
] |
PMUL2916.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"so much"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"so much"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"so much"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"so much"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"theatre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"The primavera"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"so much"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"so much"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"so much"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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,area,'center');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for an attraction in the category of college in the center of town"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'13');(_:result,entrance_fee,'Some have entrance fees');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ok , there are 13 to choose from . Some have entrance fees ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would prefer a college in town centre . I 'll need the phone and address also ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'regent street');(_:result,name,'Downing college');(_:result,phone,'01223334860');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure thing , Downing college is located at regent street and phone is 01223334860 anything else I can assist with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay in the centre ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What price range you would like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Moderate range please ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,name,'the cityroomz hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the cityroomz hotel in the center . Would you like me to make a booking for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yes book for 4 people and 5 nights from sunday"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'7RA903FR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : 7RA903FR . Can I help with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be it thank you for your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you have a great stay . Goodbye ."
}
] |
PMUL2633.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"Some have entrance fees"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"Some have entrance fees"
],
[
"_:search",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"name",
"Downing college"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"Some have entrance fees"
],
[
"_:search",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"name",
"Downing college"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"Some have entrance fees"
],
[
"_:search",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"the cityroomz hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"Some have entrance fees"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"the cityroomz hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7RA903FR"
],
[
"_: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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the centre in the expensive price range"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'33');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 options . Do you want to specify food type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would love some modern european food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'darrys cookhouse and wine shop');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "darrys cookhouse and wine shop fits your needs ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Awesome ! Can I make a reservation for Thursday ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We can try ! How many people should I book the table for , and what time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'16:15');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "We 'll be a party of 6 and we 'd like to dine at 16:15 on Thursday , please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'WWQVD41C');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , Booking was successful . The table will be reserved for 15 minutes . Your Reference number is : WWQVD41C . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I 'm also looking for places to go in town . Prefer that the attraction be a type of cinema ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'grafton centre , east road');(_:result,entrance_fee,'Unsure');(_:result,name,'The vue cinema');(_:result,phone,'08712240240');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The vue cinema would be a perfect choice . the address is grafton centre , east road . Unsure of entrance fee . The phone number is 08712240240 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'16:15');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to book a taxi from the cinema to Darrys , I 'd like to get to the restaurant by 16:15 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'blue audi');(_:result,phone,'07884218213');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "A blue audi will arrive for you . Here 's their number just in case you need it . 07884218213"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much , that 's all I needed today !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day ."
}
] |
MUL2367.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WWQVD41C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"modern european"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WWQVD41C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"entrance_fee",
"Unsure"
],
[
"_:result",
"name",
"The vue cinema"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_: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,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"food",
"modern european"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WWQVD41C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"entrance_fee",
"Unsure"
],
[
"_:result",
"name",
"The vue cinema"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue audi"
],
[
"_:result",
"phone",
"07884218213"
],
[
"_: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": "Hello , I am looking for information on a train ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I can help you with that . Where are you headed ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm headed to Cambridge from the Stansted Airport . Can you find information for Thursday please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I found 19 trains what time do you want to leave the airport ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive in Cambridge by 14:45 so I will need to leave in time to get there by then ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'5:24');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train that leaves at 5:24 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That wo n't work , I need to arrive in Cambridge by 14:45 ( 2:45pm ) ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Since that wo n't work for you , I can get you on a train that leaves at 13:24 and will arrive by 13:52 . Would you like me to book your seat ?"
}
] |
PMUL4263.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"leave_at",
"5:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'tuscan');(_:search,pricerange,'expensively');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I want a Tuscan restaurant that 's expensively priced ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'Tuscan');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , there are no Tuscan restaurants in the expensive price range . Would you like to try something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about korean food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'Centre');(_:result,name,'Little Seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Little Seoul is an expensive restaurant in the Centre area . Would you like the address ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'108 Regent Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 108 Regent Street City Centre . Do you need any further information ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your meal !"
}
] |
WOZ20099.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"pricerange",
"expensively"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensively"
],
[
"_:system",
"canthelp",
"_:search/6231fd90"
],
[
"_:search/6231fd90",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Tuscan"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensively"
],
[
"_:system",
"canthelp",
"_:search/6231fd90"
],
[
"_:search/6231fd90",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Tuscan"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensively"
],
[
"_:system",
"canthelp",
"_:search/6231fd90"
],
[
"_:search/6231fd90",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Tuscan"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"108 Regent Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I need to spend some time in the town centre . Any interesting sights there ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'a lot');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have a lot of things to see , did you have a certain type in mind ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Nothing in particular . Can you give a recommendation ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Trinity Lane');(_:result,category,'architecture');(_:result,entrance_fee,'free');(_:result,name,'Old Schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "If your're in to architecture , you should see Old Schools . It is located on Trinity Lane and entrance is free ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'old schools');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I get the phone number for old schools please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223332320');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The number is 01223332320 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I need a train from Cambridge to Birmingham New Street to arrive 18:15 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time would you like to leave ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would be traveling on Thursday . I need to arrive by 18:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'17:44');(_:result,id,'TR8126');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8126 arrives at 17:44 would that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the train ID and price please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR8126');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train i d is TR8126 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you I got all I need now"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL1418.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",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"old schools"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:search",
"name",
"old schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:search",
"name",
"old schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:search",
"name",
"old schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:44"
],
[
"_:result",
"id",
"TR8126"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:search",
"name",
"old schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:44"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR8126"
],
[
"_:result",
"type",
"Train"
]
],
"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": "Yes , I 'm only looking for information right now . Can you help me with a train ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course . Where are you traveling from and what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from London Kings Cross and want to arrive in Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'lots');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are lots of choices for those locations . What day and time will you be traveling ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Wednesday after 13:15 would be great ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'6');(_:result,leave_at,'between 13:17 and 23:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have 6 trains leaving between 13:17 and 23:17 . Would you like me to book a seat for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't need to book . I just need the train ID , travel time and arrival time for the 13:17 train ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'14:08');(_:result,id,'TR0922');(_:result,ticket,'51 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Those would be TR0922 , 51 minutes , and 14:08 . How else may I help you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to find somewhere to stay that is moderately priced , in the east , and with internet included"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,count,'3');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are three 4 star guesthouses in the east part of town . They are all moderately priced . Can i book one for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book it for 4 people and 5 nights starting Wednesday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'A & B Guesthouse');(_:booking,ref,'8WQV1V9H');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "No problem . I have booked your reservation at A & B Guesthouse . The reference number is 8WQV1V9H . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That'a all I need for today . Thanks !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a safe trip ."
}
] |
PMUL4490.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"leave_at",
"between 13:17 and 23:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"leave_at",
"between 13:17 and 23:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"14:08"
],
[
"_:result",
"id",
"TR0922"
],
[
"_:result",
"ticket",
"51 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"leave_at",
"between 13:17 and 23:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"14:08"
],
[
"_:result",
"id",
"TR0922"
],
[
"_:result",
"ticket",
"51 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"leave_at",
"between 13:17 and 23:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"14:08"
],
[
"_:result",
"id",
"TR0922"
],
[
"_:result",
"ticket",
"51 minutes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"A & B Guesthouse"
],
[
"_:booking",
"ref",
"8WQV1V9H"
],
[
"_: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,'14:00');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train leaving on Monday that will arrive by 14:00 , can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Please tell me your departure time and location , plus your destination , to help narrow the search ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from cambridge and going to kings lynn ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'14:00');(_:result,count,'9');(_:result,destination,'cambridge');(_:result,id,'TR7964');(_:result,type,'Train'))",
"offer((_:booking,arrive_by,'5:58');(_:booking,category,'Train');(_:booking,leave_at,'5:11');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 9 trains that arrive by 14:00 from cambridge . The TR7964 leaves at 5:11 and arrvies at 5:58 , would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like to book for 6 people and I need the reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'YYS0SW42');(_:booking,people,'6');(_:booking,ref,'BGDEBPQV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked 6 tickets on YYS0SW42 . Your reference number is BGDEBPQV ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can do for you today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'that day');(_:search,duration,'11:45');(_:search,name,'Shiraz restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like to book a table for my entire party at the Shiraz restaurant at 11:45 that day too ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,duration,'11:45');(_:booking,name,'Shiraz restaurant');(_:booking,people,'6');(_:booking,ref,'RVBN1N9M');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly ! I have 6 people at the Shiraz restaurant at 11:45 on Monday , ref RVBN1N9M . Will that be everything for today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes . You have been very helpful . Thank you ."
},
{
"id": 11,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You are very welcome . Thank you for using our service !"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye ."
}
] |
MUL0302.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"14:00"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7964"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"5:58"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"5:11"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"14:00"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7964"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"5:58"
],
[
"_:booking",
"leave_at",
"5:11"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"YYS0SW42"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"BGDEBPQV"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"14:00"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7964"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"5:58"
],
[
"_:booking",
"leave_at",
"5:11"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"YYS0SW42"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"BGDEBPQV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"that day"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"name",
"Shiraz restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"14:00"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7964"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"5:58"
],
[
"_:booking",
"leave_at",
"5:11"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"YYS0SW42"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"that day"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"name",
"Shiraz restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"11:45"
],
[
"_:booking",
"name",
"Shiraz restaurant"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"RVBN1N9M"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"14:00"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7964"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"5:58"
],
[
"_:booking",
"leave_at",
"5:11"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"YYS0SW42"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"that day"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"name",
"Shiraz restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"11:45"
],
[
"_:booking",
"name",
"Shiraz restaurant"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"RVBN1N9M"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'19:00');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to find a train that leaves Monday and arrives by 19:00 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Very well . Where are you traveling from , and to where ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from birmingham new street , going to cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'18:23');(_:result,destination,'Cambridge');(_:result,leave_at,'15:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that departs at 15:40 and arrives in Cambridge at 18:23 . Will that do ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That would work just fine . Could you tell me the price and travel time for that train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'163 minutes');(_:result,id,'TR5385');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR5385 has a travel time of 163 minutes . Would you like me to book you some tickets ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , I do n't want to book today . Could you just give me the price for that train ? I think that is all I need today ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'75.10 pounds each');(_:result,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure . The price of those tickets are 75.10 pounds each ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! That 's all I need . Thank you for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo Centre . Have a wonderful day !"
}
] |
SNG0385.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR5385"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"id",
"TR5385"
],
[
"_:result",
"ticket",
"75.10 pounds each"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel with free wifi and at least a three - star rating , please ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I listed these hotels , which one do you want me to book for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a hotel that has free wifi and free parking . It should be moderately priced with a 3 star rating ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,pricerange,'cheap to expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several options for you , ranging from cheap to expensive in price . Do you have a price range in mind , or perhaps a certain area of town ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,pricerange,'Moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Moderate priced anywhere in town please ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"reqmore()",
"inform((_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I unfortunately was n't able to find anything that matches your request . Shall we look for a hotel that 's a bit more expensive ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There are n't any 3 star hotels that offer free wifi and park that is moderately priced ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That 's correct . There are three guesthouses that have your requirements . Would any of those interest you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))",
"inform((_:search,area,'not');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am not particular . Where are they located ?"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,area,'north');(_:result,area,'south');(_:result,area,'west');(_:result,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The guesthouses are located in the south , north , and west end . Which do you prefer ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "I would like whichever one is cheapest please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I am just showing that they are moderately priced . If you would like I can give you their phone numbers or search for a cheap price range hotel ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "That wo n't be necessary . I 'm looking to book a train too ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help you find a train . Please let me know the day , time and destination ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'20:30');(_:search,day,'friday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave Friday . I need to arrive in Cambridge by 20:30 ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be leaving from ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from London Liverpool Street ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'15:07');(_:result,departure,'London Liverpool');(_:result,destination,'Cambridge');(_:result,id,'TR5015');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about the TR5015 train to Cambridge from London Liverpool ? It arrives by 15:07 ."
},
{
"id": 18,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Sure . How long is the travel time please ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,arrive_by,'15:07');(_:result,category,'HOTEL');(_:result,leave_at,'13:39');(_:result,type,'Hotel');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It leaves at 13:39 and arrives at 15:07 . I noticed we never found you a HOTEL . Did you still need information on one also ?"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No on the hotel . What is the train i d for that one , and how long is the travel time ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,duration,'88 minutes');(_:result,id,'TR5015');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train ID for that is TR5015 and the travel time is 88 minutes . Would you like me to book you a seat ?"
},
{
"id": 22,
"rdf-acts": [],
"speaker": "user",
"text": "No , that would all right . I 'll do it myself ."
},
{
"id": 23,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Ok is there anything else that I can assist you with ?"
},
{
"id": 24,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,stars,'3-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , if you 're sure there are no 3-star moderately priced hotels with free parking then there 's nothing else you can do for me ."
},
{
"id": 25,
"rdf-acts": [
"inform((_:result,name,'hamilton lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "After further review I believe hamilton lodge would be perfect for your stay !"
},
{
"id": 26,
"rdf-acts": [
"inform((_:search,name,'hamilton lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is the hamilton lodge a hotel or bed and breakfast ?"
},
{
"id": 27,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "it 's a guesthouse actually"
},
{
"id": 28,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds perfect ."
},
{
"id": 29,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'156 chesterton rd');(_:result,phone,'01223365664');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "If you like I can make a reservation for you or you can call them at 01223365664 . They are located at 156 chesterton rd ."
},
{
"id": 30,
"rdf-acts": [],
"speaker": "user",
"text": "Go ahead and make a reservation please ."
},
{
"id": 31,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , when would you like to stay and for how long ?"
},
{
"id": 32,
"rdf-acts": [
"inform((_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay for 2 days , and it will just be me ."
},
{
"id": 33,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "When would you like to check in ?"
},
{
"id": 34,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I do not believe I need a reservation . I have everything I need today . Thank you ."
},
{
"id": 35,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , not a problem . I 'll cancel that reservation and you have a great day ."
}
] |
MUL0789.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"cheap to expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"Moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/f7760ec6"
],
[
"_:search/f7760ec6",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/f7760ec6"
],
[
"_:search/f7760ec6",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"area",
"not"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/f7760ec6"
],
[
"_:search/f7760ec6",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"not"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/f7760ec6"
],
[
"_:search/f7760ec6",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"not"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/f7760ec6"
],
[
"_:search/f7760ec6",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"not"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_: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": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/f7760ec6"
],
[
"_:search/f7760ec6",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"not"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_: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": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/f7760ec6"
],
[
"_:search/f7760ec6",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"not"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"departure",
"London Liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5015"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"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",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/f7760ec6"
],
[
"_:search/f7760ec6",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"not"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"London Liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5015"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"category",
"HOTEL"
],
[
"_:result",
"leave_at",
"13:39"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Train"
]
],
"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",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/f7760ec6"
],
[
"_:search/f7760ec6",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"not"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"London Liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"category",
"HOTEL"
],
[
"_:result",
"leave_at",
"13:39"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR5015"
],
[
"_: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,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/f7760ec6"
],
[
"_:search/f7760ec6",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"not"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"departure",
"London Liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"category",
"HOTEL"
],
[
"_:result",
"leave_at",
"13:39"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR5015"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"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",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/f7760ec6"
],
[
"_:search/f7760ec6",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"not"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"departure",
"London Liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"category",
"HOTEL"
],
[
"_:result",
"leave_at",
"13:39"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR5015"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"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": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/f7760ec6"
],
[
"_:search/f7760ec6",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"not"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"departure",
"London Liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"leave_at",
"13:39"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR5015"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
]
],
"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,
27,
28
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/f7760ec6"
],
[
"_:search/f7760ec6",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"not"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"departure",
"London Liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"leave_at",
"13:39"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR5015"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"address",
"156 chesterton rd"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:result",
"type",
"Hotel"
]
],
"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,
27,
28,
29,
30
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/f7760ec6"
],
[
"_:search/f7760ec6",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"not"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"departure",
"London Liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"leave_at",
"13:39"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR5015"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"address",
"156 chesterton rd"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32
]
},
{
"id": 17,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"canthelp",
"_:search/f7760ec6"
],
[
"_:search/f7760ec6",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"not"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"departure",
"London Liverpool"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"leave_at",
"13:39"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR5015"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"address",
"156 chesterton rd"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'hungarian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a Hungarian restaurant in the west of town ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,food,'Hungarian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no Hungarian restaurants in the west of town . Would you like to change your query ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there any Indian food on the west side of town ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,count,'6');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 6 Indian restaurants in the west part of town . What price range do you have in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The price range does n't matter ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "system",
"text": "Would you like the name , address and phone number of a few of them ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , but just for one ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'71 Castle Street City Centre');(_:result,name,'Cocum');(_:result,phone,'01223 366668');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cocum is located at 71 Castle Street City Centre and their phone number is 01223 366668 . Their price range is expensive ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you !"
},
{
"id": 9,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . May I help with another query ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , I 'm good . Thanks again ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
WOZ20094.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"hungarian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b5f2e23e"
],
[
"_:search/b5f2e23e",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Hungarian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b5f2e23e"
],
[
"_:search/b5f2e23e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b5f2e23e"
],
[
"_:search/b5f2e23e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b5f2e23e"
],
[
"_:search/b5f2e23e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"71 Castle Street City Centre"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"phone",
"01223 366668"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b5f2e23e"
],
[
"_:search/b5f2e23e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"71 Castle Street City Centre"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"phone",
"01223 366668"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'warkworth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for information about a hotel in Cambridge called Warkworth House ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Warkworth house');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , Warkworth house is a 4 star moderately priced guesthouse in the east that offers free wifi and parking . Do you need additional info ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you provide me with their phone number please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223363682');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Certainly , the phone number is 01223363682 . Is there anything else I can assist with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I am looking for places to go while I 'm there . Perhaps a nightclub ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Heidelberg Garden , Lion Yard');(_:result,area,'centre');(_:result,category,'nightclubs');(_:result,count,'6');(_:result,name,'Ballare');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 6 nightclubs around town . Most are in the centre of town . If I may , might I suggest the Ballare . They are on Heidelberg Garden , Lion Yard ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That sounds great ! Thank you for the information ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'18:45');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,category,?);(_:result,type,'Attraction');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a cab to commute between both places and I want to leave the hotel by 18:45 , I also need the contact # & car type"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay I will work on getting that for you and be back in a moment ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'yellow lexus');(_:result,phone,'07550893023');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! Booked car type \t : \t yellow lexus Contact number \t : \t 07550893023 \n Can I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that s it have a nice day !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You have a nice day . This is the end ."
}
] |
PMUL4546.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Heidelberg Garden , Lion Yard"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"address",
"Heidelberg Garden , Lion Yard"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"phone",
"01223363682"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"address",
"Heidelberg Garden , Lion Yard"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_: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",
"name",
"warkworth house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"address",
"Heidelberg Garden , Lion Yard"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"category",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"yellow lexus"
],
[
"_:result",
"phone",
"07550893023"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train leaving on Sunday that is going to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'200');(_:result,day,'Sunday');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 200 trains coming to Cambridge on Sunday . Is there a particular time or departure location you 're interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,leave_at,'13:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to depart from london kings cross after 13:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'15:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , the first train leaves at 15:17 . Would you like to book it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , I would like to book at a later time , but can I please get the train ID ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR7931');(_:result,leave_at,'15:17');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , the 15:17 train 's i d is TR7931 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay . I would like the hotel to have free parking and free wifi ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'almost 30');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "My listings show almost 30 separate lodgings around town with free wifi and parking ! Do you have any other preferences to help me pick one for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like a guesthouse with a 0 star rating ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"select((_:result,name,'city centre north b and b');(_:result,name,'el shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is city centre north b and b , and el shaddai which would you like to book ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'El Shaddai');(_:search,people,'two');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "El Shaddai sounds fine . I need to reserve it for two adults for two nights , please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , what day will you be staying ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Sunday . Could you please send me the reference number ?"
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately the booking was unsuccessful . Would you like me to book it for another day or duration ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,stay,'one');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "How about just one night instead ? May I have the reference number please ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'9H97D0MB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great , that was a successful booking , the reference number is 9H97D0MB . Is there anything else I can help with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all , thanks !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Enjoy your stay !"
}
] |
MUL0648.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"200"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"200"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"200"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR7931"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"200"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR7931"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"almost 30"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"200"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR7931"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"almost 30"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"two"
],
[
"_: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",
"count",
"200"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR7931"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"almost 30"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"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",
"count",
"200"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR7931"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"almost 30"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/77c185f4"
],
[
"_:booking/77c185f4",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_: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",
"count",
"200"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR7931"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"almost 30"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/77c185f4"
],
[
"_:booking/77c185f4",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9H97D0MB"
],
[
"_: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,has_internet,'yes');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm writing an article on places in cambridge with no stars . Can you help me find a place to stay that has free wifi ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'City Centre North B&B');(_:result,name,'Cityroomz');(_:result,name,'El Shadda');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are three places that meet those specifications : City Centre North B&B , El Shadda and Cityroomz . How else can I help you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Are any of these hotels in the expensive price range ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,pricerange,'expensive');(_:search,type,'Hotel'))",
"inform((_:result,name,'Cityroomz');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , there are n't any in the expensive range . Cityroomz is in the moderate range , the others are in the cheap range , are you interested in any of those ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any expensive hotels that have 4 stars ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'21');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Oh yes indeed , 21 in fact ! Do you want to visit all of them for your article , or would you like to narrow it down some more ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do any of the locations you have found offer free parking ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'Almost all');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Almost all of them have free parking ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Ok , is there one that you would recommend ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'only two');(_:result,category,'hotels');(_:result,name,'University Arms');(_:result,name,'University Arms Hotel');(_:result,name,'huntingdon marriott hotel');(_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "My apologies , there are only two 4 star hotels in the expensive category , the Huntingdon Marriott Hotel and the University Arms Hotel . The University Arms seems to be popular choice ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Ok , I also want to find a train from cambridge to peterborough on sunday please i want to be there by 13:00 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,arrive_by,'12:56');(_:booking,category,'Train');(_:booking,day,'Sunday');(_:booking,id,'TR8517');(_:booking,leave_at,'12:06');(_:booking,people,'1');(_:booking,ticket,'13.20 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , I booked you 1 ticket . The train arrives at 12:56 and departs at 12:06 on Sunday . It comes to 13.20 pounds and the train ID number is TR8517"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Where is the hotel located ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'Regent street');(_:result,address,'kingfisher way , hinchinbrook business park');(_:result,name,'Huntingdon');(_:result,name,'University Arms');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Huntingdon is kingfisher way , hinchinbrook business park and University Arms is Regent street ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What area of town is the hotel in ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,area,'west');(_:result,name,'Huntingdon Marriott Hotel');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Huntingdon Marriott Hotel is located in the west part of town and the University Arms Hotel is located in the centre would you like me to book a room at one ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free parking ?"
},
{
"id": 17,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'Both');(_:result,category,'hotels');(_:result,has_parking,'none');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Both hotels provide free parking . Is there anything else I can help you with ? Would you like me to book a room ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 's alright . I can book it later . I 'm also looking to book a train ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:booking,arrive_by,'12:56');(_:booking,category,'Train');(_:booking,day,'Sunday');(_:booking,id,'TR8517');(_:booking,leave_at,'12:06');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It looks as though your train has already been booked . The train arrives at 12:56 and departs at 12:06 on Sunday . The train ID number is TR8517 ."
},
{
"id": 20,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Thank you , can you please tell me the travel time and confirming the cost is 13.20 pounds ? That 's all I will need ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,duration,'50 minutes');(_:result,ticket,'13.20 Pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The price is indeed 13.20 Pounds and the duration of the train ride is 50 minutes . Is there anything else you need ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that would be all . Thank you ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Let me know if you need anything else ."
}
] |
MUL0641.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"City Centre North B&B"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"name",
"El Shadda"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/3aae805f"
],
[
"_:search/3aae805f",
"pricerange",
"expensive"
],
[
"_:search/3aae805f",
"type",
"Hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/3aae805f"
],
[
"_:search/3aae805f",
"pricerange",
"expensive"
],
[
"_:search/3aae805f",
"type",
"Hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/3aae805f"
],
[
"_:search/3aae805f",
"pricerange",
"expensive"
],
[
"_:search/3aae805f",
"type",
"Hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"Almost all"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/3aae805f"
],
[
"_:search/3aae805f",
"pricerange",
"expensive"
],
[
"_:search/3aae805f",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"amount",
"only two"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/3aae805f"
],
[
"_:search/3aae805f",
"pricerange",
"expensive"
],
[
"_:search/3aae805f",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"amount",
"only two"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:booking",
"arrive_by",
"12:56"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"id",
"TR8517"
],
[
"_:booking",
"leave_at",
"12:06"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ticket",
"13.20 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/3aae805f"
],
[
"_:search/3aae805f",
"pricerange",
"expensive"
],
[
"_:search/3aae805f",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"amount",
"only two"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:booking",
"arrive_by",
"12:56"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"id",
"TR8517"
],
[
"_:booking",
"leave_at",
"12:06"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ticket",
"13.20 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"Regent street"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park"
],
[
"_:result",
"name",
"Huntingdon"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/3aae805f"
],
[
"_:search/3aae805f",
"pricerange",
"expensive"
],
[
"_:search/3aae805f",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"amount",
"only two"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:booking",
"arrive_by",
"12:56"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"id",
"TR8517"
],
[
"_:booking",
"leave_at",
"12:06"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ticket",
"13.20 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent street"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/3aae805f"
],
[
"_:search/3aae805f",
"pricerange",
"expensive"
],
[
"_:search/3aae805f",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:booking",
"arrive_by",
"12:56"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"id",
"TR8517"
],
[
"_:booking",
"leave_at",
"12:06"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ticket",
"13.20 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent street"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/3aae805f"
],
[
"_:search/3aae805f",
"pricerange",
"expensive"
],
[
"_:search/3aae805f",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ticket",
"13.20 pounds"
],
[
"_:result",
"address",
"Regent street"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"12:56"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"id",
"TR8517"
],
[
"_:booking",
"leave_at",
"12:06"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"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": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/3aae805f"
],
[
"_:search/3aae805f",
"pricerange",
"expensive"
],
[
"_:search/3aae805f",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ticket",
"13.20 pounds"
],
[
"_:result",
"address",
"Regent street"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"12:56"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"id",
"TR8517"
],
[
"_:booking",
"leave_at",
"12:06"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"ticket",
"13.20 Pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_: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,category,'hotel');(_:search,pricerange,'cheap');(_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi I need a cheap hotel in the three star range , please ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no results in this area , but I could try and find something close to that if you 'd like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok . I would like it to be a hotel and have free wifi please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Cambridge Belfry');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Cambridge Belfry is a 4 star hotel and has both free wifi and parking . Would you like to make a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'Cambridge Belfry');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am really looking for a hotel that is expensive . Does the Cambridge Belfry fit that description ?"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "No . The Cambridge Belfry is a cheap hotel ."
}
] |
SSNG0227.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"canthelp",
"_:search/9228b653"
],
[
"_:search/9228b653",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"three"
],
[
"_:system",
"canthelp",
"_:search/9228b653"
],
[
"_:search/9228b653",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you recommend some places to go in the west side of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,area,'west');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several attractions in the west side of town . Do you have a preference for the type of attraction ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Not really . What would you recommend ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,entrance_fee,'free');(_:result,name,'The museum of classical archaeology');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "The museum of classical archaeology has free admission and is in the west area . Is there anything else that I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the postcode and address for the museum ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Girton College , Huntingdon Road');(_:result,postcode,'cb3ojg');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode for that is cb3ojg and the address is Girton College , Huntingdon Road . Can I help you anymore today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'worth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find the Worth House hotel ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Worth House');(_:result,pricerange,'cheap');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Worth House is a guesthouse on the north side . It is in the cheap price range , but has four stars . Would you like me to book you a room ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please , that would be perfect ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "what day would you like , and how may days ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm sorry , but do n't book it . I just need the area and address ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'152 chesterton road');(_:result,area,'north');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is located in the north . The address is 152 chesterton road ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for all your help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to help . Have a pleasant day ."
}
] |
MUL2668.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"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"The museum of classical archaeology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"The museum of classical archaeology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Girton College , Huntingdon Road"
],
[
"_:result",
"postcode",
"cb3ojg"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Girton College , Huntingdon Road"
],
[
"_:result",
"postcode",
"cb3ojg"
],
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Girton College , Huntingdon Road"
],
[
"_:result",
"postcode",
"cb3ojg"
],
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb3ojg"
],
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"152 chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to find a train leaving from Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "To help you find a train could you please provide me with your destination site , day of travel and departure and arrival time ? Thank you"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from Cambridge on Sunday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Could you please provide me with your destination site and departure and arrival time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'14:15');(_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go from cambridge to broxbourne and arrive by 14:15"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'14:00');(_:result,id,'TR4414');(_:result,leave_at,'13:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "We have TR4414 that departs at 13:00 and arrives at 14:00 , or did you want something earlier ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'jesus green outdoor pool');(_:search,people,'4');(_:search,type,'Attraction');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Something earlier , please . I would like to book it for 4 also need info on jesus green outdoor pool"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'13:01');(_:result,departure,'Cambridge');(_:result,destination,'Broxbourne');(_:result,id,'TR2939');(_:result,leave_at,'12:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,people,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR2939 departs from Cambridge at 12:01 and arrives at Broxbourne at 13:01 . Shall I book seats for 4 people on that train ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please , that sounds perfect ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'85L2VXVQ');(_:booking,ticket,'57.28 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the tickets the fee is 57.28 GBP payable at the station . Your reference number is 85L2VXVQ . Is there anything else I can help with ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'jesus green outdoor pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for a place called jesus green outdoor pool , do you have their address ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'victoria road and the river');(_:result,name,'jesus green outdoor pool');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "jesus green outdoor pool address is between victoria road and the river . Would you like more information ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no it think that 's it thanks for all of you help"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ."
}
] |
PMUL4107.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_: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",
"14:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"arrive_by",
"14:00"
],
[
"_:result",
"id",
"TR4414"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"jesus green outdoor pool"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"name",
"jesus green outdoor pool"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR2939"
],
[
"_:result",
"leave_at",
"12:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"type",
"Booking"
]
],
"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",
"14:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"arrive_by",
"13:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR2939"
],
[
"_:result",
"leave_at",
"12:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"85L2VXVQ"
],
[
"_:booking",
"ticket",
"57.28 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"jesus green outdoor pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"arrive_by",
"13:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR2939"
],
[
"_:result",
"leave_at",
"12:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"85L2VXVQ"
],
[
"_:booking",
"ticket",
"57.28 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"jesus green outdoor pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"victoria road and the river"
],
[
"_:result",
"name",
"jesus green outdoor pool"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.