turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the best french expensive restaurant in town ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,area,'north');(_:result,count,'2');(_:result,name,'Cote');(_:result,name,'Restaurant Two Two');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two located in town . The Restaurant Two Two , which is in the north , and the Cote , which is located in the centre . Would you like to book a table ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to eat at the one that 's in the north ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'22 Chesterton Road Chesterton');(_:result,name,'Restaurant Two Two');(_:result,postcode,'cb43ax');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , that 's Restaurant Two Two , located at 22 Chesterton Road Chesterton cb43ax . May I help you book a table ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number for the restaurant ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223351880');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They can be reached at 01223351880 . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,\"rosa 's bed and breakfast\");(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you tell me a little about a hotel called Rosa 's Bed and Breakfast ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'53 roseford rd');(_:result,area,'south');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,phone,'01223512596');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is located at 53 roseford rd in the south area , rated 4 stars , they have internet and parking . The phone number is 01223512596 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for that information . Sounds like a good place ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to make you a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Hmm , no thank you . I will need a taxi though , can you help me with that ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where are you traveling to and from ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'the hotel');(_:search,leave_at,'4:45');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "It 's going to be from the restaurant to the hotel . I want to leave the restaurant by 4:45 . Can you tell me what type of car and contact number ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'yellow Tesla');(_:result,departure,'the restaurant');(_:result,leave_at,'4:45');(_:result,phone,'07207525802');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I 've booked your taxi ! A yellow Tesla will pick you up at the restaurant at 4:45 , and the contact number is 07207525802 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thank you very much !"
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can do to help you today ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that is it . Thanks . Bye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Alright ! Thanks for contacting Cambridge TownInfo centre ! Have a great day !"
}
] |
MUL1329.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"22 Chesterton Road Chesterton"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"address",
"22 Chesterton Road Chesterton"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223351880"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"53 roseford rd"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223512596"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"address",
"53 roseford rd"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223512596"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"address",
"53 roseford rd"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"phone",
"01223512596"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"4:45"
],
[
"_: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",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"address",
"53 roseford rd"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"4:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Tesla"
],
[
"_:result",
"departure",
"the restaurant"
],
[
"_:result",
"leave_at",
"4:45"
],
[
"_:result",
"phone",
"07207525802"
],
[
"_: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",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"address",
"53 roseford rd"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"4:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Tesla"
],
[
"_:result",
"departure",
"the restaurant"
],
[
"_:result",
"leave_at",
"4:45"
],
[
"_:result",
"phone",
"07207525802"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'modern american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am trying to find a restaurant in the south of the city that serves modern American food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'south');(_:search,food,'modern American');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I did n't find any modern American restaurants in the south end . Are you open to other areas ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about a restaurant there that serves mexican food ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,count,'1');(_:result,food,'Mexican');(_:result,name,'Chiquito Restaurant Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one Mexican restaurant in the south . The Chiquito Restaurant Bar . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you tell me more about it ? What is its price range ? Where is it located in the south ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton');(_:result,postcode,'cb17dy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is in the expensive price range and is located at 2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton cb17dy"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'17:30');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds delicious , could you book a table for 1 at 17:30 on Tuesday ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry that date and time slot is already full . Would you like to try a different date / time ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "what about 4:30 on tuesday ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,duration,'16:30');(_:booking,people,'1');(_:booking,ref,'P62404I5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book a table for 1 at 16:30 . Your reference number is P62404I5 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'express by holiday inn cambridge');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! Can you also tell me the address and price range for the Express by Holiday Inn Cambridge ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'15 - 17 norman way , coldhams business park');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is expensive and the address is 15 - 17 norman way , coldhams business park"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all I need today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Goodbye ."
}
] |
MUL0164.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"modern american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/2a7dcb5f"
],
[
"_:search/2a7dcb5f",
"area",
"south"
],
[
"_:search/2a7dcb5f",
"food",
"modern American"
],
[
"_:search/2a7dcb5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2a7dcb5f"
],
[
"_:search/2a7dcb5f",
"area",
"south"
],
[
"_:search/2a7dcb5f",
"food",
"modern American"
],
[
"_:search/2a7dcb5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2a7dcb5f"
],
[
"_:search/2a7dcb5f",
"area",
"south"
],
[
"_:search/2a7dcb5f",
"food",
"modern American"
],
[
"_:search/2a7dcb5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"address",
"2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2a7dcb5f"
],
[
"_:search/2a7dcb5f",
"area",
"south"
],
[
"_:search/2a7dcb5f",
"food",
"modern American"
],
[
"_:search/2a7dcb5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"address",
"2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/24f3ccfd"
],
[
"_:booking/24f3ccfd",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2a7dcb5f"
],
[
"_:search/2a7dcb5f",
"area",
"south"
],
[
"_:search/2a7dcb5f",
"food",
"modern American"
],
[
"_:search/2a7dcb5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"address",
"2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/24f3ccfd"
],
[
"_:booking/24f3ccfd",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"P62404I5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2a7dcb5f"
],
[
"_:search/2a7dcb5f",
"area",
"south"
],
[
"_:search/2a7dcb5f",
"food",
"modern American"
],
[
"_:search/2a7dcb5f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/24f3ccfd"
],
[
"_:booking/24f3ccfd",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"P62404I5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"15 - 17 norman way , coldhams business park"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there a good restaurant on the north end of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()",
"inform((_:result,amount,'quite a few');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes ! There are quite a few . Do you have a preference for type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "An expensive chinese restaurant please located in the north"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'Hakka');(_:result,name,'Hotpot');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two , one is called Hakka and another is the Hotpot . Would you like a reservation at one of these restaurants ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'hakka');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you provide me the address of Hakka ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:result,address,'Milton Road Chesterton');(_:result,phone,'01223568988');(_:result,postcode,'cb41jy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It 's Milton Road Chesterton , postcode cb41jy . Phone number is 01223568988 . If you 'll tell me how many people and when you 'll be dining , I 'll be happy to book it for you ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'15:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do n't need a reservation right now , but I am looking for a train . I need to leave Wednesday after 15:45 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have many options for you . Where are you going and from where are you departing ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,leave_at,'15:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to leave on wednesday after 15:45 and should depart from cambridge and arrive at london kings cross ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,arrive_by,'17:51');(_:booking,category,'Train');(_:booking,departure,'Cambridge');(_:booking,destination,'London at Kings Cross');(_:booking,id,'TR3843');(_:booking,leave_at,'17:00');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The soonest after 15:45 is TR3843 , departing Cambridge at 17:00 and arriving in London at Kings Cross at 17:51 . Will that meet your needs ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes that would be fine . thank you"
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all actually . Thank you for the assistance ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are most welcome !"
}
] |
MUL1488.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"hakka"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Milton Road Chesterton"
],
[
"_:result",
"phone",
"01223568988"
],
[
"_:result",
"postcode",
"cb41jy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"hakka"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Milton Road Chesterton"
],
[
"_:result",
"phone",
"01223568988"
],
[
"_:result",
"postcode",
"cb41jy"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"hakka"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Milton Road Chesterton"
],
[
"_:result",
"phone",
"01223568988"
],
[
"_:result",
"postcode",
"cb41jy"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"17:51"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"London at Kings Cross"
],
[
"_:booking",
"id",
"TR3843"
],
[
"_:booking",
"leave_at",
"17:00"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"hakka"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Milton Road Chesterton"
],
[
"_:result",
"phone",
"01223568988"
],
[
"_:result",
"postcode",
"cb41jy"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"17:51"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"London at Kings Cross"
],
[
"_:booking",
"id",
"TR3843"
],
[
"_:booking",
"leave_at",
"17:00"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "There are trains that run out of Broxbourne , right ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "indeed , do you know what day you 're traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'10:00');(_:search,day,'sunday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to get to Cambridge on Sunday , and I need to get there around 10:00 ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,arrive_by,'09:32');(_:booking,category,'Train');(_:booking,id,'TR3111');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3111 will arrive at 09:32 . Want to book ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need a booking 3 people and the reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'JY9BZKAV');(_:booking,ticket,'42.96 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 42.96 GBP payable at the station . Reference number is : JY9BZKAV ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a place to stay in the south with a 4 star rating ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,\"Aylesbray Lodge and Rosa 's Bed and Breakfast\");(_:result,stars,'4');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two options for you . Both offer free parking and wifi and are 4 star rated . There is Aylesbray Lodge and Rosa 's Bed and Breakfast . Which would you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are either of those in the moderate price range ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'aylesbray lodge guest house');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , aylesbray lodge guest house is in the moderate price range . Can I book you a room ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please book it for 3 people for 2 nights starting Sunday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'L4WMNV6Q');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : L4WMNV6Q ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you so much for your help ! That should be all for now !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using the Cambridge TownInfo centre . Goodbye !"
}
] |
PMUL4638.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"09:32"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR3111"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"09:32"
],
[
"_:booking",
"id",
"TR3111"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"JY9BZKAV"
],
[
"_:booking",
"ticket",
"42.96 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"09:32"
],
[
"_:booking",
"id",
"TR3111"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"JY9BZKAV"
],
[
"_:booking",
"ticket",
"42.96 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Aylesbray Lodge and Rosa 's Bed and Breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"09:32"
],
[
"_:booking",
"id",
"TR3111"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"JY9BZKAV"
],
[
"_:booking",
"ticket",
"42.96 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"09:32"
],
[
"_:booking",
"id",
"TR3111"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"42.96 GBP"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"L4WMNV6Q"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for places to go in town like a college in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,area,'centre');(_:result,category,'colleges');(_:result,entrance_fee,'2 pounds');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several colleges in the centre area , they range in entrance fees from free to 2 pounds , is there a particular price range you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Not really . Surprise me ! I 'll need the phone number , address , and postcode of your favorite , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'regent street');(_:result,name,'the downing college');(_:result,phone,'01223334860');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Well , the downing college is located on regent street cb21dq . Their phone number is 01223334860"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'african');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great . Are there any restaurants that serve African food ? Something high - end , of course ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'Bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You are in luck ! I have just the place . Bedouin is in the centre of town . Shall I book you a table ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'the place');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "That does sound like just the place ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Do you want me to go ahead an make reservations for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'18:45');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please , I 'd like a table for 2 at 18:45 on Thursday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'Bedouin African restaurant');(_:booking,ref,'GDYBQQS2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked in the Bedouin African restaurant , the Reference number is GDYBQQS2 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks . I also need a taxi ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Would you like to leave from bedouin ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'18:45');(_:search,departure,'the college');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to lease form the college and arrive at the restaurant at the booked time please"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'White Volvo');(_:result,phone,'07898395762');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have arranged for a White Volvo to drive you . The contact number is 07898395762 . Is there something else I can assist with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you have tremendously helpful . Thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "No problem at all , enjoy your meal ."
}
] |
MUL2338.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",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"name",
"the downing college"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"the place"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"the place"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"the place"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"name",
"Bedouin African restaurant"
],
[
"_:booking",
"ref",
"GDYBQQS2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"the place"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"name",
"Bedouin African restaurant"
],
[
"_:booking",
"ref",
"GDYBQQS2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"the 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",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:search",
"name",
"the place"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"name",
"Bedouin African restaurant"
],
[
"_:booking",
"ref",
"GDYBQQS2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"White Volvo"
],
[
"_:result",
"phone",
"07898395762"
],
[
"_: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,name,'lynne strover gallery');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking to visit the Lynne Strover Gallery ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'23 high street , fen ditton');(_:result,entrance_fee,'free');(_:result,name,'lynne strover gallery');(_:result,phone,'01223295264');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Certainly , lynne strover gallery 23 high street , fen ditton , phone 01223295264 free to enter . Any other questions I can answer ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That sounds fantastic ! Thank you !"
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Anything else I can look up for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , what is the entrance fee and could you find me a restaurant in the moderate price range located in the centre town ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'6 Lensfield Road');(_:result,entrance_fee,'free');(_:result,name,'Oak Bistro');(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is free to enter , and would you like to eat at The Oak Bistro located at 6 Lensfield Road ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Do they serve Christmas food ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,food,'British style');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No , I 'm sorry , the serve British style cuisine . Are you still interested ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Not in British food . Are there any that serve Italian food ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'pizza express');(_:result,name,'pizza express Fed Ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is the pizza express and the pizza express Fed Ditton . Would you like to book either one of these ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'pizza express');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you just give me the number for pizza express ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223324033');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The number is 01223324033 , is there anything else I can do ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thanks for your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Not a problem ! I was glad to be of service . Thank you and have a great day !"
}
] |
MUL0925.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lynne strover gallery"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lynne strover gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"23 high street , fen ditton"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"lynne strover gallery"
],
[
"_:result",
"phone",
"01223295264"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lynne strover gallery"
],
[
"_:result",
"address",
"23 high street , fen ditton"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"lynne strover gallery"
],
[
"_:result",
"phone",
"01223295264"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lynne strover gallery"
],
[
"_:result",
"phone",
"01223295264"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"lynne strover gallery"
],
[
"_:result",
"phone",
"01223295264"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"food",
"British style"
],
[
"_: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",
"phone",
"01223295264"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"food",
"British style"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"pizza express"
],
[
"_:result",
"name",
"pizza express Fed Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"pizza express"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"food",
"British style"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"pizza express"
],
[
"_:result",
"name",
"pizza express Fed Ditton"
],
[
"_:search",
"name",
"pizza express"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223324033"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay . It needs to be a guesthouse and include free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'23');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 23 hotels that meet your needs . Would you like to narrow your search by area and/or price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like for it to be cheap and include free parking ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'nine');(_:result,area,'various');(_:result,category,'guesthouse hotels');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are nine guesthouse hotels in various areas . What part of town are you hoping for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Nothing in particular . I just need it booked for 6 people for a total of 4 nights starting from sunday . I 'd also like the reference number , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,people,'6');(_:booking,stay,'4');(_:booking,type,'Booking');(_:result,category,'hotel');(_:result,stars,'4');(_:result,type,'Hotel'))",
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure ! We will book you in a hotel with 4 stars . The reservation will be for 6 people for 4 nights . How many rooms would you like to reserve ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'six');(_:search,stay,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Well , for six people I suppose I will be needing three rooms , for four nights , starting Sunday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,name,'Alexander Bed and Breakfast');(_:booking,people,'6');(_:booking,ref,'JXVKZ7KV');(_:booking,stay,'four');(_:booking,type,'Booking');(_:result,address,'517a coldham lane');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "You 're booked at the Alexander Bed and Breakfast , 517a coldham lane , for 6 people for four nights tarting Sunday . Your reference number is JXVKZ7KV ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'italian');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you ! I 'm also looking for a restaurant . Ideally an Italian place in the same price range in the centre ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'Ask');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I found Ask restaurant would you like to book that ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'Ask restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is the name of the restaurant Ask restaurant ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Ask restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , the restaurant is called Ask restaurant . Would you like to book a table there ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'18:45');(_:search,people,'same group of people');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Book it for the same group of people on the same day at 18:45 . Can I get the reference number please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,duration,'18:45');(_:booking,name,'Ask');(_:booking,people,'6');(_:booking,ref,'Y2Y8QYBY');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Great ! Your booking for 6 people at the restaurant Ask on Sunday at 18:45 was successful ! Your reference number is Y2Y8QYBY ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I am all set . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TowneInfo Help Desk !"
}
] |
MUL0003.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"various"
],
[
"_:result",
"category",
"guesthouse hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"various"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"stay",
"4"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"six"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"various"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"six"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"JXVKZ7KV"
],
[
"_:booking",
"stay",
"four"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"various"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"six"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"JXVKZ7KV"
],
[
"_:booking",
"stay",
"four"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:booking",
"name",
"Ask"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Ask restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"various"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"JXVKZ7KV"
],
[
"_:booking",
"stay",
"four"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:booking",
"name",
"Ask"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Ask restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Ask restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"same group of people"
],
[
"_: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",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"area",
"various"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"four"
],
[
"_:booking",
"stay",
"four"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"name",
"Ask restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Ask restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"18:45"
],
[
"_:booking",
"name",
"Ask"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"Y2Y8QYBY"
],
[
"_: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,'10:00');(_:search,departure,'cambridge lodge restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi , please . I need to arrive no later than 10:00 , and I 'm leaving from cambridge lodge restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "May I ask your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge book and print gallery');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm going to cambridge book and print gallery ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'black skoda');(_:result,phone,'07448493514');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "You are booked for a black skoda with the contact number 07448493514 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so very much . I am now finished ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "okay . Have fun !"
}
] |
SNG01708.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"departure",
"cambridge lodge restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"departure",
"cambridge lodge restaurant"
],
[
"_:search",
"destination",
"cambridge book and print gallery"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"departure",
"cambridge lodge restaurant"
],
[
"_:search",
"destination",
"cambridge book and print gallery"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black skoda"
],
[
"_:result",
"phone",
"07448493514"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'20:45');(_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please I need to book a train to Cambridge that should arrive by 20:45 on Wednesday . Can you book it for me ?"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes I can . First please tell me your departure location ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'stanstedt airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would leave from stanstedt airport ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR5910');(_:result,leave_at,'05:24');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Okay , how about TR5910 that leaves at 05:24 ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "That will work for me ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR5910');(_:booking,ref,'XG1TX6Q8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked TR5910 . Your reference is XG1TX6Q8 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i 'm also looking for places to go in town"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Okay . What part of town would you like to visit , and what type of attraction would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I was thinking of visiting a college . I think maybe the centre of town might have better selection ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'queens college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes you could visit queens college ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great ! Do they have an entrance fee ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'no entrance fee');(_:result,name,\"Christ 's College\");(_:result,name,\"Queen 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , Queen 's College is n't in the centre of town . If you 'd like , you Can visit Christ 's College , they have no entrance fee ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds much better , what 's their phone number ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone is 01223334900 . Need a hotel room ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , thank you . I do n't need a hotel at this time ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you find today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that it is it . Thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Please do n't hesitate to contact us again if you need anything . Thank you for calling . Goodbye ."
}
] |
PMUL1322.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stanstedt airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stanstedt airport"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR5910"
],
[
"_:result",
"leave_at",
"05:24"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stanstedt airport"
],
[
"_:result",
"id",
"TR5910"
],
[
"_:result",
"leave_at",
"05:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5910"
],
[
"_:booking",
"ref",
"XG1TX6Q8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stanstedt airport"
],
[
"_:result",
"id",
"TR5910"
],
[
"_:result",
"leave_at",
"05:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5910"
],
[
"_:booking",
"ref",
"XG1TX6Q8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stanstedt airport"
],
[
"_:result",
"id",
"TR5910"
],
[
"_:result",
"leave_at",
"05:24"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5910"
],
[
"_:booking",
"ref",
"XG1TX6Q8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"queens college"
],
[
"_: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",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stanstedt airport"
],
[
"_:result",
"id",
"TR5910"
],
[
"_:result",
"leave_at",
"05:24"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5910"
],
[
"_:booking",
"ref",
"XG1TX6Q8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"name",
"Queen 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"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",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stanstedt airport"
],
[
"_:result",
"id",
"TR5910"
],
[
"_:result",
"leave_at",
"05:24"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5910"
],
[
"_:booking",
"ref",
"XG1TX6Q8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"name",
"Queen 's College"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"stanstedt airport"
],
[
"_:result",
"id",
"TR5910"
],
[
"_:result",
"leave_at",
"05:24"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5910"
],
[
"_:booking",
"ref",
"XG1TX6Q8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"name",
"Queen 's College"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
],
[
"_: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,arrive_by,'11:45');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train leaving cambridge and arriving by 11:45"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok , do you know what your destination is ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I am going to Ely ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'Monday');(_:result,destination,'Ely');(_:result,leave_at,'7:50');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have a train that leaves at 7:50 Monday morning to to to Ely . Does this interest you or is there another day you had in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Friday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,day,'Friday');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Is there a certain time on Friday ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 11:45 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'10:07');(_:result,id,'TR8792');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have the TR8792 which you will arrive at 10:07 . How many ticket please ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i would like a ticket for 8 people ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'7089L1RT');(_:booking,ticket,'35.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You will need to pay a fee of 35.2 GBP at the station and your reference number number 7089L1RT ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i am also looking for a place to stay . The hotel should include free wifi and should include free parking . \n The hotel should have a star of 4 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'19');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 19 options that meet your criteria . Would you like to narrow it down by area or price range ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Price does n't matter . I need a reservation for 8 people , 3 nights starting Tuesday . If that day fails , the Sunday and the reference number ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Arbury Lodge Guesthouse');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Arbury Lodge Guesthouse is supposed to be nice , as long as you 're ok with a guesthouse rather than a hotel . Would you like me to book that one ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please , for 8 people , for 3 nights , starting Tuesday !"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'YGF92ATC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set ! Your reference number is YGF92ATC . Can I assist you with anything else ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "That is all I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your stay ."
}
] |
PMUL1523.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"7:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"7:50"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"7:50"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"id",
"TR8792"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"7:50"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"id",
"TR8792"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7089L1RT"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"7:50"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"id",
"TR8792"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7089L1RT"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"7:50"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"id",
"TR8792"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7089L1RT"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Arbury Lodge Guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"7:50"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"id",
"TR8792"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Arbury Lodge Guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"YGF92ATC"
],
[
"_: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,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Where can I eat in the centre for a moderate price ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking');(_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "How many people will be dining and what kind of cuisine would interest you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "3 people are dining and I do n't care about the food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'40428 King Street City Centre');(_:result,name,'Yippee Noodle Bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Yippee Noodle Bar is located at 40428 King Street City Centre and has a moderate price range . What day and time would you like to dine ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'16:45');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book a table for 3 at 16:45 on Friday , please ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking');(_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , but something seems to be wrong here . Can you please restate your requirements ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,duration,'16:15');(_:search,name,'yippee noodle bar');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Just a moderately priced restaurant in the centre of town , Yippee Noodle Bar sounds good . If 16:15 does n't work , I can change to 15:15 ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,duration,'15:15');(_:booking,name,'Yippee Noodle Bar');(_:booking,people,'three');(_:booking,ref,'AFJU1TW5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a table for three booked for you at Yippee Noodle Bar on Friday at 15:15 . The reference number is AFJU1TW5 . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,leave_at,'11:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that goes from Cambridge to Leicester and leaves after 11:15 on Saturday"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR1165');(_:booking,leave_at,'11:21');(_:booking,people,'1');(_:booking,ref,'ORY3NAL2');(_:booking,ticket,'30.24 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked 1 ticket for you on TR1165 and it leaves at 11:21 . 30.24 GBP is payable at the station & your reference number is ORY3NAL2 . Anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thank you very much ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using this system !"
}
] |
MUL0308.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/2c084194"
],
[
"_:booking/2c084194",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/2c084194"
],
[
"_:booking/2c084194",
"type",
"Booking"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"15:15"
],
[
"_:booking",
"name",
"Yippee Noodle Bar"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"AFJU1TW5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/2c084194"
],
[
"_:booking/2c084194",
"type",
"Booking"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"15:15"
],
[
"_:booking",
"name",
"Yippee Noodle Bar"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1165"
],
[
"_:booking",
"leave_at",
"11:21"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"ORY3NAL2"
],
[
"_:booking",
"ticket",
"30.24 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotel');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay , that is a 2 star hotel on the east side"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'hotel');(_:result,name,'express by holiday inn cambridge');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "express by holiday inn cambridge is a 2 star hotel in the east ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is it expensive and does it have free parking ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is expensive and it has free parking ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay , great ! What 's the address and postcode for that place ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'15 - 17 norman way , coldhams business park');(_:result,postcode,'cb13lh');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The address is 15 - 17 norman way , coldhams business park , and the postcode is cb13lh ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I have their phone number please ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,phone,'01223866800');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure . There phone number is 01223866800 . Would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That 's all I needed ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service & have a good day !"
}
] |
SNG0951.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"15 - 17 norman way , coldhams business park"
],
[
"_:result",
"postcode",
"cb13lh"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"15 - 17 norman way , coldhams business park"
],
[
"_:result",
"postcode",
"cb13lh"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am traveling to Cambridge and looking forward to try local restaurants ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()",
"inform((_:result,amount,'lots');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Great ! We have lots of great restaurants . Let 's narrow down your search . What kind of cuisine would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find an expensive restaurant serving expensive thai food"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have a preference for the area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like a place in the centre ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Bangkok City');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Bangkok City will fit your preferences perfectly . Would you like me to reserve a table for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'14:30');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , that would be great . It will need to be on Friday at 14:30 . I 'd like a table for 4 , please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'J0U97VPD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table is all set , reference # J0U97VPD . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you ! Are there any trains leaving that same day from London Liverpool Street ?"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Yes , there are several trains leaving that same day from London Liverpool Street ."
}
] |
PMUL3991.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"J0U97VPD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place to dine that serves north american food located within the town centre ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'only');(_:result,area,'centre');(_:result,food,'North American');(_:result,name,'Gourmet Burger Kitchen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The only North American restaurant in the centre is Gourmet Burger Kitchen . It is expensive . Would you like to book a table ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'gourmet burger kitchen');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you tell me the postcode and phone number for Gourmet Burger Kitchen ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223312598');(_:result,postcode,'cb21ab');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the postcode is cb21ab and the phone number is 01223312598 . How else may I assist you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same part of town');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I would also like to visit some colleges in the same part of town . Is that possible ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'Centre');(_:result,category,'colleges');(_:result,count,'13');(_:result,entrance_fee,'2.50 pounds or less');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 13 colleges in the Centre . 3 have nominal entrance fees of 2.50 pounds or less , the rest are free to visit . Do you have any preference ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you give me the address for one of the free colleges ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"Saint Andrew 's Street\");(_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's College is free and is located at Saint Andrew 's Street with a postcode of cb23bu . Could I be of further assistance ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,departure,'the attraction');(_:search,destination,'the restaurant');(_:search,leave_at,'19:00');(_:search,type,'Attraction');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes . I 'd like a taxi to pick me up at Christ 's College and take me to the restaurant . I 'd like to leave the attraction by 19:00 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'gray skoda');(_:result,phone,'07541933762');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , your booking has been completed . Your taxi will be a gray skoda and it 's contact number is 07541933762"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need for today . Thanks for all your help !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! Feel free to contact us if you need anything else . Have a great day !"
}
] |
MUL0910.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"North American"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"gourmet burger kitchen"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"North American"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"gourmet burger kitchen"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223312598"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same part of town"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"food",
"North American"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"gourmet burger kitchen"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223312598"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:search",
"area",
"same part of town"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"2.50 pounds or less"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"food",
"North American"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"gourmet burger kitchen"
],
[
"_:result",
"phone",
"01223312598"
],
[
"_:search",
"area",
"same part of town"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"food",
"North American"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"gourmet burger kitchen"
],
[
"_:search",
"area",
"same part of town"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"gray skoda"
],
[
"_:result",
"phone",
"07541933762"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am planning a trip to Cambridge and I am looking for a train can you help out ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "That 's not a problem . Where will you be going to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'stansted airport');(_:search,leave_at,'10:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Stansted Airport , I will need the train to leave after 10:15 please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you tell me what day you need the train and for how many people ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need the train on Saturday and I am booking for 4 people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'10:24');(_:result,departure,'Stansted Airport');(_:result,destination,'Cambridge');(_:result,id,'TR6310');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR6310 train departs Stansted Airport for Cambridge at 10:24 . Will that work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That is perfect . I am also looking for a place to stay . Can you help me with that , as well ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Certainly . What part of town do you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,leave_at,'10:15');(_:search,people,'four');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm sorry , there 's been a mistake . I need to book a train from cambridge to stansted airport . The train must leave after 10:15 . I need four tickets ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,leave_at,'10:40 and every hour after that');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a 10:40 and every hour after that . Would you like me to book it ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . Can I get the reference number for that booking ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can most definitely give you the reference number once the booking is complete . How many tickets would you be needing ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'four');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Like I said , I need four tickets ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,day,'saturday');(_:booking,departure,'cambridge');(_:booking,destination,'stansted airport');(_:booking,people,'four');(_:booking,ref,'YONURJSX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , I have booked four tickets for cambridge to stansted airport saturday , your reference number is YONURJSX . May I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I will also need a place to stay . A cheap guesthouse ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several guesthouses that are cheap . What area would you like it to be in ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,day,'thursday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it for 4 people for 2 nights starting Thursday , if that fails one night . I do n't care the area but I will need the reference number ."
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "sorry unfortunately that is not available perhaps for another day ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there another cheap guesthouse available ? I need it to be booked for Thursday ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:booking,day,'Thursday');(_:booking,name,'Finches Bed and Breakfast');(_:booking,people,'4');(_:booking,ref,'DKZG9AWZ');(_:booking,stay,'1');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I was able to do a 1 night booking at Finches Bed and Breakfast for 4 starting on Thursday . Reference number DKZG9AWZ . Any else I can assist you with ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is everything . Thanks for the help ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . I am happy to help anytime . Have a wonderful day ."
}
] |
MUL0695.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"arrive_by",
"10:24"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6310"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"10:24"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6310"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"10:24"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6310"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"10:40 and every hour after that"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"10:24"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6310"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"leave_at",
"10:40 and every hour after that"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"four"
],
[
"_: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",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"10:24"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6310"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"leave_at",
"10:40 and every hour after that"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"four"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"saturday"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"destination",
"stansted airport"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"YONURJSX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_: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",
"arrive_by",
"10:24"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6310"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"leave_at",
"10:40 and every hour after that"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"saturday"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"destination",
"stansted airport"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"YONURJSX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"arrive_by",
"10:24"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6310"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"leave_at",
"10:40 and every hour after that"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"destination",
"stansted airport"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"YONURJSX"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/48762748"
],
[
"_:booking/48762748",
"type",
"Booking"
],
[
"_: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,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"arrive_by",
"10:24"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6310"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"leave_at",
"10:40 and every hour after that"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"destination",
"stansted airport"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/48762748"
],
[
"_:booking/48762748",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Finches Bed and Breakfast"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"DKZG9AWZ"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,name,'the place');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm taking a tour of colleges and I 've heard that Cambridge is the place to go . Can you tell me about some you have there ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have many nice ones . What area of town are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'college');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,area,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "It does n't matter . I 'm interested in a college type attraction . I also need the entrance fee , address , and area info . Thanks ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "christ 's college is in the centre on saint andrew 's street and its free"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'da vinci pizzeria');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks ! If it is n't too much trouble , could you also find me information on a restaurant called da vinci pizzeria ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'20 Milton Road Chesterton');(_:result,area,'north');(_:result,food,'italian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Of course ! They are a great italian restaurant in the north part of town . They are usually very cheap . It 's located on 20 Milton Road Chesterton ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'18:30');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you ! Will you please book a table for 6 people at 18:30 on Wednesday ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,duration,'18:30');(_:booking,people,'six');(_:booking,ref,'NT05QS6A');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've reserved a table for six on Wednesday at 18:30 . Your reference number is NT05QS6A . Please note that they will hold the table for 15 minutes after your reserved time ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you . I will need a taxi to get from christ 's college to the restaurant ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'yellow volkswagen');(_:result,phone,'07597491842');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi has been booked and the car will be a yellow volkswagen and their contact number is 07597491842 . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . You 've been quite helpful ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Have a great day !"
}
] |
PMUL4519.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"name",
"the place"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the place"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"da vinci pizzeria"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:search",
"name",
"da vinci pizzeria"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:search",
"name",
"da vinci pizzeria"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"people",
"six"
],
[
"_:booking",
"ref",
"NT05QS6A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:search",
"name",
"da vinci pizzeria"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"people",
"six"
],
[
"_:booking",
"ref",
"NT05QS6A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow volkswagen"
],
[
"_:result",
"phone",
"07597491842"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for information on trains leaving Cambridge on Saturday"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay . What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'8:45');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive in Norwich by 8:45"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'07:55');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that arrives by 07:55 . Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Not just yet . What is the travel time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'79 minutes');(_:result,id,'TR0953');(_:result,ticket,'14.08');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The total travel time for TR0953 is 79 minutes and will cost 14.08 pounds per ticket . Would you like to reserve a seat ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I am not ready to book seats quite yet thank you . I do need to find a place to visit while in town though ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,type,'Attraction'))",
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What type of attraction are you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "a college please"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'Norwich');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry but there are no colleges in Norwich . Are there any other areas or type of place I can look up for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "You misunderstood , I 'm looking for a college to visit while I 'm in Cambridge ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'colleges');(_:result,count,'18');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 18 colleges in Cambridge . What part of town would you like it to be in ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,area,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't have a certain part of town . Pick one that you recommend and I will need the area and entrance fee ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have christ 's college in the centre part of town . The entrance fee is free ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,name,'the place');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Cam you tell me more about the place ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"saint andrew 's street\");(_:result,category,'college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The college is on saint andrew 's street . Can I help you with anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that will be everything ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Please contact us if you need further assistance during your visit ."
}
] |
MUL1933.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"07:55"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"07:55"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"id",
"TR0953"
],
[
"_:result",
"ticket",
"14.08"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"07:55"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"id",
"TR0953"
],
[
"_:result",
"ticket",
"14.08"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"07:55"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"id",
"TR0953"
],
[
"_:result",
"ticket",
"14.08"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/19a998f8"
],
[
"_:search/19a998f8",
"area",
"Norwich"
],
[
"_:search/19a998f8",
"category",
"colleges"
],
[
"_:search/19a998f8",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"07:55"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"id",
"TR0953"
],
[
"_:result",
"ticket",
"14.08"
],
[
"_:system",
"canthelp",
"_:search/19a998f8"
],
[
"_:search/19a998f8",
"area",
"Norwich"
],
[
"_:search/19a998f8",
"category",
"colleges"
],
[
"_:search/19a998f8",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"07:55"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"id",
"TR0953"
],
[
"_:result",
"ticket",
"14.08"
],
[
"_:system",
"canthelp",
"_:search/19a998f8"
],
[
"_:search/19a998f8",
"area",
"Norwich"
],
[
"_:search/19a998f8",
"category",
"colleges"
],
[
"_:search/19a998f8",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"the place"
],
[
"_: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": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"07:55"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"id",
"TR0953"
],
[
"_:result",
"ticket",
"14.08"
],
[
"_:system",
"canthelp",
"_:search/19a998f8"
],
[
"_:search/19a998f8",
"area",
"Norwich"
],
[
"_:search/19a998f8",
"category",
"colleges"
],
[
"_:search/19a998f8",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:search",
"name",
"the place"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I 'll be visiting Cambridge soon , and I need a train from Stansted airport . It should arrive by 17:45 . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time time will you be travelling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on Saturday and would like to arrive by 17:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:52');(_:result,leave_at,'16:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great , there 's a train departing at 16:24 and arriving at 16:52 . Will this work ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be perfect ! What 's the price of one ticket ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'8.08 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It is 8.08 pounds"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'cherry hinton hall and grounds');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you ! Can you also look up Cherry Hinton Hall and Grounds for me ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure thing it is in the east of town , what information would you like to know about it ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "i need to know how how much the entrance fee is and the postcode if you may please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,entrance_fee,'do not have the information');(_:result,postcode,'cb18dw');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The post code is cb18dw but I do not have the information on the entrance fee ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok , thank you ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you , that will be all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and goodbye"
}
] |
MUL1729.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"cherry hinton hall and grounds"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"name",
"cherry hinton hall and grounds"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"name",
"cherry hinton hall and grounds"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"do not have the information"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"name",
"cherry hinton hall and grounds"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"entrance_fee",
"do not have the information"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that leaves london kings cross on friday"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "And what is your destination station ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'17:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive at Cambridge . I want the train to leave after 17:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,day,'Friday');(_:result,destination,'Cambridge');(_:result,leave_at,'17:30');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 3 trains leaving after 17:30 on Friday , by what time would you like to arrive in Cambridge ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 5 pm ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "system",
"text": "That 's physically impossible . You want to leave after 17:30 which is 5:30 pm and arrive at 5 pm ? Try that again please ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'kings cross');(_:search,destination,'cambridge');(_:search,leave_at,'17:30');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can I get the train ID and arrival time for the first train after 17:30 on Friday , going from Kings Cross to Cambridge ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'20:08');(_:result,id,'TR9139');(_:result,leave_at,'19:17');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "the TR9139 leaves at 19:17 and arrives by 20:08"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'de luca cucina and bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for de luca cucina and bar , can you help me locate it ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'modern european');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Gladly . It 's located in the centre and it serves modern European food . Would you like me to make a reservation for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'21:00');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please , can I get a reservation for Friday at 21:00 for 3 people ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'8W4EZQ1E');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great choice ! Your booking was successful . Here is your reference number 8W4EZQ1E . Anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that is everything ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm happy we could be of service , and enjoy your time in Cambridge !"
}
] |
PMUL4298.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"17:30"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"3"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"17:30"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"5"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"3"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"5"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"arrive_by",
"20:08"
],
[
"_:result",
"id",
"TR9139"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"de luca cucina and bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"3"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"5"
],
[
"_:search",
"departure",
"kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"arrive_by",
"20:08"
],
[
"_:result",
"id",
"TR9139"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:search",
"name",
"de luca cucina and bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"3"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"5"
],
[
"_:search",
"departure",
"kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:result",
"arrive_by",
"20:08"
],
[
"_:result",
"id",
"TR9139"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:search",
"name",
"de luca cucina and bar"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8W4EZQ1E"
],
[
"_:booking",
"type",
"Booking"
]
],
"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": "Help me find a place to stay that has free parking and in moderate price range please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What part of town would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do not really care but would like it to have a 3 star rating ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'at 156 chesterton road');(_:result,area,'north');(_:result,name,'hamilton lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hamilton lodge \t is located in the north at 156 chesterton road . Want me to book it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks . I will need the phone number please . Also , do they have internet ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,name,'Hamilton lodge');(_:result,phone,'01223365664');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Hamilton lodge does have free wifi and their phone number is 01223365664 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great . I also need a restaurant in the same price range . I 'd like it to be a british place ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'6 Lensfield Road');(_:result,name,'Oak Bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "May I suggest the Oak Bistro located at 6 Lensfield Road ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could I have the area and phone number"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223323361');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is 01223323361 ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great . Thanks . Last thing , can you tell me what area of town that 's in ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sure it 's in the centre part of town , anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all . Thanks !"
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much . Goodbye"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you so much for calling Cambridge TownInfo centre ! We hope you enjoy your time in Cambridge !"
}
] |
PMUL3738.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"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"at 156 chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"at 156 chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Hamilton lodge"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"01223323361"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"phone",
"01223323361"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"phone",
"01223323361"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'pembroke college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm planning a trip to Pembroke College ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"inform((_:result,name,'Pembroke College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Great ! Pembroke College is in town . What information can I help you with ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,category,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to know what type of attraction it is , the entrance fee , and what area it 's in , please ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,category,'college');(_:result,entrance_fee,'no entrance fee');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is a college in the centre of town . There is no entrance fee . May I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'19:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train to Cambridge leaving after 19:30 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day of the week are you traveling and what is your departure station ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to depart from Norwich on Friday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR5291');(_:result,leave_at,'20:16');(_:result,ticket,'17.60 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TrainID TR5291 departs at 20:16 . Their price is 17.60 pounds . Would you like to book this train ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What time does the train arrive ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'21:35');(_:result,id,'TR5291');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The TR5291 arrives by 21:35 ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds perfect . Can you go ahead and book that for me ?"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"request((_:search,people,?);(_:search,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly ! Are you traveling by yourself or would you need more than one ticket ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I just need the travel time and price please"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'79 minutes');(_:result,ticket,'17.60 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time is 79 minutes and it is 17.60 pounds ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need . Thank you ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Are you certain you do n't need further assistance ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Yes . Have a nice day ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "It has been my pleasure . Feel free to contact us if you need any assistance ."
}
] |
MUL0533.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pembroke college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pembroke college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Pembroke College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pembroke college"
],
[
"_:result",
"name",
"Pembroke College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pembroke college"
],
[
"_:result",
"name",
"Pembroke College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pembroke college"
],
[
"_:result",
"name",
"Pembroke College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR5291"
],
[
"_:result",
"leave_at",
"20:16"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pembroke college"
],
[
"_:result",
"name",
"Pembroke College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"20:16"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"21:35"
],
[
"_:result",
"id",
"TR5291"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pembroke college"
],
[
"_:result",
"name",
"Pembroke College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"leave_at",
"20:16"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"21:35"
],
[
"_:result",
"id",
"TR5291"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"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": [
[
"_:search",
"name",
"pembroke college"
],
[
"_:result",
"name",
"Pembroke College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"leave_at",
"20:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"21:35"
],
[
"_:result",
"id",
"TR5291"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pembroke college"
],
[
"_:result",
"name",
"Pembroke College"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"leave_at",
"20:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"21:35"
],
[
"_:result",
"id",
"TR5291"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_: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,arrive_by,'13:00');(_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train . The train should depart from peterborough and should arrive by 13:00 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'11:38');(_:result,destination,'Cambridge');(_:result,id,'TR6932');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We have the TR6932 arriving in Cambridge at 11:38 . Does that work for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Only if it leaves on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'Thursday');(_:result,departure,'peterborough');(_:result,destination,'cambridge');(_:result,id,'TR4669');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , TR4669 goes from peterborough to cambridge on Thursday . Would you like to book tickets on this train ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes I would like tickets for 2 people and the reference number please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'LN7ISGWV');(_:booking,ticket,'33 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alrighty , your booking was successful ! The total fee is 33 GBP payable at the station , reference number LN7ISGWV . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . I am also looking for museums to go to in town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,entrance_fee,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many fine museums in Cambridge , do you have a preferred area or price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Not really . Can you give me a list of museums ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'the broughton house gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "the broughton house gallery is a museum in south cambridge and the cost of admission is free ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Fantastic . Could you provide me with the phone number for that museum ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Broughton House Gallery');(_:result,phone,'01223314960');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for the Broughton House Gallery is 01223314960 . Can I help with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That should be it thank you"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a nice day ."
}
] |
MUL0418.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"arrive_by",
"11:38"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR6932"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"arrive_by",
"11:38"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"peterborough"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4669"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"arrive_by",
"11:38"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"peterborough"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4669"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LN7ISGWV"
],
[
"_:booking",
"ticket",
"33 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"arrive_by",
"11:38"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"peterborough"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4669"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LN7ISGWV"
],
[
"_:booking",
"ticket",
"33 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"arrive_by",
"11:38"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"peterborough"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4669"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LN7ISGWV"
],
[
"_:booking",
"ticket",
"33 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"the broughton house gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"arrive_by",
"11:38"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"peterborough"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4669"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LN7ISGWV"
],
[
"_:booking",
"ticket",
"33 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a restaurant that serves Mexican food ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'mexican');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar serves mexican food in the south part of town . Would you like their location ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like the address , phone number and postcode please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,name,'Chiquito Restaurant Bar');(_:result,phone,'01223400170');(_:result,postcode,'CB17DY');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Chiquito Restaurant Bar is located at Cambridge Leisure Park Clifton Way Cherry Hinton . The postal code is CB17DY and the phone number is 01223400170 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Goodbye ."
}
] |
WOZ20184.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:result",
"phone",
"01223400170"
],
[
"_:result",
"postcode",
"CB17DY"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Good afternoon . It 's such a beautiful day out and I am visiting here . Can you tell me if there is a park nearby to where I am ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'parks');(_:result,count,'5');(_:result,entrance_fee,'free');(_:result,entrance_fee,'pounds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have five parks in the area , four are free and one is pounds . If you want to give me your location I can narrow down the results ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What 's in the center of town ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Bateman Street');(_:result,area,'center');(_:result,entrance_fee,'4 pounds');(_:result,name,'Cambridge University Botanic Gardens');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cambridge University Botanic Gardens is in the center of the park . It is located in Bateman Street , the entrance is 4 pounds ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds interesting . Can you just give me their phone number please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223336265');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is 01223336265 . Can I assist you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's everything . Thank you !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ! Goodbye !"
}
] |
SNG1065.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"pounds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Bateman Street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Bateman Street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"Cambridge University Botanic Gardens"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap place to stay in the east ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "great , i have three options for you ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "If it helps , I do not have to have internet . Please tell me my options ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Allenbell');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Allenbell is available , would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , that would be fine . Thanks ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please , for 5 people on saturday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many nights will you be staying ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "5 nights , and I will also need the reference number ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'TJLZZC10');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : TJLZZC10 . Will there be anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train to Peterborough ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you please give me the departure point , the day and time you want to leave ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'21:45');(_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving Cambridge on Thursday and need to be in peterborough by 21:45 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'21:24');(_:result,id,'TR2178');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about TR2178 ? It arrives 21:24 ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That 's good . Could you please tell me the price and departure time ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,leave_at,'20:34');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price is 16.50 pounds . Departure time is at 20:34 . Would you like me to books seats for you ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no , thanks for your help though !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "you are welcome , any time ."
}
] |
PMUL4615.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TJLZZC10"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TJLZZC10"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TJLZZC10"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"21:24"
],
[
"_:result",
"id",
"TR2178"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"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",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TJLZZC10"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"21:24"
],
[
"_:result",
"id",
"TR2178"
],
[
"_:result",
"leave_at",
"20:34"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can I take a train from stevenage on tuesday ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely . Where would you be heading to and what day / time would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'11:15');(_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go to Cambridge on Tuesday and arrive by 11:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'06:43');(_:result,departure,'Stevenage');(_:result,destination,'Cambridge');(_:result,id,'TR9263');(_:result,leave_at,'05:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The earliest from Stevenage is the TR9263 , and it leaves at 05:54 and arrives in Cambridge at 06:43 . Would you like to reserve a ticket for this train ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Sure , I need to book it for 3 people . Can I get a reference number please ? Thanks so much !"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'PL3IZVMA');(_:booking,ticket,'38.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure thing . The booking was successful , the total fee is 38.4 GBP payable at the station . Reference number is : PL3IZVMA . Anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a hotel in the center area ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'hotels');(_:result,count,'3');(_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 3 hotels in the centre . Two are expensive and one is moderately priced . Do you have a preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "do any of them have free parking ?"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,stars,'3-star');(_:result,stars,'4');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , two hotels have free parking . The only difference between the two is that one has a 3-star rating and the other has 4 stars . Do you have a preference ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stars,'4-star');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I get the price range , address , and phone number for the 4-star place ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'regent street');(_:result,category,'hotel');(_:result,phone,'01223351241');(_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The 4 star hotel is in the expensive price range and its address is regent street and its telephone number is 01223351241 ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))",
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the name of the 4 star hotel that you are referring to ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's called the University Arms Hotel . Would you like me to book your stay ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "yes please book it for me"
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am getting that ready now , what day will that start . I also need to know how many people and how long ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually I do n't need it booked , I just need to know the price range , address and phone please ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,address,'regent street');(_:result,phone,'01223351241');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "It is in the expensive range . It is located on regent street and their phone number is 01223351241 . Is there anything else I can assist you with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all I needed . Thank you . Goodbye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Alright . Glad I could be of help . Thanks for calling ."
}
] |
PMUL1700.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9263"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9263"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PL3IZVMA"
],
[
"_:booking",
"ticket",
"38.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9263"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PL3IZVMA"
],
[
"_:booking",
"ticket",
"38.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9263"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PL3IZVMA"
],
[
"_:booking",
"ticket",
"38.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9263"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PL3IZVMA"
],
[
"_:booking",
"ticket",
"38.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Train"
],
[
"_: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": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9263"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PL3IZVMA"
],
[
"_:booking",
"ticket",
"38.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9263"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PL3IZVMA"
],
[
"_:booking",
"ticket",
"38.4 GBP"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"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",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9263"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PL3IZVMA"
],
[
"_:booking",
"ticket",
"38.4 GBP"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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,'cambridge');(_:search,leave_at,'14:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train going to cambridge that leaves after 14:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you coming from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,leave_at,'14:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want a train department from Cambridge and going to Birmingham New Street on Friday at 14:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'tr8842');(_:result,leave_at,'15:17');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can put you on the tr8842 it leaves at 15:17 how many tickets please"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Two tickets please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,departure,'Cambridge');(_:result,destination,'Birmingham New Street');(_:result,id,'TR2519');(_:result,leave_at,'15:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is an error in that train booking could I book the TR2519 from Cambridge to Birmingham New Street , on Friday , departing at 15:01 ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be great . I 'd like to book two tickets and I 'll need a reference number , please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'LCEXHUAZ');(_:booking,ticket,'150.19 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 150.19 GBP payable at the station . Reference number is : LCEXHUAZ ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for a chinese restaurant that is semi expensive . I would like it the same day I arrive ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a number');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , there are a number of expensive options . Did you have a certain part of town in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No specific area for the restaurant ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'good luck chinese food takeaway');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the good luck chinese food takeaway fits those criteria , can I make a booking for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'10:00');(_:search,people,'2');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like to book it for 2 people at 10:00 please . I 'll need it for Friday please . Can I get the reference number please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'D9XHCFDT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Of course . I reserved the table for you . Your reference number is D9XHCFDT ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Do you need me to book transport or provide anymore info ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that is all for now , thank you very much ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL4052.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"id",
"tr8842"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"id",
"TR2519"
],
[
"_:result",
"leave_at",
"15:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"id",
"TR2519"
],
[
"_:result",
"leave_at",
"15:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LCEXHUAZ"
],
[
"_:booking",
"ticket",
"150.19 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"id",
"TR2519"
],
[
"_:result",
"leave_at",
"15:01"
],
[
"_:search",
"people",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LCEXHUAZ"
],
[
"_:booking",
"ticket",
"150.19 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"id",
"TR2519"
],
[
"_:result",
"leave_at",
"15:01"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LCEXHUAZ"
],
[
"_:booking",
"ticket",
"150.19 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"good luck chinese food takeaway"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"10:00"
],
[
"_:search",
"people",
"2"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"id",
"TR2519"
],
[
"_:result",
"leave_at",
"15:01"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"150.19 GBP"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"good luck chinese food takeaway"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"10:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"D9XHCFDT"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"id",
"TR2519"
],
[
"_:result",
"leave_at",
"15:01"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"150.19 GBP"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"good luck chinese food takeaway"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"10:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"D9XHCFDT"
],
[
"_: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,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train departing from Leicester ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many , got a destination in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to go to cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time will you be leaving ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I leave on sunday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'5:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "There is a train leaving at 5:09 I will book it for you , is there anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I need a expensive restaurant in centre that serves italian food and a phone number"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'Centre');(_:result,food,'Italian');(_:result,name,'Stazione Restaurant and Coffee Bar');(_:result,phone,'01223352607');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Stazione Restaurant and Coffee Bar is an expensive Italian place in the Centre . Their phone number is 01223352607 . Would you also like the address ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No thanks . Can I have to train i d and price ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR7151');(_:result,ticket,'37.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure , the train ID is TR7151 and the price is 37.80 pounds ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , can you help me find a restaurant also ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Restaurant'))",
"thank()",
"inform((_:result,name,'stazione restaurant and coffee bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes . I gave you the information for stazione restaurant and coffee bar previously . Were you looking for a specific restaurant ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'08:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Will the train arrive at Cambridge by 08:00 ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'6:54');(_:result,destination,'cambridge');(_:result,id,'TR4106');(_:result,leave_at,'5:09');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "I apologize , the trainID for the 5:09 is actually TR4106 . You will arrive in cambridge by 6:54 . Can I help with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for an expensive restaurant in the centre of town ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,name,'stazione restaurant and coffee bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Again , I already gave you the information for stazione restaurant and coffee bar , an expensive restaurant in the centre . If this does n't suit you , then is there a specific place ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I apologize . I wo n't be needing anything else . good bye"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you enjoy your stay in Cambridge !"
}
] |
PMUL0666.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"leave_at",
"5:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"leave_at",
"5:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Stazione Restaurant and Coffee Bar"
],
[
"_:result",
"phone",
"01223352607"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"leave_at",
"5:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Stazione Restaurant and Coffee Bar"
],
[
"_:result",
"phone",
"01223352607"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"id",
"TR7151"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"leave_at",
"5:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"phone",
"01223352607"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"id",
"TR7151"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"phone",
"01223352607"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"6:54"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4106"
],
[
"_:result",
"leave_at",
"5:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"phone",
"01223352607"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"6:54"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4106"
],
[
"_:result",
"leave_at",
"5:09"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I have a hotel in mind that I need some help to book ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , can you provide the name of the hotel please ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,name,'aylesbray lodge guest house');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book the Aylesbray Lodge guest house , for 1 person , 3 nights , starting Friday"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,ref,'8FLXFYYW');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked for 3 nights starting on Friday . The reference number is 8FLXFYYW . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'16:45');(_:search,name,'la raza');(_:search,people,'1');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a want restaurant called la raza and book a table for 1 at 16:45 and I need a reference number"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day do you want to reserve for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like it for the same day ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'DK9Z8HY4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set , the reference number is DK9Z8HY4 , can I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , but no . That is everything . Thanks so much for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and enjoy your stay ."
}
] |
PMUL0153.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"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"ref",
"8FLXFYYW"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"la raza"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8FLXFYYW"
],
[
"_:booking",
"stay",
"3"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"la raza"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"stay",
"3"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"name",
"la raza"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DK9Z8HY4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to cambridge on friday , please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'202');(_:result,day,'friday');(_:result,destination,'cambridge');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 202 trains to cambridge on friday . What is your departure station and preferred travel time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'bishops stortford');(_:search,leave_at,'18:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like for the train to leave after 18:45 and depart from bishops stortford"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'19:29');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train meeting your criteria and is leaving at 19:29 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the travel time of the train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'38 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The travel time is 38 minutes . Would you like to book this ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's all the info I need about the train , I also am looking for an expensive restaurant in the centre of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,area,'center');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have many expensive restaurants in the center of town . What type of cuisine interests you ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "I want flavor local to Cambridge . What would you call that ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'3');(_:result,food,'British');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The local flavor would be British . There are three options meeting your criteria . Would you like me to book one for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I only need the address for a restaurant that you would recommend ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'51 Trumpington Street City Centre');(_:result,area,'centrally located');(_:result,name,'Fitzbillies Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Fitzbillies Restaurant is delicious , expensive , and centrally located . The address is 51 Trumpington Street City Centre . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . That will be everything today . Thank You !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service . Have a wonderful day !"
}
] |
MUL0305.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",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"19:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"leave_at",
"19:29"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"leave_at",
"19:29"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"leave_at",
"19:29"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"leave_at",
"19:29"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"British"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:result",
"area",
"centrally located"
],
[
"_:result",
"name",
"Fitzbillies Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Where in the centre can I dine ? I want something expensive ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'kymmoy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "well then may I suggest kymmoy , they serve asian oriental and that 's where I go to dine"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'polish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you recommend a Polish restaurant instead ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'Polish');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Unfortunately , we no longer have any Polish restaurants in town . The only one we had closed last month . Can I find something else for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about one with gastropub food ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,name,'the backstreet bistro');(_:result,name,'the slug and lettuce');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two options - the backstreet bistro and the slug and lettuce . Do either of those sound good to you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'the slug and lettuce');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes can you give me the address and phone number of the slug and lettuce ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'34 - 35 Green Street');(_:result,phone,\"do n't have\");(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . I do n't have their telephone number but their address is 34 - 35 Green Street ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks ! I also need a train arriving at 17:15 on Monday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where you be departing from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'Longon Kings Cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm departing from Longon Kings Cross ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'16:08');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train that arrives at 16:08 . Would you like to book it ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What 's the travel time on that train ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time is 51 minutes ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What time does it depart ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "51 minutes is the length of the ride , anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all . Thank you ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,departure,'london kings cross');(_:result,leave_at,'15:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train departs from london kings cross at 15:17 . Do you want me to book the train for you ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No . I just need to know the departure time and how long it takes ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,duration,'51-minute');(_:result,leave_at,'15:17');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "It departs at 15:17 , and is a 51-minute ride . Can I help you with anything else ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all for now . Thanks ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day ."
}
] |
PMUL4996.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",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"polish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:system",
"canthelp",
"_:search/e2f58ccc"
],
[
"_:search/e2f58ccc",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Polish"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/e2f58ccc"
],
[
"_:search/e2f58ccc",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Polish"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"name",
"the backstreet bistro"
],
[
"_:result",
"name",
"the slug and lettuce"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"the slug and lettuce"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/e2f58ccc"
],
[
"_:search/e2f58ccc",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Polish"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"name",
"the backstreet bistro"
],
[
"_:result",
"name",
"the slug and lettuce"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"the slug and lettuce"
],
[
"_:result",
"address",
"34 - 35 Green Street"
],
[
"_:result",
"phone",
"do n't have"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/e2f58ccc"
],
[
"_:search/e2f58ccc",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Polish"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"name",
"the backstreet bistro"
],
[
"_:result",
"name",
"the slug and lettuce"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"the slug and lettuce"
],
[
"_:result",
"address",
"34 - 35 Green Street"
],
[
"_:result",
"phone",
"do n't have"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"Longon Kings Cross"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/e2f58ccc"
],
[
"_:search/e2f58ccc",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Polish"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"name",
"the backstreet bistro"
],
[
"_:result",
"name",
"the slug and lettuce"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"the slug and lettuce"
],
[
"_:result",
"address",
"34 - 35 Green Street"
],
[
"_:result",
"phone",
"do n't have"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"Longon Kings Cross"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_: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,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/e2f58ccc"
],
[
"_:search/e2f58ccc",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Polish"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"name",
"the backstreet bistro"
],
[
"_:result",
"name",
"the slug and lettuce"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"the slug and lettuce"
],
[
"_:result",
"address",
"34 - 35 Green Street"
],
[
"_:result",
"phone",
"do n't have"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"Longon Kings Cross"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"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",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/e2f58ccc"
],
[
"_:search/e2f58ccc",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Polish"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"name",
"the backstreet bistro"
],
[
"_:result",
"name",
"the slug and lettuce"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"the slug and lettuce"
],
[
"_:result",
"address",
"34 - 35 Green Street"
],
[
"_:result",
"phone",
"do n't have"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"Longon Kings Cross"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/e2f58ccc"
],
[
"_:search/e2f58ccc",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Polish"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"name",
"the backstreet bistro"
],
[
"_:result",
"name",
"the slug and lettuce"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"the slug and lettuce"
],
[
"_:result",
"address",
"34 - 35 Green Street"
],
[
"_:result",
"phone",
"do n't have"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"Longon Kings Cross"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"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",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/e2f58ccc"
],
[
"_:search/e2f58ccc",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Polish"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"name",
"the backstreet bistro"
],
[
"_:result",
"name",
"the slug and lettuce"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"the slug and lettuce"
],
[
"_:result",
"address",
"34 - 35 Green Street"
],
[
"_:result",
"phone",
"do n't have"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"Longon Kings Cross"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"duration",
"51-minute"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a 4 star hotel that has moderate price ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'11');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 11 possible choices . Do you have any additional preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I would like it to be on the North part of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are quite a few guesthouses in that area . Would a guesthouse meet your needs ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes a guesthouse would be fine . Does it have internet ? And what is it 's postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , the Acorn Guest House has internet ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that 's perfect . Thanks for your help !"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,postcode,'cb41da');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "And the postcode is cb41da if you still need that information . Is there anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all for now . Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
SNG0847.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'trinity college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , I am looking for information about Trinity College ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Trinity Street');(_:result,entrance_fee,'1 pound');(_:result,name,'Trinity college');(_:result,phone,'01223338400');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "No problem . Trinity college is located on Trinity Street and there is a 1 pound entrance fee . The phone number is 01223338400 . Did you need anything else ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that was all ."
},
{
"id": 3,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You are very welcome . Thank you for using our service !"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,name,'trinity college');(_:search,pricerange,'moderate');(_:search,type,'Attraction');(_:search,type,'Restaurant'))",
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I almost forgot , I need to locate a restaurant in the centre town in the moderate price range . And can you confirm the attraction type for Trinity college please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,category,'college');(_:result,count,'21');(_:result,name,'Trinity College');(_:result,pricerange,'moderate');(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have 21 restaurants in the centre area with a moderate price range . What type of food would you be interested in ? Trinity College is listed as a college ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there a restaurant in the center that serves international food but moderately priced ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,name,'Varsity Restaurant');(_:result,name,'or the Bloomsbury Restaurant');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,food,'international');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two restaurants that serve international cuisine in the area . Would you be interested in The Varsity Restaurant , or the Bloomsbury Restaurant ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'varsity restaurant');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm interested in The Varsity Restaurant . What is the phone number , postcode and address for this restaurant ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'35 Saint Andrews Street City Centre');(_:result,name,'Varsity Restaurant');(_:result,phone,'01223356060');(_:result,postcode,'cb23ar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Varsity Restaurant is located at 35 Saint Andrews Street City Centre , postcode cb23ar . The phone number is 01223356060 . Would you like to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'trinity college');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "No , thank you . I would like to book a taxi from Trinity College to Varsity Restaurant , though ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'll be glad to help . What time would you like the taxi for ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'10:00');(_:search,departure,'the attraction');(_:search,leave_at,'14:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave the attraction by 14:00 , so book the taxi for 10:00 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'red volvo');(_:result,phone,'07236406962');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "You 're all set . A red volvo will pick you up . Your contact number is 07236406962 . Is there anything else you need ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all . Thanks for helping me out ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "not a problem ! Thanks for contacting Cambridge TownInfo centre !"
}
] |
MUL0996.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"trinity college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"trinity college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Street"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"name",
"Trinity college"
],
[
"_:result",
"phone",
"01223338400"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Street"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"name",
"Trinity college"
],
[
"_:result",
"phone",
"01223338400"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"trinity college"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Street"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"phone",
"01223338400"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"trinity college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"name",
"Trinity College"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Street"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"phone",
"01223338400"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"name",
"or the Bloomsbury Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"international"
],
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"35 Saint Andrews Street City Centre"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"phone",
"01223356060"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"trinity college"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"international"
],
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"35 Saint Andrews Street City Centre"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"phone",
"01223356060"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"international"
],
[
"_:search",
"name",
"varsity restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"35 Saint Andrews Street City Centre"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red volvo"
],
[
"_:result",
"phone",
"07236406962"
],
[
"_: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,day,'friday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train on Friday to Cambridge"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I would be happy to help you find a train . Can you confirm where you will be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'20:45');(_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'll be departing from peterborough and it needs to arrive by 20:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'20:38');(_:result,id,'TR9805');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9805 will arrive at 20:38 , would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book me tickets for 5 people"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'7HQD6471');(_:booking,ticket,'82.5 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful the price is 82.5 pounds your reference number is 7HQD6471 . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I could use some help finding a museum to visit ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many lovely museums in Cambridge . Would you prefer a certain type of museum , or a particular neighbourhood ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm open to just about anything . What 's your favorite ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,\"14 King 's Parade\");(_:result,entrance_fee,'free');(_:result,name,'Byard Art Museum');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I quite enjoy Byard Art Museum located at 14 King 's Parade . It is free also . Can I give you any more information ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Which area is it in ? And can you also give me the post code ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'south');(_:result,name,'Byard Art');(_:result,postcode,'cb21sj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Byard Art is south and the postcode is cb21sj . Would you like information on another attraction ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that one sounds perfect , thank you ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "May I help you with anything else , such as a restaurant ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , you have been a great help . Thank you . Good bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "It 's been my pleasure . Thanks for using our service . Good day ."
}
] |
MUL1965.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",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"arrive_by",
"20:38"
],
[
"_:result",
"id",
"TR9805"
],
[
"_: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",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"arrive_by",
"20:38"
],
[
"_:result",
"id",
"TR9805"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7HQD6471"
],
[
"_:booking",
"ticket",
"82.5 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"arrive_by",
"20:38"
],
[
"_:result",
"id",
"TR9805"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7HQD6471"
],
[
"_:booking",
"ticket",
"82.5 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"arrive_by",
"20:38"
],
[
"_:result",
"id",
"TR9805"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7HQD6471"
],
[
"_:booking",
"ticket",
"82.5 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"14 King 's Parade"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Byard Art Museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"arrive_by",
"20:38"
],
[
"_:result",
"id",
"TR9805"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7HQD6471"
],
[
"_:booking",
"ticket",
"82.5 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"14 King 's Parade"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:result",
"arrive_by",
"20:38"
],
[
"_:result",
"id",
"TR9805"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7HQD6471"
],
[
"_:booking",
"ticket",
"82.5 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"14 King 's Parade"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_: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,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay . I would like for it to be a 4 star guesthouse ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,category,'guesthouses');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I actually have many 4-star guesthouses in town . Is there a certain area that interests you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , just moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Trying to narrow this down do you need free parking or free wifi ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,\"does n't matter\");(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , that does n't matter ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'62 Gilbert Road');(_:result,name,'Avalon');(_:result,phone,'01223353071');(_:result,postcode,'cb43pd');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'd recommend that Avalon , as it fulfills your needs . It 's located at 62 Gilbert Road cb43pd and the phone number is 01223353071 . Would you like more information ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's go ahead and make a reservation . I 'll be arriving Tuesday and would like to stay 5 nights . There will be 7 people in my group ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'DR0ZGF0P');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked ! Reference number is : DR0ZGF0P"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for the help . Have a nice day ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . You , too !"
}
] |
SNG0939.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"area",
"does n't matter"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"area",
"does n't matter"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"phone",
"01223353071"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"area",
"does n't matter"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"phone",
"01223353071"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"DR0ZGF0P"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a moderately priced hotel that has free wifi ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,area,'north');(_:result,name,'the acorn guest house');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have many guesthouses that are moderately priced . How about the acorn guest house , they are located in the north ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it include free wifi and parking ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes to both ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! Book for 1 people starting on Thursday for 4 nights . Thanks ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I apologize . That booking was unsuccessful . Would you like to try another hotel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Another hotel will be fine as long as it 's in the same price range . Thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "a and b guest house is a nice place . Would you like me to book it for you ?"
}
] |
SSNG0205.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/ab5475c6"
],
[
"_:booking/ab5475c6",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'acorn guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am trying to find the Acorn Guest House ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Acorn Guesthouse');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Acorn Guesthouse is a 4 star hotel located in the north side of town . It includes free internet and parking . Would you like me to book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks . I will go ahead and book it myself . I think I have all the information I need . Thank you ."
},
{
"id": 3,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you , and thanks again for using our free service ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually , could you help find a train as well ? To Norwich ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,day,'Friday');(_:booking,departure,'cambridge');(_:booking,destination,'norwich');(_:booking,leave_at,'05:36');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I found a train from cambridge to norwich at 05:36 on Friday , will that work ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'21:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave after 21:30 , is there anything closer to that time ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'14');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes there are 14 trains . Which day would you like to depart ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sunday would be good ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a time you need to arrive by ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'21:30');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , just leave after 21:30 . Will you give me the travel time , arrival time and the Train ID ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'22:55');(_:result,duration,'79 minutes');(_:result,id,'TR0625');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "I d is TR0625 , travel time is 79 minutes and you will arrive by 22:55 . Anything else ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , you 've answered all of my questions . Thanks so much for your time . Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service , have a nice day ."
}
] |
MUL0774.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"destination",
"norwich"
],
[
"_:booking",
"leave_at",
"05:36"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"destination",
"norwich"
],
[
"_:booking",
"leave_at",
"05:36"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"destination",
"norwich"
],
[
"_:booking",
"leave_at",
"05:36"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"destination",
"norwich"
],
[
"_:booking",
"leave_at",
"05:36"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"22:55"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"id",
"TR0625"
],
[
"_:result",
"type",
"Train"
],
[
"_: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,type,'Hospital'))"
],
"speaker": "user",
"text": "Hello i 'm injured and need a hospital nearby ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223217118');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "call them through 01223217118"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Could you give me the address for the hospital ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "It 's Hills Rd . Postcode is CB20QQ ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Ok , that 's all I need"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for allowing me to help you today ."
}
] |
SNG01757.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223217118"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223217118"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'swedish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello there ! I am looking for a restaurant that specializes in Swedish food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What area would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is no Swedish restaurant . Would you like to change your query ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about asian oriental ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Regent Street City Centre');(_:result,food,'chinese');(_:result,name,'Charlie Chan');(_:result,phone,'01223 361763');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Charlie Chan has cheap chinese food located on Regent Street City Centre , phone 01223 361763"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have any moderately priced listings for asian oriental ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Yippee Noodle Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is the Yippee Noodle Bar . Would you like the address ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please and the phone number as well . Thank you ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'40428 King Street City Centre');(_:result,phone,'01223 518111');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 40428 King Street City Centre and the phone number is 01223 518111 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Excellent . That is all I needed . Have a good evening and thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system . Goodbye !"
}
] |
WOZ20243.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/ea93e5cb"
],
[
"_:search/ea93e5cb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/ea93e5cb"
],
[
"_:search/ea93e5cb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"phone",
"01223 361763"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/ea93e5cb"
],
[
"_:search/ea93e5cb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"phone",
"01223 361763"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/ea93e5cb"
],
[
"_:search/ea93e5cb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"address",
"40428 King Street City Centre"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'english');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an English restaurant that 's moderately priced .."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants matching your request . May I help you find a different restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , then I 'm looking for a restaurant with Chinese food that 's moderately priced ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "I have four restaurants matching your request , would you like to hear them all or narrow your request ?"
}
] |
WOZ20627.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"english"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f123d41b"
],
[
"_:search/f123d41b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place to dine . The restaurant should be in the west and should be in the cheap price range"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Italian');(_:result,food,'Vietnamese');(_:result,type,'Restaurant'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have both an Italian restaurant and a Vietnamese Restaurant . Do you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'15:30');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care book a table for 5 people at 15:30 on friday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'YW1NYRXC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : YW1NYRXC ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Cool thank you . I 'm all set for now ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for allowing me to help you . Have a great day ."
}
] |
SNG01672.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Vietnamese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Vietnamese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"YW1NYRXC"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am excited to see some local attractions . Can you help me with a particular one ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Were you looking for a particular area of town to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'saint barnabas press gallery');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , a friend was telling me about this great gallery in town . It was called the Saint Barnabas Press Gallery . Can you tell me about it ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"the belfast yard , coldham 's road\");(_:result,area,'east');(_:result,phone,'01223902116');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is located at the belfast yard , coldham 's road in the east of the town . Here 's the phone number 01223902116"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay at . Any recommendations ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you like to stay in the East part of town , near the gallery ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'guesthouse');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I 'd like a 3 star guesthouse in the south ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'151 Hills Road');(_:result,area,'south');(_:result,category,'guesthouse');(_:result,count,'1');(_:result,name,'Bridge Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have one guesthouse in the south . Bridge Guest House on 151 Hills Road . Would you like to reserve a room ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you let me know the price range of the guesthouse ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,phone,'01223247942');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Certainly ! The price range is moderate . Their phone number is 01223247942 . Would you like me to book a room for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . I will book later on my own . Thanks for all the help . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your stay in cambridge !"
}
] |
PMUL4804.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"saint barnabas press gallery"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"saint barnabas press gallery"
],
[
"_:result",
"address",
"the belfast yard , coldham 's road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"phone",
"01223902116"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint barnabas press gallery"
],
[
"_:result",
"address",
"the belfast yard , coldham 's road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"phone",
"01223902116"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint barnabas press gallery"
],
[
"_:result",
"phone",
"01223902116"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"151 Hills Road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint barnabas press gallery"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"151 Hills Road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"phone",
"01223247942"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train leaving from cambridge and going to norwich ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'6:55');(_:result,day,'Friday');(_:result,departure,'Cambridge');(_:result,destination,'Norwich');(_:result,leave_at,'5:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The next train leaving from Cambridge to Norwich is on Friday at 5:36 and will reach it 's destination at 6:55 . Would you like me to book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No thatnk you but may I have the train ID ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,duration,'79 minutes');(_:result,id,'TR2534');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes the train ID for this journey is TR2534 and the length of the journey will be 79 minutes . Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I actually need one leaving on Saturday at that time ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,day,'Saturday');(_:result,id,'TR6866');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , train : TR6866 leaves at that time on Saturday . Did you want to book a ticket ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'williams art and antiques');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No thanks . I need information on an attraction called williams art and antiques"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,\"gwdir street , no . 5 dale 's brewery\");(_:result,entrance_fee,'free');(_:result,name,'Williams art and antiques');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Williams art and antiques located at gwdir street , no . 5 dale 's brewery the entrance fee is free ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What type of attraction is it ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'museum');(_:result,entrance_fee,'no entrance fee');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is a museum . And there is no entrance fee ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Goodbye ."
}
] |
PMUL1467.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"6:55"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"leave_at",
"5:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"6:55"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"leave_at",
"5:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"id",
"TR2534"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"6:55"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"leave_at",
"5:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"id",
"TR6866"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"williams art and antiques"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"6:55"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"leave_at",
"5:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"id",
"TR6866"
],
[
"_:search",
"name",
"williams art and antiques"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"gwdir street , no . 5 dale 's brewery"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Williams art and antiques"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"6:55"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"leave_at",
"5:36"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"id",
"TR6866"
],
[
"_:search",
"name",
"williams art and antiques"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"gwdir street , no . 5 dale 's brewery"
],
[
"_:result",
"name",
"Williams art and antiques"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train from Norwich to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,amount,'several');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are several what day and time would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Monday and arrive by 17:45 ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,arrive_by,'17:35');(_:booking,category,'Train');(_:booking,id,'TR0192');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Of course ! I 'd recommend the TR0192 train , which arrives by 17:35 . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could I please get the price and the train ID ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR0192');(_:result,ticket,'17.60');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train i d is TR0192 and the cost is 17.60"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a restaurant . Can you do that ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Yes . What type of resturant do you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'fusion');(_:search,type,'Restaurant'))",
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "fusion food would be ideal ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'in Cambridge');(_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no fusion restaurants in Cambridge . Can I find a different type of cuisine for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Try chinese food instead ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'17');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We 've got 17 Chinese restaurants . Is there a part of the city or a price range you had in mind ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'20:30');(_:search,people,'5');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can we get a restaurant in the cheap price range . It will be for 5 people at 20:30 , on the same day"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,count,'3');(_:result,food,'Chinese');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 3 cheap Chinese restaurants in the centre and 1 in the south , which would you like me to try to book ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'5');(_:search,type,'Restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Pick your favorite and book it . We are a party of 5 and we 'd like to eat late , like 20:30 , on the same day as that train you found for me ."
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was not able to book any of those 4 at 20:30 , would you like to try an earlier time ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,duration,'19:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you try for 19:30 please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'WM46ALL4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That was successful . Your reference number is WM46ALL4"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for all your help"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
MUL1644.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"17:35"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0192"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"17:35"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0192"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR0192"
],
[
"_:result",
"ticket",
"17.60"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"17:35"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0192"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR0192"
],
[
"_:result",
"ticket",
"17.60"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"food",
"fusion"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"17:35"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0192"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR0192"
],
[
"_:result",
"ticket",
"17.60"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:system",
"canthelp",
"_:search/e7587190"
],
[
"_:search/e7587190",
"area",
"in Cambridge"
],
[
"_:search/e7587190",
"food",
"fusion"
],
[
"_:search/e7587190",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"17:35"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0192"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR0192"
],
[
"_:result",
"ticket",
"17.60"
],
[
"_:result",
"id",
"?"
],
[
"_:system",
"canthelp",
"_:search/e7587190"
],
[
"_:search/e7587190",
"area",
"in Cambridge"
],
[
"_:search/e7587190",
"food",
"fusion"
],
[
"_:search/e7587190",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"20:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_: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",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"17:35"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0192"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR0192"
],
[
"_:result",
"ticket",
"17.60"
],
[
"_:result",
"id",
"?"
],
[
"_:system",
"canthelp",
"_:search/e7587190"
],
[
"_:search/e7587190",
"area",
"in Cambridge"
],
[
"_:search/e7587190",
"food",
"fusion"
],
[
"_:search/e7587190",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"duration",
"20:30"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"17:35"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0192"
],
[
"_:result",
"id",
"TR0192"
],
[
"_:result",
"ticket",
"17.60"
],
[
"_:result",
"id",
"?"
],
[
"_:system",
"canthelp",
"_:search/e7587190"
],
[
"_:search/e7587190",
"area",
"in Cambridge"
],
[
"_:search/e7587190",
"food",
"fusion"
],
[
"_:search/e7587190",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/db0bf860"
],
[
"_:booking/db0bf860",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"17:35"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0192"
],
[
"_:result",
"id",
"TR0192"
],
[
"_:result",
"ticket",
"17.60"
],
[
"_:result",
"id",
"?"
],
[
"_:system",
"canthelp",
"_:search/e7587190"
],
[
"_:search/e7587190",
"area",
"in Cambridge"
],
[
"_:search/e7587190",
"food",
"fusion"
],
[
"_:search/e7587190",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/db0bf860"
],
[
"_:booking/db0bf860",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"WM46ALL4"
],
[
"_: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,type,'Attraction'))"
],
"speaker": "user",
"text": "I trying to plan my trip and need some information about places to visit ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Do you have a specific type of attraction in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "yes , how about an architecture kind of attraction ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 5 in town , might I suggest All Saints Church ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "THAT IS FINE . GET ME THE POST CODE ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their post code is cb58bs . Is there anything more I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'lan hong house');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can I have the phone number for the Lan Hong house restaurant ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223350420');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . The phone number is 01223350420 . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'14:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please also book restaurant for 5 people on Wednesday at 14:45 ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'I6EE0RO2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful , they will reserve the table for 15 minutes . Your reference number is I6EE0RO2 . Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . I 'm all set ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Ok great . Have a wonderful day !"
}
] |
PMUL4945.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"lan hong house"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"name",
"lan hong house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223350420"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14: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",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"name",
"lan hong house"
],
[
"_:result",
"phone",
"01223350420"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"I6EE0RO2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'16:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm travelling to cambridge and I need a train leaving after 16:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you please give me your departure location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Peterborough ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to travel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,departure,'Peterborough');(_:result,id,'TR0017');(_:result,leave_at,'16:48');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR0017 train leaves Peterborough at 16:48 . Would you like me to book you a seat on it ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is there one a little earlier ? I 'd actually like to leave closer to 13:15 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a time you would like to arrive by ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "No just to leave after 13:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR4679');(_:result,leave_at,'13:19');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "then train ID TR4679 suits you . it leaves at 13:19"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to book for 3 people ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ticket,'49.5 GBP');(_:booking,type,'Booking');(_:result,ref,'Y3MAVYRQ');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 49.5 GBP payable at the station . Reference number is : Y3MAVYRQ ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'dontcare');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you so much , now can you please recommend a restaurant in the north with a moderate price range ? Any type of food will do ."
},
{
"id": 13,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'indian');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two restaurants . They serve either chinese or indian type food . What do you like ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Oooh . I like both of those . Which would you recommend ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,name,'the nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I think you will have a great time picking a dish at the nirala which serves indian ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , thanks ! Can you please give me the postcode and address ?"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'7 Milton Road Chesterton');(_:result,name,'Nirala');(_:result,postcode,'cb41uy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Nirala is located at 7 Milton Road Chesterton , cb41uy . How else can I help you today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all the help I need for today , thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL0797.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"id",
"TR0017"
],
[
"_:result",
"leave_at",
"16:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"id",
"TR0017"
],
[
"_:result",
"leave_at",
"16:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR4679"
],
[
"_:result",
"leave_at",
"13:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR4679"
],
[
"_:result",
"leave_at",
"13:19"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"49.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"Y3MAVYRQ"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"dontcare"
],
[
"_: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",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR4679"
],
[
"_:result",
"leave_at",
"13:19"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"49.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"Y3MAVYRQ"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR4679"
],
[
"_:result",
"leave_at",
"13:19"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"49.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"Y3MAVYRQ"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"the nirala"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR4679"
],
[
"_:result",
"leave_at",
"13:19"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"49.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"Y3MAVYRQ"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"indian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"7 Milton Road Chesterton"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"postcode",
"cb41uy"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking to have some European food tonight for dinner . Something very traditional in the centre of town should be good . Can I get a list of options ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'8');(_:result,name,'Eraina');(_:result,name,'Michaelhouse cafe');(_:result,name,'darrys cookhouse and wine shop');(_:result,name,'de luca cucina and bar');(_:result,name,'galleria');(_:result,name,'hotel du vin and bistro');(_:result,name,'riverside brasserie');(_:result,name,'the river bar steakhouse and grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 8 restaurants . Eraina , Michaelhouse cafe , hotel du vin and bistro , galleria , de luca cucina and bar , riverside brasserie , darrys cookhouse and wine shop , the river bar steakhouse and grill"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'eraina');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please provide postcode and address for Eraina ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Free School Lane City Centre');(_:result,postcode,'cb23rh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode is cb23rh and address is Free School Lane City Centre . Is there anything else I can help with ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's it . Goodbye !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could help . Have a nice day . Good bye ."
}
] |
SNG0549.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"name",
"Michaelhouse cafe"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"name",
"galleria"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"eraina"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"name",
"Michaelhouse cafe"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"name",
"galleria"
],
[
"_:result",
"name",
"hotel du vin and bistro"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"name",
"the river bar steakhouse and grill"
],
[
"_:search",
"name",
"eraina"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Free School Lane City Centre"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant on the south side please"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'Indian');(_:result,name,'Tandoori Palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you be interested in a wonderful Indian restaurant called Tandoori Palace ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'kosher');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No actually , can you suggest me some kosher places ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no kosher restaurants in that area . Would you like to search another area or food type ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "A portuguese restaurant might be nice ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "there is ali baba at 59 Hills Road City Centre , phone number is 01462 432565 ."
}
] |
WOZ20511.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"kosher"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1eb87e52"
],
[
"_:search/1eb87e52",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a restaurant in Cambridge that has international food and a moderate price range please ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,name,'Bloomsbury');(_:result,name,'Varsity');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Varsity restaurant and Bloomsbury both appear to offer what you 're looking for . May I book one of those for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'19:30');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please make me a reservation at the Bloomsbury for 2 people at 19:30 on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry I was n't able to make that booking . Would you like another day or time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'18:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 18:30 instead ? Does that work ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , the booking has been completed ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay . Are there any 5 star hotels that include free parking ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately there are no hotels that meet those preferences , would you like me to search for a 4 star instead ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , but it definitely needs to be a hotel , not a guesthouse ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are three hotels that meet your preferences , would you like me to book one of them for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that would be great . I also need the reference number for the Bloomsbury booking please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,name,'bloomsbury');(_:booking,ref,'NTKQ8R1I');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reference number to the bloomsbury booking is NTKQ8R1I ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'Cambridge Belfry');(_:result,name,'Huntingdon Marriott');(_:result,name,'University Arms');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Did you want me to book that hotel for you ? The Huntingdon Marriott , The Cambridge Belfry , and the University Arms all meet your requirements ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book The Huntingdon Marriott on Thursday for 5 nights for the same 2 people . If it is not available , please book another one ."
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately booking was unsuccessful for that day . Can we try another day ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,stay,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have a booking for one day ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'V1PGRO1T');(_:booking,stay,'one');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , I was able to book the hotel for one day . Your reference number is V1PGRO1T . Is there anything else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm also in need of a taxi to commute between the locations , can you find me one ?"
},
{
"id": 19,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'd be happy to get you a taxi , will you be departing from the hotel or the restaurant ? What time do you want to arrive ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,arrive_by,'18:30');(_:search,departure,'the hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like the taxi to pick me up from the hotel . I need to be at the restaurant at 18:30 ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'grey volvo');(_:result,phone,'07021736620');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked your taxi to bloomsbury from huntingdon , Booked car type : grey volvo Contact number : \t 07021736620 . May I help with anything else ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you for your help ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a wonderful day and please feel free to reach out again if you have more questions ."
}
] |
MUL0086.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"name",
"Varsity"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"name",
"Varsity"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/b12ef89f"
],
[
"_:booking/b12ef89f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"name",
"Varsity"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/b12ef89f"
],
[
"_:booking/b12ef89f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"name",
"Varsity"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/b12ef89f"
],
[
"_:booking/b12ef89f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"5"
],
[
"_:system",
"canthelp",
"_:search/d3e54afd"
],
[
"_:search/d3e54afd",
"category",
"hotels"
],
[
"_:search/d3e54afd",
"type",
"Hotel"
],
[
"_: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",
"international"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"name",
"Varsity"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/b12ef89f"
],
[
"_:booking/b12ef89f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"5"
],
[
"_:system",
"canthelp",
"_:search/d3e54afd"
],
[
"_:search/d3e54afd",
"category",
"hotels"
],
[
"_:search/d3e54afd",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Bloomsbury"
],
[
"_:result",
"name",
"Varsity"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/b12ef89f"
],
[
"_:booking/b12ef89f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"5"
],
[
"_:system",
"canthelp",
"_:search/d3e54afd"
],
[
"_:search/d3e54afd",
"category",
"hotels"
],
[
"_:search/d3e54afd",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"bloomsbury"
],
[
"_:booking",
"ref",
"NTKQ8R1I"
],
[
"_: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",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/b12ef89f"
],
[
"_:booking/b12ef89f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"5"
],
[
"_:system",
"canthelp",
"_:search/d3e54afd"
],
[
"_:search/d3e54afd",
"category",
"hotels"
],
[
"_:search/d3e54afd",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"bloomsbury"
],
[
"_:booking",
"ref",
"NTKQ8R1I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/b12ef89f"
],
[
"_:booking/b12ef89f",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"5"
],
[
"_:system",
"canthelp",
"_:search/d3e54afd"
],
[
"_:search/d3e54afd",
"category",
"hotels"
],
[
"_:search/d3e54afd",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"bloomsbury"
],
[
"_:booking",
"ref",
"NTKQ8R1I"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/d714e5c5"
],
[
"_:booking/d714e5c5",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_: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,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/b12ef89f"
],
[
"_:booking/b12ef89f",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"5"
],
[
"_:system",
"canthelp",
"_:search/d3e54afd"
],
[
"_:search/d3e54afd",
"category",
"hotels"
],
[
"_:search/d3e54afd",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"bloomsbury"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/d714e5c5"
],
[
"_:booking/d714e5c5",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:booking",
"ref",
"V1PGRO1T"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/b12ef89f"
],
[
"_:booking/b12ef89f",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"5"
],
[
"_:system",
"canthelp",
"_:search/d3e54afd"
],
[
"_:search/d3e54afd",
"category",
"hotels"
],
[
"_:search/d3e54afd",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"bloomsbury"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/d714e5c5"
],
[
"_:booking/d714e5c5",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:booking",
"ref",
"V1PGRO1T"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_: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",
"food",
"international"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/b12ef89f"
],
[
"_:booking/b12ef89f",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"5"
],
[
"_:system",
"canthelp",
"_:search/d3e54afd"
],
[
"_:search/d3e54afd",
"category",
"hotels"
],
[
"_:search/d3e54afd",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"bloomsbury"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/d714e5c5"
],
[
"_:booking/d714e5c5",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:booking",
"ref",
"V1PGRO1T"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey volvo"
],
[
"_:result",
"phone",
"07021736620"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Find me places to go in town . I want to go to museum type attractions ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museum');(_:result,count,'11');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 11 museum type locations in the city centre , would you care to see a listing ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the phone number to the closest one to my location ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223314960');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes the phone number is 01223314960 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train to Cambridge departing from Kings Lynn"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day are you leaving ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'18:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am wanting to leave on Sunday after 18:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR1526');(_:result,leave_at,'09:11');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have the TR1526 leaving at 09:11 . How many ticket please ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Oh , I 'm not gon na book right now . Do you know how long the trip will take ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'47 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "that trip will take 47 minutes . anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "If that 's all , then I hope you enjoy your time in Cambridge ! Have a great day ."
}
] |
PMUL1382.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",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:result",
"id",
"TR1526"
],
[
"_:result",
"leave_at",
"09:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:result",
"id",
"TR1526"
],
[
"_:result",
"leave_at",
"09:11"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to find a train to peterborough ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'266');(_:result,destination,'peterborough');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 266 trains going to Peterborough . Can you give me a departure day and time so that I can narrow down your choices ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to go from cambridge , and go on friday arriving by 14:30"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'14:24');(_:result,duration,'50 minutes');(_:result,id,'TR5901');(_:result,leave_at,'13:34');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , how about the TR5901 leaving at 13:34 and arriving at 14:24 with a duration of 50 minutes ? The cost is 16.50 pounds . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "That would be perfect !"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Great , how many tickets would you like to purchase ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "7 tickets please . Can I also have the reference number for the booking ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'R5P65TW5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your tickets are all booked , reference number R5P65TW5"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . That is all I will need today ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Have a wonderful day !"
}
] |
SNG0432.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"266"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"266"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:24"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"id",
"TR5901"
],
[
"_:result",
"leave_at",
"13:34"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"266"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:24"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"id",
"TR5901"
],
[
"_:result",
"leave_at",
"13:34"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"266"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:24"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"id",
"TR5901"
],
[
"_:result",
"leave_at",
"13:34"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"R5P65TW5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "What can I help you with ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'shiraz');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to reserve a table at shiraz , can you help me ?"
},
{
"id": 3,
"rdf-acts": [
"thank()",
"request((_:booking,day,?);(_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'mediterranean');(_:result,name,'Shiraz');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I sure can . Shiraz is an expensive mediterranean place in the centre of town . What day would you like your reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need the reservation for Saturday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , i am getting the info up now , how many people will this be for and what time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'19:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "There will be 5 of us and 19:45 would be great ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'T9VU6COP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made your reservation . Your reference number is T9VU6COP ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need to book a train ."
},
{
"id": 9,
"rdf-acts": [
"thank()",
"request((_:search,arrive_by,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Great ! Where are you going , and when would you like to arrive ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "We are departing from Birmingham New Street and going to Cambridge ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Great , what day and time would you like to leave ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to travel on saturday and arrive by 13:15 please"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I see 7 trains here matching your needs . Would you like me to reserve tickets ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,people,'5');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes choose the arrival time closest to 13:15 and book that train for 5 people . Then give me the reference number"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'QSA8VDXW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , you are booked and reference number is QSA8VDXW"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thanks ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome enjoy your trip"
}
] |
PMUL3263.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"shiraz"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"shiraz"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"Shiraz"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"shiraz"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"Shiraz"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"shiraz"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"Shiraz"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"T9VU6COP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"shiraz"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"Shiraz"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"T9VU6COP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"shiraz"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"Shiraz"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"T9VU6COP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_: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",
"shiraz"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"Shiraz"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:booking",
"ref",
"T9VU6COP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_: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",
"shiraz"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"Shiraz"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"QSA8VDXW"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"shiraz"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"Shiraz"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"QSA8VDXW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm interested in getting some entertainment later ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'some');(_:result,category,'entertainments');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are some entertainments available do you want the information ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'theatres');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Awesome . Can you give me some information on local theatres ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,area,'south');(_:result,category,'theatres');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 theatres one in the south and 4 in the centre . Is there an area you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,area,'south');(_:search,pricerange,'moderately');(_:search,type,'Attraction');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the address , phone number , and entrance fee info for the one in the south ? I also need a restaurant that is moderately priced in the centre ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Clifton Way');(_:result,category,'theatre');(_:result,entrance_fee,'not sure');(_:result,name,'Junction');(_:result,phone,'01223511511');(_:result,postcode,'cb17gx');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The theatre is called , The Junction . It is located at Clifton Way , cb17gx . The phone number is 01223511511 . I 'm not sure if there is an entrance fee or not ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'latin american');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . Can you help me find a moderately - priced Latin American restaurant in the centre ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I was unable to find any in that area , do you have any other place you 'd like to try ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , let 's try another kind of food . How about spanish ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'14 - 16 Bridge Street');(_:result,name,'La Tasca');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have La Tasca , at 14 - 16 Bridge Street . Would you like a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No but I would like the phone number ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223464630');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223464630 . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thanks ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Have a great day !"
}
] |
PMUL2284.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"entertainments"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"theatres"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:search",
"category",
"theatres"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:search",
"category",
"theatres"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"entrance_fee",
"not sure"
],
[
"_:result",
"name",
"Junction"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:result",
"postcode",
"cb17gx"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"latin american"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:search",
"category",
"theatres"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"Clifton Way"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"entrance_fee",
"not sure"
],
[
"_:result",
"name",
"Junction"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:result",
"postcode",
"cb17gx"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/edb7c7a1"
],
[
"_:search/edb7c7a1",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:search",
"category",
"theatres"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"entrance_fee",
"not sure"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:result",
"postcode",
"cb17gx"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/edb7c7a1"
],
[
"_:search/edb7c7a1",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"14 - 16 Bridge Street"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:search",
"category",
"theatres"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"entrance_fee",
"not sure"
],
[
"_:result",
"postcode",
"cb17gx"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/edb7c7a1"
],
[
"_:search/edb7c7a1",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"14 - 16 Bridge Street"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223464630"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'india house');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a specific restaurant . It 's called india house . Can you help with this ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,food,'Indian');(_:result,name,'India House');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure can . India House is an expensive Indian restaurant in the west part of town . Would you like a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'16:30');(_:search,people,'4');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes for 4 people at 16:30 on a Saturday . I will need a reference number as well ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'HD53UDCO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've made the reservation and the reference number is HD53UDCO . What else can I help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that takes care of everything , thanks !"
},
{
"id": 5,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Oh , it was my pleasure . I 'm here if you need anything else ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . Have a great day !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You have a great day !"
}
] |
SNG0600.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"india house"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"india house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"India House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"india house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"India House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HD53UDCO"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"india house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"India House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HD53UDCO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am planning a trip in Cambridge looking for a restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I can help with that . What type of cuisine are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I am interested in Indian food in an expensive price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'Indian');(_:result,name,'Curry garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry garden has some expensive Indian food if you would like that ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great ! Can I get a table for 4 on Saturday ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . What time would you like to dine ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'14:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "We would like to dine at 14:00"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'W7WSG821');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great I was able to do it , reference number is W7WSG821 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i also want a train on sunday and should go to peterborough"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a certain time you would like to leave after or arrive by ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'11:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave after 11:15 , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'12:24');(_:result,id,'TR9376');(_:result,leave_at,'11:34');(_:result,ticket,'13.20 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9376 leaves at 11:34 , arriving 12:24 . The fare is 13.20 pounds . WOuld you like me to book the ticket ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No thank you . I just need the travel time please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'50 minute journey');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "It is a 50 minute journey filled with adventure and awe . Can I assist with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed . Thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome . Have a nice day and do n't hesitate to call back ."
}
] |
PMUL3211.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:00"
],
[
"_: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",
"ticket",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"ref",
"W7WSG821"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"ref",
"W7WSG821"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
]
],
"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",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"ref",
"W7WSG821"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:24"
],
[
"_:result",
"id",
"TR9376"
],
[
"_:result",
"leave_at",
"11:34"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"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",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"ref",
"W7WSG821"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:24"
],
[
"_:result",
"id",
"TR9376"
],
[
"_:result",
"leave_at",
"11:34"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"50 minute journey"
],
[
"_: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,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need help finding a train that departs from Leicester ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time do you want to depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'21:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Saturday , but I ca n't leave until that night after 21:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'23:54');(_:result,day,'Saturday');(_:result,destination,'Cambridge');(_:result,id,'TR0974');(_:result,leave_at,'22:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0974 leaves Saturday at 22:09 and arrives in Cambridge at 23:54 . Would you like to purchase a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That train is fine can you book it for 8 people ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'8');(_:booking,ticket,'241.92 GNP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked for 8 tickets and the total fee is 241.92 GNP at the station . May I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Do you have a reference number for that booking ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ref,'77LJ6TH4');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , sorry about that ! Reference number is 77LJ6TH4 . Can I assist you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'the fitzwilliam museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i also need information on an attraction called the fitzwilliam museum ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Trumpington Street');(_:result,area,'center');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Fitzwilliam Museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Fitzwilliam Museum is a free museum in the center of town , on Trumpington Street ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Can you make a reservation ?"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"inform((_:result,category,'museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry . I 'm not able to make reservations at a museum ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the address , and postcode ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'trumpington street');(_:result,postcode,'cb21rb');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Its on trumpington street and the post code is cb21rb . Is there anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all I need . Thanks for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us have a nice day ."
}
] |
PMUL1018.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"arrive_by",
"23:54"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0974"
],
[
"_:result",
"leave_at",
"22:09"
],
[
"_: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
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"arrive_by",
"23:54"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0974"
],
[
"_:result",
"leave_at",
"22:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ticket",
"241.92 GNP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"arrive_by",
"23:54"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0974"
],
[
"_:result",
"leave_at",
"22:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ticket",
"241.92 GNP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"77LJ6TH4"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"the fitzwilliam museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"arrive_by",
"23:54"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0974"
],
[
"_:result",
"leave_at",
"22:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ticket",
"241.92 GNP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"77LJ6TH4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"the fitzwilliam museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Trumpington Street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Fitzwilliam Museum"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"arrive_by",
"23:54"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0974"
],
[
"_:result",
"leave_at",
"22:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ticket",
"241.92 GNP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"77LJ6TH4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"the fitzwilliam museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Trumpington Street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Fitzwilliam Museum"
],
[
"_:system",
"canthelp",
"_:booking/0131c2bb"
],
[
"_:booking/0131c2bb",
"type",
"Booking"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"21:30"
],
[
"_:result",
"arrive_by",
"23:54"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0974"
],
[
"_:result",
"leave_at",
"22:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ticket",
"241.92 GNP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"77LJ6TH4"
],
[
"_:search",
"name",
"the fitzwilliam museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Fitzwilliam Museum"
],
[
"_:system",
"canthelp",
"_:booking/0131c2bb"
],
[
"_:booking/0131c2bb",
"type",
"Booking"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"trumpington street"
],
[
"_:result",
"postcode",
"cb21rb"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'dontcare');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place with free parking , Internet is not required ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'about 30 or so');(_:result,category,'hotels');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alright , there about 30 or so hotels that would work . Did you prefer a certain area or price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't really have an area or price range in mind at the moment , but I am looking for a place that 's a guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'21');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "alright , that narrowed the results down to 21 guesthouses . is there a star rating you are particularly interested in ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "There really is n't any particular star rating I 'm interested in ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderately - priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "May I suggest the Acorn Guest House ? It 's moderately - priced in the north ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Please tell me its star rating , phone number and address ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'154 chesteron road');(_:result,category,'guesthouse');(_:result,phone,'01223353888');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The guesthouse has 4 stars . The address is 154 chesteron road . The phone number is 01223353888 . Would you like for me to book it ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "yes , it is perfect"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day will you be arriving ? I also need to know how many people there will be and how long you will be staying ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'8');(_:search,pricerange,'moderate');(_:search,type,'Hotel');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Hotel');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "There will be 8 of us and I am also looking for a moderate priced restaurant in the center for 11;15 on Saturday . Please send me the reference number ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Let 's get your hotel booked first . I will need to know how many days you 'd like to stay and what day you want to begin your stay please ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'll book the hotel myself , but I would like a restaurant reservation . Someplace moderately priced in the center of town ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'21');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 21 moderately priced restaurants near the centre . Do you have a type of cuisine in mind ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Not really , but a moderate priced restaurant in the centre would be ideal ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'copper kettle sound');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How does the copper kettle sound ? It is moderately priced in town centre and serves british food . Can I reserve a table for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,duration,'11:15');(_:search,people,'8');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's fine . Could you book a table for 8 people at 11:15 . I need a reference number . I also need a taxi between both places arriving at the booked time ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'6JC8SK3S');(_:booking,type,'Booking');(_:result,car,'red skoda');(_:result,leave_at,'11');(_:result,phone,'07950328037');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "It 's booked . Reference number is 6JC8SK3S . Your taxi will arrive at 11 it 's a red skoda with contact number 07950328037"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . Will it take more than 15 minutes to get from the hotel to the restaurant ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,arrive_by,'11:15');(_:result,leave_at,'11:00');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "No , your departure is at 11:00 and you will arive by 11:15 . Is there anything else I can assist with you today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . I believe that will be everything . Thank you ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and please contact us again if you have any questions ."
}
] |
MUL0194.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"about 30 or so"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"about 30 or so"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"about 30 or so"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"about 30 or so"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"154 chesteron road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"about 30 or so"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"154 chesteron road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"about 30 or so"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"154 chesteron road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"about 30 or so"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"154 chesteron road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"about 30 or so"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"154 chesteron road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"copper kettle sound"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"about 30 or so"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"154 chesteron road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"copper kettle sound"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"6JC8SK3S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"red skoda"
],
[
"_:result",
"leave_at",
"11"
],
[
"_:result",
"phone",
"07950328037"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"about 30 or so"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"154 chesteron road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"copper kettle sound"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"6JC8SK3S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"red skoda"
],
[
"_:result",
"phone",
"07950328037"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"arrive_by",
"11:15"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any expensive British restaurants in town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'57');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 57 restaurants that match your specifications . Do you want anything more specific ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like to find one in the west side of town ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'Graffiti');(_:result,name,'Travellers Rest');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two restaurants that meet your needs , Graffiti and Travellers Rest . Would you like to make a reservation at one of those ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'17:15');(_:search,people,'five');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I need to book a table for five people at 17:15 for this Thursday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,day,'Thursday');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am unable to book a restaurant at that time on Thursday . Is there another day or time slot I can check for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'16:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Will you check 16:15 ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,duration,'16:15');(_:booking,ref,'VCCP7L4M');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,name,'Graffiti');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "A reservation at 16:15 was successful at Graffiti . Your reference number is VCCP7L4M . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you so much . Have a nice day . Bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a good meal ."
}
] |
SNG0552.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"57"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Travellers Rest"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Travellers Rest"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"canthelp",
"_:booking/360cd265"
],
[
"_:booking/360cd265",
"day",
"Thursday"
],
[
"_:booking/360cd265",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"canthelp",
"_:booking/360cd265"
],
[
"_:booking/360cd265",
"day",
"Thursday"
],
[
"_:booking/360cd265",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"ref",
"VCCP7L4M"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thusday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Any trains running on thusday ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'404');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes I have 404 trains that day , where will you be leaving from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be going ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'08:00');(_:search,destination,'Standsted airport');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I am going to the Standsted airport and would like to arrive by 08:00 . What would the travel time be on that ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'6:08');(_:result,id,'TR7966');(_:result,leave_at,'5:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR7966 leaving at 5:40 and arriving at 6:08 . Would you like to book that ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No tickets right now , thanks , but what 's the total travel time for that train ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'28 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The travel time is 28 minutes . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need some place to go in the centre ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Is there a specific type of attraction you 'd like ? Or would you like for me to make a recommendation ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you make a recommendation and proved the entrance fee and postcode ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,'2 pounds');(_:result,name,\"Great saint mary 's church\");(_:result,postcode,'cb23qp');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Great saint mary 's church is located at cb23qp and it is 2 pounds to enter ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you . That 's all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day ."
}
] |
PMUL1230.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thusday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thusday"
],
[
"_:result",
"count",
"404"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thusday"
],
[
"_:result",
"count",
"404"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"destination",
"Standsted airport"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thusday"
],
[
"_:result",
"count",
"404"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"destination",
"Standsted airport"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"6:08"
],
[
"_:result",
"id",
"TR7966"
],
[
"_:result",
"leave_at",
"5:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thusday"
],
[
"_:result",
"count",
"404"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"destination",
"Standsted airport"
],
[
"_:result",
"arrive_by",
"6:08"
],
[
"_:result",
"id",
"TR7966"
],
[
"_:result",
"leave_at",
"5:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thusday"
],
[
"_:result",
"count",
"404"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"destination",
"Standsted airport"
],
[
"_:result",
"arrive_by",
"6:08"
],
[
"_:result",
"id",
"TR7966"
],
[
"_:result",
"leave_at",
"5:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thusday"
],
[
"_:result",
"count",
"404"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"destination",
"Standsted airport"
],
[
"_:result",
"arrive_by",
"6:08"
],
[
"_:result",
"id",
"TR7966"
],
[
"_:result",
"leave_at",
"5:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"name",
"Great saint mary 's church"
],
[
"_:result",
"postcode",
"cb23qp"
],
[
"_: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,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I going to be staying in the centre part of town , what is there to do at that area ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'a lot');(_:result,area,'centre');(_:result,category,'boating');(_:result,category,'cinema');(_:result,category,'much more');(_:result,category,'museums');(_:result,category,'nightclubs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There 's a lot of popular attractions in the centre of town , including boating , cinema , museums , nightclubs , and much more . Do you have a specific preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , I do n't have a preference . What 's a good place to go to ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'University of Cambridge , Downing Street');(_:result,entrance_fee,'free');(_:result,name,'Museum of Archaelogy and Anthropology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would suggest the Museum of Archaelogy and Anthropology . It is located at University of Cambridge , Downing Street and has free admission ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "May I get the postcode , phone number for that attraction ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223333516');(_:result,postcode,'cb23dz');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , the postcode is cb23dz . The phone number is 01223333516 . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , I 'd like information about the Alpha Milton guest house ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'63 milton road');(_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'alpha - milton guest house');(_:result,pricerange,'moderate');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "alpha - milton guest house is a moderate priced 3 start guesthouse in the north , it does not have free internet or parking . They are located at 63 milton road ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds good please book that for 3 people starting on saturday for 5 nights ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'C3JA0EZJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set , the reference number is C3JA0EZJ , any further questions today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the museum');(_:search,destination,'the hotel');(_:search,leave_at,'24:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to book a taxi to take me from the museum to the hotel . If possible , I 'd like to leave the museum no later than 24:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'grey ford');(_:result,phone,'07511988882');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t grey ford \n Contact number \t : \t 07511988882"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you , that will be all for now . Have a great day ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Thank you very much ."
}
] |
PMUL2705.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",
"a lot"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"much more"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"much more"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"University of Cambridge , Downing Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Museum of Archaelogy and Anthropology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"much more"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"University of Cambridge , Downing Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Museum of Archaelogy and Anthropology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_: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",
"centre"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"C3JA0EZJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"24:45"
],
[
"_: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"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"C3JA0EZJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"24:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey ford"
],
[
"_:result",
"phone",
"07511988882"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find a 4 star hotel in the north side ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'8');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 8 guesthouses that meet that criteria . Do you have a preferred price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I want moderate price range"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'7');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 7 hotels that meets your criteria . Do you want parking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , free parking is important . And also make sure it 's an actual hotel rather than a guesthouse , I prefer the amenities of a hotel ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry but in this area we have only guesthouses . Would you want to choose one of them ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I guess I do n't have a choice . Book me in one of them a room for 3 people for 5 nights starting from this thursday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'arbury lodge guesthouse');(_:booking,ref,'AO41SUKL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked you accomodation at arbury lodge guesthouse . Your reference number is AO41SUKL . Do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all , thanks for the assistance !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Sure , I 'm here yo help . Have a lovely stay !"
}
] |
SSNG0304.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"arbury lodge guesthouse"
],
[
"_:booking",
"ref",
"AO41SUKL"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a park in the west area ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,category,'parks');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately there are no parks in the west . Wanna try another area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about museums in the west ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'Lynne Strover Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes and Lynne Strover Gallery is a nice one and it is free . Would you like their information ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes please give me their address ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'23 high street , fen dilton');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes the address is 23 high street , fen dilton . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a guesthouse with free parking please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'21');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 21 options . Do you have a preference for star rating , area or pricerange ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want it to be rated 4 stars and have wifi included"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'16');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 16 to choose from . Does price range or area matter to you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No that does not matter to me , I just need it for 2 people for 3 nights starting on Tuesday . I 'll need a reference number ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'acorn house');(_:booking,ref,'Q3ABQGJE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful at the acorn house , reference number is Q3ABQGJE , is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,destination,'the hotel');(_:search,leave_at,'19:15');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I want a taxi to pick me up at 19:15 from the attraction and take me to the hotel . Please give me car type and contact info ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'blue tesla');(_:result,phone,'07110094473');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "The taxi will be a blue tesla \n Contact number \t : \t 07110094473"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Perfect ! ! Thank you for all your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and enjoy your stay ."
}
] |
PMUL2523.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2e40145a"
],
[
"_:search/2e40145a",
"area",
"west"
],
[
"_:search/2e40145a",
"category",
"parks"
],
[
"_:search/2e40145a",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2e40145a"
],
[
"_:search/2e40145a",
"area",
"west"
],
[
"_:search/2e40145a",
"category",
"parks"
],
[
"_:search/2e40145a",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Lynne Strover Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/2e40145a"
],
[
"_:search/2e40145a",
"area",
"west"
],
[
"_:search/2e40145a",
"category",
"parks"
],
[
"_:search/2e40145a",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Lynne Strover Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"23 high street , fen dilton"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2e40145a"
],
[
"_:search/2e40145a",
"area",
"west"
],
[
"_:search/2e40145a",
"category",
"parks"
],
[
"_:search/2e40145a",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Lynne Strover Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"23 high street , fen dilton"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/2e40145a"
],
[
"_:search/2e40145a",
"area",
"west"
],
[
"_:search/2e40145a",
"category",
"parks"
],
[
"_:search/2e40145a",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Lynne Strover Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"23 high street , fen dilton"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/2e40145a"
],
[
"_:search/2e40145a",
"area",
"west"
],
[
"_:search/2e40145a",
"category",
"parks"
],
[
"_:search/2e40145a",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Lynne Strover Gallery"
],
[
"_:result",
"address",
"23 high street , fen dilton"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"acorn house"
],
[
"_:booking",
"ref",
"Q3ABQGJE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/2e40145a"
],
[
"_:search/2e40145a",
"area",
"west"
],
[
"_:search/2e40145a",
"category",
"parks"
],
[
"_:search/2e40145a",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Lynne Strover Gallery"
],
[
"_:result",
"address",
"23 high street , fen dilton"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"acorn house"
],
[
"_:booking",
"ref",
"Q3ABQGJE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue tesla"
],
[
"_:result",
"phone",
"07110094473"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello . I need to catch a train leaving on Monday . Can you help me find something ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yeah sure but you need a departure / arrival city and time ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i am going to london liverpool street from cambridge and should arrive there by 12:45"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'01:27');(_:result,id,'TR5431');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5431 fits your criteria and will arrive at 01:27 . Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , could you book 3 tickets and provide the reference number please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'4HWC0OMV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : 4HWC0OMV . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'the lensfield hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need to find out some information about the lensfield hotel"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,name,'Lensfield');(_:result,pricerange,'quite expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ah , yes , the Lensfield is a very nice hotel . It 's on the south end of the city and is quite expensive , but they have free wifi . Would you like a room ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but can you provide their address . Oh , and do they have free parking ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'53 - 57 Lensfield Road');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Their address is 53 - 57 Lensfield Road and they do offer free parking"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Excellent . That 's all I need ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's it . Thank you for your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Have a good day ."
}
] |
MUL2069.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"01:27"
],
[
"_:result",
"id",
"TR5431"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"01:27"
],
[
"_:result",
"id",
"TR5431"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4HWC0OMV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"the lensfield hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"01:27"
],
[
"_:result",
"id",
"TR5431"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4HWC0OMV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"the lensfield hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Lensfield"
],
[
"_:result",
"pricerange",
"quite expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"01:27"
],
[
"_:result",
"id",
"TR5431"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4HWC0OMV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"the lensfield hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Lensfield"
],
[
"_:result",
"pricerange",
"quite expensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"53 - 57 Lensfield Road"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"01:27"
],
[
"_:result",
"id",
"TR5431"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4HWC0OMV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"the lensfield hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Lensfield"
],
[
"_:result",
"pricerange",
"quite expensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"53 - 57 Lensfield Road"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cambridge book and print gallery');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am going to cambridge and I am looking for the cambridge book and print gallery"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'49 Newnham Road');(_:result,area,'West part of town');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Okay ! It is a museum in the West part of town at 49 Newnham Road . Admission is free ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is their phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223694264');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is 01223694264 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . I 'm also looking for a moderate price range restaurant that serves turkish food ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'King Street City Centre');(_:result,name,'Efes Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I love Efes Restaurant on King Street City Centre . Would you like me to reserve a table for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not right now , thank you for your assistance . Have a wonderful day ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you goodbye"
}
] |
PMUL4571.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge book and print gallery"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge book and print gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"49 Newnham Road"
],
[
"_:result",
"area",
"West part of town"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge book and print gallery"
],
[
"_:result",
"address",
"49 Newnham Road"
],
[
"_:result",
"area",
"West part of town"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223694264"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cambridge book and print gallery"
],
[
"_:result",
"area",
"West part of town"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223694264"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"King Street City Centre"
],
[
"_:result",
"name",
"Efes Restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train to cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , what time would you like to arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,leave_at,'21:15');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "As long as I leave London Kings Cross after 21:15 , I 'm flexible with arrival time ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR1581');(_:result,leave_at,'21:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR1581 leaves at 21:17 . Do you want to book it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the arrival time for TR1581 ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'22:08');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The arrival time is 22:08 . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'23.60');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The price per ticket s 23.60 . May I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "We want to have some fun !"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'lots');(_:result,area,'in town');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , there are lots of attractions in town . Do you have a preference on type or area ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Not really sure but I 'd like it to be in the centre of town . Do you have any suggestions ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'architecture');(_:result,count,'44');(_:result,entrance_fee,'free');(_:result,name,'old schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There 's 44 attractions in the centre . I suggest old schools . It is an architecture attraction that is free"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds nice . Can you give me their address and phone number , please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'all saints church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Would you like the information for all saints church ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you have their address ?"
},
{
"id": 15,
"rdf-acts": [
"select((_:result,address,'Jesus Lane');(_:result,address,'Trinity Lane');(_:result,name,\"All Saint 's Church\");(_:result,name,'Old Schools');(_:result,type,'Attraction'))",
"thank()",
"inform((_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address of All Saint 's Church is Jesus Lane . Old Schools is in Trinity Lane . I 'm so sorry , I 'm not sure which you wanted ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I just need the phone number of All Saint 's Church , and then I 'll be all set ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223452587');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223452587 . Is there anything else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all actually . Thanks so much . See ya !"
},
{
"id": 19,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You are welcome . Before you go , do you need help with a restaurant or taxi ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No I rather enjoy walking . Thanks . Goodbye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Great , please let us know if you need any further assistance . Good bye ."
}
] |
PMUL1035.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR1581"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1581"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"22:08"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1581"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"22:08"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR1581"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"22:08"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"in town"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR1581"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"22:08"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR1581"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"22:08"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR1581"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"22:08"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"All Saint 's Church"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"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",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR1581"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"22:08"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"All Saint 's Church"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_: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": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR1581"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"22:08"
],
[
"_:result",
"ticket",
"23.60"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"name",
"All Saint 's Church"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_: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": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'belgian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to know if there are any places serving Belgian food in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are not . Would you like to look in another part of town , or for a different cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try a place serving indian food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,food,'Indian');(_:result,name,'Saffron Brasserie');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have many Indian restaurants . I recommend Saffron Brasserie , but it 's expensive ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That works for me . Can you reserve a table for 3 people on Sunday at 4 PM ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'O3J11WKJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : O3J11WKJ ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'autumn house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you for taking care of the restaurant . I now need help with a specific hotel called autumn house ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,stars,'4');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That is on the east side and is 4 stars . When are you wanting this booked for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'same group of people');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please book that for the same day and same group of people for 4 nights"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Autumn House');(_:booking,people,'3');(_:booking,ref,'0C45ZUDN');(_:booking,stay,'5 days 4 nights');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation for 3 people at the Autumn House for 5 days 4 nights was successful . Your eference number is : 0C45ZUDN . Can i assist you any further ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to book a taxi also , to commute between those two locations , please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be in the taxi ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "It will be for 3 people as well ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'red lexus');(_:result,departure,'3:30');(_:result,phone,'07739253298');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "a red lexus will pick you ap at 3:30 the contact number is 07739253298 , is there anything else today ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Nope that 's all I needed tonight ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Good bye and enjoy !"
}
] |
PMUL4777.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"belgian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5dd1368b"
],
[
"_:search/5dd1368b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5dd1368b"
],
[
"_:search/5dd1368b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5dd1368b"
],
[
"_:search/5dd1368b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"O3J11WKJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5dd1368b"
],
[
"_:search/5dd1368b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"ref",
"O3J11WKJ"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/5dd1368b"
],
[
"_:search/5dd1368b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Autumn House"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"0C45ZUDN"
],
[
"_:booking",
"stay",
"5 days 4 nights"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5dd1368b"
],
[
"_:search/5dd1368b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Autumn House"
],
[
"_:booking",
"ref",
"0C45ZUDN"
],
[
"_:booking",
"stay",
"5 days 4 nights"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:booking",
"people",
"?"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/5dd1368b"
],
[
"_:search/5dd1368b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"Autumn House"
],
[
"_:booking",
"ref",
"0C45ZUDN"
],
[
"_:booking",
"stay",
"5 days 4 nights"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"red lexus"
],
[
"_:result",
"departure",
"3:30"
],
[
"_:result",
"phone",
"07739253298"
],
[
"_: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,arrive_by,'13:30');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to take a train to Stansted airport , arriving no later than 13:30 ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay great ! Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be departing from Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'13:08');(_:result,id,'TR0188');(_:result,leave_at,'12:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR0188 that leaves at 12:40 and arrives at 13:08 , will that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Does TR0188 leave on Tuesday ? I need a booking for 2 people on Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can go ahead and book that for you ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please book it ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "Will you be needing a reference number ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes I will need the reference number ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,day,'Tuesday');(_:booking,destination,'Stansted');(_:booking,id,'TR7621');(_:booking,leave_at,'12:40');(_:booking,ref,'R14O2PJF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , I actually booked you on TR7621 . That 's the 12:40 on Tuesday to Stansted . Your reference number is R14O2PJF ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'cinemas');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I also need help finding a place to go . Are there any cinemas I could visit ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'center');(_:result,name,'the vue cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "the vue cinema is in the city center . would you like to purchase tickets or know more ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "All I need is the postcode ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb11ps');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their postcode is cb11ps . Could I help you with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ! Goodbye !"
}
] |
PMUL1314.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"id",
"TR0188"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"id",
"TR0188"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"id",
"TR0188"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"id",
"TR0188"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"destination",
"Stansted"
],
[
"_:booking",
"id",
"TR7621"
],
[
"_:booking",
"leave_at",
"12:40"
],
[
"_:booking",
"ref",
"R14O2PJF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"cinemas"
],
[
"_:search",
"type",
"Attraction"
]
],
"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",
"destination",
"stansted airport"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"id",
"TR0188"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"destination",
"Stansted"
],
[
"_:booking",
"id",
"TR7621"
],
[
"_:booking",
"leave_at",
"12:40"
],
[
"_:booking",
"ref",
"R14O2PJF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"cinemas"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"the vue cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"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",
"destination",
"stansted airport"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"id",
"TR0188"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"destination",
"Stansted"
],
[
"_:booking",
"id",
"TR7621"
],
[
"_:booking",
"leave_at",
"12:40"
],
[
"_:booking",
"ref",
"R14O2PJF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"cinemas"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"the vue cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cocum');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'm trying to find out more about a restaurant called cocum . What can you tell me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'Indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is an Indian restaurnat in the west part of town . It is expensive ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "user",
"text": "Thanks ! I 'd like to book a table for 3 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to make your reservation . What day and time would you like to make it for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,day,'sunday');(_:search,destination,'broxbourne');(_:search,duration,'13:30');(_:search,people,'3');(_:search,type,'Restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to book a table for 3 on Saturday at 13:30 . Are there any trains that go to Broxbourne on Sunday ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,type,'Booking');(_:result,ref,'I9E0BW9O');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Reference number is I9E0BW9O ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'09:15');(_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train departing from cambridge on sunday and arriving at broxbourne by 09:15 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'06:01');(_:result,id,'TR8736');(_:result,leave_at,'05:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8736 leaves at 05:01 and arrives at 06:01 . Can I book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 's quite early . Are there any trains closer to 9:00 ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'09:01');(_:result,departure,'Cambridge');(_:result,destination,'Broxbourne');(_:result,id,'TR1053');(_:result,leave_at,'8:08');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes . TR1053 leaves Cambridge at 8:08 and arrives in Broxbourne at 09:01 . Would this be better for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be great . What is the total travel time ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'60 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Total travel time is 60 minutes . Can I book that for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Not at the moment , I just needed the travel time ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful day ."
}
] |
MUL1649.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"I9E0BW9O"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"I9E0BW9O"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"arrive_by",
"06:01"
],
[
"_:result",
"id",
"TR8736"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"I9E0BW9O"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"09:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR1053"
],
[
"_:result",
"leave_at",
"8:08"
],
[
"_: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",
"name",
"cocum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"I9E0BW9O"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"09:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR1053"
],
[
"_:result",
"leave_at",
"8:08"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cocum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"I9E0BW9O"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"09:01"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Broxbourne"
],
[
"_:result",
"id",
"TR1053"
],
[
"_:result",
"leave_at",
"8:08"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_: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,'mediterranean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find a restaurant that serves Mediterranean food and should be pretty expensive ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,name,'La Mimosa');(_:result,name,'Shiraz');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Both La Mimosa and Shiraz will meet your needs . Would you like to book a table at one of those ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'17:15');(_:search,name,'shiraz');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can we get a reservation at Shiraz for 8 people on Friday at ` 17:15 and can I also get the reservation number ? Thank you ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'JWUSOSWM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking for successful , it will only be reserved for 15 minutes . Your reference number is : JWUSOSWM . Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train leaving Cambridge after 13:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'791');(_:result,departure,'cambridge');(_:result,leave_at,'that time');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 791 trains leaving cambridge after that time . What is your destination and day of travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "My destination is Birmingham New Street and I would like to travel on Saturday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'16:44');(_:result,departure,'Cambridge');(_:result,destination,'Birmingham New Street');(_:result,leave_at,'14:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "You train will be leaving Cambridge at 14:01 and arrive Birmingham New Street at 16:44"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i need to book 8 tickets for the train ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR0942');(_:booking,ref,'8D00H8PK');(_:booking,ticket,'480.64 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful for TR0942 , the total fee is 480.64 GBP payable at the station . Reference number is : 8D00H8PK ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help !"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome ! Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thank you again !"
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you for contacting the Help Desk . Have a nice day !"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all of your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are quite welcome ! Please enjoy your trip ."
}
] |
MUL0316.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"name",
"Shiraz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"name",
"Shiraz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JWUSOSWM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"name",
"Shiraz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JWUSOSWM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"count",
"791"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"that time"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"name",
"Shiraz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JWUSOSWM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"count",
"791"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_: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",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"name",
"Shiraz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"count",
"791"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0942"
],
[
"_:booking",
"ref",
"8D00H8PK"
],
[
"_:booking",
"ticket",
"480.64 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"name",
"Shiraz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"count",
"791"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0942"
],
[
"_:booking",
"ref",
"8D00H8PK"
],
[
"_:booking",
"ticket",
"480.64 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"La Mimosa"
],
[
"_:result",
"name",
"Shiraz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"name",
"shiraz"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"count",
"791"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0942"
],
[
"_:booking",
"ref",
"8D00H8PK"
],
[
"_:booking",
"ticket",
"480.64 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_: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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find an expensive restaurant in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'cambridge chop house');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The cambridge chop house serves british food , it is in the centre of town and is in the expensive price range ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , what is the postcode and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223359506');(_:result,postcode,'cb21sj');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode is cb21sj and the phone number is 01223359506 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train from Cambridge to Stansted Airport . Can you please look that up for me ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "i got 5 choices . what time do you want to leave ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I just need to leave on Wednesday and should arrive by 18:15 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'17:08');(_:result,destination,'Stansted Airport');(_:result,id,'TR2912');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR2912 arrives at Stansted Airport at 17:08 . Would you like to reserve a ticket ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the departure time ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,leave_at,'17:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I will be leaving at 17:00 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok , thank you . That is all the information I need today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "OK , if that 's all you need , I 'm happy to have been of service ! Have a wonderful day ."
}
] |
PMUL0788.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"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223359506"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223359506"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"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",
"food",
"british"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223359506"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:08"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"TR2912"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223359506"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:08"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"TR2912"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"17:00"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,has_internet,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel in the west , internet is optional ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Are you looking for it to be cheap or expensive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for it to be cheap ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'cambridge belfry');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the cambridge belfry on the west side with internet and parking . Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is that a hotel type place to stay ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it is . I 'll be happy to make a reservation for you ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Alright , book that for 4 people and 5 nights starting from sunday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was unsuccessful . Do you want to find another hotel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about a different hotel in the same price range ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'only');(_:result,category,'guesthouse');(_:result,name,'Finches Bed and Breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The only cheap hotel I can find is Finches Bed and Breakfast . It is a guesthouse though . Will that be fine ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please and I need the reference number"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'143ZF1M5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It is done . You 're reference number is 143ZF1M5 . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that is all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay Enjoy your stay then ."
}
] |
SSNG0236.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:search",
"category",
"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
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/bebd9212"
],
[
"_:booking/bebd9212",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/bebd9212"
],
[
"_:booking/bebd9212",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/bebd9212"
],
[
"_:booking/bebd9212",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Finches Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"143ZF1M5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'funky fun house');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am planning a visit to Cambridge soon and want to visit a specific attraction people are talking about . Have you heard of the funky fun house ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'east');(_:result,category,'entertainment venue');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes I have . It is an entertainment venue in the east area , would you like more information on them ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me their phone number please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223304705');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "That number is 01223304705 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . I also need a place to stay . I would like a hotel with a 4 star rating ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Certainly , would you like a cheap hotel ? Or expensive ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care about the price point . But , I do want it to be on the west side of town ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Cambridge Belfry');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,category,'hotel');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I recommend the Cambridge Belfry . It 's a cheap hotel on the west side . Would you like me to book you a room ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , I need to book it for 3 nights for 5 people starting Sunday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unsuccessful . May I try another day or a shorter stay ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about two nights ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'VHKR1UH7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : VHKR1UH7 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Perfect . Thank you so much . That is everything I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your stay . Bye ."
}
] |
MUL2515.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"funky fun house"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"funky fun house"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"entertainment venue"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"funky fun house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"entertainment venue"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"funky fun house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"entertainment venue"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"funky fun house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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",
"name",
"funky fun house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/615141d5"
],
[
"_:booking/615141d5",
"type",
"Booking"
],
[
"_: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",
"name",
"funky fun house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:system",
"canthelp",
"_:booking/615141d5"
],
[
"_:booking/615141d5",
"type",
"Booking"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"VHKR1UH7"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,stars,'1-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm interested in places that you can get a 1-star room for the night ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,stars,'one');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "We do nt have any one star hotels"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel should be in the cheap price range and should include free wifi ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,name,'Cambridge Belfry');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have The Cambridge Belfry , it is cheap and has wifi . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is it a 4 star place ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is a 4 star hotel ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure , please book it for 4 people for 5 nights from saturday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'XQ9KI92A');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : XQ9KI92A ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Thank you for using our services . Do you need further assistance ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , I am done for the day . Thanks again . Bye !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Have a nice day . Goodbye ."
}
] |
SNG01817.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"1-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"1-star"
],
[
"_:system",
"canthelp",
"_:search/00690a8a"
],
[
"_:search/00690a8a",
"category",
"hotels"
],
[
"_:search/00690a8a",
"stars",
"one"
],
[
"_:search/00690a8a",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/00690a8a"
],
[
"_:search/00690a8a",
"category",
"hotels"
],
[
"_:search/00690a8a",
"stars",
"one"
],
[
"_:search/00690a8a",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/00690a8a"
],
[
"_:search/00690a8a",
"category",
"hotels"
],
[
"_:search/00690a8a",
"stars",
"one"
],
[
"_:search/00690a8a",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/00690a8a"
],
[
"_:search/00690a8a",
"category",
"hotels"
],
[
"_:search/00690a8a",
"stars",
"one"
],
[
"_:search/00690a8a",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"XQ9KI92A"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/00690a8a"
],
[
"_:search/00690a8a",
"category",
"hotels"
],
[
"_:search/00690a8a",
"stars",
"one"
],
[
"_:search/00690a8a",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"XQ9KI92A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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,name,'nandos city centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in Cambridge called Nandos City Centre ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Andrews Street');(_:result,food,'Portuguese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I know that restaurant well . It is a Portuguese place located on Andrews Street . Can I make a reservation for you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I do n't think I 'm ready to do that yet . Can you just tell me where it is on Andrews Street ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'33 - 34 Saint Andrews Street');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 33 - 34 Saint Andrews Street"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'08:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Okay great . I am also looking for a train that goes to cambridge & leaves after 08:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'over 1,000');(_:result,arrive_by,'8:30');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are over 1,000 trains that arrive in Cambridge after 8:30 . What location are you leaving from and what date are you leaving ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving on tuesday and from Norwich"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,leave_at,'5:16');(_:result,leave_at,'6:16');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay there are two trains . One leaves at 5:16 and the other at 6:16 . Can I book either of these for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'08:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , those wo n't work at all . As I said , I need to leave after 08:30 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR4134');(_:result,leave_at,'09:16');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about TR4134 , it leaves at 09:16"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That 's perfect . I need to book the train for 3 people . Once it is booked , can I have the reference number ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'fp0gzttn');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have it ready , you will pay at the station . Your reference number is fp0gzttn . Can I be of any further help ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all . Thank you ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all , thank you . Have a great day !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You as well ! Thank you . Goodbye !"
}
] |
MUL1485.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos city centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos city centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Andrews Street"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos city centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos city centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"amount",
"over 1,000"
],
[
"_:result",
"arrive_by",
"8:30"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos city centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1,000"
],
[
"_:result",
"arrive_by",
"8:30"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"leave_at",
"5:16"
],
[
"_:result",
"leave_at",
"6:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos city centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1,000"
],
[
"_:result",
"arrive_by",
"8:30"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"count",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"id",
"TR4134"
],
[
"_:result",
"leave_at",
"09:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"nandos city centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1,000"
],
[
"_:result",
"arrive_by",
"8:30"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"id",
"TR4134"
],
[
"_:result",
"leave_at",
"09:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"fp0gzttn"
],
[
"_: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",
"name",
"nandos city centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"over 1,000"
],
[
"_:result",
"arrive_by",
"8:30"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"id",
"TR4134"
],
[
"_:result",
"leave_at",
"09:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"fp0gzttn"
],
[
"_: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,arrive_by,'17:30');(_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I 'd like to book a train on Friday that arrives by 17:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What 's your to and from location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from London Kings Cross station and traveling to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:08');(_:result,count,'6');(_:result,id,'TR8842');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 6 that arrive by 17:30 , the closest being TR8842 , which arrives at 16:08 . Is that to your liking ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "yes , please ! what 's the reference number ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you please tell me how many tickets you will need for this trip ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will need 2 tickets"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'2');(_:booking,ref,'ERCAZMGA');(_:booking,ticket,'47.20 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , I 've booked you for 2 tickets with reference number ERCAZMGA . The fee will be 47.20 GBP , payable at the station . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm wondering if there are any expensive modern european restaurants in town ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'darrys cookhouse and wine shop');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , darrys cookhouse and wine shop ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'20:00');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book a table for 2 people at 20:00 on friday please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'ZCMA7GFP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have successfully booked that for you . Your reference number is ZCMA7GFP ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that will be all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , great . Have a good day !"
}
] |
MUL1436.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"ERCAZMGA"
],
[
"_:booking",
"ticket",
"47.20 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"ERCAZMGA"
],
[
"_:booking",
"ticket",
"47.20 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"2"
],
[
"_: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",
"17:30"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ticket",
"47.20 GBP"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"darrys cookhouse and wine shop"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"ZCMA7GFP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'taj tandoori');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a restaurant name taj tandoori ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It 's an expensive restaurant in the south . It serves indian food ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'19:30');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book a table for 8 people on Sunday at 19:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'6KURIUG5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful ! Your table will be reserved for 15 minutes . The reference number is 6KURIUG5 ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks so much . I think that 's all I needed . Have a great day . Bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks ! You 're very welcome ! You have a great day too !"
}
] |
PMUL3178.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"taj tandoori"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"taj tandoori"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"taj tandoori"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"6KURIUG5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"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": "Sure , do you have an area of town you want to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_parking,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to stay in the east . I 'm looking for a 4 star hotel . I do n't need any parking ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Autumn House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guest house');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , I recommend the Autumn House . It is a guest house in the cheap price range . Would you like me to book a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you have any places that are hotels , not guest houses ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,category,'hotels');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are n't any 4 star hotels available in the east ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I guess I 'll book the guesthouse for 4 people , 4 nights starting wednesday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'A&B Guest House');(_:result,stars,'4-star');(_:result,type,'Hotel'))",
"canthelp((_:search,area,'east');(_:search,name,'Autumn House');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , after taking a second look , the Autumn House is not located in the east area . Would A&B Guest House be okay ? It 's also 4-star ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotel');(_:search,has_parking,'no');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . Need it in the east . Star of 4 and do not care about parking , but do need it to be a hotel not guesthouse ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))",
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,area,'east');(_:search,category,'hotels');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I am sorry but there are no 4 star hotels in the east . Is there another area you would like to look at or possibly reserve the guesthouse ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sorry , I m her husband , Ill take over the call , my wife is a little picky and confused . Please book the guesthouse , 4 people , 4 nights starting wednesday ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,ref,'SYX1AD7L');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay that booking was successful and your reference number is SYX1AD7L ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great ! I was also interested in finding a swimming pool in the north ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'Victoria Road and the River');(_:result,name,'Jesus Green Outdoor Pool');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , Jesus Green Outdoor Pool is a nice one . It is located between Victoria Road and the River ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entrance fee ?"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,\"I do n't have that information\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm afraid I do n't have that information available . Can I help you with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can I have the address and postcode , please ?"
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Victoria Road and The River');(_:result,name,'the place');(_:result,postcode,'cb43px');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Between Victoria Road and The River , cb43px . Would you like to know more about the place ?"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need their entrance fee please"
},
{
"id": 21,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,\"I do n't have that information\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm afraid that I do n't have that information . Can I help you with anything else ?"
},
{
"id": 22,
"rdf-acts": [],
"speaker": "user",
"text": "If that information is not available , then that 's all I need today ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling Cambridge TownInfo centre ! It was a pleasure to help you , I hope you enjoy your time in Camridge !"
}
] |
PMUL4272.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"canthelp",
"_:search/835c45ad"
],
[
"_:search/835c45ad",
"area",
"east"
],
[
"_:search/835c45ad",
"category",
"hotels"
],
[
"_:search/835c45ad",
"stars",
"4"
],
[
"_:search/835c45ad",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"wednesday"
],
[
"_: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": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/835c45ad"
],
[
"_:search/835c45ad",
"area",
"east"
],
[
"_:search/835c45ad",
"category",
"hotels"
],
[
"_:search/835c45ad",
"stars",
"4"
],
[
"_:search/835c45ad",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"name",
"A&B Guest House"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/9b0d6d22"
],
[
"_:search/9b0d6d22",
"area",
"east"
],
[
"_:search/9b0d6d22",
"name",
"Autumn House"
],
[
"_:search/9b0d6d22",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"has_parking",
"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": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/835c45ad"
],
[
"_:search/835c45ad",
"area",
"east"
],
[
"_:search/835c45ad",
"category",
"hotels"
],
[
"_:search/835c45ad",
"stars",
"4"
],
[
"_:search/835c45ad",
"type",
"Hotel"
],
[
"_:result",
"name",
"A&B Guest House"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:system",
"canthelp",
"_:search/9b0d6d22"
],
[
"_:search/9b0d6d22",
"area",
"east"
],
[
"_:search/9b0d6d22",
"name",
"Autumn House"
],
[
"_:search/9b0d6d22",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/6f9f4593"
],
[
"_:search/6f9f4593",
"area",
"east"
],
[
"_:search/6f9f4593",
"category",
"hotels"
],
[
"_:search/6f9f4593",
"stars",
"4"
],
[
"_:search/6f9f4593",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/835c45ad"
],
[
"_:search/835c45ad",
"area",
"east"
],
[
"_:search/835c45ad",
"category",
"hotels"
],
[
"_:search/835c45ad",
"stars",
"4"
],
[
"_:search/835c45ad",
"type",
"Hotel"
],
[
"_:result",
"name",
"A&B Guest House"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:system",
"canthelp",
"_:search/9b0d6d22"
],
[
"_:search/9b0d6d22",
"area",
"east"
],
[
"_:search/9b0d6d22",
"name",
"Autumn House"
],
[
"_:search/9b0d6d22",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/6f9f4593"
],
[
"_:search/6f9f4593",
"area",
"east"
],
[
"_:search/6f9f4593",
"category",
"hotels"
],
[
"_:search/6f9f4593",
"stars",
"4"
],
[
"_:search/6f9f4593",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/5621ac9d"
],
[
"_:booking/5621ac9d",
"ref",
"SYX1AD7L"
],
[
"_:booking/5621ac9d",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/835c45ad"
],
[
"_:search/835c45ad",
"area",
"east"
],
[
"_:search/835c45ad",
"category",
"hotels"
],
[
"_:search/835c45ad",
"stars",
"4"
],
[
"_:search/835c45ad",
"type",
"Hotel"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:system",
"canthelp",
"_:search/9b0d6d22"
],
[
"_:search/9b0d6d22",
"area",
"east"
],
[
"_:search/9b0d6d22",
"name",
"Autumn House"
],
[
"_:search/9b0d6d22",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/6f9f4593"
],
[
"_:search/6f9f4593",
"area",
"east"
],
[
"_:search/6f9f4593",
"category",
"hotels"
],
[
"_:search/6f9f4593",
"stars",
"4"
],
[
"_:search/6f9f4593",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/5621ac9d"
],
[
"_:booking/5621ac9d",
"ref",
"SYX1AD7L"
],
[
"_:booking/5621ac9d",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Victoria Road and the River"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"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"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/835c45ad"
],
[
"_:search/835c45ad",
"area",
"east"
],
[
"_:search/835c45ad",
"category",
"hotels"
],
[
"_:search/835c45ad",
"stars",
"4"
],
[
"_:search/835c45ad",
"type",
"Hotel"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:system",
"canthelp",
"_:search/9b0d6d22"
],
[
"_:search/9b0d6d22",
"area",
"east"
],
[
"_:search/9b0d6d22",
"name",
"Autumn House"
],
[
"_:search/9b0d6d22",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/6f9f4593"
],
[
"_:search/6f9f4593",
"area",
"east"
],
[
"_:search/6f9f4593",
"category",
"hotels"
],
[
"_:search/6f9f4593",
"stars",
"4"
],
[
"_:search/6f9f4593",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/5621ac9d"
],
[
"_:booking/5621ac9d",
"ref",
"SYX1AD7L"
],
[
"_:booking/5621ac9d",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Victoria Road and the River"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"I do n't have that information"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"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"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/835c45ad"
],
[
"_:search/835c45ad",
"area",
"east"
],
[
"_:search/835c45ad",
"category",
"hotels"
],
[
"_:search/835c45ad",
"stars",
"4"
],
[
"_:search/835c45ad",
"type",
"Hotel"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:system",
"canthelp",
"_:search/9b0d6d22"
],
[
"_:search/9b0d6d22",
"area",
"east"
],
[
"_:search/9b0d6d22",
"name",
"Autumn House"
],
[
"_:search/9b0d6d22",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/6f9f4593"
],
[
"_:search/6f9f4593",
"area",
"east"
],
[
"_:search/6f9f4593",
"category",
"hotels"
],
[
"_:search/6f9f4593",
"stars",
"4"
],
[
"_:search/6f9f4593",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/5621ac9d"
],
[
"_:booking/5621ac9d",
"ref",
"SYX1AD7L"
],
[
"_:booking/5621ac9d",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"I do n't have that information"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Victoria Road and The River"
],
[
"_:result",
"name",
"the place"
],
[
"_:result",
"postcode",
"cb43px"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"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"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/835c45ad"
],
[
"_:search/835c45ad",
"area",
"east"
],
[
"_:search/835c45ad",
"category",
"hotels"
],
[
"_:search/835c45ad",
"stars",
"4"
],
[
"_:search/835c45ad",
"type",
"Hotel"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:system",
"canthelp",
"_:search/9b0d6d22"
],
[
"_:search/9b0d6d22",
"area",
"east"
],
[
"_:search/9b0d6d22",
"name",
"Autumn House"
],
[
"_:search/9b0d6d22",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/6f9f4593"
],
[
"_:search/6f9f4593",
"area",
"east"
],
[
"_:search/6f9f4593",
"category",
"hotels"
],
[
"_:search/6f9f4593",
"stars",
"4"
],
[
"_:search/6f9f4593",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/5621ac9d"
],
[
"_:booking/5621ac9d",
"ref",
"SYX1AD7L"
],
[
"_:booking/5621ac9d",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Victoria Road and The River"
],
[
"_:result",
"name",
"the place"
],
[
"_:result",
"postcode",
"cb43px"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"I do n't have that information"
],
[
"_: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,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an expensive indian restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have many . Is there a certain area you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'saturday');(_:search,duration,'20:00');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes it can be in centre . I would like to book it for 1 person at 20:00 on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Saffron Brasserie');(_:booking,ref,'65G14AF2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , I booked a table for you at Saffron Brasserie . Your reference number is 65G14AF2 . Can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , that will everything ."
},
{
"id": 5,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you for using our service today ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You 're welcome , thanks ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Are you sure there is nothing else I can do for you today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to find a guesthouse in the north . I want it to have 2 stars ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no guesthouses that meet your criteria , can I check something else for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any hotels in that area instead of guesthouses ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'ashley hotel');(_:result,name,'the lovell lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is the ashley hotel or the lovell lodge . Would you like me to make a reservation ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,name,'lovell lodge');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there a room at the Lovell Lodge available for 1 person on Saturday for 3 nights ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'6O4VAAHM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all booked ! Reference number is 6O4VAAHM ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'20:00');(_:search,departure,'lovell lodge');(_:search,destination,'saffron brasserie');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great , thanks ! Now I 'd just like a taxi to take me from Lovell Lodge to Saffron Brasserie by 20:00 . Please give me the car and contact info"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'red skoda');(_:result,phone,'07515009678');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t red skoda \n Contact number \t : \t 07515009678"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks that will be all . Goodbye"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you enjoy your stay . Contact us anytime . Good bye ."
}
] |
PMUL0140.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",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Saffron Brasserie"
],
[
"_:booking",
"ref",
"65G14AF2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Saffron Brasserie"
],
[
"_:booking",
"ref",
"65G14AF2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"name",
"Saffron Brasserie"
],
[
"_:booking",
"ref",
"65G14AF2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"2"
],
[
"_: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",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"name",
"Saffron Brasserie"
],
[
"_:booking",
"ref",
"65G14AF2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/b7166e05"
],
[
"_:search/b7166e05",
"category",
"guesthouses"
],
[
"_:search/b7166e05",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotels"
],
[
"_: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",
"amount",
"many"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:booking",
"name",
"Saffron Brasserie"
],
[
"_:booking",
"ref",
"65G14AF2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/b7166e05"
],
[
"_:search/b7166e05",
"category",
"guesthouses"
],
[
"_:search/b7166e05",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotels"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"people",
"1"
],
[
"_: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",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:booking",
"name",
"Saffron Brasserie"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/b7166e05"
],
[
"_:search/b7166e05",
"category",
"guesthouses"
],
[
"_:search/b7166e05",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotels"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"6O4VAAHM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"departure",
"lovell lodge"
],
[
"_:search",
"destination",
"saffron brasserie"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:booking",
"name",
"Saffron Brasserie"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/b7166e05"
],
[
"_:search/b7166e05",
"category",
"guesthouses"
],
[
"_:search/b7166e05",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotels"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"6O4VAAHM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"departure",
"lovell lodge"
],
[
"_:search",
"destination",
"saffron brasserie"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red skoda"
],
[
"_:result",
"phone",
"07515009678"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi . Can you help me find a restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes what part of town are you wanting to dine in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The north part of town , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Can we narrow it down by what type of food and price range you are seeking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'North');(_:search,food,'basque');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "North and moderate . Looking for Basque food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry there was nothing matching your requests . Is there another type of food you would like to try ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Chinese food ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have one option for you . Would you like to make a booking ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'17:15');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I want a reservation for 7 people this friday at 17:15 please ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , I am unable to book a table at that time . Would you like to try a different time ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is it available on Saturday ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'4STNZY3W');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That worked ! Your reference number is 4STNZY3W ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can I also have a train ticket ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What are your departure and arrival stations , and what day and time would you like to travel ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'09:15');(_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from kings lynn to cambridge and I want to arrive by 09:15 ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be traveling ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be traveling on saturday . Please choose a train and tell me the price , departure time , and train ID ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR4257');(_:booking,ref,'MZ8979PO');(_:booking,ticket,'9.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4257 Booking was successful , the total fee is 9.8 GBP payable at the station . \n Reference number is : MZ8979PO . May i help with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,id,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "um what ? I did not ask you to book it . I asked you to give me the price , departure time , and train ID !"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,id,'TR9102');(_:result,leave_at,'05:11');(_:result,ticket,'9.80 pounds');(_:result,type,'Train'))",
"thank()",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I apologize , that was my mistake . The train ID is TR9102 , departure time is 05:11 , and a ticket is 9.80 pounds . Is that all today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all I needed today . Thank you and goodbye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great trip . Thanks for contacting us . Goodbye ."
}
] |
PMUL0683.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"North"
],
[
"_:search",
"food",
"basque"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"North"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/c49902af"
],
[
"_:search/c49902af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"North"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/c49902af"
],
[
"_:search/c49902af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"7"
],
[
"_: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",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/c49902af"
],
[
"_:search/c49902af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/77fca4b6"
],
[
"_:booking/77fca4b6",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_: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",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/c49902af"
],
[
"_:search/c49902af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/77fca4b6"
],
[
"_:booking/77fca4b6",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:booking",
"ref",
"4STNZY3W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"North"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/c49902af"
],
[
"_:search/c49902af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/77fca4b6"
],
[
"_:booking/77fca4b6",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"ref",
"4STNZY3W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_: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": [
[
"_:search",
"area",
"North"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/c49902af"
],
[
"_:search/c49902af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/77fca4b6"
],
[
"_:booking/77fca4b6",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"ref",
"4STNZY3W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"North"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/c49902af"
],
[
"_:search/c49902af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/77fca4b6"
],
[
"_:booking/77fca4b6",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4257"
],
[
"_:booking",
"ref",
"MZ8979PO"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"North"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/c49902af"
],
[
"_:search/c49902af",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/77fca4b6"
],
[
"_:booking/77fca4b6",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4257"
],
[
"_:booking",
"ref",
"MZ8979PO"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR9102"
],
[
"_:result",
"leave_at",
"05:11"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_: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": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm feeling adventurous and would love to get recommendations about places to visit in the South"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'a');(_:result,area,'south');(_:result,category,'cinema');(_:result,category,'entertainment');(_:result,category,'museum');(_:result,category,'nightclub');(_:result,category,'park');(_:result,category,'theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There 's a lot to do in the south . There 's a cinema , entertainment , museum , nightclub , park , and theatre . What sounds good to you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Maybe we can do a picnic in the park . Can you tell me about what 's available ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,entrance_fee,'free');(_:result,name,'wandlebury country park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about wandlebury country park that is located in the south park of town ? It is also free ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'15:15');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds great , thank you . I 'm also looking on information on trains arriving from cambridge by 15:15 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay and what day would you like to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel to london kings cross on friday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'13:51');(_:result,day,'Friday');(_:result,departure,'Cambridge');(_:result,destination,'London Kings Cross');(_:result,id,'TR3685');(_:result,leave_at,'13:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Your best bet would be the TR3685 which leaves Cambridge on Friday at 13:00 and gets to London Kings Cross at 13:51 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Perfect . Thank you for your help today ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "My pleasure . Can I help you with something else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "you 're welcome . i hope you 'll have a wonderful and adventurous picnic . Goodbye"
}
] |
PMUL3698.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"a"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"a"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"theatre"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"wandlebury country park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"a"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"theatre"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"wandlebury country park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"a"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"theatre"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"wandlebury country park"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:51"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR3685"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"a"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"theatre"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"wandlebury country park"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:51"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR3685"
],
[
"_:result",
"leave_at",
"13:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap reastaurant in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Any particular cuisine you 'd prefer ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Actually , I love trying new things . I m open to new things . What is available ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'mediterranean');(_:result,name,'Gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , how about The Gardenia that serves mediterranean food ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'gardenia');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you give me more information on the Gardenia ? Do n't forget the phone number , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'2 Rose Crescent City Centre');(_:result,area,'centre');(_:result,food,'mediterranean');(_:result,phone,'01223356354');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are a cheap mediterranean place in the centre of town . They are located at 2 Rose Crescent City Centre . Their phone number is 01223356354 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . Can you help me find a guesthouse in the same area ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,category,'guesthouses');(_:result,count,'2');(_:result,name,'alexander b&b.');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 2 cheap guesthouses in the center of town . I recommend the Alexander B&B."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,stars,'0-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there a 0-star place that 's also expensive ? I 'm sort of a glutton for punishment ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no zero star expensive ones . The low quality ones tend to be on the cheaper end . Would you like me to look ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "okay . cheap is good"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,category,'guest house');(_:result,name,'El Shaddai');(_:result,pricerange,'cheap');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have a cheap guest house in the center , 0 stars . El Shaddai . Shall I book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that would be great . I 'll need it booked for 3 nights , 8 people , starting on Sunday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'8I2TLR4V');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : 8I2TLR4V . Anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I needed today . Thanks for your help !"
},
{
"id": 15,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "If you need any thing else , let us know ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "naw , i 'm good thanks"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
PMUL4153.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",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"gardenia"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:search",
"name",
"gardenia"
],
[
"_:result",
"address",
"2 Rose Crescent City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"phone",
"01223356354"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"gardenia"
],
[
"_:result",
"address",
"2 Rose Crescent City Centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"phone",
"01223356354"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"alexander b&b."
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"gardenia"
],
[
"_:result",
"address",
"2 Rose Crescent City Centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"phone",
"01223356354"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"alexander b&b."
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:system",
"canthelp",
"_:search/e0d57ccd"
],
[
"_:search/e0d57ccd",
"pricerange",
"expensive"
],
[
"_:search/e0d57ccd",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"gardenia"
],
[
"_:result",
"address",
"2 Rose Crescent City Centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"phone",
"01223356354"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:system",
"canthelp",
"_:search/e0d57ccd"
],
[
"_:search/e0d57ccd",
"pricerange",
"expensive"
],
[
"_:search/e0d57ccd",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_: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",
"?"
],
[
"_:search",
"name",
"gardenia"
],
[
"_:result",
"address",
"2 Rose Crescent City Centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"phone",
"01223356354"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:system",
"canthelp",
"_:search/e0d57ccd"
],
[
"_:search/e0d57ccd",
"pricerange",
"expensive"
],
[
"_:search/e0d57ccd",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8I2TLR4V"
],
[
"_: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",
"food",
"?"
],
[
"_:search",
"name",
"gardenia"
],
[
"_:result",
"address",
"2 Rose Crescent City Centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"phone",
"01223356354"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:system",
"canthelp",
"_:search/e0d57ccd"
],
[
"_:search/e0d57ccd",
"pricerange",
"expensive"
],
[
"_:search/e0d57ccd",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8I2TLR4V"
],
[
"_: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,'west');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find me a very nice hotel in the west ? Money is not an issue ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,count,'4');(_:result,name,\"Hobson 's house\");(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 4 hotels that match those criteria . How about Hobson 's house ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "That should work fine . Book it for me please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many days will you be staying ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'Hobson house');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I will be staying for 5 days . Can you book the Hobson house for me for 5 people please ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day will you start staying ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'll be arriving on Sunday . Please send me the reference number for this stay ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It does n't look like there 's any availability for your stay . Would you like to try a different day or length of stay ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , let 's try for 4 nights instead ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ICQWVQL9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That works . Your reference number is ICQWVQL9 . Is there anything else I can do for you today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I 'm also looking for a place to dine . I would like the same price range as the Hotel"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'over one hundred');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "there 's over one hundred restaurants i 've found , what type of cuisine would you like ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for modern European cuisine ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,name,'Darrys Cookhouse and Wine Shop');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Darrys Cookhouse and Wine Shop is a very nice , expensive restaurant in the center of town . Would you like a table there ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you find a modern European restaurant in the West ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'west');(_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry , but there are no modern european restaurants in the west , could I book you in a restaurant in another area ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there anything in the south ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Restaurant Alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant Alimentum is a moderate priced restaurant located in the south . Would this be okay ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any expensive modern European restaurants ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have expensive restaurants in the center . Would those suit you ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No the west would suit me"
},
{
"id": 21,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , we seem to be having some confusion . Please restate your criteria for the restaurant , and I 'll do my best to help you ."
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'modern european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an expensive restaurant in the west of town that serves modern European dishes ."
},
{
"id": 23,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,food,'Modern European');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no expensive Modern European restaurants in the west side of town ."
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Alright , thank you . Goodbye ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm sorry I could n't be of more help . Have a good day ."
}
] |
MUL0137.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"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Hobson 's house"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Hobson 's house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Hobson house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Hobson 's house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"name",
"Hobson house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Hobson 's house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Hobson house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/2dcd6021"
],
[
"_:booking/2dcd6021",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Hobson 's house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Hobson house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/2dcd6021"
],
[
"_:booking/2dcd6021",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ICQWVQL9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Hobson 's house"
],
[
"_:search",
"name",
"Hobson house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/2dcd6021"
],
[
"_:booking/2dcd6021",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ICQWVQL9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"amount",
"over one hundred"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_: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",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Hobson house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/2dcd6021"
],
[
"_:booking/2dcd6021",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ICQWVQL9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"amount",
"over one hundred"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Darrys Cookhouse and Wine Shop"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"modern european"
],
[
"_: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",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Hobson house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/2dcd6021"
],
[
"_:booking/2dcd6021",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ICQWVQL9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"amount",
"over one hundred"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Darrys Cookhouse and Wine Shop"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:system",
"canthelp",
"_:search/04b3b327"
],
[
"_:search/04b3b327",
"area",
"west"
],
[
"_:search/04b3b327",
"food",
"modern european"
],
[
"_:search/04b3b327",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Hobson house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/2dcd6021"
],
[
"_:booking/2dcd6021",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ICQWVQL9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"over one hundred"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/04b3b327"
],
[
"_:search/04b3b327",
"area",
"west"
],
[
"_:search/04b3b327",
"food",
"modern european"
],
[
"_:search/04b3b327",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Hobson house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/2dcd6021"
],
[
"_:booking/2dcd6021",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ICQWVQL9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"over one hundred"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/04b3b327"
],
[
"_:search/04b3b327",
"area",
"west"
],
[
"_:search/04b3b327",
"food",
"modern european"
],
[
"_:search/04b3b327",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Hobson house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/2dcd6021"
],
[
"_:booking/2dcd6021",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ICQWVQL9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"over one hundred"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/04b3b327"
],
[
"_:search/04b3b327",
"area",
"west"
],
[
"_:search/04b3b327",
"food",
"modern european"
],
[
"_:search/04b3b327",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/530ca9cf"
],
[
"_:search/530ca9cf",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Hobson house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/2dcd6021"
],
[
"_:booking/2dcd6021",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ICQWVQL9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"over one hundred"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/04b3b327"
],
[
"_:search/04b3b327",
"area",
"west"
],
[
"_:search/04b3b327",
"food",
"modern european"
],
[
"_:search/04b3b327",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/530ca9cf"
],
[
"_:search/530ca9cf",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/eb8535eb"
],
[
"_:search/eb8535eb",
"area",
"west"
],
[
"_:search/eb8535eb",
"food",
"Modern European"
],
[
"_:search/eb8535eb",
"pricerange",
"expensive"
],
[
"_:search/eb8535eb",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'14:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to take a train from cambridge . I would like to leave after 14:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I would be happy to help you with your request , first I will need to know your destination and what day you would like to travel ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 've like to travel to Peterborough on Wednesday , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'14:34');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have on departing at 14:34 . Would you like me to book it ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'eight');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , for eight please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ticket,'132 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . That is 132 GBP at the station . Is there anything else I can do for you today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'eastern european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you find me a place to eat ? I would like an expensive eastern european restaurant . Thanks ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'eastern european');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm not showing any eastern european restaurants . Would you like to try a more specific type of food ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'eastern european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm wanting a place that serves expensive food located in the centre of town , I would prefer eastern european food ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,food,'East European');(_:search,type,'Restaurant'))",
"inform((_:result,food,'European');(_:result,name,'Eraina');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I do not have anyone specializing in East European food however I have an expensive place called Eraina that serves European food ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , how about an Italian place instead . Also , can you give me my reference number for my train tickets , please ? I never got that ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:booking,category,'Train');(_:booking,ref,'FCRW90KR');(_:booking,type,'Booking');(_:result,count,'9');(_:result,food,'italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "For the train , your reference number is FCRW90KR . Now , on to the restaurant . I have 9 different italian restaurants . Do you have a preference on price range ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like to have an expensive restaurant please ."
},
{
"id": 13,
"rdf-acts": [
"select((_:result,name,'Caffe Uno');(_:result,name,'Clowns Cafe');(_:result,name,'Don Pasquale Pizzeria');(_:result,name,'Stazione Restaurant and Coffee Bar');(_:result,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 4 different restaurants . I have Caffe Uno , Don Pasquale Pizzeria , Clowns Cafe , and Stazione Restaurant and Coffee Bar . Which would you like ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Pick one . I need the post code , address , and phone number , please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'32 Bridge Street City Centre');(_:result,area,'centre');(_:result,food,'italian');(_:result,name,'Caffe uno');(_:result,phone,'01223448620');(_:result,postcode,'cb21uj');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Caffe uno is italian located in centre area and is expensive . The phone number is 01223448620 and address 32 Bridge Street City Centre postcode cb21uj ."
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Excellent . That 's all I need ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "If we can help you with anything else in the future , please contact us ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I wo n't be needing anything else , thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "It was great helping you today . Have a great day ."
}
] |
MUL1590.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"leave_at",
"14:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"leave_at",
"14:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"eight"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"132 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"eastern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"leave_at",
"14:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"eight"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"132 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/ef3c2973"
],
[
"_:search/ef3c2973",
"food",
"eastern european"
],
[
"_:search/ef3c2973",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"eastern european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"leave_at",
"14:34"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"eight"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"132 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/ef3c2973"
],
[
"_:search/ef3c2973",
"food",
"eastern european"
],
[
"_:search/ef3c2973",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/e1487037"
],
[
"_:search/e1487037",
"food",
"East European"
],
[
"_:search/e1487037",
"type",
"Restaurant"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"leave_at",
"14:34"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"eight"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ticket",
"132 GBP"
],
[
"_:system",
"canthelp",
"_:search/ef3c2973"
],
[
"_:search/ef3c2973",
"food",
"eastern european"
],
[
"_:search/ef3c2973",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/e1487037"
],
[
"_:search/e1487037",
"food",
"East European"
],
[
"_:search/e1487037",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"FCRW90KR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"leave_at",
"14:34"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"eight"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ticket",
"132 GBP"
],
[
"_:system",
"canthelp",
"_:search/ef3c2973"
],
[
"_:search/ef3c2973",
"food",
"eastern european"
],
[
"_:search/ef3c2973",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/e1487037"
],
[
"_:search/e1487037",
"food",
"East European"
],
[
"_:search/e1487037",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"FCRW90KR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"name",
"Clowns Cafe"
],
[
"_:result",
"name",
"Don Pasquale Pizzeria"
],
[
"_:result",
"name",
"Stazione Restaurant and Coffee Bar"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"leave_at",
"14:34"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"eight"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ticket",
"132 GBP"
],
[
"_:system",
"canthelp",
"_:search/ef3c2973"
],
[
"_:search/ef3c2973",
"food",
"eastern european"
],
[
"_:search/ef3c2973",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/e1487037"
],
[
"_:search/e1487037",
"food",
"East European"
],
[
"_:search/e1487037",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"FCRW90KR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Caffe uno"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"leave_at",
"14:34"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"eight"
],
[
"_:booking",
"ticket",
"132 GBP"
],
[
"_:system",
"canthelp",
"_:search/ef3c2973"
],
[
"_:search/ef3c2973",
"food",
"eastern european"
],
[
"_:search/ef3c2973",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/e1487037"
],
[
"_:search/e1487037",
"food",
"East European"
],
[
"_:search/e1487037",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"FCRW90KR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Caffe uno"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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": [],
"speaker": "user",
"text": "I am looking for information in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Well you 've come to the right place . What sort of information can I help you find ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,\"king 's college\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "A business partner told me about King 's College and I was wondering if you could tell me a little about it ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'no entrance fee');(_:result,name,\"King 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "King 's College is a great place to visit . It is located in the centre and has no entrance fee ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you tell me their phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223331100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , their phone number is 01223331100 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "yes , i 'm looking for a train from birmingham new street"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "On what day could you like to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'cambridge');(_:search,leave_at,'15:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to travel on Sunday , to Cambridge and leave after 15:30 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'18:23');(_:result,id,'TR6856');(_:result,leave_at,'15:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR6856 departs at 15:40 and arrives at 18:23 . Would you like me to book that ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be helpful if you could book it ! Can you make a booking for 7 people please ? I 'll need the reference number also ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'YORG2CDA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set , the reference number is YORG2CDA , can I assist with anything else ?"
},
{
"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 time here at Cambridge . Good bye for now ."
}
] |
PMUL3085.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"king 's college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"king 's college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"king 's college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223331100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"king 's college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223331100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"king 's college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223331100"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"arrive_by",
"18:23"
],
[
"_:result",
"id",
"TR6856"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"king 's college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"King 's College"
],
[
"_:result",
"phone",
"01223331100"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"arrive_by",
"18:23"
],
[
"_:result",
"id",
"TR6856"
],
[
"_:result",
"leave_at",
"15:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"YORG2CDA"
],
[
"_: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,'19:00');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , can you help me find a train arriving by 19:00 that leaves on Monday ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from , and arriving to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will b departing from Cambridge and arriving in Ely ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'18:07');(_:result,id,'TR4294');(_:result,leave_at,'17:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4294 will leave at 17:50 and arrive by 18:07 . Do you need to book tickets ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I will actually need 8 tickets , it will be a group of us ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'WWKNFTGL');(_:booking,ticket,'35.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 35.2 GBP payable at the station . \n Reference number is : WWKNFTGL ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I also find an expensive restaurant in the west ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many to choose from , Do you have a specific food type or would you like me to make a recommendation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'13:15');(_:search,food,'italian');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "An Italian restaurant and I need a reservation for 8 at 13:15 on Monday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'West');(_:search,food,'Italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no expensive Italian places in the West . Is there another area I may check ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'13:15');(_:search,people,'8');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No just choose another type of expensive place to dine for me and book a table at 13:15 for 8 people from Monday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'SIKPOBWY');(_:booking,type,'Booking');(_:result,food,'European');(_:result,name,'cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , cambridge lodge restaurant serves European food . The booking was successful . The table will be reserved for 15 minutes . Your reference number is : SIKPOBWY ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that is all for now . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good night !"
}
] |
PMUL3494.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",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR4294"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_: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
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR4294"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"WWKNFTGL"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR4294"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"WWKNFTGL"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR4294"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"WWKNFTGL"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/65db1659"
],
[
"_:search/65db1659",
"area",
"West"
],
[
"_:search/65db1659",
"food",
"Italian"
],
[
"_:search/65db1659",
"pricerange",
"expensive"
],
[
"_:search/65db1659",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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",
"19:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR4294"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/65db1659"
],
[
"_:search/65db1659",
"area",
"West"
],
[
"_:search/65db1659",
"food",
"Italian"
],
[
"_:search/65db1659",
"pricerange",
"expensive"
],
[
"_:search/65db1659",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"SIKPOBWY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'hughes hall');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'll be visiting Cambridge soon and would like some information on Hughes Hall ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is a college located in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'none');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,area,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the area , address , and entrance fee , please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'wollaston road');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,postcode,'cb12ew');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "it is located in \t wollaston road , cb12ew . entry is free and is in the centre ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'kings lynn');(_:search,leave_at,'10:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Perfect ! I am also looking for a train to Kings Lynn leaving after 10:00"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'98');(_:result,destination,'kings lynn');(_:result,leave_at,'10:00');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 98 trains to kings lynn leaving after 10:00 . Do you have a more specific time frame ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i 'm leaving on a tuesday"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'10:58');(_:result,destination,'Kings Lynn');(_:result,id,'TR7548');(_:result,leave_at,'10:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7548 leaves for Kings Lynn at 10:11 and arrives by 10:58 . Will that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . Can you book 7 tickets please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'RWVC9XY8');(_:booking,ticket,'68.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 68.6 GBP payable at the station . \n Reference number is : RWVC9XY8 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you !"
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "is there anything else i can help with ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No . Thanks for all your help . Bye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using this service goodbye"
}
] |
PMUL1278.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hughes hall"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hughes hall"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"none"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hughes hall"
],
[
"_:result",
"category",
"college"
],
[
"_:search",
"area",
"none"
],
[
"_:result",
"address",
"wollaston road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb12ew"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"10:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hughes hall"
],
[
"_:result",
"category",
"college"
],
[
"_:search",
"area",
"none"
],
[
"_:result",
"address",
"wollaston road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb12ew"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"98"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"leave_at",
"10:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hughes hall"
],
[
"_:result",
"category",
"college"
],
[
"_:search",
"area",
"none"
],
[
"_:result",
"address",
"wollaston road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb12ew"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"98"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR7548"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_: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,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hughes hall"
],
[
"_:result",
"category",
"college"
],
[
"_:search",
"area",
"none"
],
[
"_:result",
"address",
"wollaston road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb12ew"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"98"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR7548"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"RWVC9XY8"
],
[
"_:booking",
"ticket",
"68.6 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hughes hall"
],
[
"_:result",
"category",
"college"
],
[
"_:search",
"area",
"none"
],
[
"_:result",
"address",
"wollaston road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb12ew"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"98"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"arrive_by",
"10:58"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR7548"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"RWVC9XY8"
],
[
"_:booking",
"ticket",
"68.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'persian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant serving Persian food in the expensive price range ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Persian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are n't any expensive Persian restaurants . Would you like me to check for a different type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about any restaurant in the centre ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'center');(_:result,count,'33');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 expensive restaurants in the center of town . Which cuisine type would you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I think I 'd like to try Indian food , are there any of those in the center of town ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'6');(_:result,name,'Curry Garden');(_:result,name,'Curry King');(_:result,name,'Curry Queen');(_:result,name,'Golden Curry');(_:result,name,'Panahar');(_:result,name,'Saffron Brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 6 restaurants that fit your request . Curry Garden , The Golden Curry , Saffron Brasserie , Panahar , Curry King , and Curry Queen ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Any of them would be fine ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Curry King');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Alright , shall I make a reservation for the Curry King ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'15:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please , for 3 people t 15:30 on Friday . Thank you ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'BVK9XZPJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay done . The reference number for your table is BVK9XZPJ and it is only reserved for 15 minutes ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's awesome . Thanks that 's all i need !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Bon appetit !"
}
] |
SNG0671.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"persian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/9f268dfa"
],
[
"_:search/9f268dfa",
"food",
"Persian"
],
[
"_:search/9f268dfa",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/9f268dfa"
],
[
"_:search/9f268dfa",
"food",
"Persian"
],
[
"_:search/9f268dfa",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/9f268dfa"
],
[
"_:search/9f268dfa",
"food",
"Persian"
],
[
"_:search/9f268dfa",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"name",
"Curry King"
],
[
"_:result",
"name",
"Curry Queen"
],
[
"_:result",
"name",
"Golden Curry"
],
[
"_:result",
"name",
"Panahar"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/9f268dfa"
],
[
"_:search/9f268dfa",
"food",
"Persian"
],
[
"_:search/9f268dfa",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Curry King"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/9f268dfa"
],
[
"_:search/9f268dfa",
"food",
"Persian"
],
[
"_:search/9f268dfa",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Curry King"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"BVK9XZPJ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for places to go in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 79 places to go in my database . Can you narrow down your requirements , please ? Perhaps by type or area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a college . Will you please give me the entrance fee , postcode , and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'college');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,phone,'0122334900');(_:result,postcode,'CB23BU');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The first college alphabetically is Christ 's College , which is free to enter . The postcodee is CB23BU and the phone number is 0122334900"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Now I need to find a restaurant in the centre of town that is cheap ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'15');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay I have as many as 15 choices that satisfy those criteria . Would you like to narrow it down by food type ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The restaurant should serve Greek food ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,food,'Greek');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry , no results returned for Greek food"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about mediterranean ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Mediterranean');(_:result,name,'The gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The gardenia fits your criteria and serves Mediterranean . Would you like me to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , but I would like to have the address and postcode ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'2 Rose Crescent City Centre');(_:result,postcode,'cb23ll');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address and the postcode are : 2 Rose Crescent City Centre cb23ll"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Excellent ! Thank you so much for the help !"
},
{
"id": 13,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Do you require further assistance ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "No , I have everything I need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Alright ! Enjoy your stay in Cambridge !"
}
] |
MUL0998.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"79"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"phone",
"0122334900"
],
[
"_:result",
"postcode",
"CB23BU"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"phone",
"0122334900"
],
[
"_:result",
"postcode",
"CB23BU"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"greek"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"phone",
"0122334900"
],
[
"_:result",
"postcode",
"CB23BU"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/73655323"
],
[
"_:search/73655323",
"food",
"Greek"
],
[
"_:search/73655323",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"0122334900"
],
[
"_:result",
"postcode",
"CB23BU"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"15"
],
[
"_:system",
"canthelp",
"_:search/73655323"
],
[
"_:search/73655323",
"food",
"Greek"
],
[
"_:search/73655323",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"The gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"0122334900"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"15"
],
[
"_:system",
"canthelp",
"_:search/73655323"
],
[
"_:search/73655323",
"food",
"Greek"
],
[
"_:search/73655323",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"The gardenia"
],
[
"_:result",
"address",
"2 Rose Crescent City Centre"
],
[
"_:result",
"postcode",
"cb23ll"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"0122334900"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"15"
],
[
"_:system",
"canthelp",
"_:search/73655323"
],
[
"_:search/73655323",
"food",
"Greek"
],
[
"_:search/73655323",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"The gardenia"
],
[
"_:result",
"address",
"2 Rose Crescent City Centre"
],
[
"_:result",
"postcode",
"cb23ll"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for an expensive restaurant serving European Food ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,name,'eraina');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about eraina ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,name,'eraina');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Does Eraina serve european food ? If so , what is the phone number and what area is it located in ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Modern European');(_:result,name,'eraina');(_:result,phone,'01223 368786');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Eraina serves Modern European food in the centre of town . The phone number is 01223 368786 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thank you for the information ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , enjoy your meal !"
}
] |
WOZ20206.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"eraina"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"name",
"eraina"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"name",
"eraina"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"name",
"eraina"
],
[
"_:result",
"phone",
"01223 368786"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , could you give me some suggestions on places to go to in the centre of town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'museum');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))",
"thank()",
"inform((_:result,address,'Unit su43 , Grande Arcade , Saint Andrews Street');(_:result,postcode,'cb23bj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Castle Galleries is a really nice museum . It is located at Unit su43 , Grande Arcade , Saint Andrews Street , postcode cb23bj . It is my personal favorite ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need thanks ."
},
{
"id": 3,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo Centre , have a great day !"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'royal standard');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh wait , I was also looking for a particular restaurant , by the name of the royal standard ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Royal Standard');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I found Royal Standard , would you like to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'19:30');(_:search,people,'one');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . A table for one on Tuesday at 19:30 , please ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , Royal Standard does not have a reservation open at that time . Would you be able to arrive a little earlier or later ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'18:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you try something for 18:30 ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'YYWH70MU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is : YYWH70MU ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . That 's all I need for today !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "you 're welcome . its a pleasure to serve you"
}
] |
MUL2311.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",
"type",
"Attraction"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"address",
"Unit su43 , Grande Arcade , Saint Andrews Street"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"address",
"Unit su43 , Grande Arcade , Saint Andrews Street"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"name",
"royal standard"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"address",
"Unit su43 , Grande Arcade , Saint Andrews Street"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"name",
"royal standard"
],
[
"_:booking",
"name",
"Royal Standard"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"address",
"Unit su43 , Grande Arcade , Saint Andrews Street"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"name",
"royal standard"
],
[
"_:booking",
"name",
"Royal Standard"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/319f83ed"
],
[
"_:booking/319f83ed",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"address",
"Unit su43 , Grande Arcade , Saint Andrews Street"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"name",
"royal standard"
],
[
"_:booking",
"name",
"Royal Standard"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"canthelp",
"_:booking/319f83ed"
],
[
"_:booking/319f83ed",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"YYWH70MU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Can you tell me where the Addenbrookes Hospital is ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Yes , it 's on Hills Rd . Anything else ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Can I also get the postcode and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Yes , the telephone number is 01223245151 , and the postcode is CB20QQ ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hospital');(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the exact address ?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "system",
"text": "The address is Hills Road , Cambridge ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you very much for your help today . Goodbye"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "hope you found what you are looking for ."
}
] |
SNG0250.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , can you recommend an expensive restaurant in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a lot');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have a lot of them . Any specific location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I was hoping to find a place that serves Indian food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'14');(_:result,food,'indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 14 restaurants that serve expensive indian food . Is there area of town you would like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant in the center of town ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'center');(_:search,food,'Indian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am unable to find any Indian restaraunts in the the center of town . Can you narrow down your preferred area please ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "An expensive Indian restaurant in the centre , I will require the address and phone number please ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm not getting any results for those specific , do you want to try something else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm really looking for an Indian restaurant in the expensive price range in the town centre . What can you recommend ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,name,'Curry Garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend The Curry Garden in the city center ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need an address and phone number for the restaurant ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'106 Regent Street City Centre');(_:result,phone,'01223302330');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their address is 106 Regent Street City Centre and phone is 01223302330 . Is there anything else you require ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay in the same area and same price range ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'Centre');(_:result,category,'hotel');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two hotel in the Centre , shall I book one ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_internet,'none');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does one not have free internet ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,has_internet,'none');(_:result,name,'Gonville Hotel');(_:result,name,'University Arms Hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Both Gonville Hotel and University Arms Hotel have free wifi and are expensive options in the centre of town ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,name,'gonville hotel');(_:search,type,'Hotel'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you book me at the Gonville Hotel ? I also need a taxi booked . I need the taxi number and car type ."
},
{
"id": 17,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Can you please give me the day you are starting your stay , number of days , and the number of people staying ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'23:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "My apologies , I actually do not need the hotel booked , but I do need a taxi to commute between the hotel and the restaurant , leaving the hotel at 23:45 ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'white Volkswagen');(_:result,departure,'the hotel');(_:result,destination,'Curry Garden');(_:result,leave_at,'23:45');(_:result,phone,'07462048280');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay you 're all set for a car . There will be a white Volkswagen taking you from the Gonville to Curry Garden , leaving the hotel at 23:45 . Their contact number is 07462048280 ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thank you so much . Goodbye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ! Have a great day !"
}
] |
MUL1384.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/466f9052"
],
[
"_:search/466f9052",
"area",
"center"
],
[
"_:search/466f9052",
"food",
"Indian"
],
[
"_:search/466f9052",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/466f9052"
],
[
"_:search/466f9052",
"area",
"center"
],
[
"_:search/466f9052",
"food",
"Indian"
],
[
"_:search/466f9052",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"canthelp",
"_:search/fedc5e3a"
],
[
"_:search/fedc5e3a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/466f9052"
],
[
"_:search/466f9052",
"area",
"center"
],
[
"_:search/466f9052",
"food",
"Indian"
],
[
"_:search/466f9052",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"canthelp",
"_:search/fedc5e3a"
],
[
"_:search/fedc5e3a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/466f9052"
],
[
"_:search/466f9052",
"area",
"center"
],
[
"_:search/466f9052",
"food",
"Indian"
],
[
"_:search/466f9052",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fedc5e3a"
],
[
"_:search/fedc5e3a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"phone",
"01223302330"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_: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",
"amount",
"a lot"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/466f9052"
],
[
"_:search/466f9052",
"area",
"center"
],
[
"_:search/466f9052",
"food",
"Indian"
],
[
"_:search/466f9052",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fedc5e3a"
],
[
"_:search/fedc5e3a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"phone",
"01223302330"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_: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",
"amount",
"a lot"
],
[
"_:result",
"food",
"indian"
],
[
"_:system",
"canthelp",
"_:search/466f9052"
],
[
"_:search/466f9052",
"area",
"center"
],
[
"_:search/466f9052",
"food",
"Indian"
],
[
"_:search/466f9052",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fedc5e3a"
],
[
"_:search/fedc5e3a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"phone",
"01223302330"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"food",
"indian"
],
[
"_:system",
"canthelp",
"_:search/466f9052"
],
[
"_:search/466f9052",
"area",
"center"
],
[
"_:search/466f9052",
"food",
"Indian"
],
[
"_:search/466f9052",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fedc5e3a"
],
[
"_:search/fedc5e3a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"phone",
"01223302330"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"23:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"food",
"indian"
],
[
"_:system",
"canthelp",
"_:search/466f9052"
],
[
"_:search/466f9052",
"area",
"center"
],
[
"_:search/466f9052",
"food",
"Indian"
],
[
"_:search/466f9052",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fedc5e3a"
],
[
"_:search/fedc5e3a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"23:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Volkswagen"
],
[
"_:result",
"departure",
"the hotel"
],
[
"_:result",
"destination",
"Curry Garden"
],
[
"_:result",
"leave_at",
"23:45"
],
[
"_:result",
"phone",
"07462048280"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay . The hotel should be in the type of hotel and should be in the north"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'2');(_:result,pricerange,'moderately priced');(_:result,stars,'two');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two two star hotels in the north that are both moderately priced . Do you have any other requirements such internet or parking ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I do n't need parking . Can you just recommend a place to stay ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'ashley hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would recommend ashley hotel . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'ashley hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book the ashley hotel for me , thank you ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "When do you want your reservation to be and for how many people ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))",
"inform((_:search,day,'monday');(_:search,people,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Starting Monday and its for 2 people . I also need a reference number"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many nights ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay for 3 nights ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,name,'Ashley Hotel');(_:booking,ref,'IGAT23Z5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , you 're booked at the Ashley Hotel starting Monday , your reference number is IGAT23Z5 . Can I help you with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great stay ."
}
] |
SNG02277.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"two"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"two"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"two"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"two"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"ref",
"IGAT23Z5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive restaurant in the west part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'wet part of town');(_:result,name,'graffiti');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "graffiti is an expensive place int he wet part of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I was n't really planning for a swim , but I would prefer a place that serves Indian food . Are there any in the west ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found five restaurants that meet your requests , and none of them require you to get wet . Can I make a reservation for you at one of them ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , but if you could pick me the best one and give me the phone number . That would be good ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'india house');(_:result,phone,'01223461661');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I highly recommend india house . The phone number is 01223461661 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'31 Newnham Road Newnham');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Here you go 31 Newnham Road Newnham"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "looking for places to go in town . The attraction should be in the same area as the restaurant ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,category,'colleges');(_:result,category,'entertainment');(_:result,category,'museums');(_:result,type,'Attraction'))",
"inform((_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have everything from colleges to museums and entertainment . Do you have a preference ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Can you make a recommendation ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'13 Magdalene Street');(_:result,name,'Cafe Jello Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "My favorite is the Cafe Jello Gallery at 13 Magdalene Street . Would you like their phone number ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , I just need to know what the entrance fee is ."
},
{
"id": 13,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:result,entrance_fee,'free of charge');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Best price of all , free of charge . But the jello cups are extra , ( kidding of course ) . Any further questions today ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "No that will be all ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,name,'India House');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book a reservation at the India House for you today ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'india house');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't need you to book but I would like the postcode for india house , please ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,name,'India House');(_:result,postcode,'cb39ey');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "The postcode for India House is cb39ey . Will that be all ?"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Yeah that will be all . Bye , thanks ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL2047.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"wet part of town"
],
[
"_:result",
"name",
"graffiti"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"wet part of town"
],
[
"_:result",
"name",
"graffiti"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"wet part of town"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"india house"
],
[
"_:result",
"phone",
"01223461661"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"wet part of town"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"india house"
],
[
"_:result",
"phone",
"01223461661"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"31 Newnham Road Newnham"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"wet part of town"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"india house"
],
[
"_:result",
"phone",
"01223461661"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"31 Newnham Road Newnham"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"entertainment"
],
[
"_: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"
],
[
"_:result",
"area",
"wet part of town"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"phone",
"01223461661"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"wet part of town"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"phone",
"01223461661"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free of charge"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"wet part of town"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"phone",
"01223461661"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free of charge"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:booking",
"name",
"India House"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"india house"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"wet part of town"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"phone",
"01223461661"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"entrance_fee",
"free of charge"
],
[
"_:booking",
"name",
"India House"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"india house"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"India House"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for college attractions in the centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'colleges');(_:result,count,'13');(_:result,entrance_fee,'2.50 pounds');(_:result,name,\"Saint John 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have about 13 different colleges in that area . Might I suggest Saint John 's College . It does have a small entrance fee of 2.50 pounds but is one of the nicest ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That is a wonderful suggestion . What is the address and may I have their phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"saint john 's street\");(_:result,phone,'01223338600');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They are located on saint john 's street and their number is 01223338600 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! Also I would like to find a place to eat . Somewhere in the same area and expensive ."
},
{
"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 . What type of food do you feel like having ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care about the type of food . Do you have a suggestion ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'seafood');(_:result,name,'Loch Fyne');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There is a great seafood place in the city centre called Loch Fyne . They have some of the best reviews overall . Would you like more info about them or a table ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'19:45');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great . Please book a table for 1 at 19:45 on Monday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,duration,'19:45');(_:booking,name,'Loch Fyne');(_:booking,ref,'4A4FODSE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked your reservations at Loch Fyne for Monday at 19:45 the reference number is 4A4FODSE . Is there anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's all I need today . Thank you for your help - goodbye !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . I hope you enjoy your trip and have a fantastic day ! Call anytime for assistance ."
}
] |
MUL2461.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",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Saint John 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Saint John 's College"
],
[
"_:result",
"address",
"saint john 's street"
],
[
"_:result",
"phone",
"01223338600"
],
[
"_: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",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Saint John 's College"
],
[
"_:result",
"address",
"saint john 's street"
],
[
"_:result",
"phone",
"01223338600"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"address",
"saint john 's street"
],
[
"_:result",
"phone",
"01223338600"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"address",
"saint john 's street"
],
[
"_:result",
"phone",
"01223338600"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"seafood"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"19:45"
],
[
"_:booking",
"name",
"Loch Fyne"
],
[
"_:booking",
"ref",
"4A4FODSE"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'steakhouse');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a steakhouse restaurant in the east part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What price range would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any price range will be fine ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,name,'River Bar Steakhouse and Grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have no steakhouse in the east area , but The River Bar Steakhouse and Grill is located in the centre area ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I really need something in the east part of town . How about Indian food ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'Indian');(_:result,name,'Curry Prince');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry Prince is a moderately priced restaurant in the east of town that serves Indian food ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great , what is their address and phone number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'451 Newmarket Road Fen Ditton');(_:result,name,'Curry Prince');(_:result,phone,'01223566388');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry Prince is located at 451 Newmarket Road Fen Ditton ; their phone number is 01223566388 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
WOZ20422.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"steakhouse"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"steakhouse"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/d796a102"
],
[
"_:search/d796a102",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"River Bar Steakhouse and Grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/d796a102"
],
[
"_:search/d796a102",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/d796a102"
],
[
"_:search/d796a102",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a place to dine . The restaurant should be in the west and should serve thai food ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'the only');(_:result,area,'west');(_:result,food,'Thai');(_:result,name,'Sala Thong');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sala Thong is the only Thai restaurant in the west . It 's expensive , but worth it . Would you like a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'19:00');(_:search,people,'2');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I would like a reservation for 2 at 19:00 on Tuesday . Please provide a reference number ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'JJWEO8ZH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Fantastic ! Your reservation went through smoothly . Here is your reference number JJWEO8ZH . They will keep the table reserved for 15 minutes for you . Can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'12:30');(_:search,food,'Thai');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Gosh , I 'm so sorry ! I do n't want the reservation for the evening , I want Thai food for lunch . Do you have a table for 2 at 12:30 on Tuesday ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,duration,'12:30');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , there is a table open for 12:30 on Tuesday . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Please book a table for two ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'JJWEO8ZH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great News booking was successful they will hold the table for 15 mins and your reference number is JJWEO8ZH . Is there anything else i can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks ! Could you help me find a swimmingpool please that is also in the west ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'west');(_:search,category,'swimming pools');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry . There are no swimming pools in the west part of town . Would you like to try a different area or attraction type ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you try an entertainment attraction instead ? Thanks ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'Whale of a Time');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Whale of a Time is a nice place they are in the west ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great , what is the postcode ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Whale of a time');(_:result,postcode,'cb238el');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Whale of a time has a postcode of cb238el . Is there anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that is all I need today . Thank you for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "And thank you for calling in , please take care and call if you need anything else ."
}
] |
PMUL3237.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"thai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JJWEO8ZH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"food",
"Thai"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JJWEO8ZH"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"food",
"Thai"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"food",
"Thai"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JJWEO8ZH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"food",
"Thai"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JJWEO8ZH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/efb75694"
],
[
"_:search/efb75694",
"area",
"west"
],
[
"_:search/efb75694",
"category",
"swimming pools"
],
[
"_:search/efb75694",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"food",
"Thai"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JJWEO8ZH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/efb75694"
],
[
"_:search/efb75694",
"area",
"west"
],
[
"_:search/efb75694",
"category",
"swimming pools"
],
[
"_:search/efb75694",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"food",
"Thai"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:search",
"people",
"two"
],
[
"_:booking",
"ref",
"JJWEO8ZH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/efb75694"
],
[
"_:search/efb75694",
"area",
"west"
],
[
"_:search/efb75694",
"category",
"swimming pools"
],
[
"_:search/efb75694",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you help me find a cheap hotel in the center of town ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,name,'Alexander Bed and Breakfast');(_:result,name,'El Shaddai');(_:result,stars,'4');(_:result,stars,'unrated');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two options to offer you , the 4 star Alexander Bed and Breakfast and the unrated El Shaddai . Would you like me to book you a room at one ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great can you find one with free parking and a 0 star rating"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'El Shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The El Shaddai meets your needs . Would you like to book a room ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "At the moment , can I just get the postcode and it is a hotel ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'cb11eg');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , the postcode is cb11eg . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I just want to confirm that it is actually a hotel , as opposed to a guesthouse ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,name,'El Shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "El Shaddai is a guesthouse , not a hotel ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any hotels that are cheap in the centre of town that include free parking with 0 stars ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"inform((_:result,amount,'just');(_:result,category,'guesthouse');(_:result,name,'el shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Nope , just el shaddai , a guesthouse . Sorry !"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Actually that is fine . Thank you 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": [
"bye()"
],
"speaker": "user",
"text": "No , I am all set . Good bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , have a good day , goodbye ."
}
] |
SNG0832.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"stars",
"unrated"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"stars",
"unrated"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"stars",
"unrated"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"postcode",
"cb11eg"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"stars",
"unrated"
],
[
"_:result",
"postcode",
"cb11eg"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"0"
],
[
"_: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"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"stars",
"unrated"
],
[
"_:result",
"postcode",
"cb11eg"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a4dbc56a"
],
[
"_:search/a4dbc56a",
"type",
"Hotel"
],
[
"_:result",
"amount",
"just"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_: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"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"stars",
"unrated"
],
[
"_:result",
"postcode",
"cb11eg"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a4dbc56a"
],
[
"_:search/a4dbc56a",
"type",
"Hotel"
],
[
"_:result",
"amount",
"just"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I need help finding out about places to go in East Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'that area');(_:result,count,'10');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'd be happy to help you with that . We have 10 attractions in that area . Is there a specific type of attraction you would like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't have a specific attraction , can you suggest one ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'5 greens road');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "You should definitely check out Cambridge Artworks . It 's a museum with free entrance at 5 greens road . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need a train to kings lynn and it should arrive by 14:45"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'd be happy to help you find a train . Can you tell me where you will be departing from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I will be leaving Cambridge on Saturday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'13:58');(_:result,departure,'Cambridge');(_:result,destination,'Kings Lynn');(_:result,id,'TR8241');(_:result,leave_at,'13:11');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about the TR8241 train . It would leave Cambridge at 13:11 and get you to Kings Lynn at 13:58 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That s perfect information , thank ytoiuy"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book it ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Before you do , can you tell me how much it will cost ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ticket,'7.84 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "A ticket costs 7.84 pounds ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Do you know how long the train ride will take ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'about 47 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The train ride should last about 47 minutes . Anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that should do it , thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome ! I hope you enjoy your trip and have a wonderful day !"
}
] |
MUL1948.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR8241"
],
[
"_:result",
"leave_at",
"13:11"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR8241"
],
[
"_:result",
"leave_at",
"13:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR8241"
],
[
"_:result",
"leave_at",
"13:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"7.84 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR8241"
],
[
"_:result",
"leave_at",
"13:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"7.84 pounds"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"about 47 minutes"
],
[
"_: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,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train from london kings cross to cambridge please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'70');(_:result,departure,'London Kings Cross');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 70 trains leaving from London Kings Cross to Cambridge . Is there a particular time slot you would like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'10:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that leaves after 10:15 on Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:08');(_:result,leave_at,'11:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've got a train leaving 11:17 and arriving at 12:08 , will that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be perfect , please book that for 6 people please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'UQ49PB37');(_:booking,ticket,'141.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your total fee is 141.6 GBP payable at the station and your reference number is UQ49PB37 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for a museum in town . Can you recommend something ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 23 options . Would you like to search by area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about the centre ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'Broughton house gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Broughton house gallery is always lovely . That 's located right in the centre and it 's free to visit . Does that work ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . May I have their postcode please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,postcode,'cb11ln');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Their postcode is cb11ln . Anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all ! Thank you so much for your help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "That 's great to hear , I 'm so glad to be of service . If at any time you need information about our lovely towne please remember to contact the Cambridge TownInfo centre !"
}
] |
MUL0558.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UQ49PB37"
],
[
"_:booking",
"ticket",
"141.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UQ49PB37"
],
[
"_:booking",
"ticket",
"141.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UQ49PB37"
],
[
"_:booking",
"ticket",
"141.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton house gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"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",
"departure",
"London Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UQ49PB37"
],
[
"_:booking",
"ticket",
"141.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton house gallery"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"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.