turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I need to find a hotel with a 4 star rating that includes free parking . Do you have anything like that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'quite a few');(_:result,has_parking,'none');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , there are quite a few 4 star hotels with free parking . What area would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks , I need a 4 star hotel in the east , the hotel needs to has free parking ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,'Carolina Bed and Breakfast');(_:booking,type,'Booking');(_:result,amount,'some');(_:result,category,'guestrooms');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are some guestrooms that fit those requirements . Can I book a room at Carolina Bed and Breakfast for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to book it starting Saturday for 3 nights . There will be 3 guests ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'U6E0DEZR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "No problem . Your reference number is U6E0DEZR ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much . That 's all I need ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm happy to be of service . Please do n't hesitate to contact us again if you have more questions . Goodbye !"
}
] |
SNG0985.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:booking",
"name",
"Carolina Bed and Breakfast"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"guestrooms"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:booking",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"category",
"guestrooms"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"U6E0DEZR"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'm planning a visit to the south of Cambridge and am looking for a bed and breakfast ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'53 roseford road');(_:result,name,\"Rosa 's bed and breakfast\");(_:result,pricerange,'inexpensive');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Rosa 's bed and breakfast on 53 roseford road is inexpensive and has a 4 star rating . Would you like me to make a reservation for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is it a type of guesthouse and is it in the south ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,\"rosa 's bed and breakfast\");(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "rosa 's bed and breakfast"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds good . Can you book it for 3 people to stay 5 nights on tuesday ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,people,'three');(_:booking,stay,'Five');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , sir , we have the booking all completed for you . That was Five days starting Tuesday , for three people . Is that correct ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'sri lankan');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , but I do need the reference number , please . I 'm also looking for a sri lankan restaurant in the south ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'7AAVA5YO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reference number is 7AAVA5YO"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Hotel');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you for the reference number , how about the sri lankan restaurant in the south ? Any luck finding one ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'south');(_:search,food,'sri lankan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry there are no results for a sri lankan restaurant in the south . Would you like to change some criteria , such as area or cuisine ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "yes I found it and it was great"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'south');(_:search,food,'Sri Lankan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I apologize but there are no Sri Lankan restaurants in south Cambridge . Would like to explore another area ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'Portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Nah , I 'd like to stay in the same area as the hotel . Let 's try a Portuguese restaurant instead ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Portuguese');(_:result,name,'Nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You 're in luck . We do indeed have a Portuguese restaurant in that area . The name is Nandos . Would you like a reservation ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No but could I get the postcode , address and phone number please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'Cambridge Leisure Park in Clifton Way');(_:result,phone,'01223327908');(_:result,postcode,'cb17dy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Absolutely . The postcode is cb17dy , the address is at Cambridge Leisure Park in Clifton Way , and the phone number is 01223327908 ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,leave_at,'5:30');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can I also get a taxi from the hotel to the restaurant ? I 'd like to leave the hotel by 5:30 , please ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'grey Volkswagen');(_:result,phone,'07956461934');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Yes I got you a taxi . It is a grey Volkswagen whose contact number is 07956461934 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Sounds great . Thanks for your help ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a good day ."
}
] |
MUL0191.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"53 roseford road"
],
[
"_:result",
"name",
"Rosa 's bed and breakfast"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"53 roseford road"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"53 roseford road"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"stay",
"Five"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"sri lankan"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"53 roseford road"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"stay",
"Five"
],
[
"_:search",
"food",
"sri lankan"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"7AAVA5YO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"53 roseford road"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"stay",
"Five"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"7AAVA5YO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6693b1cb"
],
[
"_:search/6693b1cb",
"area",
"south"
],
[
"_:search/6693b1cb",
"food",
"sri lankan"
],
[
"_:search/6693b1cb",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"53 roseford road"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"stay",
"Five"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"7AAVA5YO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/6693b1cb"
],
[
"_:search/6693b1cb",
"area",
"south"
],
[
"_:search/6693b1cb",
"food",
"sri lankan"
],
[
"_:search/6693b1cb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f8b52125"
],
[
"_:search/f8b52125",
"area",
"south"
],
[
"_:search/f8b52125",
"food",
"Sri Lankan"
],
[
"_:search/f8b52125",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"53 roseford road"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"stay",
"Five"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"7AAVA5YO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/6693b1cb"
],
[
"_:search/6693b1cb",
"area",
"south"
],
[
"_:search/6693b1cb",
"food",
"sri lankan"
],
[
"_:search/6693b1cb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f8b52125"
],
[
"_:search/f8b52125",
"area",
"south"
],
[
"_:search/f8b52125",
"food",
"Sri Lankan"
],
[
"_:search/f8b52125",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_: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": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"stay",
"Five"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"7AAVA5YO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/6693b1cb"
],
[
"_:search/6693b1cb",
"area",
"south"
],
[
"_:search/6693b1cb",
"food",
"sri lankan"
],
[
"_:search/6693b1cb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f8b52125"
],
[
"_:search/f8b52125",
"area",
"south"
],
[
"_:search/f8b52125",
"food",
"Sri Lankan"
],
[
"_:search/f8b52125",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"address",
"Cambridge Leisure Park in Clifton Way"
],
[
"_:result",
"phone",
"01223327908"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"5:30"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"stay",
"Five"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"7AAVA5YO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/6693b1cb"
],
[
"_:search/6693b1cb",
"area",
"south"
],
[
"_:search/6693b1cb",
"food",
"sri lankan"
],
[
"_:search/6693b1cb",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f8b52125"
],
[
"_:search/f8b52125",
"area",
"south"
],
[
"_:search/f8b52125",
"food",
"Sri Lankan"
],
[
"_:search/f8b52125",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"address",
"Cambridge Leisure Park in Clifton Way"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"5:30"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Volkswagen"
],
[
"_:result",
"phone",
"07956461934"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I need to find a train to cambridge , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Certainly . From where are you planning to depart , and when ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave from Stevenage on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 10 trains available . Is there a certain time you would like to travel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would like to arrive by 12:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'10:43');(_:result,destination,'Cambridge');(_:result,id,'TR9024');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9024 will get you to Cambridge by 10:43 . Would you like to book this train ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thank you ."
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "It was a pleasure to help . Have a good night ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Actually , can you give me the reference number ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'C4FOEKW5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All set up , your reference number is C4FOEKW5 . Do you need any more help ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all thanks !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "glad I could help bye !"
}
] |
SNG0308.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",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9024"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9024"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9024"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"C4FOEKW5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i want to book a taxi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where is your departure and destination locations ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,departure,'vue cinema');(_:search,destination,'clowns cafe');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave vue cinema and arrive at clowns cafe by 11:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'white volvo');(_:result,phone,'07119414615');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay , I have a white volvo for you with the contact number 07119414615 . Anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks that will be all . Thank you for your time ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help . Have a great day ."
}
] |
SNG1324.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"departure",
"vue cinema"
],
[
"_:search",
"destination",
"clowns cafe"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"departure",
"vue cinema"
],
[
"_:search",
"destination",
"clowns cafe"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white volvo"
],
[
"_:result",
"phone",
"07119414615"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'tang chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , my uncle owns Tang Chinese , he wants to know if it shows up in your database ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'Centre');(_:result,food,'Chinese');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , it is listed as an expensive Chinese place in the Centre ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the postcode that you are showing ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb11hr');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code is cb11hr is there anything else you need ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train going to Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can I get where you are leaving from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will leave from Kings Lynn on Thursday ."
},
{
"id": 7,
"rdf-acts": [
"thank()",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "i can help you with that . do you know what time you want to leave or arrive ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'15:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 15:45 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'5:58');(_:result,id,'TR2788');(_:result,leave_at,'5:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR2788 leaving at 5:11 and arriving at 5:58 . Would you like to book that ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , I just need a ticket for myself ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'C5S02E59');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , you 're all set with one ticket booked . Reference number C5S02E59 . Can I be of further help ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'15:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "NO ! I 'm sorry . I need arrive by 15:45 , not 5:58 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,type,'Train'))",
"thank()",
"inform((_:booking,arrive_by,'14:58');(_:booking,category,'Train');(_:booking,id,'TR2162');(_:booking,ref,'CO4THPM1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Please do n't apologize . I did not read carefully . Sorry about that . Your new train TR2162 and arrives 14:58 . Your reference number is CO4THPM1 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that should be all . thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
PMUL0743.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"tang chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"tang chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"tang chinese"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11hr"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"tang chinese"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11hr"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"tang chinese"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11hr"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"tang chinese"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11hr"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"5:58"
],
[
"_:result",
"id",
"TR2788"
],
[
"_:result",
"leave_at",
"5:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"tang chinese"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"postcode",
"cb11hr"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"5:58"
],
[
"_:result",
"id",
"TR2788"
],
[
"_:result",
"leave_at",
"5:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"C5S02E59"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_: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",
"tang chinese"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"postcode",
"cb11hr"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"5:58"
],
[
"_:result",
"id",
"TR2788"
],
[
"_:result",
"leave_at",
"5:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"14:58"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2162"
],
[
"_:booking",
"ref",
"CO4THPM1"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I could really go for some Italian food - is there a good place in the city centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'9');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes we have 9 Italian restaurants in that area . Do yo have a price range you 'd like to stick to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No price range but can you check in the centre of town ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Stazione');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "If you want to splurge , I recommend Stazione . Would you like to book a table there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'12:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Luncheon for 7 at 12:45 this Monday , or 11:45 if the later is not available . Please get me a confirmation number too please ."
},
{
"id": 5,
"rdf-acts": [
"thank()",
"inform((_:booking,ref,'IGC0GLMU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set ! The reservation number is IGC0GLMU"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great . Are there any interesting places to go in the area of that restaurant ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'98 King Street');(_:result,entrance_fee,'free');(_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Broughton House Gallery is free and located at 98 King Street ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I was looking for a college ."
},
{
"id": 9,
"rdf-acts": [
"inform((_: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 and admission is free"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great . Can I have the phone number ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , that phone number is 01223334900 . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the church');(_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Just a taxi from the church to the restaurant by the booking time please"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'yellow tesla');(_:result,phone,'07059448074');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "It is booked for you in a yellow tesla , the contact number is 07059448074 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thanks for all your help today !"
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Have a great day !"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks again for all of your help , you 've been great !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great weekend ."
}
] |
PMUL2358.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Stazione"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Stazione"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"IGC0GLMU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"IGC0GLMU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_: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",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"IGC0GLMU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_: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",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"IGC0GLMU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the church"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"IGC0GLMU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the church"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow tesla"
],
[
"_:result",
"phone",
"07059448074"
],
[
"_: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",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"IGC0GLMU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the church"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow tesla"
],
[
"_:result",
"phone",
"07059448074"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find in Cambridge , a restaurant , located in the Centre area . I love spanish food ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'14 - 16 Bridge street');(_:result,name,'La Tasca downtown');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have La Tasca downtown here at 14 - 16 Bridge street ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The restaurant should be in the expensive price range"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I do not have any in the centre , another criteria perhaps ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'african');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about african food ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I was able to find bedouin , would you like to try that ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "That would be great , could you just give me their number ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223367660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The number is 01223367660 . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also want to find an expensive place to stay with a star rating of 3 please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'south');(_:result,category,'hotels');(_:result,count,'2');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "With that criteria , I have two different options for you . Both are hotels and offer free parking and wifi . One is in the centre of town and one is south ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,name,'Bedouin');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want one that is in the same area as Bedouin , please ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,name,'The gonville hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The gonville hotel is in the centre which is the same area as Bedouin . Would you like me to book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book that for 8 people starting Friday for 3 nights ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry that is not available . Would you like to try another day or a shorter stay perhaps ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please try again for only 2 nights and see if that works ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,name,'Gonville');(_:booking,ref,'1KWO1IPE');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All set for 2 nights at the Gonville . Your reference number is 1KWO1IPE ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's all I need today !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Excellent , glad Cambridge TownInfo centre could be of help . Have a great day !"
}
] |
MUL1211.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:result",
"address",
"14 - 16 Bridge street"
],
[
"_:result",
"name",
"La Tasca downtown"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"14 - 16 Bridge street"
],
[
"_:result",
"name",
"La Tasca downtown"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/4aeec037"
],
[
"_:search/4aeec037",
"area",
"centre"
],
[
"_:search/4aeec037",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"14 - 16 Bridge street"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/4aeec037"
],
[
"_:search/4aeec037",
"area",
"centre"
],
[
"_:search/4aeec037",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"14 - 16 Bridge street"
],
[
"_:system",
"canthelp",
"_:search/4aeec037"
],
[
"_:search/4aeec037",
"area",
"centre"
],
[
"_:search/4aeec037",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"14 - 16 Bridge street"
],
[
"_:system",
"canthelp",
"_:search/4aeec037"
],
[
"_:search/4aeec037",
"area",
"centre"
],
[
"_:search/4aeec037",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Bedouin"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"14 - 16 Bridge street"
],
[
"_:system",
"canthelp",
"_:search/4aeec037"
],
[
"_:search/4aeec037",
"area",
"centre"
],
[
"_:search/4aeec037",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Bedouin"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_: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": [
[
"_:result",
"address",
"14 - 16 Bridge street"
],
[
"_:system",
"canthelp",
"_:search/4aeec037"
],
[
"_:search/4aeec037",
"area",
"centre"
],
[
"_:search/4aeec037",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Bedouin"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/0bce3311"
],
[
"_:booking/0bce3311",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"14 - 16 Bridge street"
],
[
"_:system",
"canthelp",
"_:search/4aeec037"
],
[
"_:search/4aeec037",
"area",
"centre"
],
[
"_:search/4aeec037",
"type",
"Restaurant"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367660"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"Bedouin"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/0bce3311"
],
[
"_:booking/0bce3311",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Gonville"
],
[
"_:booking",
"ref",
"1KWO1IPE"
],
[
"_:booking",
"stay",
"2"
],
[
"_: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,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I am searching for a nice Thai restaurant in Cambridge Centre"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'The only');(_:result,area,'Centre Cambridge');(_:result,food,'Thai');(_:result,name,'Bangkok City');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The only Thai restaurant located in Centre Cambridge is Bangkok City . Would you like the address ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . Get me their phone number and postcode too ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'24 Green Street City Centre');(_:result,name,\"Bangkok City 's\");(_:result,phone,'01223354382');(_:result,postcode,'cb23jx');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Bangkok City 's address is 24 Green Street City Centre , postcode cb23jx , phone number 01223354382 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I need to book a train for tuesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,day,'Tuesday');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains that run on Tuesday , can you give me departure and arrival destinations to help narrow the search ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I would like to depart from Birmingham New Street and arrive in Cambridge by 14:45 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,leave_at,'every hour at : 40 after beginning at 5:40');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are trains every hour at : 40 after beginning at 5:40 . What time would you like to leave ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 14:45 any time is fine ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'14:23');(_:result,departure,'birmingham new street');(_:result,destination,'cambridge');(_:result,leave_at,'11:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train leaving birmingham new street at 11:40 and arriving in cambridge at 14:23 . Does that work ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "How much will the trip cost ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR9708');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price of that trip would be 75.10 pounds and the train i d is TR9708 . Would you like to book a ticket for that ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Not just yet . What was the travel time for that trip ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'163 MINUTES');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "It 's a long one - the total travel time on that train is 163 minutes . Did you need any further assistance today , perhaps a hotel or restaurant ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a nice day ."
}
] |
MUL0287.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"The only"
],
[
"_:result",
"area",
"Centre Cambridge"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"amount",
"The only"
],
[
"_:result",
"area",
"Centre Cambridge"
],
[
"_:result",
"food",
"Thai"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"name",
"Bangkok City 's"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:result",
"postcode",
"cb23jx"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"Centre Cambridge"
],
[
"_:result",
"food",
"Thai"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"name",
"Bangkok City 's"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:result",
"postcode",
"cb23jx"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"Centre Cambridge"
],
[
"_:result",
"food",
"Thai"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"name",
"Bangkok City 's"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:result",
"postcode",
"cb23jx"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"every hour at : 40 after beginning at 5:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"Centre Cambridge"
],
[
"_:result",
"food",
"Thai"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"name",
"Bangkok City 's"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:result",
"postcode",
"cb23jx"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:23"
],
[
"_:result",
"departure",
"birmingham new street"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"11:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"Centre Cambridge"
],
[
"_:result",
"food",
"Thai"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"name",
"Bangkok City 's"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:result",
"postcode",
"cb23jx"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:23"
],
[
"_:result",
"departure",
"birmingham new street"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"11:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"TR9708"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"Centre Cambridge"
],
[
"_:result",
"food",
"Thai"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"name",
"Bangkok City 's"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:result",
"postcode",
"cb23jx"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:23"
],
[
"_:result",
"departure",
"birmingham new street"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"11:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR9708"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"duration",
"163 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,name,'royal spice');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant called royal spice ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Victoria Avenue Chesterton');(_:result,area,'north');(_:result,food,'Indian');(_:result,name,'Royal Spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Royal Spice is an Indian restaurant on Victoria Avenue Chesterton on the north side ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I have the phone number and price range of the restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01733553355');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! The phone number is : 01733553355 and it is in the cheap price range ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'worth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great I am also looking for a hotel called Worth House ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Worth house');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Worth house is a cheap guesthouse located in the north ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Perfect can you book that for 1 person for 5 nights starting monday ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'EXQR8KQT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to successfully book you , the reference number is EXQR8KQT , can I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,leave_at,'around 3');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes please , I will need a taxi to take me to the restaurant . I 'd like to leave the hotel say around 3 ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'blue toyota');(_:result,phone,'07069493389');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The taxi is booked it will be a blue toyota the contract number is 07069493389 . Do you need anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks , that should take care of everything ."
},
{
"id": 11,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "My pleasure , enjoy your stay in Cambridge ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your services ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day !"
}
] |
MUL1295.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:result",
"phone",
"01733553355"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"phone",
"01733553355"
],
[
"_:search",
"name",
"worth house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"phone",
"01733553355"
],
[
"_:search",
"name",
"worth house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EXQR8KQT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"around 3"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"name",
"worth house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"EXQR8KQT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"around 3"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue toyota"
],
[
"_:result",
"phone",
"07069493389"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Victoria Avenue Chesterton"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"name",
"worth house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"EXQR8KQT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"around 3"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue toyota"
],
[
"_:result",
"phone",
"07069493389"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'Center');(_:search,food,'Chines');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you assist me to find Restaurants in the Center of Cambridge that serves Chines foods ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'10');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 10 results for that search . Can I narrow that down with a price range you 'd like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like an expensive restaurant , please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are four . Would you like a table , or more information ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'14:45');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ah ... just pick one that you recommend and do a reservation for 6 at 14:45 on Saturday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,duration,'14:45');(_:booking,name,'ugly duckling');(_:booking,people,'6');(_:booking,ref,'G6RS8PAR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've reserved a table for 6 at ugly duckling at 14:45 on Saturday . Your confirmation number is G6RS8PAR ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "am also looking for a place to stay . The hotel should include free parking and should include free wifi"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , can I narrow down your preference a bit ? Is there a part of town you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd love it if we could stay in the centre of town . Also , I would like it to be three stars ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Gonville hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Great . Gonville hotel should meet your needs . Would you like me to book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'Gonville Hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you tell me what the price range is at the Gonville Hotel ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes certainly it is in the expensive price range ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is this a hotel or a guesthouse ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is a hotel . Would you like to book it ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , just gathering info , thank you so much for your help , have a good evening ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I was happy to help . You have a good evening , as well . Good - bye ."
}
] |
PMUL4714.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"Center"
],
[
"_:search",
"food",
"Chines"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"Center"
],
[
"_:search",
"food",
"Chines"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"Center"
],
[
"_:search",
"food",
"Chines"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"Center"
],
[
"_:search",
"food",
"Chines"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"name",
"ugly duckling"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"G6RS8PAR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Chines"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"name",
"ugly duckling"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"G6RS8PAR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Chines"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"name",
"ugly duckling"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"G6RS8PAR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"name",
"Gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Gonville Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Chines"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"name",
"ugly duckling"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"G6RS8PAR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"name",
"Gonville hotel"
],
[
"_:search",
"name",
"Gonville Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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",
"Chines"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"name",
"ugly duckling"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"G6RS8PAR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"name",
"Gonville hotel"
],
[
"_:search",
"name",
"Gonville Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I would like to travel Stevenage from Cambridge by train . Could you please tell me when the next train is leaving ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'6:43');(_:result,day,'Friday');(_:result,id,'TR8306');(_:result,leave_at,'5:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The next train departing is TR8306 on Friday at 5:54 set to arrive by 6:43 . Would you like to book that ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I actually need to leave on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'Saturday');(_:result,departure,'Cambridge');(_:result,destination,'Stevanage');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Let me confirm you are traveling from Cambridge to Stevanage this Saturday . Also , what time do you want to leave or arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,day,'saturday');(_:search,departure,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am in Cambridge traveling to Stevanage on Saturday . I want to arrive in stevenage by 12:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR3259');(_:booking,ref,'1P6X7B88');(_:booking,ticket,'10.24 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train ID \t TR3259 \n Price \t 10.24 pounds Reference number is : 1P6X7B88 ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'll also need the travel time please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'19 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time is 19 minutes ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok , great . Thanks !"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Thank you for using our services , do you need any further assistance ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that was everything . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for allowing me to help . Have a great day ."
}
] |
SNG01870.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"id",
"TR8306"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"id",
"TR8306"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevanage"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"id",
"TR8306"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevanage"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR3259"
],
[
"_:booking",
"ref",
"1P6X7B88"
],
[
"_:booking",
"ticket",
"10.24 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"id",
"TR8306"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevanage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR3259"
],
[
"_:booking",
"ref",
"1P6X7B88"
],
[
"_:booking",
"ticket",
"10.24 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"19 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"6:43"
],
[
"_:result",
"id",
"TR8306"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevanage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR3259"
],
[
"_:booking",
"ref",
"1P6X7B88"
],
[
"_:booking",
"ticket",
"10.24 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"19 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_: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,type,'Police'))"
],
"speaker": "user",
"text": "I was in a car accident and have a dispute with the other driver so please contact the police and tell them I need help ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "The cops are on the way . What is your location ? Is anyone hurt ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "No , I just need their phone number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The phone number is 01223358966 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you much , goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "I hope the police are able to help you resolve the situation . If there 's anything else I can do to help just let me know ."
}
] |
SNG01230.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a place to stay in the north side . Can you recommend anything with at least 2 stars ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'Both');(_:result,area,'north');(_:result,name,'Ashley');(_:result,name,'Lovell Lodge');(_:result,pricerange,'moderate');(_:result,stars,'2-star');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The Ashley and the Lovell Lodge are both 2-star hotels on the north side . Both are in the moderate price range . Would you like more information on one of those ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do either of them have free parking . Are they a type of hotel ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'both');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , both are hotels with free parking . Would you like me to book one of them ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'lovell lodge');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No thank you but can you give me the address and phone number for Lovell Lodge ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'365 milton road');(_:result,phone,'01223425478');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure their address is 365 milton road and their phone number is 01223425478 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that covers everything . Thanks !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for contacting Cambridge TownInfo Centre . Have a great day !"
}
] |
SNG0795.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"365 milton road"
],
[
"_:result",
"phone",
"01223425478"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant that serves afghan food in the south"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have not found any , unfortunately . Would you like to try another area of town or cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'Portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any Portuguese restaurants in the south ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Cambridge Leisure Park Clifton Way');(_:result,name,'Nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos fits your request perfectly ! It 's located at Cambridge Leisure Park Clifton Way . Would you like additional information ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'13:15');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a reservation for 6 people on Wednesday at 13:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'NMHD1N0R');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reference number for your reservation is NMHD1N0R ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! Can you also help me with a place to stay ?"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Yeah sore you can get one thank you"
}
] |
PMUL3768.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/560499c9"
],
[
"_:search/560499c9",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/560499c9"
],
[
"_:search/560499c9",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/560499c9"
],
[
"_:search/560499c9",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"NMHD1N0R"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'warkworth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel called warkworth house"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'warkworth terrace');(_:result,name,'Warkworth house');(_:result,postcode,'cb11ee');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Warkworth house is located at warkworth terrace cb11ee ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have free internet ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they have free internet . Shall I make a booking for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No thanks . I do need a train , though . I 'll be leaving Cambridge on Saturday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,day,'saturday');(_:result,departure,'cambridge');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains leaving cambridge on saturday . Can you tell me your destination and what time you would like to leave ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'17:00');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to London Liverpool Street , I would like to arrive by 17:00 ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,leave_at,'13:59');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay ! How about the train that leaves at 13:59 ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That train would be just fine . I need the train ID , price and depart time ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR2895');(_:result,leave_at,'05:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train ID is TR2895 and the departure time is 05:59 . Would you like me to book the ticket ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , I 'll just need the price , please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ticket,'13.28 pounds per person');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , the cost of the ticket is 13.28 pounds per person . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you for all your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Goodbye ."
}
] |
PMUL1708.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"address",
"warkworth terrace"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"address",
"warkworth terrace"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"address",
"warkworth terrace"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"address",
"warkworth terrace"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"13:59"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"address",
"warkworth terrace"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"13:59"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR2895"
],
[
"_:result",
"leave_at",
"05:59"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"warkworth house"
],
[
"_:result",
"address",
"warkworth terrace"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"13:59"
],
[
"_:result",
"id",
"TR2895"
],
[
"_:result",
"leave_at",
"05:59"
],
[
"_:result",
"ticket",
"13.28 pounds per person"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I would like to book a train , leaving Cambridge and going to Stansted Airport ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok , when would you like to leave and what time would you like to leave at ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'11:00');(_:search,day,'tuesday');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I just want to arrive in stansted airport on tuesday before 11:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'07:08');(_:result,departure,'Cambridge');(_:result,destination,'the airport');(_:result,id,'TR1951');(_:result,leave_at,'06:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1951 leaves Cambridge at 06:40 and arrives at the airport at 07:08 . Would that work ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'06:40');(_:search,type,'Train'))",
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "It 's a little early in the morning , but it will do , I 'll just set my alarm extra loud . Departure time is 06:40 ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sounds great , I can go ahead and book that . How many tickets will you be needing ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will get tickets at the train station , early trains usually are n't that full . Can you find me a hotel though ?"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "Of course , what are your specifications ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a moderately - priced hotel in the north part of town ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,name,'the ashley hotel');(_:result,name,'the lovell lodge');(_:result,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 hotels the ashley hotel or the lovell lodge . Do you have a preference ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,people,'5');(_:search,stay,'two');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to book in of those that has free wifi and free parking . I will to book fro 5 people for two nights starting on Sunday . I need the reference number ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Ashley Hotel');(_:booking,ref,'CEMV2OOR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , I was able to book your party at the Ashley Hotel . Your reference number is CEMV2OOR . Is there anything else I can do for you today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all I need today . Thank you for all your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us today , if you need any further assistance , feel free to contact us at any time . Have a wonderful day ."
}
] |
MUL2228.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"11:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"arrive_by",
"07:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR1951"
],
[
"_:result",
"leave_at",
"06:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"06:40"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"11:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"arrive_by",
"07:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR1951"
],
[
"_:result",
"leave_at",
"06:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"06:40"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"11:00"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"arrive_by",
"07:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR1951"
],
[
"_:result",
"leave_at",
"06:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"06:40"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"11:00"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"arrive_by",
"07:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR1951"
],
[
"_:result",
"leave_at",
"06:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"06:40"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"the ashley hotel"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"11:00"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"arrive_by",
"07:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR1951"
],
[
"_:result",
"leave_at",
"06:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"leave_at",
"06:40"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"name",
"the ashley hotel"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"ref",
"CEMV2OOR"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , do any trains run on Saturday ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,day,'Saturday');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , we have many trains that operate on Saturday . Would you like to book one ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for the train which arrives in Cambridge from Leicester . It should arrive by 19:30"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a time you would like to leave by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'dontcare');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No I do n't have a leave time preference . Just not too early if I do n't have too ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'9:09');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about 9:09 will that work for you ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "That might be too early ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is the earliest you would be like to leave by ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'll take the one that leaves at 9:09 . It 's fine . What is the travel time on that train ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'105 minutes');(_:result,id,'TR8070');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The travel time on train TR8070 is 105 minutes . Would you like me to book this for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No but I am also looking for a place to stay in a moderate price range ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several in the moderate price range . Do you have a certain area in mind ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but I would like a 4 star rating ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Will you be needing parking and/or internet ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_internet,'no');(_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Parking and internet are not of interest to me really ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The avalon');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The avalon meets your requirements . Would you like reservations ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,day,'saturday');(_:search,name,'avalon');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is the Avalon a guesthouse ? If so , yes I would like to book for Saturday for 6 people , 4 nights ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,ref,'2QPHXXOJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It is indeed a guesthouse , and I booked it for you . Your reference number is 2QPHXXOJ . How else can I help ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for making that reservations ."
},
{
"id": 19,
"rdf-acts": [],
"speaker": "system",
"text": "Would you like me to book you a train , or possibly a taxi ?"
},
{
"id": 20,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't need anything further ."
},
{
"id": 21,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you for contacting us have a nice day ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! You as well !"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL1859.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"9:09"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"9:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"9:09"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR8070"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"9:09"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR8070"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_: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",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"9:09"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR8070"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"Saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"9:09"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR8070"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"The avalon"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"Saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"9:09"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR8070"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"The avalon"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2QPHXXOJ"
],
[
"_: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": [
[
"_:result",
"day",
"Saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"9:09"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR8070"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"The avalon"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2QPHXXOJ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"Saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"9:09"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR8070"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"The avalon"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2QPHXXOJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_: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,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I 'd like to find a train from Cambridge to Leicester ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly , there are many trains going that route . Can you specify which day you 'd like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'a full schedule');(_:result,day,'Saturday');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 've got a full schedule of trains going that route on Saturday . Do you have a preferred time to leave or get there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to arrive by 13:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'a train');(_:result,arrive_by,'13:06');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that arrives at 13:06 . Will this do for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes that would be perfect . Could I have the price and departure time ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,leave_at,'11:21');(_:result,ticket,'30.24 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes the departure time is 11:21 and the cost of the journey will be 30.24 pounds ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks for your help !"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Not a problem ! Do you need anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . I appreciate the help . Have a good day ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You as well ! Goodbye !"
}
] |
SNG0322.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"amount",
"a full schedule"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"a train"
],
[
"_:result",
"arrive_by",
"13:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"a train"
],
[
"_:result",
"arrive_by",
"13:06"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"a train"
],
[
"_:result",
"arrive_by",
"13:06"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"11:21"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,\"great saint mary 's church\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm just looking for Great Saint Mary 's Church ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'market square');(_:result,area,'centre');(_:result,category,'architecture');(_:result,entrance_fee,'2 pounds');(_:result,phone,'01223350914');(_:result,postcode,'cb23pq');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "That 's a great choice ! It is an architecture attraction in the centre of town at market square , postcode cb23pq . The phone number is 01223350914 and the entrance fee is 2 pounds ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ! You gave me all the information I need today . I appreciate your time ."
},
{
"id": 3,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're Welcome . Have a great day !"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Good bye ."
},
{
"id": 5,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you for contacting us ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,stars,'3-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh my ! I totally forgot that I also need to find a place to stay . Can you find me an expensive place that is 3-star rated ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Gonville hotel');(_:result,name,'Lensfield hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have the Gonville hotel and the Lensfield hotel available . Which would you like to book ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I book one with free parking ?"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,name,'the gonville');(_:result,type,'Hotel'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))",
"inform((_:result,amount,'both');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Both have parking , so you 'll be set . Would you like me to try the gonville ? How many nights were you interested in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would need a room for 5 nights , for 4 people please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like to check in ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Monday would be great ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Gonville');(_:booking,ref,'C66M3FWQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , I have your room at the Gonville booked . Reference number is : C66M3FWQ . Can I help you with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that should be all , thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a nice day !"
}
] |
MUL2609.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"market square"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"market square"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:result",
"address",
"market square"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:result",
"address",
"market square"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Gonville hotel"
],
[
"_:result",
"name",
"Lensfield hotel"
],
[
"_: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",
"name",
"great saint mary 's church"
],
[
"_:result",
"address",
"market square"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"the gonville"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:result",
"address",
"market square"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"the gonville"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:result",
"address",
"market square"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"the gonville"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Gonville"
],
[
"_:booking",
"ref",
"C66M3FWQ"
],
[
"_: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,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train on thursday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you like to go to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'Kingls Lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be going from Canbrige arriving in Kingls Lynn ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have a specific time frame in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,leave_at,'18:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave after 18:45 and should leave on thursday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR0481');(_:result,leave_at,'19:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR0481 is the closest to that , it leaves at 19:11 . Should I get you some tickets ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I only need one ticket ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'1');(_:booking,ref,'O2IGKVWR');(_:booking,ticket,'9.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a booking for 1 , total fee of 9.8 GBP need paid at the station , O2IGKVWR is your reference number ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a moderate place to stay ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Let me get some additional information . What area of town would you like to stay in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't really matter . I do like 4 star guesthouses though ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'11');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That leaves about 11 options . Did you have a preference on area ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Not really . Do any of those have free parking ? If so may I have their phone number ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'Archway House');(_:result,phone,'01223575314');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "How about Archway House ? Their number is 01223575314 . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,name,'Archway House');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "If Archway House offers free parking , then I am all set ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They do have free parking ! Do you need to book a room ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "i only need the phone number then i will book for myself"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,name,'Archway House');(_:result,phone,'01223575314');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number to Archway House is 01223575314 . Can I assist you with anything else , today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()",
"inform((_:search,name,'Archway House');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you for the information to Archway House . That will be all for now ."
},
{
"id": 19,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "I hope you have a great stay . Have a good day ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL1557.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"Kingls Lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"Kingls Lynn"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"Kingls Lynn"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"id",
"TR0481"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"Kingls Lynn"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"id",
"TR0481"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"O2IGKVWR"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"Kingls Lynn"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"id",
"TR0481"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"O2IGKVWR"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_: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",
"destination",
"Kingls Lynn"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"id",
"TR0481"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"O2IGKVWR"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_: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",
"Kingls Lynn"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"id",
"TR0481"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"O2IGKVWR"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"phone",
"01223575314"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Archway House"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"Kingls Lynn"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"id",
"TR0481"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"O2IGKVWR"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"phone",
"01223575314"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Archway House"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"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",
"Kingls Lynn"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"id",
"TR0481"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"O2IGKVWR"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"phone",
"01223575314"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Archway House"
],
[
"_: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": [
[
"_:search",
"destination",
"Kingls Lynn"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:result",
"id",
"TR0481"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"O2IGKVWR"
],
[
"_:booking",
"ticket",
"9.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"phone",
"01223575314"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Archway House"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"dismissed",
"_: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,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel and I need free wifi and parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'29');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 've found 29 places that fit your criteria . To further narrow your search , please provide a specific hotel type and the amount of stars of the hotel you would like ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A guesthouse in the north will be fine ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'9');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Perfect , that has narrowed us down to 9 results . Do you have any other criteria that need to be met ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "No , that should be it . Can you tell me some of the 9 results you were able to find ?"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Acorn guest house , arbury lodge , archway house , hamilton lodge are all great selections . Would you like me to book one of these or would you like more suggestions ?"
}
] |
PMUL3700.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"29"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I will be in the centre of cambridge . I am looking for any type of attraction involving architecture ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Jesus Lane');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'd recommend All Saints Church on Jesus Lane . Did you need help with anything else ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the postcode for that ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'CB58BS');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is CB58BS . Can I help you find anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'33');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 33 places to stay , do you have any requirements ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need something in the south and free parking ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Bridge Guest House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would recommend the Bridge Guest House based on your criteria . Would you like me to book you a room ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Can you tell me what their star rating is ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,stars,'3-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Of course ! They are a 3-star establishment . Would you like me to go ahead and book that for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yes , 7 people 4 nights starting Wednesday ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry . There is no availability . Would you like to try different dates or another hotel ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about just 2 nights instead ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Bridge Guest House');(_:booking,ref,'ULWMFZAX');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Bridge Guest House was available for 2 nights . Your reference number is ULWMFZAX . What else can I do for you today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that s it , thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome , I 'm glad that I could help . I hope that you enjoy your stay ! Goodbye ."
}
] |
MUL2511.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"CB58BS"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"CB58BS"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"CB58BS"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"CB58BS"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"postcode",
"CB58BS"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/301b826c"
],
[
"_:booking/301b826c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stay",
"2"
],
[
"_: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",
"category",
"architecture"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"postcode",
"CB58BS"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/301b826c"
],
[
"_:booking/301b826c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Bridge Guest House"
],
[
"_:booking",
"ref",
"ULWMFZAX"
],
[
"_:booking",
"stay",
"2"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am traveling to Cambridge and looking forward to try local restaurants ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are some great ones . Can I help you find something in particular ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to try some Indian food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'22');(_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 22 restaurants serving indian food . What is your price range ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any of them will be fine . I 'll just need to know the price range , address , and postcode , please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'106 Regent Street City Centre');(_:result,name,'Curry Garden');(_:result,postcode,'cb21dp');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Okay . The Curry Garden is located at 106 Regent Street City Centre . The postcode is cb21dp and the price range is expensive ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,leave_at,'21:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "am also looking for a train . The train should leave after 21:15 and should go to cambridge . \n The train should depart from stansted airport and should leave on saturday"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have a time that you could like to arrive by ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'21:15');(_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , I just need 6 tickets departing after 21:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'the first');(_:result,leave_at,'21:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "the first train leaves the station at 21:24 will that work for you ? Or we could try a cab"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No the train sounds good . Can book 6 tickets please ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will work on booking this and be right back with you ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Make sure i get the reference number also please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'B9L7E2J1');(_:booking,ticket,'48.48 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 48.48 GBP payable at the station . \n Reference number is : B9L7E2J1 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks ! That 's all I needed ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful time ."
}
] |
PMUL3896.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"amount",
"the first"
],
[
"_:result",
"leave_at",
"21:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"amount",
"the first"
],
[
"_:result",
"leave_at",
"21:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"address",
"106 Regent Street City Centre"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"postcode",
"cb21dp"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"amount",
"the first"
],
[
"_:result",
"leave_at",
"21:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"B9L7E2J1"
],
[
"_:booking",
"ticket",
"48.48 GBP"
],
[
"_: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,type,'Hospital'))"
],
"speaker": "user",
"text": "Am looking for the Addenbrookes Hospital"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "I can direct you to Addenbrookes Hospital in Cambridge . Is there a specific department you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "No , I just need the postcode , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Okay . The postcode is CB20QQ . Is that everything you needed today ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "What 's the telephone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Postcode \t : \t CB20QQ and Telephone \t : \t 01223245151"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks a ton . That 's all I want to know for now . Bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Have a fantastic rest of your day !"
}
] |
SNG01761.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'kirkwood house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , can you find the hotel Kirkwood House ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Kirkwood House');(_:result,pricerange,'moderately - priced');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes . Kirkwood House is a 4-star , moderately - priced , guesthouse in the north . It includes free parking and internet . Would you like me to book this for you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could I please have the phone number and address of this hotel ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'172 chesterton road');(_:result,name,'kirkwood house');(_:result,phone,'01223306283');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , kirkwood house is located at 172 chesterton road , phone 01223306283 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you give me the postal code for the hotel as well ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Kirkwood House');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The postcode for Kirkwood House is cb41da . Woud you like me to book a room for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'18:00');(_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No thank you , but I am also wanting to find a train departing from Cambridge on Monday and arriving at London Liverpool Street by 18:00 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'17:27');(_:result,destination,'London Liverpool Street');(_:result,id,'TR3602');(_:result,leave_at,'15:59');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR3602 that departs at 15:59 and arrives in London Liverpool Street at 17:27 . Would this work for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book that for 8 people and let me have a reference number ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'JGX91DYB');(_:booking,ticket,'132.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 132.8 GBP payable at the station . \n Reference number is : JGX91DYB . Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you very much for your help !"
},
{
"id": 11,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Please feel free to contact us back if you have any issues during your travels ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our service , and have a wonderful day !"
}
] |
MUL0696.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"address",
"172 chesterton road"
],
[
"_:result",
"name",
"kirkwood house"
],
[
"_:result",
"phone",
"01223306283"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"address",
"172 chesterton road"
],
[
"_:result",
"phone",
"01223306283"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"address",
"172 chesterton road"
],
[
"_:result",
"phone",
"01223306283"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR3602"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"address",
"172 chesterton road"
],
[
"_:result",
"phone",
"01223306283"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR3602"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"JGX91DYB"
],
[
"_:booking",
"ticket",
"132.8 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",
"kirkwood house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"address",
"172 chesterton road"
],
[
"_:result",
"phone",
"01223306283"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"destination",
"London Liverpool Street"
],
[
"_:result",
"id",
"TR3602"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"JGX91DYB"
],
[
"_:booking",
"ticket",
"132.8 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'ashley hotel');(_:search,leave_at,'10:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to pick me up at Ashley Hotel to leave after 10:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like to go to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'restaurant two two');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to get to restaurant two two"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'blue bmw');(_:result,phone,'07083779802');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! Is there anything else I can help you with today ? \n Booked car type \t : \t blue bmw \n Contact number \t : \t 07083779802"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks ! That would be all ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "system",
"text": "I can also help you with attractions and trains , if you are interested ."
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that will be all . Good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG01332.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ashley hotel"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ashley hotel"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"destination",
"restaurant two two"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ashley hotel"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"destination",
"restaurant two two"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue bmw"
],
[
"_:result",
"phone",
"07083779802"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ashley hotel"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"destination",
"restaurant two two"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue bmw"
],
[
"_:result",
"phone",
"07083779802"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i want to book a taxi"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I would be happy to help . What are your departure and destination sites , and what time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'leverton house');(_:search,destination,'cambridge lodge restaurant');(_:search,leave_at,'08:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to leave the Leverton House after 08:00 to go to the Cambridge Lodge Restaurant ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'black volvo');(_:result,phone,'07380094079');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booked ! Your car is a black volvo . Contact number : 07380094079"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for all your help that would be all ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Glad we could be of assistance . Thank you"
}
] |
SNG1271.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leverton house"
],
[
"_:search",
"destination",
"cambridge lodge restaurant"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leverton house"
],
[
"_:search",
"destination",
"cambridge lodge restaurant"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black volvo"
],
[
"_:result",
"phone",
"07380094079"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi . I am looking for a hotel to stay in ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a hotel in mind or a price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I wanted somewhere expensive :D"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'5');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "there are five expensive hotels in cambridge . Do you have a star preference or area in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I 'm looking for a 3 start hotel"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'the gonville hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I recommend the gonville hotel located in the centre of town . Would you like me to book you a room or do you need anymore information ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there an expensive hotel with 3 stars that is located in the south ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'the lensfield hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , there is the lensfield hotel ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book it for 1 people and 2 nights starting from saturday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'9RXKQ7C3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book your room per your request . The reference number is : 9RXKQ7C3 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you locate a train that will take me to the hotel ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , where will you be departing from ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should depart from cambridge and should leave on sunday ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination , and what time would you like to leave ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'kings lynn');(_:search,leave_at,'13:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave after 13:00 on Sunday and I want to go to Kings Lynn ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have options available would you like me to book something for you ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I just need the train ID , please ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,id,'TR7423');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure thing TR7423 . Thank you"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for serving me !"
},
{
"id": 19,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Your welcome . Have a great day !"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You too much appreciated ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to be of service . Goodbye ."
}
] |
PMUL3220.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",
"name",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"the lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"the lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"9RXKQ7C3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"the lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"9RXKQ7C3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"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",
"name",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"the lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"9RXKQ7C3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_: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",
"name",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"the lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"9RXKQ7C3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_: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",
"name",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"the lensfield hotel"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"9RXKQ7C3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR7423"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"the lensfield hotel"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"9RXKQ7C3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR7423"
],
[
"_: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,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay that has free wifi and parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'numerous');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are numerous hotels that match this criteria available . Do you have a specific area you 'd like to stay , or a price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No particular area but I need it to be cheap ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found cheap guesthouses , is guesthouse what you are looking for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd prefer a hotel , rather than a guesthouse ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,count,'1');(_:result,name,'Cambridge Belgry');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There 's one . The Cambridge Belgry in the west . It has a four star rating . Should I book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please book it for 3 people for 2 nights starting monday"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry but it is not available for those times . Would you like to find another hotel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about booking it for 1 night instead ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,people,'3');(_:booking,ref,'D8UYVAY8');(_:booking,stay,'1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book a reservation for 3 people for 1 night starting Monday , reference number D8UYVAY8 . Is there anything else you need assistance with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I need a chinese place in the cheap range"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,count,'4');(_:result,name,'Charlie Chan');(_:result,name,'Golden house');(_:result,name,'Lucky Star');(_:result,name,'Rice House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 4 in the price range you asked for : Charlie Chan , Rice House , The Lucky Star and the Golden house . Would you like more information on one of these ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'13:15');(_:search,name,'lucky star');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you reserve me a table that the Lucky Star on Monday for 3 people at 13:15 ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'96VNO1G8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . Your reference number is 96VNO1G8 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Alright , that 's all I need today , thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a great day !"
}
] |
MUL1284.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"numerous"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"numerous"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"numerous"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cambridge Belgry"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"numerous"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cambridge Belgry"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/af4a8870"
],
[
"_:booking/af4a8870",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"numerous"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cambridge Belgry"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/af4a8870"
],
[
"_:booking/af4a8870",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"D8UYVAY8"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"numerous"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"canthelp",
"_:booking/af4a8870"
],
[
"_:booking/af4a8870",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"D8UYVAY8"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Golden house"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"name",
"lucky star"
],
[
"_:search",
"people",
"3"
],
[
"_: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",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"numerous"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"canthelp",
"_:booking/af4a8870"
],
[
"_:booking/af4a8870",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"stay",
"1"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"name",
"Golden house"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"name",
"lucky star"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"96VNO1G8"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "I have the name of a restaurant that I need some help finding , whenever you 're ready ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "I 'm ready ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'Seasame Restaurant and Bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It is the Seasame Restaurant and Bar ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry but I was unable to find the restaurant you requested . Is there a type of food you were thinking about having ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'17:00');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I misspelled the place it is sesame , can you look that up again and book 3 poeple at 17:00 on monday if available ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,duration,'17:00');(_:booking,name,'Sesame Restaurant and bar');(_:booking,ref,'5OEIV10L');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Gladly . I have a table reserved for you at the Sesame Restaurant and bar for Monday at 17:00 . Your reference is 5OEIV10L . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I 'll also need a train to Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you like to go ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'birmingham new street');(_:search,destination,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "To Cambridge , on Monday . I will be leaving Birmingham new street ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,leave_at,'09:40');(_:result,leave_at,'5:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "okay the first train leaves the station at 5:40 the last 09:40"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'14:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 14:15 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'13:23');(_:result,destination,'cambridge');(_:result,id,'TR3387');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3387 arrives in cambridge by 13:23 . Price is 75.10 pounds . Will that work for you ? Would you like me to books seats ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't need you to book that , but I will need to know the departure time , please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,id,'TR3387');(_:result,leave_at,'10:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The TR3387 leaves at 10:40 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks so much for your help . That 's all I need today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Ok ! Have a great day !"
}
] |
PMUL0944.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Seasame Restaurant and Bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Seasame Restaurant and Bar"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/ccb9dc07"
],
[
"_:search/ccb9dc07",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Seasame Restaurant and Bar"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/ccb9dc07"
],
[
"_:search/ccb9dc07",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"Sesame Restaurant and bar"
],
[
"_:booking",
"ref",
"5OEIV10L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Seasame Restaurant and Bar"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/ccb9dc07"
],
[
"_:search/ccb9dc07",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"Sesame Restaurant and bar"
],
[
"_:booking",
"ref",
"5OEIV10L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Seasame Restaurant and Bar"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/ccb9dc07"
],
[
"_:search/ccb9dc07",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"Sesame Restaurant and bar"
],
[
"_:booking",
"ref",
"5OEIV10L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"09:40"
],
[
"_:result",
"leave_at",
"5:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Seasame Restaurant and Bar"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/ccb9dc07"
],
[
"_:search/ccb9dc07",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"Sesame Restaurant and bar"
],
[
"_:booking",
"ref",
"5OEIV10L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"09:40"
],
[
"_:result",
"leave_at",
"5:40"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:23"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR3387"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Seasame Restaurant and Bar"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/ccb9dc07"
],
[
"_:search/ccb9dc07",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"Sesame Restaurant and bar"
],
[
"_:booking",
"ref",
"5OEIV10L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:23"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR3387"
],
[
"_:result",
"leave_at",
"10:40"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train leaving on Wednesday ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , which stations will you be using ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave from Cambridge and arrive at London Liverpool Street ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR5285');(_:result,leave_at,'13:59');(_:result,ticket,'16.60 pounds');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "TR5285 leaves at 13:59 amd costs 16.60 pounds . how many seats do i book ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I just need the travel time on that one"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'88 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The travel time is 88 minutes . Can I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for colleges in the centre ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,\"christ 's college\");(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'd suggest christ 's college . Would you like more information ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . Is there an entrance fee ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "No . It is free ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I have the address and postcode ? Thanks for your help !"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes the postcode is cb23bu and the address is saint andrew 's street ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "You have been very helpful . That is all I need , thanks . Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome . I am glad I could help ."
}
] |
PMUL4771.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"id",
"TR5285"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"id",
"TR5285"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"id",
"TR5285"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"id",
"TR5285"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"id",
"TR5285"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "Hi , I would like to find Parkside Police Station please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Of course , the phone number is 01223358966 , the address is Parkside , Cambridge , postcode CB11JG . Is everything alright ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it . Thank you !"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Have a good day ."
}
] |
SNG0131.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you help me find a college to visit ?"
},
{
"id": 1,
"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 area would you like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to visit one in the centre ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"Saint Andrew 's street\");(_:result,category,'college');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's College is a free college on Saint Andrew 's street . If you would like to call , the number is 01223334900 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'city centre north b and b.');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the street address and postal code for Christ 's College ? I am also looking for a hotel called the City Centre North B and B."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,name,\"Christ 's college\");(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's college is on saint andrew 's street . The postcode is cb23bu ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'city centre north b and b.');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I had a friend recommend a hotel called the City Centre North B and B. Can you tell me if there are any rooms available there ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What night , for how long and for how many people ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Book it for Thursday night , 3 nights , and 4 people . Thank You !"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unsuccessful . Would you like me to attempt a different arrival day or shorter duration ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'8');(_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , I 'd like to book there Monday for 1 night with 8 people ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'YB0KDAKW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It 's all booked your reference is YB0KDAKW ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the college');(_:search,leave_at,'06:45');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I would also like a taxi and would like to leave the college by 06:45 . Can you also provide me with its contact number and car type ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'Black Volvo');(_:result,phone,'07257951003');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "All booked . Here is the contact number : 07257951003 . Driver will be in Black Volvo . Anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I believe that takes care of everything , thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Glad I could help . Please call again ."
}
] |
MUL1158.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Saint Andrew 's street"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"canthelp",
"_:booking/531c7bcb"
],
[
"_:booking/531c7bcb",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"canthelp",
"_:booking/531c7bcb"
],
[
"_:booking/531c7bcb",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"YB0KDAKW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"leave_at",
"06: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",
"category",
"college"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:booking",
"people",
"?"
],
[
"_:system",
"canthelp",
"_:booking/531c7bcb"
],
[
"_:booking/531c7bcb",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"YB0KDAKW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"leave_at",
"06:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Black Volvo"
],
[
"_:result",
"phone",
"07257951003"
],
[
"_: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,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When will you be travelling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,leave_at,'20:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving Friday after 20:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have several options for you depending on your departure site . Where will you be leaving from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'Bishops Stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to depart from cambridge and go to Bishops Stortford ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'few');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are few options to choose from . How many people are traveling ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will have 2 people traveling ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,id,'TR4664');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , would you like me to book TR4664 ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I need the reference number ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'0JI02QOT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reference number is 0JI02QOT . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that is all I needed ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you have a nice day ."
}
] |
SNG02026.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Bishops Stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Bishops Stortford"
],
[
"_:result",
"amount",
"few"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Bishops Stortford"
],
[
"_:result",
"amount",
"few"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4664"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Bishops Stortford"
],
[
"_:result",
"amount",
"few"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR4664"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"0JI02QOT"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am going to be staying in north cambridge and need a hotel , I can pay for parking ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Ashley hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ashley hotel is available ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh , I have heard of that . Is in in the North part of town ? I am looking for a place in the moderate price range also ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'North side of town');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes is it moderate and in the North side of town . Would you like to book there ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Sure , that seems fine ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok . What day would you like to book for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Before you book , I just want to make sure -- does it have a 4 star rating ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotel');(_:result,stars,'two');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "No , it is a two star hotel . Could you recheck and restate your perimeters to me ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,area,?);(_:result,pricerange,?);(_:result,stars,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "How many stars , area , and price ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,pricerange,'moderately priced');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's in the north , moderately priced and has a 2 star rating ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I 'm sorry , I should have specified . I need a 4 star place to stay ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry . I do n't have anything that matches your preferences ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,has_parking,'no');(_:search,pricerange,'moderately');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are you sure ? I need a 4-star , moderately - priced hotel in the North part of town , and I do n't need free parking ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Hotel'))",
"select((_:result,area,'different area');(_:result,category,'guesthouse');(_:result,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Again nothing , I could search again but doubt that a new hotel was constructed there during the last couple minutes . Are you open to a guesthouse or different area ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm definitely open to a guesthouse ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "do you need free internet ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,has_internet,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does n't matter if it does to me ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,amount,'some');(_:result,name,'The acorn guest house');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We do have some . The acorn guest house is quite nice , when are you planning your stay ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Well I would just need the postcode . Sorry for all the confusion !"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,name,'The acorn guest house');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The acorn guest house postcode is cb41da ."
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,category,'cinemas');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks . Are there any cinemas around the guest house ?"
},
{
"id": 21,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "No there is not . Would you like me to check in a different area ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,category,'boats');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What about something to do with boats ?"
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,entrance_fee,\"is n't listed\");(_:result,name,'riverboat georgina');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is riverboat georgina would you like the address and phone number ? The entrance fee is n't listed ."
},
{
"id": 24,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'20:15');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,category,?);(_:result,type,'Hotel');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Great , I will also need a taxi to leave the hotel by 20:15 . I will need the car type and contact number ."
},
{
"id": 25,
"rdf-acts": [
"inform((_:result,car,'black Toyota');(_:result,phone,'07925606670');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay I have booked you a taxi and your contact number is 07925606670 and they will be driving a black Toyota ."
},
{
"id": 26,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a nice day ."
},
{
"id": 27,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , you too ."
}
] |
PMUL2723.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"North side of town"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North side of town"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"North side of town"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"stars",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/b163fa1c"
],
[
"_:search/b163fa1c",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4-star"
],
[
"_: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",
"name",
"Ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/b163fa1c"
],
[
"_:search/b163fa1c",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"different area"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/1ca331cb"
],
[
"_:search/1ca331cb",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_: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",
"name",
"Ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/b163fa1c"
],
[
"_:search/b163fa1c",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"different area"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/1ca331cb"
],
[
"_:search/1ca331cb",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/b163fa1c"
],
[
"_:search/b163fa1c",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"different area"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/1ca331cb"
],
[
"_:search/1ca331cb",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/b163fa1c"
],
[
"_:search/b163fa1c",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"different area"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/1ca331cb"
],
[
"_:search/1ca331cb",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"amount",
"some"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"cinemas"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/b163fa1c"
],
[
"_:search/b163fa1c",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"area",
"different area"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/1ca331cb"
],
[
"_:search/1ca331cb",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"amount",
"some"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/ab69b8f1"
],
[
"_:search/ab69b8f1",
"type",
"Attraction"
],
[
"_:search",
"category",
"boats"
],
[
"_:search",
"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": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/b163fa1c"
],
[
"_:search/b163fa1c",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"area",
"different area"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/1ca331cb"
],
[
"_:search/1ca331cb",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"amount",
"some"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/ab69b8f1"
],
[
"_:search/ab69b8f1",
"type",
"Attraction"
],
[
"_:search",
"category",
"boats"
],
[
"_:result",
"entrance_fee",
"is n't listed"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"canthelp",
"_:search/b163fa1c"
],
[
"_:search/b163fa1c",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"area",
"different area"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/1ca331cb"
],
[
"_:search/1ca331cb",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:result",
"amount",
"some"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/ab69b8f1"
],
[
"_:search/ab69b8f1",
"type",
"Attraction"
],
[
"_:search",
"category",
"boats"
],
[
"_:result",
"entrance_fee",
"is n't listed"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"car",
"black Toyota"
],
[
"_:result",
"phone",
"07925606670"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))",
"hello()"
],
"speaker": "user",
"text": "Hello . I will be a tourist in Cambridge and I 've heard there are many local attractions ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'over 79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , we actually have over 79 attractions . Do you have a specific area of town or interest of attraction you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you recommend me a nightclub where I can get jiggy with it ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'nightclub');(_:result,entrance_fee,'4 pounds');(_:result,name,'Soul Tree Nightclub');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Well , I think the jiggiest nightclub in town is the Soul Tree Nightclub , right in centre city ! Plus the entrance fee is only 4 pounds ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That is perfect can I have the postcode please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'cb23qf');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! The postcode is cb23qf"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'carolina bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . Last time I stayed in Cambridge several years ago I stayed at the carolina bed and breakfast . Is it still around ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'Carolina Bed and Breakfast');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , it is still around . Would you like me to book the Carolina Bed and Breakfast ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,pricerange,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I just need to verify some information before I book anything . Do they still have wifi , and have the prices stayed moderate ? Oh , and they are in the East , correct ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They are in the east , yes , and they are still considered a moderately priced guesthouse . And they also have free parking and internet ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Awesome ! I will also need to book a tai to go from the hotel to the nightclub ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,has_internet,'none');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , they are in the east , prices still moderate and they do have wifi . Is there anything else I can find out for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'11:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I would like to book a taxi to leave the hotel by 11:00 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'blue Audi');(_:result,phone,'07962712381');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I got a blue Audi for you . Their number is 07962712381 . What else do you need ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need today . Thank you for your help !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a good day !"
}
] |
MUL2602.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
],
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"over 79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"over 79"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"Soul Tree Nightclub"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"over 79"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"Soul Tree Nightclub"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"over 79"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"Soul Tree Nightclub"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:booking",
"name",
"Carolina Bed and Breakfast"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"over 79"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"Soul Tree Nightclub"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:booking",
"name",
"Carolina Bed and Breakfast"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"over 79"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"Soul Tree Nightclub"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:booking",
"name",
"Carolina Bed and Breakfast"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"over 79"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"Soul Tree Nightclub"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:booking",
"name",
"Carolina Bed and Breakfast"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue Audi"
],
[
"_:result",
"phone",
"07962712381"
],
[
"_: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,'all saints church');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yeah , I 'm visiting Cambridge and was wondering if you could tell me about the All Saints Church ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'jesus lane');(_:result,area,'center');(_:result,category,'architecture');(_:result,name,'all saints church');(_:result,phone,'01223452587');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Good choice ! all saints church has beautiful architecture , located on jesus lane in the town center . Phone number is 01223452587 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me what part of town the church is located in ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,name,\"All Saint 's\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "All Saint 's in in the centre of town . Is there anything else you would like to know ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great , I am also looking to stay at a guesthouse in the north"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'11');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 11 guesthouses in the north . Did you have a star rating that you wanted ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No particular star rating but I do want free wifi ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,area,'North');(_:result,category,'guesthouses');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Many of the guesthouses in the North offer internet , will you require parking ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Parking is not important . Could you recommend one for me ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'10');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I am showing 10 available guesthouses in the north . Could you narrow it down by pricerange or stars ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a room less then 130 a night with at least a 4 star rating ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I recommend Acorn Guest House . Although I do n't show an exact price it is a moderately priced guesthouse in the north , 4 stars . Want to book it ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,stay,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yeah , book me a room for three nights , starting Monday ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people is that booking for ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "just 1 person ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,ref,'KCFVDNDO');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Got it ! You are successfully booked for 3 nights starting Monday . Your reference number is KCFVDNDO ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great ! I need a taxi to commute between the hotel and the church , too ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can get you a taxi from the guest house to the church , I just need to know what time you 'd like to leave and/or arrive by ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'08:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave the hotel by 08:15 ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'red ford');(_:result,phone,'07269751456');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I was able to book a red ford for you , Contact number \t : \t 07269751456 ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! That is all I 'll need . Thank you and goodbye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , great ! have a great trip !"
}
] |
MUL2567.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"All Saint 's"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"All Saint 's"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"All Saint 's"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"All Saint 's"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"ref",
"KCFVDNDO"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"all saints church"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"ref",
"KCFVDNDO"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_: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",
"name",
"all saints church"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"ref",
"KCFVDNDO"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"08:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red ford"
],
[
"_:result",
"phone",
"07269751456"
],
[
"_: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,day,'monday');(_:search,leave_at,'18:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , can you help me find a train that leaves after 18:45 Monday ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you tell me where you want to depart from and want to go to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving cambridge to go to london liverpool street ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a time you would like to arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'dontcare');(_:search,leave_at,'18:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No preference on arrival . As long as it leaves after 18:45 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets do you need ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I just need one ticket ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'21:27');(_:result,id,'TR0117');(_:result,leave_at,'19:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR0117 leaves at 19:59 and arrives at 21:27 . Would you like me to book it on this train ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'gandhi');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's all I needed about the train I also need some information on a restaurant called The Gandhi"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Your search engine does not include the restaurant I 've inquired about ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'gandhi');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Uhm ? Do you have any info about the Gandhi ? I 'd like the phone number , address , and area ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'72 regent street city center');(_:result,food,'Indian');(_:result,name,'Gandhi');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Gandhi is located at 72 Regent Street City Center and offers cheap Indian cuisine ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have the phone number of the restaurant ? Also , what area of town is it in ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,name,'Gandhi');(_:result,phone,'01223353942');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Gandhi is in the city centre , and their phone number is 01223353942 . Can I help with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes could I also have their address ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'72 Regent Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . The address is 72 Regent Street City Centre . Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all , thank you very much ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . I hope you have a pleasant trip ! Goodbye !"
}
] |
MUL1495.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"18: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"arrive_by",
"21:27"
],
[
"_:result",
"id",
"TR0117"
],
[
"_:result",
"leave_at",
"19:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"gandhi"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"arrive_by",
"21:27"
],
[
"_:result",
"id",
"TR0117"
],
[
"_:result",
"leave_at",
"19:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/e11f1217"
],
[
"_:search/e11f1217",
"type",
"Restaurant"
],
[
"_:search",
"name",
"gandhi"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"arrive_by",
"21:27"
],
[
"_:result",
"id",
"TR0117"
],
[
"_:result",
"leave_at",
"19:59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/e11f1217"
],
[
"_:search/e11f1217",
"type",
"Restaurant"
],
[
"_:search",
"name",
"gandhi"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"72 regent street city center"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"arrive_by",
"21:27"
],
[
"_:result",
"id",
"TR0117"
],
[
"_:result",
"leave_at",
"19:59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/e11f1217"
],
[
"_:search/e11f1217",
"type",
"Restaurant"
],
[
"_:search",
"name",
"gandhi"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"72 regent street city center"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"phone",
"01223353942"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"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",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"18:45"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"arrive_by",
"21:27"
],
[
"_:result",
"id",
"TR0117"
],
[
"_:result",
"leave_at",
"19:59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/e11f1217"
],
[
"_:search/e11f1217",
"type",
"Restaurant"
],
[
"_:search",
"name",
"gandhi"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Gandhi"
],
[
"_:result",
"phone",
"01223353942"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"72 Regent Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I am looking for the Addenbrookes Hospital"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "I can help you with that . The hospital is located at Hills Rd , Cambridge ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "May I also have the phone number please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The phone number is 01223245151"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye , and thank you for using our service ."
}
] |
SNG01347.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'14:00');(_:search,departure,'Boxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm in need of a train leaving Boxbourne that ca n't arrive any later than 14:00 . Can you find me one ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "But of course . I just need a bit more info . What time do you want to leave and on what day ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'14:00');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave on Monday . It does n't matter what time the train leaves as long as I arrive by 14:00 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Just to confirm : Is your destination Cambridge or another city ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'Broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , my destination is Cambridge , and I 'll be coming in from Broxbourne ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , that helps give us a good start , what day are you wanting to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Monday , please . For 6 people ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'13:32');(_:result,departure,'broxbourne');(_:result,destination,'cambridge');(_:result,leave_at,'12:32');(_:result,ticket,'17.90');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It looks like there is a train leaving broxbourne at 12:32 and arriving in cambridge at 13:32 . The price is 17.90 pounds per passenger . Shall I book this for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I 'll need 6 tickets ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR0354');(_:booking,ref,'8UV8Y3A7');(_:booking,ticket,'107.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Booking for TR0354 was successful , the total fee is 107.4 GBP payable at the station . \n Reference number is : 8UV8Y3A7 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . You have been very helpful !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcomed . Have a great day !"
}
] |
SNG0351.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"departure",
"Boxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Boxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"Broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"departure",
"Broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"departure",
"Broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"13:32"
],
[
"_:result",
"departure",
"broxbourne"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"12:32"
],
[
"_:result",
"ticket",
"17.90"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"departure",
"Broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"13:32"
],
[
"_:result",
"departure",
"broxbourne"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"12:32"
],
[
"_:result",
"ticket",
"17.90"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR0354"
],
[
"_:booking",
"ref",
"8UV8Y3A7"
],
[
"_:booking",
"ticket",
"107.4 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a place to eat in the expensive price range in the south part of town ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'1 Kings Parade');(_:result,name,'cambridge chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "What about the cambridge chop house . The address is : 1 Kings Parade . You you like me to book a table ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'14:15');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes ! Can you book for 2 people at 14:15 on this Sunday ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,duration,'14:15');(_:booking,name,'Chop House');(_:booking,people,'2');(_:booking,ref,'MUWLBLLW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book your party of 2 into The Chop House on Sunday at 14:15 Reference : MUWLBLLW . May I assist with more today ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Great that will be all we need ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Are you sure there is nothing more I can help with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,pricerange,'same area and price range as my restaurant');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually yes I will be needing somewhere to stay too please . A 3 star hotel in the same area and price range as my restaurant ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'lensfield hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have one matching result . It is the lensfield hotel . Do you want to reserve a room ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'two');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , two people for two nights on sunday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Sunday');(_:booking,name,'Lensfield Hotel');(_:booking,people,'2');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , I 've booked the Lensfield Hotel for you for 2 people and 2 nights starting Sunday"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you have a reference number ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'E9BM21NJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : E9BM21NJ . Is there anything else I can assist you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "This time that is everything , thank you for your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome enjoy ."
}
] |
PMUL0143.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"1 Kings Parade"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"1 Kings Parade"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"14:15"
],
[
"_:booking",
"name",
"Chop House"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"MUWLBLLW"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"1 Kings Parade"
],
[
"_:result",
"name",
"cambridge chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"14:15"
],
[
"_:booking",
"name",
"Chop House"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"MUWLBLLW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same area and price range as my restaurant"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"1 Kings Parade"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"14:15"
],
[
"_:booking",
"name",
"Chop House"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"MUWLBLLW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same area and price range as my restaurant"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"1 Kings Parade"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:booking",
"duration",
"14:15"
],
[
"_:booking",
"ref",
"MUWLBLLW"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same area and price range as my restaurant"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"Lensfield Hotel"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"1 Kings Parade"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:booking",
"duration",
"14:15"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same area and price range as my restaurant"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"Lensfield Hotel"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"E9BM21NJ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to visit a college in Cambridge . Can you help me find some ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'eighteen');(_:result,category,'college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are eighteen college in cambrdige , any area preference ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't have any preference as long as it 's in town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "May I suggest Christ 's College in the centre ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , that would be a good choice . Can you give the entrance fee and postcode for that location ? Thanks"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,\"Saint Andrew 's Street\");(_:result,entrance_fee,'free');(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is free to visit and is located on Saint Andrew 's Street , postcode cb23bu . Would you like the phone number ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , please provide the phone number ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223334900 . Can I be of further assistance today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I was told about a restaurant called the midsummer house . Can you help me find that ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'British');(_:result,name,'Midsummer House');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Midsummer House is an expensive restaurant in the centre that serves British food . Would you like me to make a reservation for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'13:45');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . Get me a table for 2 on Tuesday at 13:45"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'YBD13ZLT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes I was able to book this for you and your reference number is YBD13ZLT ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great I also need a taxi between the two locations that will get to the restaurant at 13:45"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'white Toyota');(_:result,phone,'07740192551');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked your taxi . Be expecting a white Toyota . Their phone number is 07740192551 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Cool thanks so much !"
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "What else can I do for you ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I think I got everything I need . Have a nice day !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL2372.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"eighteen"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"eighteen"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"eighteen"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"eighteen"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"eighteen"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Midsummer House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_: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",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"eighteen"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Midsummer House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"YBD13ZLT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_: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",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"eighteen"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Midsummer House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"YBD13ZLT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Toyota"
],
[
"_:result",
"phone",
"07740192551"
],
[
"_: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",
"category",
"college"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"eighteen"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Midsummer House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"YBD13ZLT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Toyota"
],
[
"_:result",
"phone",
"07740192551"
],
[
"_: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,leave_at,'11:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train leaving after 11:45"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "OK , what are your departure and arrival stations , and what day are you traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving Stansted Airport Friday to head toward Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:52');(_:result,leave_at,'12:24');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok , I have the first available train leaving at 12:24 and arriving at 12:52 . Would that train work for you or would you like to leave later than that ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That would work for me can I get a train for 7 people ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR1387');(_:booking,ref,'78BZSVSW');(_:booking,ticket,'70.7 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , you 're booked on TR1387 with reference number 78BZSVSW . The total fee is 70.7 GBP payable at the station . Anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thank you so much !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay ! Glad I could be of help ."
}
] |
SNG0438.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:52"
],
[
"_:result",
"leave_at",
"12:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:52"
],
[
"_:result",
"leave_at",
"12:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1387"
],
[
"_:booking",
"ref",
"78BZSVSW"
],
[
"_:booking",
"ticket",
"70.7 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant that serves traditional european food , that 's not too expensive or too cheap ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'european');(_:result,name,'Galleria');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Galleria serves european food and is in the moderate price range in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great that would be perfect for me , can you provide me with booking options for that restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I could book that for you if you let me know when you 'd like to dine there and how many people will be joining you ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , I do n't need booking . I just need the postcode , address , and phone number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'33 Bridge Street');(_:result,name,'galleria');(_:result,phone,'01223362054');(_:result,postcode,'cb21uw');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly . galleria , postcode cb21uw , address 33 Bridge Street , and phone number 01223362054 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed . thank you . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could be of assistance . Have a great day . Good bye ."
}
] |
SNG0465.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"Galleria"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"Galleria"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"33 Bridge Street"
],
[
"_:result",
"name",
"galleria"
],
[
"_:result",
"phone",
"01223362054"
],
[
"_:result",
"postcode",
"cb21uw"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'rajmahal');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking to get to the Rajmahal restaurant please , how do I get there ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Would you like for me to book you a taxi to the restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'19:45');(_:search,people,'2');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need you to book the restaurant for me if that 's okay . For 2 people at 19:45 on tuesday is what I request . Can I get the reference number too ?"
},
{
"id": 3,
"rdf-acts": [
"bye()",
"inform((_:booking,ref,'8D21ZMGT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay I booked it and your reference number is 8D21ZMGT . Have a great day ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,destination,'London Kings Cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually , I 'm also looking for a train . I need to go to London Kings Cross on the same day as the restaurant booking ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "No problem . Would you like to specify where you 're departing from and what time you 'd like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'09:15');(_:search,departure,'London Kings Cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from London Kings Cross and need to go to Cambridge . I want to arrive by 09:15 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,arrive_by,'9:15');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have several options to get you where you are going that arrive before 9:15 . Which day would you be traveling ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on Tuesday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,leave_at,'05:17');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are two trains for that search . Would you look me to book you the one that leaves at 05:17 ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What are the travel times for those trains ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "They are both 51 minutes ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that should be all for today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Excellent ! Have a wonderful day , and thank you for using our service ."
}
] |
MUL0379.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rajmahal"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rajmahal"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rajmahal"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:booking",
"ref",
"8D21ZMGT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"destination",
"London Kings Cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rajmahal"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:booking",
"ref",
"8D21ZMGT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"departure",
"London Kings Cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rajmahal"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:booking",
"ref",
"8D21ZMGT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"departure",
"London Kings Cross"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"arrive_by",
"9:15"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rajmahal"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:booking",
"ref",
"8D21ZMGT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"departure",
"London Kings Cross"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"arrive_by",
"9:15"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"05:17"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rajmahal"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:booking",
"ref",
"8D21ZMGT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"departure",
"London Kings Cross"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"arrive_by",
"9:15"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"05:17"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,departure,'peterborough');(_:search,leave_at,'11:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train leaving Peterborough that arrives by 11:45 ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay . What is the destination please ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go to Cambridge on Monday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'11:09');(_:result,destination,'Cambridge');(_:result,id,'TR0168');(_:result,leave_at,'10:19');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR0168 that leaves at 10:19 and arrives in Cambridge by 11:09 . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that is great . Just to verify , the travel time is 50 minutes ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'50 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That is correct , travel time is 50 minutes . Would you like me to book that for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i also need a hotel"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'33');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 33 hotels in the city . Can you give me some of your preferences so that we may narrow it down ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like it to be moderately priced and include free parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'14');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , I have 14 that meet that criteria . Do you have a preference of hotel vs guesthouse ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would love if it were a 2 star place . And a hotel if I can ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,count,'2');(_:result,name,'ashley hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 2 hotels located in north . May I suggest the ashley hotel ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Perfect , I need to book it for 5 people , 5 nights starting from Monday . If that fails try Thursday and I will need the reference number please ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,name,'Ashley Hotel');(_:booking,people,'5');(_:booking,ref,'ZCPI0YPM');(_:booking,stay,'6 days 5 nights');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation for 5 at Ashley Hotel this Monday for 6 days 5 nights was successful . Your Reference number is : ZCPI0YPM . Anything else I can assist you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all for today . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you have a great stay . Goodbye ."
}
] |
PMUL1861.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:09"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0168"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_: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",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:09"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0168"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:09"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0168"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:09"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0168"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:09"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0168"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:09"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0168"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"ZCPI0YPM"
],
[
"_:booking",
"stay",
"6 days 5 nights"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find an expensive place to dine that specifically serves italian food ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay . Would you like to go to the centre or south part of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the south part of town please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Frankie and Bennys');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Frankie and Bennys meets you criteria , would you like me to make a reservation for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'16:00');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . There are 4 of us for this Friday at 16:00 ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unsuccessful . Perhaps another day or time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'15:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about 15:00 instead ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , that worked , and I 've successfully booked your table . I can give you the reference number , if you 'd like ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I will need the reference number ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'VRU8VSG0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your Reference number is : VRU8VSG0 . Do you need any further assistance ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that was everything I needed . Thank you for your help !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Have a good meal !"
}
] |
SNG02106.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/c28be3dc"
],
[
"_:booking/c28be3dc",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/c28be3dc"
],
[
"_:booking/c28be3dc",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/c28be3dc"
],
[
"_:booking/c28be3dc",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VRU8VSG0"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'barbeque');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to dine at a restaurant in the south that serves barbeque . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nothing matches that search , can I try a different area or restaurant type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh , that 's too bad . How about Italian ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes I have two in the south . do you have a preference in price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'18:45');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Either one is fine , Ill go with what you recommend , please book me for 8 people at 18:45 on thursday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'frankie and bennys');(_:booking,ref,'JMGIG52I');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "i have booked frankie and bennys \t and Reference number is : JMGIG52I ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thank you . Have a great day !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! You as well !"
}
] |
PMUL0681.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"barbeque"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/ae2658ac"
],
[
"_:search/ae2658ac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/ae2658ac"
],
[
"_:search/ae2658ac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/ae2658ac"
],
[
"_:search/ae2658ac",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"frankie and bennys"
],
[
"_:booking",
"ref",
"JMGIG52I"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find a Turkish restaurant in the center of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,food,'Turkish');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have three Turkish restaurants in the centre of town . Are you looking for a specific price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "An expensive restaurant would be nice ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Meze Bar Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Then the Meze Bar Restaurant is the one for you . Would you like a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'12:15');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please , can I reserve for 6 people at 12:15 on tuesday ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,people,'6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table for 6 has been booked on Tuesday . Can I help you with something else ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I have the reference number please"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'TJ09LFVD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . Reference number is : TJ09LFVD . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a college to visit ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Do you have a part of town you prefer ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "the centre around the same area as the restaurant do you have any suggestions ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "how about christ 's college its in the centre and free admission"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "That 's a great suggestion . Thanks . I will also need a taxi between the college and the restaurant , please ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like to leave ? or arrive by ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I just need it to arrive by 12:15 for the reservation ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'grey Lexus');(_:result,departure,\"Christ 's College\");(_:result,destination,'Meze Bar Restaurant');(_:result,phone,'07700069470');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi reservation on a grey Lexus has been completed . You will be picked up at Christ 's College and dropped off at Meze Bar Restaurant . The contact number is 07700069470"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ! , Have a great Day !"
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Thank you for using our services . Have we met all of your needs today ?"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you good bye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "your welcome , have a great day !"
}
] |
PMUL2027.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TJ09LFVD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TJ09LFVD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_: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",
"food",
"turkish"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TJ09LFVD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TJ09LFVD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TJ09LFVD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Lexus"
],
[
"_:result",
"departure",
"Christ 's College"
],
[
"_:result",
"destination",
"Meze Bar Restaurant"
],
[
"_:result",
"phone",
"07700069470"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"TJ09LFVD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Lexus"
],
[
"_:result",
"departure",
"Christ 's College"
],
[
"_:result",
"destination",
"Meze Bar Restaurant"
],
[
"_:result",
"phone",
"07700069470"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train leaving after 9:15 going to Ely ? Thanks ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , there are many . Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'21:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing out of Cambridge . I really do need to leave sometime after 21:15 for sure ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'14');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 14 trains available . What day will you be leaving ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving on Saturday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,day,'Saturday');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have two on Saturday . Would you like me to book one ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I need 6 tickets ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,day,'saturday');(_:booking,people,'6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked 6 seats for you on saturday . Would you like some restaurant suggestions in ely ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I also need a hotel ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Where would you like to stay on your trip ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "First , can you give me my reference number for the train ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR7738');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes , the Train ID is TR7738 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I need a hotel with free parking and free wifi ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,category,'hotel');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I 'd love to help you with that . There are so many hotel options in the area . Can you help me narrow it down a bit ? Area ? Price range , etc . ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a place like a guesthouse that has at least 4 stars ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouse');(_:result,count,'16');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 16 possible guesthouse matches with parking and internet . What price range are you interested in ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Sorry can we go back to the train for a moment ? I need the reference number , not the train ID for my booking ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,ref,'DALA684J');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Your reference number is DALA684J"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Back to the guesthouse now ... what is the price range for your favorite one ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,name,'arbury lodge guesthouse');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the arbury lodge guesthouse is quite nice . It 's cheap too ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I needed today . Goodbye !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Have a great day . Goodbye ."
}
] |
PMUL1761.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"saturday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"saturday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"saturday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"id",
"TR7738"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"saturday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"id",
"TR7738"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"saturday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"id",
"TR7738"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"saturday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR7738"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"ref",
"DALA684J"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"saturday"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR7738"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"ref",
"DALA684J"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'17:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a tax arriving by 17:00 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure ! where are you going ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,\"queens ' college\");(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am going to visit queens ' college"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What is your departure site ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'ask');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm departing from ask ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'black honda');(_:result,phone,'07810177049');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have a black honda for you with contact number 07810177049 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wonderful . Thank you ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I assist you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , I am all set . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you Goodbye"
}
] |
SNG02181.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"queens ' college"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"queens ' college"
],
[
"_:search",
"departure",
"ask"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"queens ' college"
],
[
"_:search",
"departure",
"ask"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black honda"
],
[
"_:result",
"phone",
"07810177049"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"destination",
"queens ' college"
],
[
"_:search",
"departure",
"ask"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black honda"
],
[
"_:result",
"phone",
"07810177049"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'swimmingpool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a swimmingpool ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 4 . What area do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would prefer one in the centre of town . Is there any there ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'gonville place');(_:result,area,'center');(_:result,name,'parkside pools');(_:result,phone,'01223446100');(_:result,postcode,'cb11ly');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , parkside pools is located at gonville place cb11ly in the center are . The phone number is 01223446100 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Alright . Do you know if there is an entrance fee at that pool ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'no info');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , there is no info on an entrance fee . Anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'10:45');(_:search,day,'thursday');(_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train departing London kings cross on Thursday to arrive in Cambridge by 10:45"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'10:08');(_:result,count,'3');(_:result,id,'TR8410');(_:result,leave_at,'9:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 3 trains . The last one that would get you here on time is TR8410 leaving 9:17 and arriving 10:08 . Would you like me to book this for you ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes that sounds perfect !"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Great , how many tickets for the train would you like ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,id,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I just need the departure time and train ID plase"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR8410');(_:result,leave_at,'9:17');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The train ID is TR8410 and it departs at 9:17 . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 'll be all . Thank you for the help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , please contact us if we can ever help you again ."
}
] |
MUL0474.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no info"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no info"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:08"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"id",
"TR8410"
],
[
"_:result",
"leave_at",
"9:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no info"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:08"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"id",
"TR8410"
],
[
"_:result",
"leave_at",
"9:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"entrance_fee",
"no info"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:08"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8410"
],
[
"_:result",
"leave_at",
"9:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to dine at a cheap restaurant on the west side of town . What are my choices ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Italian');(_:result,food,'Vietnamese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like to eat Italian or Vietnamese cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'austrian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like Austrian actually ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'west');(_:search,food,'Austrian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no Austrian restaurants in the west . Would you like to try another cuisine ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Vietnamese food ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Vietnamese');(_:result,name,'Thanh Binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "For Vietnamese , I have a great place called Thanh Binh . It is a cheap restaurant with great food . Would you like help reserving a table ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'12:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , that would be great . My party will consist of 7 people and I would like to book for 12:45 on Thursday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'99A7DNB0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great . your booking was successful and you table is reserved for 15 minutes . \n The reference number is : 99A7DNB0 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I would also like a train leaving on Friday going to Ely ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to leave ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to leave in time enough to get to the restaurant on time"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'18:45');(_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 18:45 on Friday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'18:07');(_:result,departure,'Cambridge');(_:result,destination,'Ely');(_:result,id,'TR9933');(_:result,leave_at,'17:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9933 departs Cambridge at 17:50 and arrives in Ely at 18:07 . Do you want me to book this for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'seven');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , for seven people"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'UDP5WC1J');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I have booked that for you and the reference number is : UDP5WC1J . Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that covers everything . Thanks for your assistance today , you 've been so helpful !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! If you need anything else , please do n't hesitate to ask ."
}
] |
PMUL0827.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",
"food",
"austrian"
],
[
"_: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"
],
[
"_:system",
"canthelp",
"_:search/2a8d0658"
],
[
"_:search/2a8d0658",
"area",
"west"
],
[
"_:search/2a8d0658",
"food",
"Austrian"
],
[
"_:search/2a8d0658",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/2a8d0658"
],
[
"_:search/2a8d0658",
"area",
"west"
],
[
"_:search/2a8d0658",
"food",
"Austrian"
],
[
"_:search/2a8d0658",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Vietnamese"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/2a8d0658"
],
[
"_:search/2a8d0658",
"area",
"west"
],
[
"_:search/2a8d0658",
"food",
"Austrian"
],
[
"_:search/2a8d0658",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Vietnamese"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"99A7DNB0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/2a8d0658"
],
[
"_:search/2a8d0658",
"area",
"west"
],
[
"_:search/2a8d0658",
"food",
"Austrian"
],
[
"_:search/2a8d0658",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Vietnamese"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"99A7DNB0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_: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",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/2a8d0658"
],
[
"_:search/2a8d0658",
"area",
"west"
],
[
"_:search/2a8d0658",
"food",
"Austrian"
],
[
"_:search/2a8d0658",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Vietnamese"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"99A7DNB0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"friday"
],
[
"_: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",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/2a8d0658"
],
[
"_:search/2a8d0658",
"area",
"west"
],
[
"_:search/2a8d0658",
"food",
"Austrian"
],
[
"_:search/2a8d0658",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Vietnamese"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"ref",
"99A7DNB0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR9933"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"seven"
],
[
"_: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",
"west"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/2a8d0658"
],
[
"_:search/2a8d0658",
"area",
"west"
],
[
"_:search/2a8d0658",
"food",
"Austrian"
],
[
"_:search/2a8d0658",
"type",
"Restaurant"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Vietnamese"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR9933"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"seven"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"UDP5WC1J"
],
[
"_: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,'south');(_:search,food,'danish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a danish restaurant in the south ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no Danish restaurants in the south ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about an Italian restaurant in the south ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is a frankie and bennys located in the south ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "phone number and postcode"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223 412430');(_:result,postcode,'7 D.Y');(_:result,postcode,'C.B 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223 412430 . The postcode is C.B 1 , 7 D.Y"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "thank you .. good bye"
}
] |
WOZ20438.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"danish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e339459f"
],
[
"_:search/e339459f",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e339459f"
],
[
"_:search/e339459f",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e339459f"
],
[
"_:search/e339459f",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_:result",
"postcode",
"7 D.Y"
],
[
"_:result",
"postcode",
"C.B 1"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'8:30');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi ! I need a train to London Liverpool Street . I need an early one , arriving there by 8:30 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'14');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 14 trains that will arrive before that time , is there a particular day you 'd like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,day,'Wednesday');(_:search,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have no trains leaving at that time on Wednesday . Could you pick a different time or date ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'8:30');(_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "You have no trains departing Cambridge to london liverpool street on Wednesday that will arrive by 8:30 ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'7:27');(_:result,count,'1');(_:result,destination,'London');(_:result,leave_at,'5:59');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Oh wait I have found you one that departs at 5:59 and arrives in London at 7:27 . would that do ? Everything else is later ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes that is fine . How long is the journey and how much is the ticket by the way ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'88 minutes');(_:result,ticket,'16.60 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It will be 88 minutes and the price is 16.60 pounds . Shall I book a ticket ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes book me a ticket please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'69URTU8A');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "No problem , your ticket is booked . The reference number is 69URTU8A ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's all I needed today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a wonderful time ! Goodbye !"
}
] |
SNG0361.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/a8d68816"
],
[
"_:search/a8d68816",
"day",
"Wednesday"
],
[
"_:search/a8d68816",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a8d68816"
],
[
"_:search/a8d68816",
"day",
"Wednesday"
],
[
"_:search/a8d68816",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"7:27"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"destination",
"London"
],
[
"_:result",
"leave_at",
"5:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a8d68816"
],
[
"_:search/a8d68816",
"day",
"Wednesday"
],
[
"_:search/a8d68816",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"7:27"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"destination",
"London"
],
[
"_:result",
"leave_at",
"5:59"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a8d68816"
],
[
"_:search/a8d68816",
"day",
"Wednesday"
],
[
"_:search/a8d68816",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"7:27"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"destination",
"London"
],
[
"_:result",
"leave_at",
"5:59"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"69URTU8A"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'boating');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm traveling to Cambridge and I 'm excited about tourist attractions . Can you find me some boating attractions in the North ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Riverboat georgina');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Riverboat georgina is in the north . What information would you like ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I please have the entrance fee , phone number and address ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Cambridge Passenger Cruisers , Jubilee House');(_:result,entrance_fee,'not stated');(_:result,phone,'01223902091');(_:result,postcode,'cb43ax');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is Cambridge Passenger Cruisers , Jubilee House post code cb43ax . The entrance fee is not stated . The phone number is 01223902091 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm also looking for a place to stay . Can you recommend a guesthouse in the East ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'A and B guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The A and B guest house matches your preferences . Would you like me to book a room ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does the A and B offer free parking ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sorry , no there is no free parking . Can I look for another ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . I need a guesthouse in the east that includes free parking ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"inform((_:result,area,'east');(_:result,category,'guesthouses');(_:result,count,'5');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 5 guesthouses in the east with free parking . Three are cheap and two are moderate . Do you have a preference ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "no i do nt have any other than the free parking"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Allenbell guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I think the Allenbell guesthouse would meet your needs . Would you like me to book a room for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,name,'Allenbell');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the star rating for the Allenbell , and do they have internet ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Allenbell');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Allenbell has a 4 star rating and offers free internet and parking . Would you like me to book this for you ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))",
"inform((_:search,name,'Allenbell');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the postcode for the Allenbell ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,postcode,'cb13js');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "They are in postcode cb13js . Can I help with anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's everything I needed , thank you !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome ! Enjoy your stay !"
}
] |
MUL1079.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"boating"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"boating"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Riverboat georgina"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Riverboat georgina"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Passenger Cruisers , Jubilee House"
],
[
"_:result",
"entrance_fee",
"not stated"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Passenger Cruisers , Jubilee House"
],
[
"_:result",
"entrance_fee",
"not stated"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"A and B guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"address",
"Cambridge Passenger Cruisers , Jubilee House"
],
[
"_:result",
"entrance_fee",
"not stated"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"A and B guest house"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Cambridge Passenger Cruisers , Jubilee House"
],
[
"_:result",
"entrance_fee",
"not stated"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"A and B guest house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_: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": [
[
"_:result",
"address",
"Cambridge Passenger Cruisers , Jubilee House"
],
[
"_:result",
"entrance_fee",
"not stated"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_: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",
"address",
"Cambridge Passenger Cruisers , Jubilee House"
],
[
"_:result",
"entrance_fee",
"not stated"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_: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",
"address",
"Cambridge Passenger Cruisers , Jubilee House"
],
[
"_:result",
"entrance_fee",
"not stated"
],
[
"_:result",
"phone",
"01223902091"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"Allenbell"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a cheap place to stay , what would you recommend ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))",
"inform((_:result,amount,'about 10');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have about 10 different options . Do you prefer a hotel or guesthouse ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter . I need free parking and prefer a place with 4 stars ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Alexander Bed and Breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Alexander Bed and Breakfast is in the centre of town , has 4 stars , is cheap , and has free parking and internet . Would this work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , this will work for me . Please send me the address , postcode and reference number ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'56 saint barnabas road');(_:result,postcode,'cb12de');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Absolutely . The Address is : 56 saint barnabas road cb12de and I can give you the reference number after we book it ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What type of hotel is this ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is a guesthouse ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "And what type of hotel is that ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "A guesthouse is a type of hotel , thus it is a guesthouse type ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like some information on a train next ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from Kings Lynn , and traveling to Cambridge ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains to your destination what time would you like to leave ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'16:45');(_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should arrive by 16:45 and should leave on wednesday ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'15.58');(_:result,destination,'Cambridge');(_:result,id,'TR2452');(_:result,leave_at,'15:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR2452 arrives in Cambridge leaves at 15:11 and arrives at 15.58 . Would you like to book it ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , thanks ! How long is the travel time ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,duration,'47 minutes');(_:result,ticket,'9.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The travel time is 47 minutes and is 9.80 pounds . Can I give you more information about this train or book you a seat ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That is all I need today ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and have a great trip ."
}
] |
MUL2079.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"amount",
"about 10"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"amount",
"about 10"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"amount",
"about 10"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"about 10"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"about 10"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"about 10"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_: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",
"pricerange",
"cheap"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15.58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2452"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15.58"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2452"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information in Cambridge"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "I can definitely help you . Are you interesting in lodging , transportation , entertainment or perhaps some place to eat ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'primavera');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me about an attraction called Primavera ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'10 king s parade');(_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Primavera');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Primavera is a free museum in the centre , their address is 10 king s parade . Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for information on trains departing from cambridge on thursday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,amount,'a lot');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are a lot of trains to choose from . Would you like to narrow it down by destination , departure time , or arrival time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'london kings cross');(_:search,leave_at,'19:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 19:30 and arrive at london kings cross ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'o2uqs7k8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked your ref number is o2uqs7k8"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I actually did n't want to book yet , but that 's ok . I just needed to know how much the ticket costs ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR0720');(_:result,ticket,'23.60 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The price for TR0720 is \t 23.60 pounds . Can I help you with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "I apologize for your early booking and hope you have a safe trip !"
}
] |
PMUL4780.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"primavera"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"primavera"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"primavera"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"primavera"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"o2uqs7k8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"primavera"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"o2uqs7k8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR0720"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you help me find a place to stay on my upcoming trip ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely ! What area will you be staying in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'll be in the east . I need free wifi and free parking . I 'd prefer something 4 star ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 5 hotels that meet that criteria . Do you have a specific price range ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No that is not an issue . Could I get their phone number of one you recommend ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'The autumn house');(_:result,phone,'01223210353');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Might I suggest The autumn house ? The phone number is 01223210353 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I also need a train from Birmingham new street on Sunday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Did you have a time you would like to arrive or leave ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'17:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need to leave by 17:00 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have a specific arrival time you need ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'20:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave after 20:30 and should go to cambridge ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'23:23');(_:result,departure,'Birmingham New Street');(_:result,destination,'Cambridge');(_:result,id,'TR2274');(_:result,leave_at,'20:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR2274 leaves Birmingham New Street at 20:40 and arrives at Cambridge at 23:23 . Would that work for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the travel time ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'163 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "163 minutes . Would you like me to book it for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not at this time , Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL1529.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"The autumn house"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"The autumn house"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"The autumn house"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"The autumn house"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"23:23"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2274"
],
[
"_:result",
"leave_at",
"20:40"
],
[
"_: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",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"The autumn house"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"23:23"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2274"
],
[
"_:result",
"leave_at",
"20:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'taj tandoori');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have information on Taj Tandoori ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'64 Cherry Hinton Road Cherry Hinton');(_:result,area,'southern');(_:result,food,'India');(_:result,phone,'01223412299');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "This is an a restaurant that serves India food located in the southern area . You can call them on 01223412299 . Their address is 64 Cherry Hinton Road Cherry Hinton ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'14:00');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Cool , can you book a table for 5 people at 14:00 on Sunday ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,duration,'that time slot');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , but there are no spaces for that time slot . Would you like to try another ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'13:00');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 13:00 ? If this is available please provide the reference number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'13:00');(_:booking,ref,'G4NWNDB5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly . You 're booked at 13:00 with reference number G4NWNDB5 . May I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'london liverpool street');(_:search,leave_at,'15:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I also need a train to London Liverpool Street after 15:15 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day were you looking to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to travel on Monday , please , departing from Cambridge by the way ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'17:27');(_:result,id,'Tr3602');(_:result,leave_at,'15:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a Tr3602 , leaving at 15:59 and arriving at 17:27 . Would you like me to book a seat ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))",
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , could you book it for 5 people and provide the reference number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,leave_at,'15:59');(_:booking,people,'5');(_:booking,ref,'RS2532561');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , i have booked a train for 5 people leaving at 15:59 . Your reference number is RS2532561 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much , that is everything that I need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Have a nice time , and thank you for using Cambridge TownInfo centre !"
}
] |
MUL1595.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",
"address",
"64 Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"area",
"southern"
],
[
"_:result",
"food",
"India"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"taj tandoori"
],
[
"_:result",
"address",
"64 Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"area",
"southern"
],
[
"_:result",
"food",
"India"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/1e366463"
],
[
"_:booking/1e366463",
"duration",
"that time slot"
],
[
"_:booking/1e366463",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"taj tandoori"
],
[
"_:result",
"address",
"64 Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"area",
"southern"
],
[
"_:result",
"food",
"India"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/1e366463"
],
[
"_:booking/1e366463",
"duration",
"that time slot"
],
[
"_:booking/1e366463",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"ref",
"G4NWNDB5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"taj tandoori"
],
[
"_:result",
"address",
"64 Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"area",
"southern"
],
[
"_:result",
"food",
"India"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/1e366463"
],
[
"_:booking/1e366463",
"duration",
"that time slot"
],
[
"_:booking/1e366463",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"ref",
"G4NWNDB5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"taj tandoori"
],
[
"_:result",
"address",
"64 Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"area",
"southern"
],
[
"_:result",
"food",
"India"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:system",
"canthelp",
"_:booking/1e366463"
],
[
"_:booking/1e366463",
"duration",
"that time slot"
],
[
"_:booking/1e366463",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"ref",
"G4NWNDB5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"id",
"Tr3602"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"taj tandoori"
],
[
"_:result",
"address",
"64 Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"area",
"southern"
],
[
"_:result",
"food",
"India"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:system",
"canthelp",
"_:booking/1e366463"
],
[
"_:booking/1e366463",
"duration",
"that time slot"
],
[
"_:booking/1e366463",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"id",
"Tr3602"
],
[
"_:result",
"leave_at",
"15:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"15:59"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"RS2532561"
],
[
"_: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,'cotto');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a restaurant called \" Cotto \" ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'183 East Road City');(_:result,name,'Cotto');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes . Cotto is located at 183 East Road City . Would you like the phone number ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , and also the postcode ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223302010');(_:result,postcode,'cb11bg');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Phone number is 01223302010 . Postcode is cb11bg ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'20:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks , I also need a train that leaves after 20:15 on Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'546');(_:result,leave_at,'20:15');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 546 trains leaving after 20:15 . Where would you like to leave from and where do you want to go ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from cambridge and heading to ely ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'22:07');(_:result,id,'TR8533');(_:result,leave_at,'21:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train ID TR8533 is available to leave at 21:50 and arrive by 22:07 . Would you like to book this now ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , please . Thank you ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Before I book , I just want to confirm you only need one ticket ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , that 's right . It 's just for me ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'824HFY0Q');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It 's all booked , reference is 824HFY0Q"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great that 's all I need , thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Have a great day . Goodbye"
}
] |
MUL0247.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cotto"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cotto"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"183 East Road City"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cotto"
],
[
"_:result",
"address",
"183 East Road City"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"phone",
"01223302010"
],
[
"_:result",
"postcode",
"cb11bg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cotto"
],
[
"_:result",
"address",
"183 East Road City"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"phone",
"01223302010"
],
[
"_:result",
"postcode",
"cb11bg"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"count",
"546"
],
[
"_:result",
"leave_at",
"20:15"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cotto"
],
[
"_:result",
"address",
"183 East Road City"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"phone",
"01223302010"
],
[
"_:result",
"postcode",
"cb11bg"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"count",
"546"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"22:07"
],
[
"_:result",
"id",
"TR8533"
],
[
"_:result",
"leave_at",
"21:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cotto"
],
[
"_:result",
"address",
"183 East Road City"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"phone",
"01223302010"
],
[
"_:result",
"postcode",
"cb11bg"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"count",
"546"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"22:07"
],
[
"_:result",
"id",
"TR8533"
],
[
"_:result",
"leave_at",
"21:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cotto"
],
[
"_:result",
"address",
"183 East Road City"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"phone",
"01223302010"
],
[
"_:result",
"postcode",
"cb11bg"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"count",
"546"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"22:07"
],
[
"_:result",
"id",
"TR8533"
],
[
"_:result",
"leave_at",
"21:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"824HFY0Q"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I 'd like to stay in a two star guesthouse . Know of anything good ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"canthelp((_:search,category,'guesthouses');(_:search,stars,'2');(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,stars,'3');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I do not show any 2 star guesthouses available . However , we do have 3 or 4 star guesthouses available . Would that interest you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A three star would be OK as long as it 's got free parking ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,count,'3');(_:result,has_parking,'none');(_:result,name,'Bridge Guest House');(_:result,name,'Hamilton Lodge');(_:result,name,'Hobsons House');(_:result,pricerange,'moderately priced');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 3 moderately priced guesthouses with a 3 star rating that offers parking . They are the Bridge Guest House , Hamilton Lodge and Hobsons House ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'bridge guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok . Can you tell me if I can book a room at the Bridge Guest House ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people are in your party and how many days would you like to stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have internet ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,name,'Bridge guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Bridge guesthouse does have internet . Would you like me to book it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'rice boat');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . I am also looking for a particular restaurant , it 's called the rice boat ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'the rice boat');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found the rice boat but did you still need that hotel booked ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'17:30');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . Also , can you book the restaurant for 5 people at 17:30 this Thursday ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'Q1PPYLII');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was successfully able to book that for you . Your reference number is Q1PPYLII . Is there anything more I can assist you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I would say I 'm all set , thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great , thank you for choosing our service ."
}
] |
MUL1303.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/9c0a21c7"
],
[
"_:search/9c0a21c7",
"category",
"guesthouses"
],
[
"_:search/9c0a21c7",
"stars",
"2"
],
[
"_:search/9c0a21c7",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/9c0a21c7"
],
[
"_:search/9c0a21c7",
"category",
"guesthouses"
],
[
"_:search/9c0a21c7",
"stars",
"2"
],
[
"_:search/9c0a21c7",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"bridge guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/9c0a21c7"
],
[
"_:search/9c0a21c7",
"category",
"guesthouses"
],
[
"_:search/9c0a21c7",
"stars",
"2"
],
[
"_:search/9c0a21c7",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"bridge guest house"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/9c0a21c7"
],
[
"_:search/9c0a21c7",
"category",
"guesthouses"
],
[
"_:search/9c0a21c7",
"stars",
"2"
],
[
"_:search/9c0a21c7",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Bridge guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"rice boat"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/9c0a21c7"
],
[
"_:search/9c0a21c7",
"category",
"guesthouses"
],
[
"_:search/9c0a21c7",
"stars",
"2"
],
[
"_:search/9c0a21c7",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"name",
"rice boat"
],
[
"_:result",
"name",
"the rice boat"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/9c0a21c7"
],
[
"_:search/9c0a21c7",
"category",
"guesthouses"
],
[
"_:search/9c0a21c7",
"stars",
"2"
],
[
"_:search/9c0a21c7",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"name",
"rice boat"
],
[
"_:result",
"name",
"the rice boat"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"Q1PPYLII"
],
[
"_: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,'center');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a chinese restaurant in the center of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have several Chinese restaurants in that area . What price range were you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want something cheap ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Golden House');(_:result,type,'Restaurant'))",
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "May I suggest Golden House ? It sounds like what you are looking for . Shall I provide more information ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you give me the address , phone , and postcode ."
},
{
"id": 5,
"rdf-acts": [
"thank()",
"inform((_:result,address,'12 Lensfield Road City Centre');(_:result,phone,'01842753771');(_:result,postcode,'cb21eg');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure ! 12 Lensfield Road City Centre , cb21eg . The phone number is 01842753771 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh goodness . My mistake . I was supposed to be going to the south part of town . Can you see if you have any cheap chinese restaurants in that area ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'the lucky star');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "No problem . Yes there is one the lucky star ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the address , postcode , and number for that restaurant as well ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,phone,'01223244277');(_:result,postcode,'cb17dy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cambridge Leisure Park Clifton Way Cherry Hinton , cb17dy . 01223244277 . Is there anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'cambridge contemporary art');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I also need the number to an attraction called Cambridge contemporary art please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Cambridge contemporary art museum');(_:result,phone,'01223324222');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The number to the Cambridge contemporary art museum is 01223324222 . Is there anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Cool I also need a taxi"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What are your departure and destination sites ? when would you like to leave or arrive ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,destination,'the restaurant');(_:search,leave_at,'23:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi leaving the attraction by 23:45 , heading to the restaurant ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow Audi');(_:result,phone,'07623682375');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked the taxi . A yellow Audi will be picking you up . Please call 07623682375 should you need to reach them ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That will be all for today !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could help ."
}
] |
PMUL2298.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"12 Lensfield Road City Centre"
],
[
"_:result",
"phone",
"01842753771"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"12 Lensfield Road City Centre"
],
[
"_:result",
"phone",
"01842753771"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"the lucky star"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"phone",
"01223244277"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cambridge contemporary art museum"
],
[
"_:result",
"phone",
"01223324222"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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",
"amount",
"several"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cambridge contemporary art museum"
],
[
"_:result",
"phone",
"01223324222"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_: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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cambridge contemporary art museum"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"23:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Audi"
],
[
"_:result",
"phone",
"07623682375"
],
[
"_: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,category,'Hotel');(_:search,has_internet,'no');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a Hotel to stay in Cambridge that has free parking but may not have free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there a certain area or price range you would like ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to be a cheap hotel please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'33');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 total entries would you like a certain area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about one with free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'Hotel');(_:result,name,'the cambridge belfry');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the cambridge belfry is a Hotel that offers both ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you tell the the area , postcode , and phone number for it ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'Cambridge Belfry');(_:result,phone,'0195414600');(_:result,postcode,'cb236bw');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Cambridge Belfry is located in the west . The phone number is 0195414600 and it is located at the cb236bw postcode ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Perfect , thanks . Can you recommend a restaurant in the west that offers indian food ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a few');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a few . Do you have a price preference ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "a cheap place , please"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is no place fitting that description ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "could you find any restaurant that serves indian food"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'Indian');(_:result,name,'Meghna');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Meghna is a moderately priced Indian restaurant in the west ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I get their phone number ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,phone,'01223727410');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223727410 . Would you like to make a reservation ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no thanks , that is all I need . Thanks so much !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a nice day ."
}
] |
PMUL4010.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"Hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"Hotel"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"phone",
"0195414600"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"phone",
"0195414600"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"phone",
"0195414600"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/cb8683fc"
],
[
"_:search/cb8683fc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"Hotel"
],
[
"_:result",
"phone",
"0195414600"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/cb8683fc"
],
[
"_:search/cb8683fc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"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_parking",
"yes"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"Hotel"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/cb8683fc"
],
[
"_:search/cb8683fc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223727410"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'pizza express Fen Ditton');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you find a a restaurant by the name of pizza express Fen Ditton for me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Jesus Lane Fen Dittion');(_:result,area,'centre');(_:result,phone,'01223324033');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes it is located in centre and it 's address is Jesus Lane Fen Dittion . Phone 01223324033"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'09:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train arriving in Cambridge by 09:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several that have arrival times that fit your needs . Where will you be leaving from and what time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be coming in from Stevenage on Sunday ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,arrive_by,'8:43');(_:booking,category,'Train');(_:booking,destination,'Cambridge');(_:booking,id,'TR5870');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I think you 'll be most happy with TR5870 . It arrives in Cambridge at 8:43 . Would you like me to book this for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No thank you , not at this time . Could you tell me the price ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ticket,'10.24 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The price is 10.24 pounds ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the travel time ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'49 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The travel time is 49 minutes . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . We 're here 24/7 if you need us . Have a great day"
}
] |
PMUL0729.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Jesus Lane Fen Dittion"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223324033"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"address",
"Jesus Lane Fen Dittion"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223324033"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"address",
"Jesus Lane Fen Dittion"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223324033"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"address",
"Jesus Lane Fen Dittion"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223324033"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"8:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR5870"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza express Fen Ditton"
],
[
"_:result",
"address",
"Jesus Lane Fen Dittion"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223324033"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"8:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR5870"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"10.24 pounds"
],
[
"_: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",
"pizza express Fen Ditton"
],
[
"_:result",
"address",
"Jesus Lane Fen Dittion"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223324033"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"8:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR5870"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"10.24 pounds"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want a nice park to visit while i 'm in town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Milton Country Park');(_:result,type,'Attraction'))",
"thank()",
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Great ! You might like Milton Country Park in the north . It has free entrance . Would you like more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get their address please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'milton country park');(_:result,postcode,'cb46az');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their address is milton country park , milton , postcode cb46az . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . I also need your help finding a moderately - priced place to eat in the south part of town ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,food,'Italian');(_:result,food,'modern european');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,name,'Restaurant Alimentum');(_:result,type,'Restaurant'))",
"hello()"
],
"speaker": "system",
"text": "Of course . Would you prefer Italian at Pizza Hut Cherry Hinton or Restaurant Alimentum that serves modern european ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,name,'pizza hut cherry hinton');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want Italian , so let 's go with Pizza Hut Cherry Hinton ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'G4 Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Great , they are located at G4 Cambridge Leisure Park Clifton Way Cherry Hinton . Would you like me to reserve a table for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I get a postcode and a phone number ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223323737');(_:result,postcode,'cb17dy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode is cb17dy and the phone number is 01223323737 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'10:15');(_:search,destination,'the attraction');(_:search,leave_at,'10:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks ! I also need a taxi to get to the attraction by 10:15 . Can you help ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What will be your departure site ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'milton country park');(_:search,destination,'pizza hut cherry hinton');(_:search,leave_at,'10:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to leave Milton Country Park by 10:15 and go to Pizza Hut Cherry Hinton ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Just to clarify , would you like to arrive at milton country park by 10:15 or leave the park by 10:15 ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the park');(_:search,leave_at,'10:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave the park by 10:15 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'grey ford');(_:result,phone,'07348401469');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Thank you , I have booked you a grey ford taxi , the contact number is 07348401469 . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need now . Thanks ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Goodbye !"
}
] |
MUL2454.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"milton country park"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"milton country park"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"departure",
"milton country park"
],
[
"_:search",
"destination",
"pizza hut cherry hinton"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_: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",
"category",
"park"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"the park"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"the park"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey ford"
],
[
"_:result",
"phone",
"07348401469"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that leaves on tuesday and should depart from cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))",
"inform((_:result,amount,'many');(_:result,day,'Tuesday');(_:result,departure,'Cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I 'm finding many trains departing from Cambridge on Tuesday . What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'13:30');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to Peterborough and want to arrive by 13:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'13:24');(_:result,day,'Tuesday');(_:result,departure,'Cambridge');(_:result,destination,'Peterborough');(_:result,leave_at,'12:34');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that departs Cambridge on Tuesday at 12:34 and will get you to Peterborough at 13:24 exactly . Would you like me to book that seat for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please ! I need 6 seats ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'NH7GXPVA');(_:booking,ticket,'99 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 99 GBP payable at the station . \n Reference number is : NH7GXPVA ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much , that 's all I need today ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay great . I 'm glad I was able to help you ."
}
] |
SNG0302.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"13:24"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"leave_at",
"12:34"
],
[
"_: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",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"13:24"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"leave_at",
"12:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NH7GXPVA"
],
[
"_:booking",
"ticket",
"99 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Are you able to help me find a hospital in town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "there are several in town , about 66"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I just need the nearest one ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital would be your best bet ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Thanks . What 's the address and the postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Hills rd , Cambridge , post code CB20QQ ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for helping me today !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome , glad we could be of assistance ."
}
] |
SNG0221.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a British restaurant that is moderately priced ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'west');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'a few');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a few of them . Would you prefer the centre of town or the west area ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "How about the center ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Kings Parade City Centre');(_:result,amount,'a few');(_:result,name,'Copper Kettle');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a few restaurants that will meet your needs . I suggest The Copper Kettle at 4 Kings Parade City Centre ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'14:15');(_:search,name,'Copper Kettle');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book a table for 3 at 14:15 on Friday at The Copper Kettle ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,duration,'14:15');(_:booking,ref,'3ED8CQBU');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,name,'Copper Kettle');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I was able to book a table for you at 14:15 at the Copper Kettle . Your reference number is 3ED8CQBU . Is there anything else I can assist you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thank you very much !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a good day . Goodbye ."
}
] |
SNG0619.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"Kings Parade City Centre"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"name",
"Copper Kettle"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"Kings Parade City Centre"
],
[
"_:result",
"amount",
"a few"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:15"
],
[
"_:search",
"name",
"Copper Kettle"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"14:15"
],
[
"_:booking",
"ref",
"3ED8CQBU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi I am looking to go see a college while in Cambridge . Can you tell me about any of them ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "I 'd be happy to . Any preference on location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Nope , just tell me the area where your favorite is located , and I 'll check it out !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'West');(_:result,name,'Churchill College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about Churchill College ? It 's in the West ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That sounds perfect . Thanks so much !"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"Storey 's Way\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's located on Storey 's Way . Do you need any more info on it ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))",
"bye()"
],
"speaker": "user",
"text": "No , I am familiar with the area . Thanks for your help . Bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , enjoy your visit ! Bye ."
}
] |
SNG1067.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a British restaurant in West Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'multiple');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are multiple options for you . To narrow them down what price range do you have in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , can you recommend a favorite ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Graffiti');(_:result,name,'Saint Johns Chop House');(_:result,pricerange,'expensive');(_:result,pricerange,'moderately price');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend Graffiti . It is a bit expensive , so if you want something moderately price there is also Saint Johns Chop House ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'8');(_:search,type,'Restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please book 2 tables for 8 people on friday also i need train tickets for 8 people ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time would you like these reservations ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'20:00');(_:search,name,'graffiti');(_:search,people,'5');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Graffiti sounds good . I actually need that reservation for 5 people at 20:00 on Wednesday . Can I have the reference number for that ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'YYPPDY56');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : YYPPDY56 . anything else i could help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'09:00');(_:search,day,'same day');(_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would also like a train departing from london liverpool street and arriving in Cambridge at 09:00 on the same day ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,arrive_by,'01:07');(_:result,arrive_by,'07:07');(_:result,type,'Train'))",
"inform((_:result,count,'2');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are two trains that would work . One arrives at 07:07 and the other arrives at 01:07 . Which one would you prefer ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you book the train that arrives at 07:07 that one would work great . I need the reference number as well ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "i can definitely do that , how many tickets would you like ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'same group');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "it 's for the same group of people"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'AOIMGBHK');(_:booking,ticket,'83 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , I 've booked a train for your group , the reference number is AOIMGBHK , and there will be an 83 GBP fee at the station ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks ! That 's all I needed right now !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
PMUL0703.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately price"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately price"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"name",
"graffiti"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately price"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"name",
"graffiti"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"YYPPDY56"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately price"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"name",
"graffiti"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"YYPPDY56"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"01:07"
],
[
"_:result",
"arrive_by",
"07:07"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately price"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"name",
"graffiti"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"YYPPDY56"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"01:07"
],
[
"_:result",
"arrive_by",
"07:07"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"same group"
],
[
"_: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",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately price"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"name",
"graffiti"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"09:00"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"01:07"
],
[
"_:result",
"arrive_by",
"07:07"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"same group"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"AOIMGBHK"
],
[
"_:booking",
"ticket",
"83 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,leave_at,'16:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like a train that leaves from stansted airport after 16:15"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be traveling , and where will you be heading to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on monday and need to go to cambridge"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'Monday');(_:result,departure,'stansted airport');(_:result,destination,'cambridge');(_:result,leave_at,'every hour');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There 's a train leaving stansted airport for cambridge every hour on Monday , by what time would you like to arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'16:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do n't care . Give me the earliest one leaving after 16:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'16:52');(_:result,departure,'the airport');(_:result,destination,'Cambridge');(_:result,id,'TR5365');(_:result,leave_at,'16:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The earliest train is TR5365 that leaves the airport at 16:24 and arrive in Cambridge at 16:52 . Do you need a ticket ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please thank you . Can you also assist to find me a restaurant where i can dine in the Center . My preference is Modern European food ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets do you need me to book for the train ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I actually do n't need a ticket right now . Could you please tell me the price and travel time though ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'28 minutes');(_:result,id,'TR5365');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Absolutely . The TR5365 costs 10.10 pounds and has a travel time of 28 minutes . What else can I do for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a place to eat ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What are would you like to eat ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like modern european food and in should be located in the centre of town ."
},
{
"id": 13,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'8');(_:result,food,'European');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 8 results for European restaurants in the centre area , would you prefer an expensive , moderate or cheap price range ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like a cheap one , I do n't want to spend too much on food , I want to bring back as many knick - knacks as possible ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:result,name,'river bar steakhouse and grill');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The river bar steakhouse and grill meets all your needs . Do you want me to book ? If yes , for how many , what day and what time ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please get me their postcode instead"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,postcode,'cb58aq');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , the postcode is cb58aq ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that will be all ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day ."
}
] |
PMUL3170.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5365"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5365"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR5365"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR5365"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"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",
"departure",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR5365"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR5365"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"food",
"European"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"river bar steakhouse and grill"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"departure",
"stansted airport"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:result",
"arrive_by",
"16:52"
],
[
"_:result",
"departure",
"the airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"16:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR5365"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"food",
"European"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"river bar steakhouse and grill"
],
[
"_:result",
"postcode",
"cb58aq"
],
[
"_: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,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a Lebanese restaurant in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'Centre');(_:result,food,'lebanese');(_:result,name,'Ali baba');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ali baba is a lebanese restaurant in the moderate price range in the Centre part of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'59 Hills Road City Centre');(_:result,name,'Ali Baba');(_:result,phone,'01462 432565');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ali Baba is located at 59 Hills Road City Centre and the phone number is 01462 432565 ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you . Good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Have a good night ."
}
] |
WOZ20400.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"Ali baba"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"59 Hills Road City Centre"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"phone",
"01462 432565"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What 's your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel with free parking"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'8');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 8 hotels that fit your criteria . Would you like to narrow it down further with price range or area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "should be in the east with free wifi"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'express by holiday inn cambridge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "express by holiday inn cambridge \t fits your criteria . can we book ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please book it for 8 people for 4 nights starting on Monday ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will work on getting that booked and be back with you shortly ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Great , thank you so much . May I also have the reference number once you have booked it ?"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "OK , 8 guests arriving Monday for 4 nights . Your Reference number is : 2KDNB1WO . Can I assist you with anything else ?"
}
] |
PMUL3724.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to cambridge , please"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I would love to help you with that ! Where is your departure location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "London liverpool street ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day are you leaving and what time to you want to depart ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'16:45');(_:search,day,'saturday');(_:search,destination,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave on Saturday and would like to arrive in Cambridge by 16:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'15:07');(_:result,id,'TR4078');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR4078 suits you needs and arrives by 15:07 . Shall I book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yea please book that train for 4 people ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR4078');(_:booking,people,'4');(_:booking,ref,'ES2CDQ5D');(_:booking,ticket,'53.12 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked 4 seats on TR4078 . The total is 53.12 GBP payable at the station . Your reference number is ES2CDQ5D . Is there anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,name,'huntingdon marriott hotel');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you book the huntingdon marriott hotel for 4 people , 5 nights starting on Saturday ?"
},
{
"id": 9,
"rdf-acts": [
"thank()",
"inform((_:booking,ref,'WQ3PPKEB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure ! The booking was successful . Reference number is : WQ3PPKEB ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that 's all I need today . Thanks for your help !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great trip !"
}
] |
MUL2275.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",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"id",
"TR4078"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"id",
"TR4078"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4078"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"ES2CDQ5D"
],
[
"_:booking",
"ticket",
"53.12 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"id",
"TR4078"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4078"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ticket",
"53.12 GBP"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"WQ3PPKEB"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm just looking for a place to go in the centre of the town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 44 attractions in the centre of town . What type of attraction are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What do you recommend I need the phone number and entrance fee information as well ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'trinity lane');(_:result,entrance_fee,'free');(_:result,name,'old schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would recommend the old schools . The address is trinity lane and it 's free admission . Will this work ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Perfect . May I have the entrance fee and phone number please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,phone,'01223332320');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The entrance fee is free and the phone number is 01223332320 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,leave_at,'13:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train that departs after 13:00 from Stevenage ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "sure , what 's your destination ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It should be going to Cambridge"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR7785');(_:result,leave_at,'13:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7785 leaves at 13:54 . Would you like me to book it ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . Book for 8 people please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'I9C3W0X1');(_:booking,ticket,'102.40 gbp');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book it for you the reference number is I9C3W0X1 . The cost is 102.40 gbp that you can pay at the station ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , great ! That 's all I needed . Thanks ! Have a good day !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
PMUL1080.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7785"
],
[
"_:result",
"leave_at",
"13:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"address",
"trinity lane"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7785"
],
[
"_:result",
"leave_at",
"13:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"I9C3W0X1"
],
[
"_:booking",
"ticket",
"102.40 gbp"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to find something to do in the west part of the city ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,\"2 - 3 Castle Street or Kettle 's Yard\");(_:result,address,'castle street');(_:result,category,'museums');(_:result,name,'Cambridge and County Folk Museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "If you like museums , you can check out the Cambridge and County Folk Museum on 2 - 3 Castle Street or Kettle 's Yard also on castle street"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great . Can you find the address and phone number for me ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'2 - 3 Castle Street');(_:result,name,'Cambridge and County Folk Museum');(_:result,phone,'01223355159');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cambridge and County Folk Museum 's number is 01223355159 , and the address is 2 - 3 Castle Street ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . Are there any trains leaving Stevenage on Friday ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , the train runs every two hours from morning until late night . Would you like me to book a seat ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'19:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , on any one that leaves anytime after 19:15"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR4969');(_:result,leave_at,'19:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,people,'1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The earliest train after your specified time is TR4969 that departs at 19:54 . If this is acceptable , shall I book just 1 seat ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please just 1 seat ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'688IIT9D');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is 688IIT9D . Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . Goodbye"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Alright have a great evening !"
}
] |
PMUL1082.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"2 - 3 Castle Street or Kettle 's Yard"
],
[
"_:result",
"address",
"castle street"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"Cambridge and County Folk Museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"name",
"Cambridge and County Folk Museum"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"name",
"Cambridge and County Folk Museum"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"name",
"Cambridge and County Folk Museum"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:result",
"id",
"TR4969"
],
[
"_:result",
"leave_at",
"19:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"people",
"1"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"name",
"Cambridge and County Folk Museum"
],
[
"_:result",
"phone",
"01223355159"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:result",
"id",
"TR4969"
],
[
"_:result",
"leave_at",
"19:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"people",
"1"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"688IIT9D"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi . Can you help me find a train that is departing from leicester ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ? What day will you be traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving Monday from Cambridge and going to Leicester ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time were you wanting to leave around ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'11:15');(_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "11:15 for 4 people , can you book it for me ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'DKHCMYX0');(_:booking,ticket,'151.19 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 151.19 GBP payable at the station . \n Reference number is : DKHCMYX0 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'traditional');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . Can yo also find a restaurant that serves traditional food and in the expensive price range ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'in the city');(_:search,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , we do n't have any restaurants in the city that offer traditional food . Is there another type of cuisine I can search for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , well how about Chinese in the expensive range ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a number');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are a number of options . Did you have a particular area of town in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes the north please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'Milton Road Chesterton');(_:result,name,'Hakka');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , I recommend Hakka on Milton Road Chesterton ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok great . Can I get the address and phone number ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Milton Road Chesterton');(_:result,phone,'01223568988');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Milton Road Chesterton is the address . 01223568988 is the phone number . Can i help you with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "user",
"text": "no . i 'm going to head out now . it was great that you could help . goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a lovely day , goodbye !"
}
] |
PMUL0514.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DKHCMYX0"
],
[
"_:booking",
"ticket",
"151.19 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DKHCMYX0"
],
[
"_:booking",
"ticket",
"151.19 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/78372361"
],
[
"_:search/78372361",
"area",
"in the city"
],
[
"_:search/78372361",
"food",
"traditional"
],
[
"_:search/78372361",
"type",
"Restaurant"
],
[
"_: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",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DKHCMYX0"
],
[
"_:booking",
"ticket",
"151.19 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/78372361"
],
[
"_:search/78372361",
"area",
"in the city"
],
[
"_:search/78372361",
"food",
"traditional"
],
[
"_:search/78372361",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DKHCMYX0"
],
[
"_:booking",
"ticket",
"151.19 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/78372361"
],
[
"_:search/78372361",
"area",
"in the city"
],
[
"_:search/78372361",
"food",
"traditional"
],
[
"_:search/78372361",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a number"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Milton Road Chesterton"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"DKHCMYX0"
],
[
"_:booking",
"ticket",
"151.19 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/78372361"
],
[
"_:search/78372361",
"area",
"in the city"
],
[
"_:search/78372361",
"food",
"traditional"
],
[
"_:search/78372361",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a number"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Milton Road Chesterton"
],
[
"_:result",
"phone",
"01223568988"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that leaves Cambridge on Thursday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'202');(_:result,day,'Thursday');(_:result,departure,'Cambridge');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 202 trains leaving Cambridge on Thursday . Would you like to narrow your search by destination and time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to the stansted airport and I need to arrive by 21:30 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When are you leaving ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,day,'thursday');(_:search,departure,'Cambridge');(_:search,destination,'the stansted airport');(_:search,leave_at,'dontcare');(_:search,type,'Train'))",
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Departure time does n't matter , I just need to arrive at the stansted airport by 21:30 on Thursday , and I need to depart from Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'16');(_:result,leave_at,'every : 40 of the hour starting at 5:40 to 20:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have 16 train departures fitting your preferences . They leave every : 40 of the hour starting at 5:40 to 20:40 , would you like me to book one of these ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,leave_at,'19:40');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can I please have one at 19:40 . I will get there by 21:30 correct ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'20:08');(_:result,leave_at,'19:40');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , the 19:40 train will arrive at 20:08 . How many tickets would you like ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,id,?);(_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Restaurant');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't need tickets at the moment , but I do need the price and train ID for that 19:40 departure , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR9030');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The train i d for that is TR9030 and the price is 10.10 pounds . Is there anything else you 'd like help with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'Frankie and Benny');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for a particular restaurant , it 's called Frankie and Benny 's ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "system",
"text": "I was able to find it , what information would you like on it ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,food,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Restaurant');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you tell me the postcode , food type , and the price range ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'italian');(_:result,name,'Frankie and Bennys');(_:result,postcode,'cb17dy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Frankie and Bennys serves italian food in the expensive price range , and their postcode is cb17dy . Would you like assistance in making a reservation ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I needed . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting the Cambridge TownInfo centre . We 're here any time you need to get around Cambridge !"
}
] |
MUL0318.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"the stansted airport"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"the stansted airport"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"leave_at",
"every : 40 of the hour starting at 5:40 to 20:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"leave_at",
"19:40"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"the stansted airport"
],
[
"_:result",
"count",
"16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"leave_at",
"19:40"
],
[
"_:result",
"arrive_by",
"20:08"
],
[
"_:result",
"leave_at",
"19:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"the stansted airport"
],
[
"_:result",
"count",
"16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"leave_at",
"19:40"
],
[
"_:result",
"arrive_by",
"20:08"
],
[
"_:result",
"leave_at",
"19:40"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"id",
"TR9030"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Frankie and Benny"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"the stansted airport"
],
[
"_:result",
"count",
"16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"leave_at",
"19:40"
],
[
"_:result",
"arrive_by",
"20:08"
],
[
"_:result",
"leave_at",
"19:40"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"id",
"TR9030"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Frankie and Benny"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"the stansted airport"
],
[
"_:result",
"count",
"16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"leave_at",
"19:40"
],
[
"_:result",
"arrive_by",
"20:08"
],
[
"_:result",
"leave_at",
"19:40"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"id",
"TR9030"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Frankie and Benny"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a specific hotel ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Not a problem . If you give me the name , or as much of the name as you remember , I can try to find that for you ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'arbury lodge guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It was arbury lodge guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Of course . That 's in the north part of town and moderately priced . Would you like me to book a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'two');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I need one for 4 nights for two people staring from Saturday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'04UQ2GXW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : 04UQ2GXW ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks ! Can you also tell me if there are any multiple sports attractions in the center of town ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "sorry , there are none , can we try another area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a nightclub instead ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Kambar');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are five options , i personally recommend Kambar , would you like more info ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'kambar');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I like the name . Could you give me Kambar 's address , postcode and entrance fee please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'1 Wheeler Street');(_:result,entrance_fee,'5 pounds');(_:result,name,'Kambar');(_:result,postcode,'cb23qb');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Kambar is at 1 Wheeler Street . The postcode is cb23qb and the entrance fee is 5 pounds ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'kambar');(_:search,leave_at,'13:45');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you book me a taxi and give me the contact number and car type ? It should pick me up from the hotel at 13:45 and take me to Kambar"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'black Honda');(_:result,phone,'07050481392');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your car has been booked . The car is a black Honda and the contact number is 07050481392 . Anything else you need help with today ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "No , there is nothing else I need today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , have a great day ."
}
] |
PMUL2957.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"arbury lodge guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"arbury lodge guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"arbury lodge guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"04UQ2GXW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"arbury lodge guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"04UQ2GXW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/4385dd9c"
],
[
"_:search/4385dd9c",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"04UQ2GXW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/4385dd9c"
],
[
"_:search/4385dd9c",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"name",
"Kambar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"kambar"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"04UQ2GXW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/4385dd9c"
],
[
"_:search/4385dd9c",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"address",
"1 Wheeler Street"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Kambar"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"kambar"
],
[
"_:search",
"leave_at",
"13: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": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"04UQ2GXW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/4385dd9c"
],
[
"_:search/4385dd9c",
"type",
"Attraction"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"address",
"1 Wheeler Street"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Kambar"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"kambar"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Honda"
],
[
"_:result",
"phone",
"07050481392"
],
[
"_: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,'wednesday');(_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train that leaves on Wednesday from Stevenage . Can you help me locate one ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'06:43');(_:result,day,'Wednesday');(_:result,departure,'stevenage');(_:result,destination,'cambridge');(_:result,leave_at,'05:54');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train that leaves stevenage at 05:54 a.m on Wednesday and arrives in cambridge at 06:43 a.m."
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "That would work for me ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"thank()",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , can you please and send me a reference number ? Thank you"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , your ticket has been booked ! Would you like the reference number ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes I would please . Thanks ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'RD07CL03');(_:booking,ticket,'12.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 12.8 GBP payable at the station . \n Reference number is : RD07CL03 ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you give me the train ID , too ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR9448');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Train ID is TR9448 . Is there anything else i can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'modern eclectic');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the centre that serves modern eclectic food ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , there are no restaurants matching your query . Shall we try a different food type perhaps ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about a Chinese Restaurant ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'10');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 10 in the area . Which price range would you like to narrow the results down to ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm not really concerned with price . Which would you suggest ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'rice house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend the rice house , would you like reservations ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I just need the address , price range , and the postcode ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'88 Mill Road City Centre');(_:result,name,'rice house');(_:result,postcode,'cb12bd');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Rice house is cheap . The postcode is cb12bd and address is 88 Mill Road City Centre . Anything more today ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Um are there any chinese places to eat in that area ? I want to keep my options open ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,amount,'only one');(_:result,name,'Rice House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The only one in the area is called Rice House ."
},
{
"id": 20,
"rdf-acts": [],
"speaker": "user",
"text": "Cool , I will go with that , no need ot book a reservation , Ill do it later , that is everything ."
},
{
"id": 21,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Great ! Is there anything else I can assist you with ?"
},
{
"id": 22,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Rice House');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get the address to the Rice House ?"
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,address,'is 88 mill road city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . The address is 88 Mill Road City Centre . Is that all for you today ?"
},
{
"id": 24,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the price range on that ? And also the post code ?"
},
{
"id": 25,
"rdf-acts": [
"inform((_:result,name,'Rice house');(_:result,postcode,'cb12bd');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Rice house is cheap . The post code is cb12bd ."
},
{
"id": 26,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , I 'm all set now . Have a good day !"
},
{
"id": 27,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
PMUL0894.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"stevenage"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"stevenage"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_: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",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"stevenage"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"stevenage"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"RD07CL03"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"stevenage"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"RD07CL03"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:result",
"id",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9448"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"modern eclectic"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"stevenage"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"RD07CL03"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:result",
"id",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9448"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3cbee0a6"
],
[
"_:search/3cbee0a6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"stevenage"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"RD07CL03"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:result",
"id",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9448"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3cbee0a6"
],
[
"_:search/3cbee0a6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"stevenage"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"RD07CL03"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:result",
"id",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9448"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3cbee0a6"
],
[
"_:search/3cbee0a6",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"name",
"rice house"
],
[
"_: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",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"stevenage"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"RD07CL03"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:result",
"id",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9448"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3cbee0a6"
],
[
"_:search/3cbee0a6",
"type",
"Restaurant"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"stevenage"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"RD07CL03"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:result",
"id",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9448"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3cbee0a6"
],
[
"_:search/3cbee0a6",
"type",
"Restaurant"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"stevenage"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"RD07CL03"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:result",
"id",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9448"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3cbee0a6"
],
[
"_:search/3cbee0a6",
"type",
"Restaurant"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"address",
"88 Mill Road City Centre"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"name",
"Rice House"
],
[
"_: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",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"stevenage"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"RD07CL03"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:result",
"id",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9448"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3cbee0a6"
],
[
"_:search/3cbee0a6",
"type",
"Restaurant"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Rice House"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"is 88 mill road city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"stevenage"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"RD07CL03"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:result",
"id",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9448"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3cbee0a6"
],
[
"_:search/3cbee0a6",
"type",
"Restaurant"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"only one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Rice House"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"is 88 mill road city centre"
],
[
"_:result",
"name",
"Rice house"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'new zealand');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a restaurant in the south to dine at that serves New Zealand food . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,food,'New Zealand');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , I 'm not finding a restaurant in the south that serves New Zealand food ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about a Mexican food restaurant also in the south part of town ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Mexican');(_:result,name,'Chiquito Restaurant Bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there is Chiquito Restaurant Bar , which is an expensive Mexican place in the area . How does that sound ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'13:15');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds good . Please book a table for 1 people at 13:15 on Monday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'2RJ7AU7V');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : 2RJ7AU7V . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need to book a hotel . It needs to have 2 star and be of a moderate range with free parking ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,name,'ashley hotel');(_:result,name,'lovell lodge');(_:result,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two such entries . Both are hotels in the north . There is the ashley hotel and lovell lodge . Do you have a preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,name,'lovell lodge');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I will try the Lovell lodge . Will you book a room for me starting on Monday for 3 nights , please ? I am traveling alone ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,phone,'01223425478');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There is a known system glitch within dialogue systems where some things can not be booked , the hotel can be reached at 01223425478 , I apologize any other questions today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all then , thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and enjoy your stay in Cambridge !"
}
] |
PMUL0278.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"new zealand"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/36842cd7"
],
[
"_:search/36842cd7",
"area",
"south"
],
[
"_:search/36842cd7",
"food",
"New Zealand"
],
[
"_:search/36842cd7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/36842cd7"
],
[
"_:search/36842cd7",
"area",
"south"
],
[
"_:search/36842cd7",
"food",
"New Zealand"
],
[
"_:search/36842cd7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/36842cd7"
],
[
"_:search/36842cd7",
"area",
"south"
],
[
"_:search/36842cd7",
"food",
"New Zealand"
],
[
"_:search/36842cd7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2RJ7AU7V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/36842cd7"
],
[
"_:search/36842cd7",
"area",
"south"
],
[
"_:search/36842cd7",
"food",
"New Zealand"
],
[
"_:search/36842cd7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2RJ7AU7V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/36842cd7"
],
[
"_:search/36842cd7",
"area",
"south"
],
[
"_:search/36842cd7",
"food",
"New Zealand"
],
[
"_:search/36842cd7",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"2RJ7AU7V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/d1f8660c"
],
[
"_:booking/d1f8660c",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223425478"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a cheap restaurant"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a number');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , I 'm showing a number of cheap restaurants in town . Which area do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want somewhere in the center ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many restaurants in the centre of town . Is there any particular type of food you desire ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I made a mistake . I am looking for a cheap restaurant in the north part of town ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two restaurants available , do you prefer Italian or Indian food ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I prefer Indian food ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'royal spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "royal spice is a cheap indian restaurant in the north ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Is there anything else ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'north');(_:result,food,'Indian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is nothing else in the Indian and cheap in the north part of town ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about that Italian restaurant ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'20 Milton Road , Chesterton');(_:result,area,'north');(_:result,food,'Italian');(_:result,name,'Da Vinci Pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Da Vinci Pizzeria is a cheap Italian restaurant in the north . It 's address is 20 Milton Road , Chesterton ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for the information . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , have a nice day !"
}
] |
WOZ20412.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"royal spice"
],
[
"_:system",
"canthelp",
"_:search/29274817"
],
[
"_:search/29274817",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"canthelp",
"_:search/29274817"
],
[
"_:search/29274817",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"20 Milton Road , Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want a train leaving from stevenage"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When would you be departing and where would you like to go ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,day,'friday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Friday , and arrive in Cambridge by 11:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:43');(_:result,day,'Friday');(_:result,departure,'Stevenage');(_:result,destination,'Cambridge');(_:result,leave_at,'9:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train leaving Stevenage at 9:54 on Friday arriving in Cambridge at 10:43 . Would you like me to book this for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that is perfect . I need 5 seats please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'8NKI5WL2');(_:booking,ticket,'64 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 64 GBP payable at the station . \n Reference number is : 8NKI5WL2 . is there anything else i can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'the cow pizza kitchen and bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I also need information on a place to eat called the cow pizza kitchen and bar ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'corn exchange street');(_:result,phone,'01223308871');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223308871 . It is located on corn exchange street ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'16:00');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I get a reservation for 5 people at 16:00 on friday ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'GT4M0UVD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The table will be reserved for 15 minutes . \n Reference number is : GT4M0UVD . What else can I help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nothing , thank you . That 's all I need . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could help . Have a wonderful trip . If you need anything else , do n't hesitate to call us . Goodbye ."
}
] |
PMUL0592.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"9:54"
],
[
"_: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",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"9:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8NKI5WL2"
],
[
"_:booking",
"ticket",
"64 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"the cow pizza kitchen and bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"9:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8NKI5WL2"
],
[
"_:booking",
"ticket",
"64 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"address",
"corn exchange street"
],
[
"_:result",
"phone",
"01223308871"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"9:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"64 GBP"
],
[
"_:search",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"address",
"corn exchange street"
],
[
"_:result",
"phone",
"01223308871"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GT4M0UVD"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for an attraction in the centre , preferable a boat"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'Cambridge Punter');(_:result,name,'Scudamores Punting Co');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ok , there are two options for you . There is Scudamores Punting Co and The Cambridge Punter ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Which one of those two is located in the centre ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Chesterton Road');(_:result,address,'granta place');(_:result,amount,'Both');(_:result,area,'centre');(_:result,name,'Cambridge Punter');(_:result,name,'Scudamores');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Both are located in the centre . Scudamores is at granta place and The Cambridge Punter is on Chesterton Road ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the address , entrance fee and phone numbers for both ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'251a chesterton road');(_:result,address,'granta place , mill lane');(_:result,entrance_fee,'No entrance fee information listed');(_:result,name,'The cambridge punter');(_:result,name,'The scudamores punting co');(_:result,phone,'01223359750');(_:result,phone,'07807718591');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The scudamores punting co is at granta place , mill lane phone number is 01223359750 . The cambridge punter is at 251a chesterton road phone number 07807718591 . No entrance fee information listed ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for an expensive place to eat around there . Can you offer a recommendation ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'african');(_:result,name,'the bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the bedouin is an delicious expensive restaurant in the centre serving african cuisine !"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,people,'2');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer european food . Is there one in the area ? Please book a table for 2 at 15.15 . I need the phone number and postcode please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'Eraina');(_:result,phone,'01223368786');(_:result,postcode,'cb23rh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have three that match your criteria . Would you like to try Eraina ? The phone number is 01223368786 and the postcode is cb23rh ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Sure . First I need to know where the taxi should pick you up ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "When would you like to arrive by or leave at ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,leave_at,'24:00');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave the attraction by 24:00 . And I need a contact number and car type please ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))",
"inform((_:result,leave_at,'24:00');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "To clarify , you want a taxi from the scudamores punting co to the bedouin , leaving the scudamores by 24:00 ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'bedouin');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , that is correct . Which is odd , because I wo n't make my reservation , but that is correct ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow Toyota');(_:result,phone,'07805205510');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I was able to book that taxi for you . Be looking for a yellow Toyota . Should you need to reach them , please call 07805205510 . Anything else I can help with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is it thank you"
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Enjoy !"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Ok , that is everything , enjoy the rest of your day"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Take care , have fun !"
}
] |
MUL2432.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"name",
"Scudamores Punting Co"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Chesterton Road"
],
[
"_:result",
"address",
"granta place"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"name",
"Scudamores"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"251a chesterton road"
],
[
"_:result",
"address",
"granta place , mill lane"
],
[
"_:result",
"entrance_fee",
"No entrance fee information listed"
],
[
"_:result",
"name",
"The cambridge punter"
],
[
"_:result",
"name",
"The scudamores punting co"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"phone",
"07807718591"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"address",
"251a chesterton road"
],
[
"_:result",
"address",
"granta place , mill lane"
],
[
"_:result",
"entrance_fee",
"No entrance fee information listed"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"phone",
"07807718591"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"the bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"address",
"251a chesterton road"
],
[
"_:result",
"address",
"granta place , mill lane"
],
[
"_:result",
"entrance_fee",
"No entrance fee information listed"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"phone",
"01223368786"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"address",
"251a chesterton road"
],
[
"_:result",
"address",
"granta place , mill lane"
],
[
"_:result",
"entrance_fee",
"No entrance fee information listed"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"phone",
"01223368786"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"24:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"address",
"251a chesterton road"
],
[
"_:result",
"address",
"granta place , mill lane"
],
[
"_:result",
"entrance_fee",
"No entrance fee information listed"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"phone",
"01223368786"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"car",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"leave_at",
"24:00"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"destination",
"bedouin"
],
[
"_: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",
"category",
"boat"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"address",
"251a chesterton road"
],
[
"_:result",
"address",
"granta place , mill lane"
],
[
"_:result",
"entrance_fee",
"No entrance fee information listed"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"leave_at",
"24:00"
],
[
"_:search",
"destination",
"bedouin"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Toyota"
],
[
"_:result",
"phone",
"07805205510"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boat"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"address",
"251a chesterton road"
],
[
"_:result",
"address",
"granta place , mill lane"
],
[
"_:result",
"entrance_fee",
"No entrance fee information listed"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"leave_at",
"24:00"
],
[
"_:search",
"destination",
"bedouin"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Toyota"
],
[
"_:result",
"phone",
"07805205510"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'caribbean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there an expensive restaurant serving caribbean food ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'Caribbean');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry but there are n't any venues offering Caribbean food in the expensive price range ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about thai ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'west');(_:result,name,'Bangkok City');(_:result,name,'Sala Thong');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There 's Bangkok City in the centre of town , and Sala Thong on the west side ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'bangkok city');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , what is the address and phone number for bangkok city ?"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "their phone number is 01223 354382 and address is 24 Green Street City Centre ."
}
] |
WOZ20493.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"caribbean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/b858875a"
],
[
"_:search/b858875a",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Caribbean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/b858875a"
],
[
"_:search/b858875a",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Caribbean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"thai"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'hungarian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i am looking for a place to dine . The restaurant should serve hungarian food and should be in the south ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,food,'south');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Regretfully , we have nothing like that in the south ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh well , no goulash or Chicken Paprika for me . :( Mexican is always a good standby , any mexican palces around there ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Yes ! There is chiquito restaurant bar"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I have their postcode and price range ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'cb17dy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode is cb17dy and the price range is expensive ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same general area');(_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "thanks I need to find a theatre in the same general area as the restaurant"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Junction');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , The Junction is located in the south ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds like a nice place . What is their postcode and phone number ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223511511');(_:result,postcode,'cb17gx');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The post code is cb17gx , and the phone number is 01223511511 . Is there any additional information that you need ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope . You 've answered all of my questions today . Thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services . We hope to see you again ."
}
] |
PMUL4488.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"hungarian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/8b0639d0"
],
[
"_:search/8b0639d0",
"food",
"south"
],
[
"_:search/8b0639d0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/8b0639d0"
],
[
"_:search/8b0639d0",
"food",
"south"
],
[
"_:search/8b0639d0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8b0639d0"
],
[
"_:search/8b0639d0",
"food",
"south"
],
[
"_:search/8b0639d0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same general area"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8b0639d0"
],
[
"_:search/8b0639d0",
"food",
"south"
],
[
"_:search/8b0639d0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"same general area"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Junction"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8b0639d0"
],
[
"_:search/8b0639d0",
"food",
"south"
],
[
"_:search/8b0639d0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"same general area"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Junction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:result",
"postcode",
"cb17gx"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I am looking for the Addenbrookes Hospital ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The Addenbrookes Hospital is located in Hills Rd , Cambridge . Post code CB20QQ . The phone number is 01223245151"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help"
},
{
"id": 3,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You are more than welcome !"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,department,'transplant high dependency unit');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Does the hospital have a transplant high dependency unit ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223216811');(_:result,type,'Hospital'))",
"reqmore()"
],
"speaker": "system",
"text": "It certainly does . The telephone number is 01223216811 . May I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You have answered all of my questions . Thank you very much ! Have a good day !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre . Have a nice day !"
}
] |
SNG01833.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"transplant high dependency unit"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:search",
"department",
"transplant high dependency unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223216811"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'3-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a 3-star hotel that offers free wifi"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several options is there a specific area you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer the North ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Hamilton Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , the Hamilton Lodge matches your specifications . Would you like me to book a reservation for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,name,'hamilton lodge');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "actually , is the hamilton lodge a guesthouse ? I 'd prefer a cheap guesthouse ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Hamilton Lodge');(_:result,name,'Worth House');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Hamilton Lodge is a guesthouse but it is in the moderate price range . There is a cheap guesthouse called Worth House that 's rated 4 stars . Want more information on that one ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds acceptable . Can you please book a room for me starting on Wednesday ? It will only be me and I will be staying 5 nights ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ZJ0BD7WY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is ZJ0BD7WY . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking to get some Italian food ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found several Italian restaurants . Is there a particular area or price range you are looking for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have one in the east , in the cheap price range ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry , I do n't see anything matching that query . Would you like to try a different price range or area ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))",
"inform((_:search,day,'sunday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book it for Sunday and give me a reference number please .."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Again , there are no restaurants matching your query . Please try a different price range , area , or food type ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you find one in the east with a different price range ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'pizza hut fen ditton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is pizza hut fen ditton in the moderate price range in the east"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , I want to book that restaurant for 1 person"
},
{
"id": 17,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time would you like the reservation for ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'11:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the reservation on the same day at 11:00 ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'P8B1BVO7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , your booking was successful . The table will be reserved for 15 minutes . Reference number is : P8B1BVO7 . Anything else I can help with ?"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No I am good to go now . Thanks , bye !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and enjoy your stay ."
}
] |
PMUL4995.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZJ0BD7WY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZJ0BD7WY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZJ0BD7WY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/00e897df"
],
[
"_:search/00e897df",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_: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",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZJ0BD7WY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/00e897df"
],
[
"_:search/00e897df",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/76ad4bf1"
],
[
"_:search/76ad4bf1",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_: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",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZJ0BD7WY"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"canthelp",
"_:search/00e897df"
],
[
"_:search/00e897df",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/76ad4bf1"
],
[
"_:search/76ad4bf1",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"1"
],
[
"_: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",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZJ0BD7WY"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"canthelp",
"_:search/00e897df"
],
[
"_:search/00e897df",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/76ad4bf1"
],
[
"_:search/76ad4bf1",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"11:00"
],
[
"_: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",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"canthelp",
"_:search/00e897df"
],
[
"_:search/00e897df",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/76ad4bf1"
],
[
"_:search/76ad4bf1",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"P8B1BVO7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay , can you help me out ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I sure can . What type of place are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a guesthouse that 's moderately priced ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'so many');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "That 's great information , but so many options ! Is there a part of town that you would like to stay or other amenities you would like to have while in town ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Something moderately priced , but a 4 star accommodation . And I would like free wifi too please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'11');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 11 options which fit your requirements . What part of town do you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Preferably in the centre . Would like a reservation for 5 people , for 5 nights beginning Wednesday . Also looking for places to go in the centre as well ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,area,'Centre');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no places to stay in Centre matching your request . Would you like to try another part of town ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure , let us try the North ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,name,'Avalon');(_:result,name,'Limehouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would either recommend Avalon or Limehouse . Both are great guesthouses . Which of those would you like me to book for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,name,'avalon');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's go with the Avalon . Could you make it for 5 people for 5 nights ? We want to arrive Wednesday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Avalon');(_:booking,people,'5');(_:booking,ref,'I3B3EKYI');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Perfect I have you booked at the Avalon for 5 nights and 5 people , the reference number is I3B3EKYI . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for places to go around town"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Do you have a specific area or attraction type in mind ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to be in the centre , please provide me with an entrance fee , a phone number and post code ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Please provide me with attraction type preference that you may have so that I can narrow down to a few choices ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need it in the centre and you can make a suggestion ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Ruskin gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ruskin gallery is a museum in the centre of town and very popular . The entreance is free ."
},
{
"id": 18,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Please give me their phone number and postcode"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,address,'cb11pt');(_:result,postcode,'01245493131');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01245493131 and post code is cb11pt ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much . I think that is all the information I need today !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your trip . Goodbye"
}
] |
PMUL2783.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"so many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"so many"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"so many"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:search/2df15963"
],
[
"_:search/2df15963",
"area",
"Centre"
],
[
"_:search/2df15963",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"so many"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"canthelp",
"_:search/2df15963"
],
[
"_:search/2df15963",
"area",
"Centre"
],
[
"_:search/2df15963",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"so many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"canthelp",
"_:search/2df15963"
],
[
"_:search/2df15963",
"area",
"Centre"
],
[
"_:search/2df15963",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Avalon"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"I3B3EKYI"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"so many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"canthelp",
"_:search/2df15963"
],
[
"_:search/2df15963",
"area",
"Centre"
],
[
"_:search/2df15963",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Avalon"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"I3B3EKYI"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_: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": [
[
"_:result",
"amount",
"so many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"canthelp",
"_:search/2df15963"
],
[
"_:search/2df15963",
"area",
"Centre"
],
[
"_:search/2df15963",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Avalon"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"I3B3EKYI"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"so many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"canthelp",
"_:search/2df15963"
],
[
"_:search/2df15963",
"area",
"Centre"
],
[
"_:search/2df15963",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Avalon"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"I3B3EKYI"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Ruskin gallery"
],
[
"_: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": [
[
"_:result",
"amount",
"so many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"canthelp",
"_:search/2df15963"
],
[
"_:search/2df15963",
"area",
"Centre"
],
[
"_:search/2df15963",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Avalon"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"I3B3EKYI"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Ruskin gallery"
],
[
"_:result",
"address",
"cb11pt"
],
[
"_:result",
"postcode",
"01245493131"
],
[
"_: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,'north');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay with free parking and need to be in the north"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,area,'north');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several that offer free parking in the north , do you have a price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd like a moderately priced one , and I also need free wifi ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 9 different places for you . Do you prefer a guesthouse or hotel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a hotel please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Ashley hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ashley hotel looks like a good choice ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'2');(_:search,pricerange,'same price range');(_:search,stay,'3');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "ok i would like to book it for thursday for 2 people for 3 night i m also looking for a restaurant in the same price range as the hotel"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:booking,ref,'I53II5MX');(_:booking,type,'Booking');(_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Booking was successful reference number is I53II5MX . There are several restaurants is there any food preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'19:00');(_:search,people,'same number of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great . I also need to find a restaurant for the same number of people on the same day for 19:00 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'd love to help you find a place to eat . What kind of food do you like , and is there any part of town you prefer to dine in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care about the type of cusine , I 'd like it to be in the moderate range in the north ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'North');(_:result,food,'Chinese');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is a Chinese restaurant and an Indian restaurant in the North . Where would you like to go ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'19:00');(_:search,food,'chinese');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's go with the chinese place . Can you book me a table for 2 on Thursday at 19:00 ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Thursday');(_:booking,duration,'19:00');(_:booking,name,'Golden Wok');(_:booking,ref,'5ZZI5FKL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have your table reserved at the Golden Wok for Thursday at 19:00 . The reference number is 5ZZI5FKL . Is there anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you , that 's all ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "It was my pleasure to help . Have a great afternoon . Goodbye ."
}
] |
MUL1313.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"food",
"?"
],
[
"_:booking",
"ref",
"I53II5MX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"same number of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"I53II5MX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"same number of people"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"I53II5MX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"food",
"chinese"
],
[
"_: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",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"19:00"
],
[
"_:booking",
"name",
"Golden Wok"
],
[
"_:booking",
"ref",
"5ZZI5FKL"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a college to visit in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'13');(_:result,entrance_fee,'an entrance fee');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ok , there are 13 in that area . Some have an entrance fee ."
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Can you recommend one please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'no entrance fee');(_:result,name,'Downing College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Downing College is very nice and they have no entrance fee ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'downing college');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I will choose that . Can you give me the postcode , phone number , and address for Downing College ? Thanks"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Postcode cn21dq , phone 01223334860 , and address is on regent street . Enjoy !"
}
] |
PMUL2474.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",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"an entrance fee"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"downing college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you like to leave from , and where will you be going ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving Cambridge and heading to Stansted Airport on Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,destination,'Stansted Airport');(_:result,leave_at,'5:40');(_:result,type,'Train'))",
"select((_:result,leave_at,'afternoon');(_:result,leave_at,'early morning');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 19 trains leaving for Stansted Airport with the earliest leaving at 5:40 . Would you like to leave early morning or afternoon ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Early morning for 7 people . May I have the reference number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR1656');(_:booking,leave_at,'5:40');(_:booking,ref,'65KSTG9S');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you on the 5:40 TR1656 . Reference number is : 65KSTG9S . Is there anything else you would like me to do ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I also am looking for an attraction to visit in the centre of town , can you recommend something ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,category,'architecture');(_:result,category,'colleges');(_:result,category,'something else');(_:result,category,'theatre');(_:result,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Are you interested in things like architecture , colleges , theatre , or something else ? There are many attractions in the centre of town ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,category,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need the attraction type , address , and postcode plerase"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'jesus lane');(_:result,category,'architectural');(_:result,name,'All Saints Church');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about the All Saints Church . It is an architectural attraction . Its postcode is cb58bs and the address is jesus lane ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is perfect ! Thank you so much , that is all I need today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
MUL1923.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"afternoon"
],
[
"_:result",
"leave_at",
"early morning"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"afternoon"
],
[
"_:result",
"leave_at",
"early morning"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1656"
],
[
"_:booking",
"leave_at",
"5:40"
],
[
"_:booking",
"ref",
"65KSTG9S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"afternoon"
],
[
"_:result",
"leave_at",
"early morning"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1656"
],
[
"_:booking",
"leave_at",
"5:40"
],
[
"_:booking",
"ref",
"65KSTG9S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"something else"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"leave_at",
"afternoon"
],
[
"_:result",
"leave_at",
"early morning"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR1656"
],
[
"_:booking",
"leave_at",
"5:40"
],
[
"_:booking",
"ref",
"65KSTG9S"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"category",
"architectural"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Where is the nearest emergency room ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "I 'm sorry , there seems to be an error . Could you please restate your request ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to bishops stortford on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,day,'Thursday');(_:result,departure,'Cambridge');(_:result,destination,'Bishops Stortford');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "OK . I have several trains leaving Cambridge and going to Bishops Stortford on Thursday . Do you have a preferred departure or arrival time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,type,'Train'))",
"request((_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need it to arrive at 11:45 . Can I get the departure time and the price ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR4260');(_:result,leave_at,'09:29');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR4260 leaves at 09:29 . The cost is 10.10 pounds ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'lovell lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need information about a hotel called Lovell Lodge ? Can you tell me about it ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'North part of the City');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Lovell Lodge');(_:result,pricerange,'moderately - priced');(_:result,stars,'2-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Lovell Lodge is a moderately - priced 2-star hotel in the North part of the City . They offer internet and parking . Would you like to book a room ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'lovell lodge');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Not yet . I am considering booking a room for a friend . Do you have a map with directions or maybe a phone number for the Lovell Lodge ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'is 265 milton rd');(_:result,phone,'01223425478');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I do n't have a map , but the address is 265 Milton Rd . Their phone number is 01223425478 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "OK , that 's all that I need . Thank you for being so helpful !"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are welcome let me know if you need anything else ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it for today . Thanks again !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome !"
}
] |
PMUL3384.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"id",
"TR4260"
],
[
"_:result",
"leave_at",
"09:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"id",
"TR4260"
],
[
"_:result",
"leave_at",
"09:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"North part of the City"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"id",
"TR4260"
],
[
"_:result",
"leave_at",
"09:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"North part of the City"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"is 265 milton rd"
],
[
"_:result",
"phone",
"01223425478"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"id",
"TR4260"
],
[
"_:result",
"leave_at",
"09:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"North part of the City"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"is 265 milton rd"
],
[
"_:result",
"phone",
"01223425478"
],
[
"_: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,destination,'meghna');(_:search,leave_at,'18:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to come by at 18:15 to take me to Meghna ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can help with that , where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'aylesbray lodge guest house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll be departing from aylesbray lodge guest house ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'grey lexus');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your booking is complete . A grey lexus will pick you up ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Awesome . Can I get a contact number please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'07626056200');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Contact number \t : \t 07626056200 \n Anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I have everything I need . Thank you . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for using Cambridge TownInfo centre . Goodbye ."
}
] |
SNG01385.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"meghna"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"meghna"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"departure",
"aylesbray lodge guest house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"meghna"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"departure",
"aylesbray lodge guest house"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey lexus"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"meghna"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"departure",
"aylesbray lodge guest house"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey lexus"
],
[
"_:result",
"phone",
"07626056200"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need information on the town centre ."
},
{
"id": 1,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Okay I can help with that . What information are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to know what attractions are in the centre , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 44 wonderful attractions in the centre area . Do you have a specific interest in mind or would you like me to make some suggestions ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,category,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Pick one and I would need the entrance fee and attraction type ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'architecture');(_:result,entrance_fee,'free');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend the All Saints Church . It 's an architecture attraction , and it 's free to get in ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I 'll have to check that out . Thank you , that 's all the info I needed ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , thank you for calling the Cambridge TownInfo centre . Have a great day ."
}
] |
SNG1208.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"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , could you help me find a train going to Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where and when are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,leave_at,'14:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from London Kings Cross after 14:15 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to leave ?"
},
{
"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,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a time you would like to arrive by ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'dontcare');(_:search,leave_at,'14:15');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Arrival time is not important . I just need to leave after 14:15 . I will need the train ID and the price , please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR8842');(_:result,ticket,'23.60 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I think you 'd like TR8842 train , it costs 23.60 pounds ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Thanks , it would be helpful if you also told me what time TR8842 leaves . Anyhow , I just got paid . Can you find me a high - end eatery serving European cuisine ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'16:08');(_:result,day,'friday');(_:result,departure,'london kings cross');(_:result,destination,'cambridge');(_:result,id,'TR8842');(_:result,leave_at,'15:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Train TR8842 leaves london kings cross at 15:17 on friday and arrives at cambridge at 16:08 . Can I provide you more information or book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you . I 'll just need the address for an expensive restaurant that serves European food ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "which side of town is most appropriate for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't have a preference really , please recommend one ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Free School Lane City Centre');(_:result,name,'eraina');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about the eraina located at Free School Lane City Centre . Would you like reservations ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "no . i just need the address"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'01223368786');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "its address is 01223368786 . is that it ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm sorry , but I think you gave me the phone number . I need the address , please ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Free School Lane City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry ! As I said , it 's at Free School Lane City Centre . Can I help you with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it . Thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a lovely day , goodbye ."
}
] |
PMUL0709.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",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_: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",
"london kings cross"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Free School Lane City Centre"
],
[
"_:result",
"name",
"eraina"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"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",
"london kings cross"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"eraina"
],
[
"_:result",
"address",
"01223368786"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"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",
"london kings cross"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8842"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"eraina"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Free School Lane City Centre"
],
[
"_: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,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a college type attraction ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"thank()",
"inform((_:result,amount,'a number');(_:result,category,'college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure . There are a number of college attractions to visit . Is there a specific place or area of the city you were interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "none . just recommend one and let me know its entry fee ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,\"king 's college\");(_:result,phone,'01223331100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about king 's college ? It 's in the centre of town and the admission is free . You can contact them at 01223331100 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! I also need a moderate priced guesthouse ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'15');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 15 results for guesthouses in the moderate price range , what area are you looking to stay in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "The area does n't matter , but I would like 4 stars , please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'North');(_:result,has_internet,'none');(_:result,name,'Archway House');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Great , how about the Archway House ? It 's in the North , moderate price , and 4 stars . It also has internet ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "do they also have free parking ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,name,'Archway house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Archway house does have free parking , would you like me to book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Not at the moment . What is the postcode ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Archway House');(_:result,phone,'01223575314');(_:result,postcode,'cb43pe');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The postcode to Archway House is cb43pe and the phone is 01223575314 . Would you like me to book this for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,leave_at,'08:45');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I would love to book a taxi to commute between the two places . I want to leave the attraction by 08:45 . I need contact number and car type please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'blue BMW');(_:result,phone,'07646838374');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "A blue BMW will pick you up , contact number 07646838374 . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it . Thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Goodbye ."
}
] |
PMUL2610.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"king 's college"
],
[
"_:result",
"phone",
"01223331100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"king 's college"
],
[
"_:result",
"phone",
"01223331100"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223331100"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223331100"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Archway house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"phone",
"01223575314"
],
[
"_:result",
"postcode",
"cb43pe"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"postcode",
"cb43pe"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue BMW"
],
[
"_:result",
"phone",
"07646838374"
],
[
"_: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,departure,'bishops');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would love some help finding a train . I would like to leave Cambridge headed to Bishops Stortford ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'70');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have found 70 trains that will get you there . Do you have a specific day in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,day,'Thursday');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 10 trains on that route Thursday , what time would you like to depart or arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'15:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to arrive by 15:00"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'14:07');(_:result,id,'TR0927');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR0927 arriving at 14:07 is that okay with you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That is fine . Please book it for 7 people and provide the reference number ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'PQQVSRVH');(_:booking,ticket,'70.7 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 70.7 GBP payable at the station . \n Reference number is : PQQVSRVH . anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel as well . I need it to be moderately priced in the east , with free wifi ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are three guesthouses that meet your criteria . Would you like a recommendation ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please that would be wonderful !"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Warkworth House');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I recommend the Warkworth House . It 's a 4 star moderate goes house with wifi and parking ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That one will work . Please book it for Tuesday . 2 nights , 7 people ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Warkworth House');(_:booking,ref,'5D2ZGIE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay you are booked for the Warkworth House and your reference number is 5D2ZGIE . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will do it . Thank you for your time and helpfulness ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Have a great morning ."
}
] |
PMUL1789.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR0927"
],
[
"_: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",
"departure",
"bishops"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR0927"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PQQVSRVH"
],
[
"_:booking",
"ticket",
"70.7 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR0927"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PQQVSRVH"
],
[
"_:booking",
"ticket",
"70.7 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bishops"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR0927"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PQQVSRVH"
],
[
"_:booking",
"ticket",
"70.7 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_: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",
"bishops"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR0927"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"70.7 GBP"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Warkworth House"
],
[
"_:booking",
"ref",
"5D2ZGIE"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'japanese');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a moderately priced Japanese restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , but there is no restaurant serving Japanese food and in the moderate price range . Would you like to try another type of food or a different price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about modern european food ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,food,'modern European');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 3 restaurants serving modern European food and in the moderate price range . Would you like the south or centre part of town ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I do not have a preference , please make a suggestion ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'83 Regent Street');(_:result,food,'modern european');(_:result,name,'de luca cucina and bar');(_:result,phone,'01223 356666');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "de luca cucina and bar serves modern european food and is in the moderate price range . Their phone number is 01223 356666 and they are located at 83 Regent Street"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thank you for using the system ."
}
] |
WOZ20638.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/802cce8c"
],
[
"_:search/802cce8c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/802cce8c"
],
[
"_:search/802cce8c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/802cce8c"
],
[
"_:search/802cce8c",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"address",
"83 Regent Street"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"phone",
"01223 356666"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.