turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to book a taxi please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , I need more information . When are you wanting to leave and arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'09:15');(_:search,destination,'Anatoilia');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to get to Anatoilia by 09:15 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'd be happy to help ! Where are you coming from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cote');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am actually leaving from cote ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'black Volvo');(_:result,phone,'07919315223');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked a black Volvo for you and the contact number is 07919315223 . Anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Those were my concerns . Thanks a lot . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . If you think of anything else you need do n't hesitate to ask ."
}
] |
SNG02341.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"destination",
"Anatoilia"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"destination",
"Anatoilia"
],
[
"_:search",
"departure",
"cote"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"destination",
"Anatoilia"
],
[
"_:search",
"departure",
"cote"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Volvo"
],
[
"_:result",
"phone",
"07919315223"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want a place to stay in the moderate price range ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , were you looking for a hotel or a guesthouse ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'none');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am interested in a guesthouse on the east side please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'east');(_:result,category,'guesthouses');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 3 guesthouses on the east side . Would like one with free parking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,has_parking,'yes');(_:search,people,'four');(_:search,stay,'four');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , free parking would be helpful . Please book me a room for four guests , for four nights . I will be arriving on Friday . May I have the reference number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'warkworth house');(_:booking,ref,'93SG6IOJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "i have booked warkworth house and the Reference number is : 93SG6IOJ"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find somewhere to eat ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'110');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 110 restaurants in the city , do you know the area you would like to eat in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The same area as the hotel , please"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Is there a price range you 'd prefer ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want fancy , but not quite \" Frasier and Niles Crane fancy \" , how about moderately priced ?"
},
{
"id": 11,
"rdf-acts": [
"select((_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'a few');(_:result,area,'east');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a few moderately priced restaurants on the east side of town . Would you prefer Indian or Italian ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'do not have a preference');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do not have a preference ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about curry prince ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds interesting . Can I book it for Friday ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "I 'd be happy to help with that . What day and time would you like the table ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'18:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Friday at 18:30 please"
},
{
"id": 17,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , how many people would you like it booked for ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to book it for 4 people ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'5D033K1E');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your all set , your reference number is 5D033K1E , is there anything else I can help you with ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll need a taxi to the restaurant for that reservation ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,arrive_by,'18:30');(_:result,car,'red Volkswagen');(_:result,destination,'Curry Prince');(_:result,phone,'07105624128');(_:result,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Great . Your driver will be there in a red Volkswagen to bring you to Curry Prince by 18:30 . Their number is 07105624128 ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help . I greatly appreciate it ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Enjoy your time in Cambridge !"
}
] |
PMUL0010.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"warkworth house"
],
[
"_:booking",
"ref",
"93SG6IOJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"warkworth house"
],
[
"_:booking",
"ref",
"93SG6IOJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"warkworth house"
],
[
"_:booking",
"ref",
"93SG6IOJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_: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"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"warkworth house"
],
[
"_:booking",
"ref",
"93SG6IOJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"do not have a preference"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"warkworth house"
],
[
"_:booking",
"ref",
"93SG6IOJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"pricerange",
"do not have a preference"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"warkworth house"
],
[
"_:booking",
"ref",
"93SG6IOJ"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"pricerange",
"do not have a preference"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"warkworth house"
],
[
"_:booking",
"ref",
"93SG6IOJ"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"pricerange",
"do not have a preference"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"warkworth house"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"pricerange",
"do not have a preference"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"5D033K1E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stay",
"four"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"warkworth house"
],
[
"_:result",
"count",
"110"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"pricerange",
"do not have a preference"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"5D033K1E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"18:30"
],
[
"_:result",
"car",
"red Volkswagen"
],
[
"_:result",
"destination",
"Curry Prince"
],
[
"_:result",
"phone",
"07105624128"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to find some place to go in town where I can look at architecture . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,category,'architecture');(_:result,category,'churches');(_:result,category,'school');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are five architecture attractions , all located in the center of town . There are four churches and one school ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Awesome , tell me more about the church closest to me right now and get me their phone number please"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'jesus lane');(_:result,entrance_fee,'free');(_:result,name,'All saints church');(_:result,phone,'01223452587');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "All saints church is located at jesus lane and has free entrance . Their phone number is 01223452587 . Can I be of any further assistance ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ya I am also looking for a hotel to stay . Would prefer one that does n't have wifi if possible ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , all the hotels in town have internet available . Is there a particular price range your looking at ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'dontcare');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Wifi will be fine then . Just something cheap and basic will be good . Do you know of such a place ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'back lane cambourne');(_:result,name,'cambridge belfry');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the cambridge belfry located at back lane cambourne ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I appreciate you finding wifi for me !"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'Cambridge Belfry');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Did you need me to book a room at the Cambridge Belfry for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . I need a reservation for Saturday , 4 nights and 2 people ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'3U32C59A');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : 3U32C59A . Can I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's great , thanks for your help ."
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank you for using our services . Have we met all of your needs today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Thank you for calling and have a great day . Goodbye !"
}
] |
PMUL2567.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All saints church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All saints church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"back lane cambourne"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"back lane cambourne"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:booking",
"name",
"Cambridge Belfry"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_: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": [
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"back lane cambourne"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:booking",
"name",
"Cambridge Belfry"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"3U32C59A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"school"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"back lane cambourne"
],
[
"_:result",
"name",
"cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:booking",
"name",
"Cambridge Belfry"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"3U32C59A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train on Thursday going to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , where will you be leaving from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,day,'thursday');(_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Departing from london liverpool street going to cambridge arriving by 13:45 on thursday please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'1:07');(_:result,id,'TR8805');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "The TR8805 arrives by 1:07 . How many tickets would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Just one , please"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'KE8GRDRB');(_:booking,ticket,'16.60 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're booked for this train and the fee is 16.60 GBP payable at the station . Your reference number is KE8GRDRB . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . I also need to find a place to dine . I 'm looking for something moderate in price and in the west ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,food,'british');(_:result,food,'indian');(_:result,food,'italian');(_:result,type,'Restaurant'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have british , indian , or italian , what are you in the mood for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try italian food ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'West');(_:result,name,'Prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , I 've got the Prezzo in the West area . How does that sound ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds perfect . Can I get the postcode for it please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,postcode,'cb30ad');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure thing , their zip code is cb30ad ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What 's the address and phone number for that too ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'21 - 24 Northampton Road');(_:result,phone,'01799521260');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are located at 21 - 24 Northampton Road . The phone number is 01799521260 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much ! That 's all I need . Goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day as well . Goodbye ."
}
] |
MUL1674.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1:07"
],
[
"_:result",
"id",
"TR8805"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1:07"
],
[
"_:result",
"id",
"TR8805"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KE8GRDRB"
],
[
"_:booking",
"ticket",
"16.60 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1:07"
],
[
"_:result",
"id",
"TR8805"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KE8GRDRB"
],
[
"_:booking",
"ticket",
"16.60 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1:07"
],
[
"_:result",
"id",
"TR8805"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KE8GRDRB"
],
[
"_:booking",
"ticket",
"16.60 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1:07"
],
[
"_:result",
"id",
"TR8805"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KE8GRDRB"
],
[
"_:booking",
"ticket",
"16.60 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_: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",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1:07"
],
[
"_:result",
"id",
"TR8805"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KE8GRDRB"
],
[
"_:booking",
"ticket",
"16.60 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'magdalene college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi I am looking for information on the magdalene college ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'West');(_:result,category,'college');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "That is a college in the West with free admission . Would you like the address ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , can you please give me the area and phone number to the college instead ."
},
{
"id": 3,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:result,area,'west');(_:result,name,'Magdalene College');(_:result,phone,'01223332138');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure . Magdalene College is west and the phone number is 01223332138 . Anything else I can help with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need to take a train from bishops stortford to cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , what day would you like to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'21:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sunday . I ca n't leave until after 21:45"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR6914');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR6914 meets your criteria . Would you like to book tickets ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "i just need the price and arrival time please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'24:07');(_:result,ticket,'8.08 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "the price is 8.08 pounds and it arrives by 24:07 . is there anything else i could help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it . Thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome have a great day"
}
] |
PMUL4826.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"magdalene college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"magdalene college"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"magdalene college"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Magdalene College"
],
[
"_:result",
"phone",
"01223332138"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"magdalene college"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Magdalene College"
],
[
"_:result",
"phone",
"01223332138"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"magdalene college"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Magdalene College"
],
[
"_:result",
"phone",
"01223332138"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR6914"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"magdalene college"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Magdalene College"
],
[
"_:result",
"phone",
"01223332138"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR6914"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"24:07"
],
[
"_:result",
"ticket",
"8.08 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,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Could you give me some information on getting a train to Cambridge on Thursday ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I sure can ! We have several trains that meet that criteria , do you have a specific departure point in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,leave_at,'10:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I want to leave London Liverpool Street sometime after 10:15 ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,leave_at,'11:39');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can get you on an 11:39 departure . Will that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , can you book that for 2 people and give me a reference number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'EC3AFT68');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your train has been booked , reference number is EC3AFT68 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a expensive restaurant located in the centre ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i 'd like to suggest to you bedouin"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'17:00');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great , can you reserve us a table ? Same 2 people and on the same day . We 'd like to eat at 17:00 ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Reservations for the same day have been booked for the bedouin . The reference number is U5H97VUV ."
}
] |
MUL1553.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"11:39"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"leave_at",
"11:39"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EC3AFT68"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"leave_at",
"11:39"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EC3AFT68"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to find a train from ely to Cambridge TownInfo centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,departure,'ely');(_:result,destination,'cambridge');(_:result,id,'TR8519');(_:result,leave_at,'05:36');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR8519 will depart ely for cambridge at 05:36 is that time okay with you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'09:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would need to leave after 09:00 on tuesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'09:52');(_:result,departure,'Ely');(_:result,destination,'Cambridge');(_:result,id,'TR4669');(_:result,leave_at,'09:35');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR4669 departs Ely at 09:35 and arrives in Cambridge at 09:52 . Would you like to book a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , that 's not needed . Can I get the price and travel time please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'17 minutes');(_:result,ticket,'4.40 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price is 4.40 pounds per ticket and the travel time is 17 minutes . Would you like me to book a ticket ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'concert hall');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "That 's not necessary . You can help me locate a concert hall in the west end , however ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,category,'concert halls');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately there are no concert halls in the west end ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you check for a college instead ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'Churchill College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Churchill College is on the west end . Would you like the address ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes please , I need the address for the college ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,\"Storey 's Way , cb30ds\");(_:result,name,'Churchill College');(_:result,phone,'01223336233');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Churchill College is located at Storey 's Way , cb30ds . Their phone number is 01223336233 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you for all of your help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome , I hope you enjoy your time here . Thank you for contacting the the Cambridge TownInfo centre ."
}
] |
MUL1732.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8519"
],
[
"_:result",
"leave_at",
"05:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4669"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4669"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"concert hall"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4669"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e9473f78"
],
[
"_:search/e9473f78",
"area",
"west"
],
[
"_:search/e9473f78",
"category",
"concert halls"
],
[
"_:search/e9473f78",
"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",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4669"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e9473f78"
],
[
"_:search/e9473f78",
"area",
"west"
],
[
"_:search/e9473f78",
"category",
"concert halls"
],
[
"_:search/e9473f78",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4669"
],
[
"_:result",
"leave_at",
"09:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e9473f78"
],
[
"_:search/e9473f78",
"area",
"west"
],
[
"_:search/e9473f78",
"category",
"concert halls"
],
[
"_:search/e9473f78",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"Storey 's Way , cb30ds"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"phone",
"01223336233"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'20:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train to Cambridge . I need to arrive by 20:00"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be heading in from Leicester on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR0363');(_:result,leave_at,'09:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , TR0363 departs at 09:09 . Would you like me to do book that for you ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please book it for me ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets will you need ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I just want to know the price of the ticket ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'37.80');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The price is 37.80 pounds per ticket"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'guesthouse');(_:search,has_internet,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks ! I 'm also looking for a guesthouse in the east . It does n't need to have free wifi ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Did you have a price range in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,\"does n't matter\");(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , it does n't matter ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what is the price range ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Cheap price range and free wifi"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'517a coldham lane');(_:result,name,'allenbell');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the allenbell located at 517a coldham lane it meets all your specifications . Would you like reservations ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks , just needed the address . That 's all for today thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Well , then you have a nice day !"
}
] |
PMUL1993.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR0363"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"id",
"TR0363"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"id",
"TR0363"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"ticket",
"37.80"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"id",
"TR0363"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"ticket",
"37.80"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"pricerange",
"does n't matter"
],
[
"_: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",
"20:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"id",
"TR0363"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"ticket",
"37.80"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"id",
"TR0363"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"ticket",
"37.80"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"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,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i am looking for places to go in town centre , should be of multiple sports"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I ca n't find any multiple sports attractions in town centre . Would you be interested in a different area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about museums , are there any of those in the area ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'11');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes there are 11 in the area and all have free admission ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Any of those are fine with me . Could you provide me with the address and postcode for any one of them ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,name,'castle galleries');(_:result,postcode,'cb23bj');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , castle galleries is a great place to visit . It 's located at unit su43 , grande arcade , saint andrews street . The postcode is cb23bj . Any other information I can get for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train or some form of public transportation to get to these museums . Does that exist ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help you find a train or a taxi , depending on where you are departing from ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "From norwich to cambridge please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,departure,'Norwich');(_:result,destination,'Cambridge');(_:result,id,'TR9900');(_:result,leave_at,'05:16');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR9900 leaves from Norwich to Cambridge on Friday at 05:16 , would you like to book tickets ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'21:45');(_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I actually need to travel on Tuesday . I will need to be in Cambridge by 21:45 by train ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,arrive_by,'10:35');(_:booking,category,'Train');(_:booking,id,'TR4134');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The best train to get you there close to the time you want is TR4134 arriving at 10:35 . Shall I book seats for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Not just now , but can you tell me what that train 's departure time is ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,id,'TR4134');(_:result,leave_at,'9:16');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR4134 departs at 9:16"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed . Thank you for all of your help !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Please call back if we can be of further assistance . Goodbye ."
}
] |
MUL1897.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1e6c419d"
],
[
"_:search/1e6c419d",
"area",
"centre"
],
[
"_:search/1e6c419d",
"category",
"multiple sports"
],
[
"_:search/1e6c419d",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1e6c419d"
],
[
"_:search/1e6c419d",
"area",
"centre"
],
[
"_:search/1e6c419d",
"category",
"multiple sports"
],
[
"_:search/1e6c419d",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1e6c419d"
],
[
"_:search/1e6c419d",
"area",
"centre"
],
[
"_:search/1e6c419d",
"category",
"multiple sports"
],
[
"_:search/1e6c419d",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1e6c419d"
],
[
"_:search/1e6c419d",
"area",
"centre"
],
[
"_:search/1e6c419d",
"category",
"multiple sports"
],
[
"_:search/1e6c419d",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1e6c419d"
],
[
"_:search/1e6c419d",
"area",
"centre"
],
[
"_:search/1e6c419d",
"category",
"multiple sports"
],
[
"_:search/1e6c419d",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9900"
],
[
"_:result",
"leave_at",
"05:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1e6c419d"
],
[
"_:search/1e6c419d",
"area",
"centre"
],
[
"_:search/1e6c419d",
"category",
"multiple sports"
],
[
"_:search/1e6c419d",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9900"
],
[
"_:result",
"leave_at",
"05:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"10:35"
],
[
"_:booking",
"id",
"TR4134"
],
[
"_: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",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/1e6c419d"
],
[
"_:search/1e6c419d",
"area",
"centre"
],
[
"_:search/1e6c419d",
"category",
"multiple sports"
],
[
"_:search/1e6c419d",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"10:35"
],
[
"_:booking",
"id",
"TR4134"
],
[
"_:result",
"id",
"TR4134"
],
[
"_:result",
"leave_at",
"9:16"
],
[
"_: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,food,'singaporean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Does Cambridge offer any expensive , Singaporean cuisine ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants that match your request . Would you like to search in a different price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Indian food instead ? I like Indian food just as much ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,'cocum');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can book you a table at cocum ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thanks , I just need the phone number and postcode , for now ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223366668');(_:result,postcode,'cb30ah');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223366668 . The post code is cb30ah . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you help me find a hotel ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "of course , is there an area of town you 're interested in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I actually need a train . For Thursday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where you travel to and from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'11:15');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm departing from Cambridge and it should arrive at Peterborough by 11:15 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR9886');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Ok great . The TR9886 will fit your needs . Would you like to book this train ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book it for two !"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'13I8FUI1');(_:booking,ticket,'33 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 33 GBP payable at the station .Reference number is : 13I8FUI1 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for the service , that 's all I needed ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a pleasant stay in Cambridge . Bye ."
}
] |
PMUL0802.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"singaporean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/36eec654"
],
[
"_:search/36eec654",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/36eec654"
],
[
"_:search/36eec654",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"cocum"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/36eec654"
],
[
"_:search/36eec654",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:booking",
"name",
"cocum"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223366668"
],
[
"_:result",
"postcode",
"cb30ah"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/36eec654"
],
[
"_:search/36eec654",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:booking",
"name",
"cocum"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223366668"
],
[
"_:result",
"postcode",
"cb30ah"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/36eec654"
],
[
"_:search/36eec654",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:booking",
"name",
"cocum"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223366668"
],
[
"_:result",
"postcode",
"cb30ah"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/36eec654"
],
[
"_:search/36eec654",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:booking",
"name",
"cocum"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223366668"
],
[
"_:result",
"postcode",
"cb30ah"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR9886"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"two"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/36eec654"
],
[
"_:search/36eec654",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:booking",
"name",
"cocum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223366668"
],
[
"_:result",
"postcode",
"cb30ah"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR9886"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"13I8FUI1"
],
[
"_:booking",
"ticket",
"33 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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a place to eat that is expensive ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'57');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 've found 57 restaurants that match your request . Is there a particular area you 'd like to dine in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "In the centre , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'33');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 restaurants in that area , do you have a preference of the type of restaurant ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want something with malaysian food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry I have no listings for malaysian food , another type ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'Centre');(_:search,food,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I actually just need an expensive place to dine in the Centre of town ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Asian Oriental');(_:result,name,'Kymmoy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Kymmoy offers Asian Oriental food . Would you like to book a table there ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'15:30');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . Can you book that for 8 people on Saturday at 15:30 ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Sure thing . I will work on getting this booked and be right back with you ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thank you ."
},
{
"id": 11,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "you are welcome"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,has_internet,?);(_:result,ref,?);(_:result,type,'Hotel');(_:result,type,'Restaurant'))",
"inform((_:search,area,'same area');(_:search,category,'guesthouse');(_:search,day,'saturday');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "If Saturday fails , try Monday and provide the reference number . Also looking for a guesthouse in the same area with internet . Provide starts and address please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,duration,'15:30');(_:booking,people,'8');(_:booking,ref,'PQA4WKNF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your restaurant booking was successful . This is the reference number PQA4WKNF . It is for Saturday at 15:30 for 8 people ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you book me two taxi cabs that offer groupon discounts to take us to the restaurant ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "I do n't think we have any affiliations with Groupon . Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay . The hotel should be in the same price range as the restaurant and should be in the type of guesthouse ."
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))",
"select((_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I am sorry but there are no guesthouses matching . Would you like to try a hotel instead ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A hotel would be fine ."
},
{
"id": 19,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book it for you ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What expensive hotel do you recommend ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,name,'university arms hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two hotels matching your needs and I highly recommend university arms hotel . Do you want me to book it ?"
},
{
"id": 22,
"rdf-acts": [
"request((_:result,address,?);(_:result,has_internet,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I just need their address , star level and whether they have internet please ."
},
{
"id": 23,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'regent street');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'university arms hotel');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "University arms hotel is 4 stars located on regent street . They have internet and parking . Would you like me to book that for you ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not yet , that 's all for now . Thank you for all your help ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Please call us back if we can assist you in any other way . Goodbye ."
}
] |
PMUL0115.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"57"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8e3394cb"
],
[
"_:search/8e3394cb",
"food",
"malaysian"
],
[
"_:search/8e3394cb",
"type",
"Restaurant"
],
[
"_:search",
"area",
"Centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"33"
],
[
"_:system",
"canthelp",
"_:search/8e3394cb"
],
[
"_:search/8e3394cb",
"food",
"malaysian"
],
[
"_:search/8e3394cb",
"type",
"Restaurant"
],
[
"_:search",
"area",
"Centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"name",
"Kymmoy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"33"
],
[
"_:system",
"canthelp",
"_:search/8e3394cb"
],
[
"_:search/8e3394cb",
"food",
"malaysian"
],
[
"_:search/8e3394cb",
"type",
"Restaurant"
],
[
"_:search",
"area",
"Centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"name",
"Kymmoy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"33"
],
[
"_:system",
"canthelp",
"_:search/8e3394cb"
],
[
"_:search/8e3394cb",
"food",
"malaysian"
],
[
"_:search/8e3394cb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"name",
"Kymmoy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"33"
],
[
"_:system",
"canthelp",
"_:search/8e3394cb"
],
[
"_:search/8e3394cb",
"food",
"malaysian"
],
[
"_:search/8e3394cb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"name",
"Kymmoy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PQA4WKNF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"33"
],
[
"_:system",
"canthelp",
"_:search/8e3394cb"
],
[
"_:search/8e3394cb",
"food",
"malaysian"
],
[
"_:search/8e3394cb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"name",
"Kymmoy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PQA4WKNF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"33"
],
[
"_:system",
"canthelp",
"_:search/8e3394cb"
],
[
"_:search/8e3394cb",
"food",
"malaysian"
],
[
"_:search/8e3394cb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"name",
"Kymmoy"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PQA4WKNF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"canthelp",
"_:search/9a2cf5d5"
],
[
"_:search/9a2cf5d5",
"category",
"guesthouses"
],
[
"_:search/9a2cf5d5",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"33"
],
[
"_:system",
"canthelp",
"_:search/8e3394cb"
],
[
"_:search/8e3394cb",
"food",
"malaysian"
],
[
"_:search/8e3394cb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"name",
"Kymmoy"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PQA4WKNF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/9a2cf5d5"
],
[
"_:search/9a2cf5d5",
"category",
"guesthouses"
],
[
"_:search/9a2cf5d5",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8e3394cb"
],
[
"_:search/8e3394cb",
"food",
"malaysian"
],
[
"_:search/8e3394cb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"day",
"saturday"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PQA4WKNF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/9a2cf5d5"
],
[
"_:search/9a2cf5d5",
"category",
"guesthouses"
],
[
"_:search/9a2cf5d5",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8e3394cb"
],
[
"_:search/8e3394cb",
"food",
"malaysian"
],
[
"_:search/8e3394cb",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"day",
"saturday"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"15:30"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PQA4WKNF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/9a2cf5d5"
],
[
"_:search/9a2cf5d5",
"category",
"guesthouses"
],
[
"_:search/9a2cf5d5",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel in the moderate price range ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'north');(_:result,category,'hotels');(_:result,count,'3');(_:result,name,'cityroomz');(_:result,name,'lovell lodge');(_:result,name,'the ashley hotel');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have three hotels with moderate price range there is the ashley hotel in north , cityroomz located in centre , and lovell lodge located in north ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do any of those have a star of 2 ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,stars,'two');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , both Ashley Hotel and Lovell Lodge have two stars . They also both offer free internet and parking ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,type,'Hotel'))",
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "May I have the phone numbers for those hotels ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Ashley');(_:result,name,\"Lovell 's\");(_:result,phone,'01223350059');(_:result,phone,'01223425478');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure the number for the Ashley is \t 01223350059 and Lovell 's number is 01223425478 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,type,'Attraction');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I am also looking for somewhere to go that would be in the same area as the hotel ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'boat');(_:result,category,'park');(_:result,category,'swimming pools');(_:result,count,'2');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "we have two swimming pools , a boat , and a park . do you have a preference in which type of attraction you 'd like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I think I 'll try the park . Where is it ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Milton');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address we have listed is simply Milton . Do you need a phone number ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes please and a postcode ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'01223420060');(_:result,postcode,'cb46az');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone is 01223420060 with a post code of cb46az ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , I think that 'll be all . Thanks a lot for your help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , and have a great day !"
}
] |
MUL1180.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"name",
"the ashley hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"name",
"Ashley"
],
[
"_:result",
"name",
"Lovell 's"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"phone",
"01223425478"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"name",
"Ashley"
],
[
"_:result",
"name",
"Lovell 's"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"phone",
"01223425478"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"name",
"Ashley"
],
[
"_:result",
"name",
"Lovell 's"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"phone",
"01223425478"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Milton"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"two"
],
[
"_:result",
"name",
"Ashley"
],
[
"_:result",
"name",
"Lovell 's"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Milton"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave on staurday to go to kings lynn"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time did you want to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,departure,'Cambridge');(_:search,destination,'Kings Lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave Cambridge to arrive in Kings Lynn by 18:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'17:58');(_:result,id,'TR2840');(_:result,leave_at,'17:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , the TR2840 leaves at 17:11 and arrives by 17:58 . Would you like me to book this for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes that sounds great . I need to book one for 4 people ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'CKK48SQO');(_:booking,ticket,'31.36 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The total came 31.36 GBP payable at the station . Your reference number is CKK48SQO . Anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a restaurant that is moderately priced ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , you have a cuisine I 'd like to eat , or area of town you want to dine in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'scandinavian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd love some Scandinavian food ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'scandanavian');(_:search,pricerange,'moderately priced');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , but there are no scandanavian restaurants that are moderately priced . Would you like to change your price range or the type of food ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about Turkish food ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'anatolia');(_:result,name,'efes restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yes ! there is anatolia or efes restaurant ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Could I get the contact info for that ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'King Street city centre');(_:result,name,'efes restaurant');(_:result,phone,'01223500005');(_:result,postcode,'cb11ln');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "efes restaurant is at King Street city centre , postcode is cb11ln and the phone is 01223500005 , can I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'13:00');(_:search,people,'four');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , let 's book a table for four there at 13:00 on the same Saturday ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'U8RPPC0C');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked . Reference number is : U8RPPC0C ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I need today ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Thanks for contacting Cambridge TownInfo centre . Have a great day !"
}
] |
PMUL3084.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"Kings Lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"Kings Lynn"
],
[
"_:result",
"arrive_by",
"17:58"
],
[
"_:result",
"id",
"TR2840"
],
[
"_:result",
"leave_at",
"17:11"
],
[
"_: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
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"Kings Lynn"
],
[
"_:result",
"arrive_by",
"17:58"
],
[
"_:result",
"id",
"TR2840"
],
[
"_:result",
"leave_at",
"17:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CKK48SQO"
],
[
"_:booking",
"ticket",
"31.36 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"Kings Lynn"
],
[
"_:result",
"arrive_by",
"17:58"
],
[
"_:result",
"id",
"TR2840"
],
[
"_:result",
"leave_at",
"17:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CKK48SQO"
],
[
"_:booking",
"ticket",
"31.36 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"scandinavian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"Kings Lynn"
],
[
"_:result",
"arrive_by",
"17:58"
],
[
"_:result",
"id",
"TR2840"
],
[
"_:result",
"leave_at",
"17:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CKK48SQO"
],
[
"_:booking",
"ticket",
"31.36 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/f7318efc"
],
[
"_:search/f7318efc",
"food",
"scandanavian"
],
[
"_:search/f7318efc",
"pricerange",
"moderately priced"
],
[
"_:search/f7318efc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"Kings Lynn"
],
[
"_:result",
"arrive_by",
"17:58"
],
[
"_:result",
"id",
"TR2840"
],
[
"_:result",
"leave_at",
"17:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CKK48SQO"
],
[
"_:booking",
"ticket",
"31.36 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/f7318efc"
],
[
"_:search/f7318efc",
"food",
"scandanavian"
],
[
"_:search/f7318efc",
"pricerange",
"moderately priced"
],
[
"_:search/f7318efc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"anatolia"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_: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",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"Kings Lynn"
],
[
"_:result",
"arrive_by",
"17:58"
],
[
"_:result",
"id",
"TR2840"
],
[
"_:result",
"leave_at",
"17:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CKK48SQO"
],
[
"_:booking",
"ticket",
"31.36 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/f7318efc"
],
[
"_:search/f7318efc",
"food",
"scandanavian"
],
[
"_:search/f7318efc",
"pricerange",
"moderately priced"
],
[
"_:search/f7318efc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King Street city centre"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"phone",
"01223500005"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"four"
],
[
"_: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",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"Kings Lynn"
],
[
"_:result",
"arrive_by",
"17:58"
],
[
"_:result",
"id",
"TR2840"
],
[
"_:result",
"leave_at",
"17:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"31.36 GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/f7318efc"
],
[
"_:search/f7318efc",
"food",
"scandanavian"
],
[
"_:search/f7318efc",
"pricerange",
"moderately priced"
],
[
"_:search/f7318efc",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"King Street city centre"
],
[
"_:result",
"name",
"efes restaurant"
],
[
"_:result",
"phone",
"01223500005"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"U8RPPC0C"
],
[
"_: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,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , can you give me some information on a particular hotel ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes do you have the name of the hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'university arms hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It 's called the University Arms Hotel ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is in centre of town and has 4 stars and is priced expensive ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to book a few rooms for Thursday . Are there rooms available ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What nights are you looking to stay so I can check the availability ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need 3 nights starting on Thursday . Should have enough room to accomodate 4 people ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'4AHCO6OI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked it here is the information : Booking was successful . \n Reference number is : 4AHCO6OI ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great , can you help me find a multiple sports place to visit in the south also ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'south');(_:search,category,'multiple sports venues');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no multiple sports venues in the south part of town . Would you like to try another area or attraction ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "can you try entertainment ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'entertainment');(_:result,count,'2');(_:result,name,'nusha');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are two entertainment attractions in the south . I suggest nusha ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'10:30');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,postcode,?);(_:result,type,'Attraction');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Okay , please provide me with the postcode , and also I want a taxi to take me there . It should leave the hotel by 10:30 . Give me car type and contact number"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'nusha');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The post code for nusha is cb17dy . I 'm checking on your taxi reservation ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok , thank you . I will need to know what kind of car is picking me up ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'red Ford');(_:result,departure,'the hotel');(_:result,leave_at,'10:30');(_:result,phone,'07439027429');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! Expect a red Ford to pick you up at the hotel at 10:30 . Their contact number is 07439027429 . Can I assist you otherwise ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , but thanks for all your help ! Goodbye !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
PMUL2668.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_: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
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"4AHCO6OI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"4AHCO6OI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c42e36f2"
],
[
"_:search/c42e36f2",
"area",
"south"
],
[
"_:search/c42e36f2",
"category",
"multiple sports venues"
],
[
"_:search/c42e36f2",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"4AHCO6OI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c42e36f2"
],
[
"_:search/c42e36f2",
"area",
"south"
],
[
"_:search/c42e36f2",
"category",
"multiple sports venues"
],
[
"_:search/c42e36f2",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"nusha"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_: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",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"4AHCO6OI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c42e36f2"
],
[
"_:search/c42e36f2",
"area",
"south"
],
[
"_:search/c42e36f2",
"category",
"multiple sports venues"
],
[
"_:search/c42e36f2",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"name",
"nusha"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"4AHCO6OI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/c42e36f2"
],
[
"_:search/c42e36f2",
"area",
"south"
],
[
"_:search/c42e36f2",
"category",
"multiple sports venues"
],
[
"_:search/c42e36f2",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"name",
"nusha"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"car",
"red Ford"
],
[
"_:result",
"departure",
"the hotel"
],
[
"_:result",
"leave_at",
"10:30"
],
[
"_:result",
"phone",
"07439027429"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find an expensive European food local restaurant in Cambridge where I can dine when I get to Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about michaelhouse cafe ? They are located in the centre ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , that 's perfect . Thank you !"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , would you like me to make a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'13:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I would . I need a sitting for 7 people on Thursday at 13:45 , please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'4668B8BF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : 4668B8BF .anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a hotel in the same area as the restaurant . I would like to find one with 4 stars ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two options for you . Would you prefer something cheap or expensive ? And guesthouse or hotel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want it to be expensive , and type does n't matter"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'University arms Hotel');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "University arms Hotel is a 4 star and also has wifi and parking . Would you like reservations ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , I do need reservations ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will the room be for ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I actually do n't need a reservation , sorry . Can you just tell me the address and if they have free parking and wifi ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'regent street');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'university arms hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the address of university arms hotel is regent street . It has both parking and internet ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for your help have a goodnight"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us . Good Night ."
}
] |
PMUL4282.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4668B8BF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"michaelhouse cafe"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4668B8BF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4668B8BF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4668B8BF"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4668B8BF"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a moderately priced place to stay ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Sure . What area would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'westside');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to stay on the westside , at a place with free parking and WiFi ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Hobsons House');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is the Hobsons House . It is nice and is a 3 star guesthouse ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you give me the postcode ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "yes postcode is cb39lh"
}
] |
PMUL1810.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"westside"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"area",
"westside"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train from Cambridge on Tuesday"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'plenty');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are plenty of those ! Where are you headed , and at what time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'Cambridge');(_:search,destination,'norwich');(_:search,leave_at,'11:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm heading to Norwich and need to leave after 11:15 from Cambridge"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'13');(_:result,id,'TR5949');(_:result,leave_at,'11:36');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 13 trains . The one that leaves closest to your requested time is the TR5949 , which leaves at 11:36 . Does that interest you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be great ! I need 7 tickets , please . Oh , and the reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,arrive_by,'12:55');(_:booking,category,'Train');(_:booking,departure,'Cambridge');(_:booking,destination,'Norwich');(_:booking,id,'TR5949');(_:booking,leave_at,'11:36');(_:booking,people,'7');(_:booking,ref,'UR9DKTIK');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked the TR5949 for 7 , departing from Cambridge at 11:36 and arriving in Norwich at 12:55 . Reference number : UR9DKTIK . Anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , as a matter of fact , I also need a place to stay ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,area,'Cambridge');(_:result,category,'hotels');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many different hotels in Cambridge , do you have an area or price range in mind ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_parking,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there anything in the south with a star of 4 ? It does n't have to have free parking ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotels');(_:result,count,'2');(_:result,name,'aylesbray lodge guest house');(_:result,name,\"rosa 's bed and breakfast\");(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , we have two hotels for you aylesbray lodge guest house , and rosa 's bed and breakfast . can I book one of these for you today ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Could we try the Aylesbury House ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright . What day would you like to stay , how many nights and how many people ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually I need more information on the hotels . Does Aylesbury House have free parking ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,leave_at,'correct time');(_:booking,people,'7');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The train was booked for 7 tickets departing at the correct time and providing the reference number . Also , more info is needed about a hotel ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I still need to know if Aylesbury House has free parking ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Aylesbray Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Aylesbray Lodge has free internet and free parking . Would you like a reservation , or perhaps I can give you their contact information ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . I will need their address and what price range it is in ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,address,'5 Mowbray Road');(_:result,category,'guesthouse');(_:result,pricerange,'moderate price range');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Certainly . This guesthouse is located at 5 Mowbray Road and is in the moderate price range . Is there any other information you need ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it , you have been very helpful ! Thank you !"
},
{
"id": 19,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Have a great time !"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . We will ."
},
{
"id": 21,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank you for using our service . Have a great day !"
},
{
"id": 22,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "user",
"text": "You 've been extremely helpful . And I hope you have a wonderful day ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Let us know if you need anything else . Goodbye !"
}
] |
MUL0672.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"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"id",
"TR5949"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_: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"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"id",
"TR5949"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:55"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Norwich"
],
[
"_:booking",
"id",
"TR5949"
],
[
"_:booking",
"leave_at",
"11:36"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"UR9DKTIK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"id",
"TR5949"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:55"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Norwich"
],
[
"_:booking",
"id",
"TR5949"
],
[
"_:booking",
"leave_at",
"11:36"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"UR9DKTIK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"id",
"TR5949"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:55"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Norwich"
],
[
"_:booking",
"id",
"TR5949"
],
[
"_:booking",
"leave_at",
"11:36"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"UR9DKTIK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"id",
"TR5949"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:55"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Norwich"
],
[
"_:booking",
"id",
"TR5949"
],
[
"_:booking",
"leave_at",
"11:36"
],
[
"_:booking",
"ref",
"UR9DKTIK"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"day",
"tuesday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"id",
"TR5949"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:55"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Norwich"
],
[
"_:booking",
"id",
"TR5949"
],
[
"_:booking",
"ref",
"UR9DKTIK"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"name",
"rosa 's bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"correct time"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"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",
"tuesday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"id",
"TR5949"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:55"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Norwich"
],
[
"_:booking",
"id",
"TR5949"
],
[
"_:booking",
"ref",
"UR9DKTIK"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"correct time"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Aylesbray Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"id",
"TR5949"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:55"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Norwich"
],
[
"_:booking",
"id",
"TR5949"
],
[
"_:booking",
"ref",
"UR9DKTIK"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"correct time"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Aylesbray Lodge"
],
[
"_:result",
"address",
"5 Mowbray Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate price range"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"id",
"TR5949"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:55"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Norwich"
],
[
"_:booking",
"id",
"TR5949"
],
[
"_:booking",
"ref",
"UR9DKTIK"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"correct time"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Aylesbray Lodge"
],
[
"_:result",
"address",
"5 Mowbray Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate price range"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"id",
"TR5949"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"12:55"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"Norwich"
],
[
"_:booking",
"id",
"TR5949"
],
[
"_:booking",
"ref",
"UR9DKTIK"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"correct time"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Aylesbray Lodge"
],
[
"_:result",
"address",
"5 Mowbray Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate price range"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information in Cambridge"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "What information are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need some places to go . Maybe some place in the centre are of the town . Multiple sports type ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,category,'multiple sport');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately there are no multiple sport type attractions in the centre of town ? Would you like info on another attraction or in another area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'theatre');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can we try to find a theatre ? I 'll need the phone number , please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Anglia Ruskin Enterprise , East Road');(_:result,name,'Mumford Theatre');(_:result,phone,'08451962320');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend the Mumford Theatre . They are located at Anglia Ruskin Enterprise , East Road . Their phone number is 08451962320 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I also need information on a train to Leicester on Thursday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,amount,'several');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have several options , what is your timeframe like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'20:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 20:00 please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "and from where will you be departing ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from Cambridge ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'19:06');(_:result,id,'TR3564');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR3564 will get you there by 19:06 . Would you like for me to book it ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I need 6 tickets ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'F82V85K4');(_:booking,ticket,'is 226.8 gbp');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reservations have been made and the reference number is F82V85K4 . and the total fee is 226.8 GBP ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks ! That 's it for now ."
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "OKay I am glad I could assist ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Goodbye and thanks . Have a great day ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "welcome anytime you need us"
}
] |
PMUL4321.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/4be93603"
],
[
"_:search/4be93603",
"area",
"centre"
],
[
"_:search/4be93603",
"category",
"multiple sport"
],
[
"_:search/4be93603",
"type",
"Attraction"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/4be93603"
],
[
"_:search/4be93603",
"area",
"centre"
],
[
"_:search/4be93603",
"category",
"multiple sport"
],
[
"_:search/4be93603",
"type",
"Attraction"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"Anglia Ruskin Enterprise , East Road"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/4be93603"
],
[
"_:search/4be93603",
"area",
"centre"
],
[
"_:search/4be93603",
"category",
"multiple sport"
],
[
"_:search/4be93603",
"type",
"Attraction"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"Anglia Ruskin Enterprise , East Road"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/4be93603"
],
[
"_:search/4be93603",
"area",
"centre"
],
[
"_:search/4be93603",
"category",
"multiple sport"
],
[
"_:search/4be93603",
"type",
"Attraction"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"Anglia Ruskin Enterprise , East Road"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/4be93603"
],
[
"_:search/4be93603",
"area",
"centre"
],
[
"_:search/4be93603",
"category",
"multiple sport"
],
[
"_:search/4be93603",
"type",
"Attraction"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"Anglia Ruskin Enterprise , East Road"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"19:06"
],
[
"_:result",
"id",
"TR3564"
],
[
"_: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,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/4be93603"
],
[
"_:search/4be93603",
"area",
"centre"
],
[
"_:search/4be93603",
"category",
"multiple sport"
],
[
"_:search/4be93603",
"type",
"Attraction"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"Anglia Ruskin Enterprise , East Road"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"19:06"
],
[
"_:result",
"id",
"TR3564"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"F82V85K4"
],
[
"_:booking",
"ticket",
"is 226.8 gbp"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"canthelp",
"_:search/4be93603"
],
[
"_:search/4be93603",
"area",
"centre"
],
[
"_:search/4be93603",
"category",
"multiple sport"
],
[
"_:search/4be93603",
"type",
"Attraction"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"Anglia Ruskin Enterprise , East Road"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"19:06"
],
[
"_:result",
"id",
"TR3564"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"F82V85K4"
],
[
"_:booking",
"ticket",
"is 226.8 gbp"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cityroomz');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you help me find Cityroomz , please ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Sleeperz Hotel , Station Road');(_:result,area,'centre');(_:result,has_internet,'none');(_:result,name,'CityRoomz');(_:result,phone,'01223304050');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I sure can . CityRoomz is located in the centre of town . They offer free wifi . They are at Sleeperz Hotel , Station Road . Their phone number is 01223304050 ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book a room for me there ? We 'll be arriving on Saturday and need to stay 4 nights . There will be 7 of us staying ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,name,'Cityroomz');(_:booking,people,'7');(_:booking,ref,'5B7M73DK');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book Cityroomz for you on Saturday for 4 night , 7 people . Your reference number is 5B7M73DK . Is there anything else I can help with ?"
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Nope , that 'll be all , thanks . Bye !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Have a great day !"
}
] |
SNG0915.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"Sleeperz Hotel , Station Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"CityRoomz"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"address",
"Sleeperz Hotel , Station Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"CityRoomz"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"name",
"Cityroomz"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"5B7M73DK"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i want information about attractions in the centre"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'all saints church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about all saints church ? It has free admission ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds interesting . What is their phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'All Saints Church');(_:result,phone,'01223452587');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for All Saints Church is 01223452587 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me their postcode as well ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure . The postcode is cb58bs . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a really nice and expensive chinese place in town ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Okay ! What area of town would you like to dine in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to be in the centre ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'at napier street city centre');(_:result,name,'tang chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about tang chinese ? They are located at Napier Street City Centre ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you tell me their phone number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'01223357187');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure thing , here you go 01223357187"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also want to book a taxi to commute between the two places ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can help you with that . Where would you like the taxi to pick you up ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'all saints church');(_:search,destination,'tang chinese');(_:search,leave_at,'2:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to go between All Saints Church and Tang Chinese by 2:30 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Let me find a taxi for you ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Any luck with the taxi yet ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'red skoda');(_:result,phone,'07139106461');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t red skoda \n Contact number \t : \t 07139106461"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks thatnis it for today"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , no problem ! I hope you have a great visit !"
}
] |
PMUL3367.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"at napier street city centre"
],
[
"_:result",
"name",
"tang chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"at napier street city centre"
],
[
"_:result",
"name",
"tang chinese"
],
[
"_:result",
"phone",
"01223357187"
],
[
"_:result",
"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": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"at napier street city centre"
],
[
"_:result",
"name",
"tang chinese"
],
[
"_:result",
"phone",
"01223357187"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"all saints church"
],
[
"_:search",
"destination",
"tang chinese"
],
[
"_:search",
"leave_at",
"2:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"at napier street city centre"
],
[
"_:result",
"name",
"tang chinese"
],
[
"_:result",
"phone",
"01223357187"
],
[
"_:search",
"departure",
"all saints church"
],
[
"_:search",
"destination",
"tang chinese"
],
[
"_:search",
"leave_at",
"2:30"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"at napier street city centre"
],
[
"_:result",
"name",
"tang chinese"
],
[
"_:search",
"departure",
"all saints church"
],
[
"_:search",
"destination",
"tang chinese"
],
[
"_:search",
"leave_at",
"2:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red skoda"
],
[
"_:result",
"phone",
"07139106461"
],
[
"_: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,arrive_by,'18:30');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "am looking for a train it should arrive by 18:30 and should go to peterborough"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,id,'TR9859');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "TR9859 cost \t 16.50 pounds . Is there anything else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Sunday from Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'18:30');(_:result,count,'2');(_:result,departure,'Cambridge');(_:result,destination,'Peterborough');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are two trains that arrive in Peterborough by 18:30 . What time are you planning to leave Cambridge ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'18:30');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I just need to arrive by 18:30 in peterborough the departure time does n't matter ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'17:56');(_:result,arrive_by,'18:24');(_:result,id,'TR2913');(_:result,id,'TR8293');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8293 arrives at 17:56 and TR2913 arrives at 18:24 . Would you like me to book tickets on one of them ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need tickets for 8 people . Can you book and give me the reference number ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR 8293');(_:booking,ref,'EPABNNPD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked TR 8293 and you reference number is EPABNNPD . Is there anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all . Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG02048.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"id",
"TR9859"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"id",
"TR9859"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"18:30"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"17:56"
],
[
"_:result",
"arrive_by",
"18:24"
],
[
"_:result",
"id",
"TR2913"
],
[
"_:result",
"id",
"TR8293"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"17:56"
],
[
"_:result",
"arrive_by",
"18:24"
],
[
"_:result",
"id",
"TR2913"
],
[
"_:result",
"id",
"TR8293"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR 8293"
],
[
"_:booking",
"ref",
"EPABNNPD"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'persian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant . The restaurant should be in the centre and should serve persian food"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,food,'person');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry . There are no person food eateries in the centre . Would you like to find a different type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am looking for a moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'persian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , we have no persian restaurants in the centre ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about modern european foods ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Riverside brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Riverside brasserie looks good . Would you like a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'16:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I want a reservation for 8 people at 16:00 on Sunday ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry , the restaurant does n't have any openings for that date and time ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "ok . ill check latter"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Alright . Have a good day ."
}
] |
SNG01611.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/7f48e573"
],
[
"_:search/7f48e573",
"area",
"centre"
],
[
"_:search/7f48e573",
"food",
"person"
],
[
"_:search/7f48e573",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/7f48e573"
],
[
"_:search/7f48e573",
"area",
"centre"
],
[
"_:search/7f48e573",
"food",
"person"
],
[
"_:search/7f48e573",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/c2700399"
],
[
"_:search/c2700399",
"area",
"centre"
],
[
"_:search/c2700399",
"food",
"persian"
],
[
"_:search/c2700399",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/7f48e573"
],
[
"_:search/7f48e573",
"area",
"centre"
],
[
"_:search/7f48e573",
"food",
"person"
],
[
"_:search/7f48e573",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/c2700399"
],
[
"_:search/c2700399",
"area",
"centre"
],
[
"_:search/c2700399",
"food",
"persian"
],
[
"_:search/c2700399",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Riverside brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/7f48e573"
],
[
"_:search/7f48e573",
"area",
"centre"
],
[
"_:search/7f48e573",
"food",
"person"
],
[
"_:search/7f48e573",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/c2700399"
],
[
"_:search/c2700399",
"area",
"centre"
],
[
"_:search/c2700399",
"food",
"persian"
],
[
"_:search/c2700399",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Riverside brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/feddecf4"
],
[
"_:booking/feddecf4",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'afternoon tea');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Good eve ! I 'm looking for a nice place to have a spot of afternoon tea ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , I did n't get any matching results . Is there any other food type you would like me to look for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I would like afternoon tea in the west ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "sorry we got none ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you try Italian then ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one Italian restaurant in that area ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,name,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the name ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'La Margherita');(_:result,name,'Prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are actually two it looks like : Prezzo and La Margherita ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'prezzo');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get the information for Prezzo ?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "system",
"text": "What information can I get for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to get the phone number , address , and postcode ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'21 - 24 Northampton Road');(_:result,name,'Prezzo');(_:result,phone,'01799521260');(_:result,postcode,'cb30ad');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Prezzo is located at 21 - 24 Northampton Road . The post code is cb30ad . You can reach them at 01799521260 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I am also going to need train information ."
},
{
"id": 13,
"rdf-acts": [],
"speaker": "system",
"text": "Of course , what train information may I get for you today ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,leave_at,'9:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to leave after 9:30 from Kings Lynn departing for Cambridge on Thursday ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be traveling , please ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Thursday ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,leave_at,'10:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that departs at 10:11 . Would you like to book it ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No not at this time . I would just like the train ID for that train ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,id,'TR1704');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train i d is TR1704 ."
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a nice day ."
},
{
"id": 21,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all , Thank you so much ."
},
{
"id": 23,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Okay thanks for calling ."
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay thank you for calling ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "welcome and have a great day"
}
] |
PMUL0803.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"afternoon tea"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/fa0699ec"
],
[
"_:search/fa0699ec",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fa0699ec"
],
[
"_:search/fa0699ec",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cdb51ad0"
],
[
"_:search/cdb51ad0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fa0699ec"
],
[
"_:search/fa0699ec",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cdb51ad0"
],
[
"_:search/cdb51ad0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"name",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fa0699ec"
],
[
"_:search/fa0699ec",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cdb51ad0"
],
[
"_:search/cdb51ad0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fa0699ec"
],
[
"_:search/fa0699ec",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cdb51ad0"
],
[
"_:search/cdb51ad0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fa0699ec"
],
[
"_:search/fa0699ec",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cdb51ad0"
],
[
"_:search/cdb51ad0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fa0699ec"
],
[
"_:search/fa0699ec",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cdb51ad0"
],
[
"_:search/cdb51ad0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fa0699ec"
],
[
"_:search/fa0699ec",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cdb51ad0"
],
[
"_:search/cdb51ad0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fa0699ec"
],
[
"_:search/fa0699ec",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cdb51ad0"
],
[
"_:search/cdb51ad0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fa0699ec"
],
[
"_:search/fa0699ec",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cdb51ad0"
],
[
"_:search/cdb51ad0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR1704"
],
[
"_:result",
"type",
"Train"
],
[
"_: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": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fa0699ec"
],
[
"_:search/fa0699ec",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cdb51ad0"
],
[
"_:search/cdb51ad0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR1704"
],
[
"_:result",
"type",
"Train"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/fa0699ec"
],
[
"_:search/fa0699ec",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/cdb51ad0"
],
[
"_:search/cdb51ad0",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"prezzo"
],
[
"_:result",
"address",
"21 - 24 Northampton Road"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799521260"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"10:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR1704"
],
[
"_:result",
"type",
"Train"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,leave_at,'18:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi ! Can you tell me what trains are available on Friday after 18:30 ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly , but first I need to know where you are departing from and what your destination is ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going from Stevenage to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR4969');(_:result,leave_at,'18:30');(_:result,leave_at,'19:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The first train after 18:30 is TR4969 , which leaves at 19:54 . Would you like a ticket , or more information ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes I would like to book it for 8 people and I will need the reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'8');(_:booking,ref,'T6B9UNBQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , I have booked your tickets for 8 people , your reference number is : T6B9UNBQ ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help , that 's all I needed today ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Thank you for using Cambridge TownInfo centre ."
}
] |
SNG0429.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4969"
],
[
"_:result",
"leave_at",
"18:30"
],
[
"_:result",
"leave_at",
"19:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4969"
],
[
"_:result",
"leave_at",
"18:30"
],
[
"_:result",
"leave_at",
"19:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"T6B9UNBQ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you help find a theatre in the centre of town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'the ADC Theatre');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "I can help you with that . How about the ADC Theatre ? It is in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great , how much is admission ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01 223 300 0085');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Sorry , I do n't have that information , but here is the phone number : 01 223 300 0085 if you would like more specifics ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "thank you . i also want a hotel to stay which should a have a star of 4"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area would you like to stay in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay in the north ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you prefer a specific type of hotel or are you working on a budget ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like a 4 star in the cheap price range please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I have one fitting that . Would you like more info ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes is it a guesthouse ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'worth house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it is , it 's called worth house ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I need the phone number for the hotel please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,phone,'01223316074');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number is 01223316074 . May I help with something else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'adc theatre');(_:search,leave_at,'20:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i also need a taxi from the worth house to the adc theatre . i want to leave the hotel by 20:15 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'blue audi');(_:result,leave_at,'20:15');(_:result,phone,'07263502417');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! Your booked car type is blue audi and it will come at 20:15 . The contact number is 07263502417 . Anything else I can do for you today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I needed ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Enjoy your show , and I hope you have a great stay !"
}
] |
PMUL2799.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the ADC Theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the ADC Theatre"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"01 223 300 0085"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the ADC Theatre"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"01 223 300 0085"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the ADC Theatre"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"01 223 300 0085"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the ADC Theatre"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"01 223 300 0085"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"01 223 300 0085"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"worth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"worth house"
],
[
"_:result",
"phone",
"01223316074"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"adc theatre"
],
[
"_:search",
"leave_at",
"20: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": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"worth house"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"adc theatre"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue audi"
],
[
"_:result",
"leave_at",
"20:15"
],
[
"_:result",
"phone",
"07263502417"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'hotel');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel in the south of the city , it is ok if the hotel does n't has free parking ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,count,'1');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Lensfield Hotel');(_:result,stars,'3');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I have one hotel that meets your needs . It 's the Lensfield Hotel that offers free wifi and parking . They have a 3 star rating . Would you like more info on it ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the price of the Lensfield ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Lensfield Hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Lensfield Hotel is expensive ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there a moderate place in the in the south that has free parking ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "No , no hotels meet your criteria ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'dontcare');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any moderately priced hotels that do n't have free parking , but have wifi ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'guesthouses');(_:result,count,'2');(_:result,has_internet,'none');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 2 locations that are in the south , moderately priced , and have free wifi . They are both guesthouses , would one of those meet your needs ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you give me the address of your favorite one ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'5 mowbray road');(_:result,name,'aylesbray lodge guest house');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The address to aylesbray lodge guest house is 5 mowbray road ! Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that would be all . Thanks ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
SNG1043.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/dd8026e4"
],
[
"_:search/dd8026e4",
"category",
"hotels"
],
[
"_:search/dd8026e4",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/dd8026e4"
],
[
"_:search/dd8026e4",
"category",
"hotels"
],
[
"_:search/dd8026e4",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/dd8026e4"
],
[
"_:search/dd8026e4",
"category",
"hotels"
],
[
"_:search/dd8026e4",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"5 mowbray road"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_: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,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm trying to get a taxi please"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure ! when would you like to arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'05:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave after 05:45"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , great . And where will you be traveling to and from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'wandlebury country park');(_:search,destination,'curry prince');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "The pick up place will be wandlebury country park and the drop off at curry prince"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'07365045410');(_:result,phone,'grey bmw');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Alright , you are all set - your car is a grey bmw , contact number 07365045410"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's great , thank you for your help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you too . I hope you have a great day ."
}
] |
SNG01325.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"05:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"05:45"
],
[
"_:search",
"departure",
"wandlebury country park"
],
[
"_:search",
"destination",
"curry prince"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"05:45"
],
[
"_:search",
"departure",
"wandlebury country park"
],
[
"_:search",
"destination",
"curry prince"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"07365045410"
],
[
"_:result",
"phone",
"grey bmw"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you get me information on a theatre to visit ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,category,'theater');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have several options for you . What area would you like to visit a theater in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Hmm .. whatever theater you would recommend for me . I would like the number , entrance free , and postcode ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,\"do n't have entrance fee info\");(_:result,name,'Mumford Theatre');(_:result,phone,'08451962320');(_:result,postcode,'cb1pt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Mumford Theatre in the centre of town is well known . Their number is 08451962320 and they are in the cb1pt postcode . I 'm sorry , I do n't have entrance fee info ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . I am also looking for a place to eat . Maybe Italian food ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'fifteen');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have fifteen Italian restaurants . Do location or price range matter ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like someplace expensive in the center ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'32 Bridge Street City Centre');(_:result,count,'4');(_:result,name,'Caffe Uno');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 4 to choose from . If I may , might I suggest Caffe Uno . They have wonderful food and great service . They are located at 32 Bridge Street City Centre ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'16:00');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "that sounds great . Could you book 7 people for 16:00 on Sunday ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'N831LHZU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : N831LHZU"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thanks for all your help !"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're sure welcome ! Can I help you further ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Could you also book me a taxi to commute between those places ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I will need to know your departure time to book the taxi .."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "I 'm really not to sure ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'16:00');(_:result,car,'yellow Lexus');(_:result,departure,'mumford theatre');(_:result,destination,'Caffe Uno');(_:result,phone,'07565050556');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I 've booked a taxi from mumford theatre arriving at Caffe Uno before your 16:00 reservation . You will be taking a yellow Lexus and can reach the driver at 07565050556"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's perfect . Thanks so much !"
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else ?"
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "No that is all I need today ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "okay , have a great trip ! Bye !"
}
] |
PMUL3473.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"theater"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"theater"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"do n't have entrance fee info"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:result",
"postcode",
"cb1pt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"category",
"theater"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"do n't have entrance fee info"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:result",
"postcode",
"cb1pt"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"category",
"theater"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"do n't have entrance fee info"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:result",
"postcode",
"cb1pt"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"category",
"theater"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"do n't have entrance fee info"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:result",
"postcode",
"cb1pt"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"N831LHZU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"category",
"theater"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"do n't have entrance fee info"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:result",
"postcode",
"cb1pt"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"N831LHZU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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",
"theatre"
],
[
"_:result",
"category",
"theater"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"do n't have entrance fee info"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:result",
"postcode",
"cb1pt"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"N831LHZU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_: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",
"theatre"
],
[
"_:result",
"category",
"theater"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"do n't have entrance fee info"
],
[
"_:result",
"postcode",
"cb1pt"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"N831LHZU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"16:00"
],
[
"_:result",
"car",
"yellow Lexus"
],
[
"_:result",
"departure",
"mumford theatre"
],
[
"_:result",
"destination",
"Caffe Uno"
],
[
"_:result",
"phone",
"07565050556"
],
[
"_: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",
"category",
"theatre"
],
[
"_:result",
"category",
"theater"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"do n't have entrance fee info"
],
[
"_:result",
"postcode",
"cb1pt"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"N831LHZU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"16:00"
],
[
"_:result",
"car",
"yellow Lexus"
],
[
"_:result",
"departure",
"mumford theatre"
],
[
"_:result",
"destination",
"Caffe Uno"
],
[
"_:result",
"phone",
"07565050556"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Looking for a train that leaves on saturday"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'404');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , there are 404 trains . Would you like to tell me more to narrow your search ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Leaving Birmignham New Street , to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "No problem . Any preference on times ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'08:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would need to leave after 08:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR1958');(_:result,leave_at,'8:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1958 leaves at 8:40 - would you like tickets on that train ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Not yet .. just needed the ID . Also , looking for a place to dine in the center of town at a moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,food,'British');(_:result,name,'Cotto');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have many delicious options . How does Cotto sound ? It 's British food ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'21:00');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That works for me . Book it for 3 people at 21:00 on the same day ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately , there is no availability for that time . Did you have a different time in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'20:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh , bummer . How about 20:00 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'WASWNFH0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That worked ! Your reference number is WASWNFH0 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have an awesome day ."
}
] |
MUL1699.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",
"count",
"404"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"404"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"count",
"404"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"id",
"TR1958"
],
[
"_:result",
"leave_at",
"8:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"404"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"id",
"TR1958"
],
[
"_:result",
"leave_at",
"8:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"404"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"id",
"TR1958"
],
[
"_:result",
"leave_at",
"8:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/ee0b2392"
],
[
"_:booking/ee0b2392",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"404"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"id",
"TR1958"
],
[
"_:result",
"leave_at",
"8:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/ee0b2392"
],
[
"_:booking/ee0b2392",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"WASWNFH0"
],
[
"_: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,'south');(_:search,food,'panasian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a restaurant in the south part of town and serves panasian food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,food,'panasian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry , there are no restaurants in the south part of town serving panasian food ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "italian food please . phone number and postcode please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'Italian');(_:result,name,'Frankie and Bennys');(_:result,phone,'01223 412430');(_:result,postcode,'7 d.y.');(_:result,postcode,'C.B 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Frankie and Bennys serves Italian food in the south part of town . The phone number is 01223 412430 , and the postcode is C.B 1 , 7 D.Y."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sorry what type of food do they serve ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They serve italian food ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,pricerange,'quite expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are quite expensive ."
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you for your help . Good bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye !"
}
] |
WOZ20062.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"panasian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/79f0baff"
],
[
"_:search/79f0baff",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"panasian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/79f0baff"
],
[
"_:search/79f0baff",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:result",
"phone",
"01223 412430"
],
[
"_:result",
"postcode",
"7 d.y."
],
[
"_:result",
"postcode",
"C.B 1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/79f0baff"
],
[
"_:search/79f0baff",
"type",
"Restaurant"
],
[
"_: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",
"food",
"italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/79f0baff"
],
[
"_:search/79f0baff",
"type",
"Restaurant"
],
[
"_: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",
"food",
"italian"
],
[
"_:result",
"pricerange",
"quite expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouses');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What do you have in the way of guesthouses in the north ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'11');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found 11 different guesthouses in the north . Were there any certain requirements you have in searching for a particular guesthouse ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I would like it to be moderately priced . Thank you ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'9');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 9 options that would suit those criteria , do you have any other things you need for your stay or would you like a recommendation ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Please provide a recommendation ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Acorn Guest House');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Well I can recommend the Acorn Guest House that is also rated 4 stars ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I think that would be great . May I please book that guest house for 2 nights starting from Friday for 1 person ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Acorn Guest House');(_:booking,people,'one');(_:booking,ref,'L55JCSVU');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful for 2 nights at the Acorn Guest House for one person . Your Reference number is L55JCSVU . Do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'sitar tandoori');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you also look up the sitar tandoori restaurant ?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "system",
"text": "i have their info , what would you like to know ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'17:00');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need reservations for the same group of people at 17:00 on the same day ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'6ZPBNFD5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful ! Your reference number is 6ZPBNFD5 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'the booking time');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great . You are so helpful . One more thing , I need a taxi to arrive at the restaurant by the booking time"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can help with that . Where would you be departing from ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I meant to say I need to commute between the hotel and the restaurant ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "No problem . I 've got your taxi booked . Anything else ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Can I have the contact number and car type ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'grey bmw');(_:result,phone,'07853122848');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t grey bmw \n Contact number \t : \t 07853122848 \n Can I help you with anythign else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thank you so much !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you have a very pleasant stay in our town !"
}
] |
PMUL0152.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"9"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"L55JCSVU"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"L55JCSVU"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"stay",
"2"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"ref",
"6ZPBNFD5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"the booking time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"stay",
"2"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"ref",
"6ZPBNFD5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"the booking time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"stay",
"2"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"ref",
"6ZPBNFD5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"the booking time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"car",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"stay",
"2"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"ref",
"6ZPBNFD5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"the booking time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey bmw"
],
[
"_:result",
"phone",
"07853122848"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm planning a visit to Cambridge and I want to know when a train that is leaving Monday will take me to Broxbourne ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,amount,'many');(_:result,day,'Monday');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Okay , there are many departures on Monday , is there a certain time of departure you had in mind ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , it should leave after 9:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'fifteen');(_:result,leave_at,'one minute after the hour every hour');(_:result,leave_at,'starting at 9:01 and running until 23:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , you have fifteen options . These trains depart one minute after the hour every hour , starting at 9:01 and running until 23:01 . Would you like me to book a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I will need tickets for 3 people and also the reference number please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,day,'Monday');(_:booking,id,'TR1213');(_:booking,leave_at,'9:01');(_:booking,people,'3');(_:booking,ref,'SJXQORH2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked 3 tickets on TR1213 for you which leaves at 9:01 Monday , the reference number is SJXQORH2 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,\"sheep 's green and lammas land park fen causeway\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for an attraction called sheep 's green and lammas land park fen causeway ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'fen causeway');(_:result,address,'newnham road');(_:result,area,'south');(_:result,entrance_fee,'free');(_:result,name,\"Sheep 's green and lammas land park fen causeway\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sheep 's green and lammas land park fen causeway is located south . The address is fen causeway , newnham road . The entry fee is free . Anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the entrance fee and phone number please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'no entrance free');(_:result,phone,'01223302580');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is no entrance free and the phone number is 01223302580 . Will that be all you need help with this afternoon ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need . Thank You ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Thanks for allowing me to assist you . Goodbye !"
}
] |
MUL0512.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"leave_at",
"one minute after the hour every hour"
],
[
"_:result",
"leave_at",
"starting at 9:01 and running until 23:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"leave_at",
"one minute after the hour every hour"
],
[
"_:result",
"leave_at",
"starting at 9:01 and running until 23:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"id",
"TR1213"
],
[
"_:booking",
"leave_at",
"9:01"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"SJXQORH2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"leave_at",
"one minute after the hour every hour"
],
[
"_:result",
"leave_at",
"starting at 9:01 and running until 23:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"id",
"TR1213"
],
[
"_:booking",
"leave_at",
"9:01"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"SJXQORH2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"fen causeway"
],
[
"_:result",
"address",
"newnham road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"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",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"amount",
"fifteen"
],
[
"_:result",
"leave_at",
"one minute after the hour every hour"
],
[
"_:result",
"leave_at",
"starting at 9:01 and running until 23:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"id",
"TR1213"
],
[
"_:booking",
"leave_at",
"9:01"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"SJXQORH2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"fen causeway"
],
[
"_:result",
"address",
"newnham road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Sheep 's green and lammas land park fen causeway"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance free"
],
[
"_:result",
"phone",
"01223302580"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'la margherita');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for information on a restaurant called La Margherita ."
},
{
"id": 1,
"rdf-acts": null,
"speaker": "system",
"text": "Sure , it 's a cheap Italian place in the west at 15 Magdalene Street City Centre cb30af . Their phone is 01223315232 . How else may I assist you ?"
}
] |
MUL0926.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"la margherita"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'kambar');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi ! I 'm looking for an attraction named Kambar ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'1 wheeler street');(_:result,area,'centre');(_:result,category,'nightclub');(_:result,phone,'01223842725');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is a nightclub in centre at 1 wheeler street . Phone is 01223842725 . Do you need any more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "thanks i want to get its entry fee and address"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223842725');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address was just given to you and the phone is 01223842725 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there a entrance fee ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'club');(_:result,entrance_fee,'5 pound');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , there is a 5 pound entrance fee for the club ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also interested in a place to stay , that includes free parking ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have an area or price range in mind ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,stars,'3-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like an expensive 3-star hotel ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'south');(_:result,name,'Gonville hotel');(_:result,name,'the lensfield');(_:result,type,'Hotel'))",
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Gonville hotel is in the centre , the lensfield is in the south , any preferences ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "What do you recommend ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'the gonville');(_:result,name,'the lensfield');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "in my opinion , the lensfield is much more updated than the gonville . do you need me to book a room ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,has_parking,'yes');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Just to confirm , does the Lensfield have free parking ? If so I 'd like to book for 6 people , 3 nights , starting on thursday ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,name,'Lensfield Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Lensfield Hotel does have free parking . I can assist you with that reservation ."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , can you please book a room with the details I already provided ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'CAFW873C');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your room has been booked . Your reference number is CAFW873C ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . I appreciate your help with this ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "No problem . Is there anything else I can help you with today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thank you for all your help ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , let me know if I can assist with anything else ."
}
] |
PMUL2735.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"category",
"club"
],
[
"_:result",
"entrance_fee",
"5 pound"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"category",
"club"
],
[
"_:result",
"entrance_fee",
"5 pound"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"category",
"club"
],
[
"_:result",
"entrance_fee",
"5 pound"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Gonville hotel"
],
[
"_:result",
"name",
"the lensfield"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"category",
"club"
],
[
"_:result",
"entrance_fee",
"5 pound"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"the gonville"
],
[
"_:result",
"name",
"the lensfield"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"category",
"club"
],
[
"_:result",
"entrance_fee",
"5 pound"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"category",
"club"
],
[
"_:result",
"entrance_fee",
"5 pound"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"CAFW873C"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"address",
"1 wheeler street"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"category",
"club"
],
[
"_:result",
"entrance_fee",
"5 pound"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"CAFW873C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'theatres');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , can you please give me information on theatres in town ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Attraction'))",
"inform((_:result,category,'theaters');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 5 theaters located in the centre and south which area would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "There is no specific area ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "system",
"text": "I see . What sort of information can I help you with ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking to get an address and entrance fee for a theatre . Can you search for one for me using the criteria I mentioned earlier ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'park street');(_:result,name,'adc theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address for adc theatre is park street ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'north american');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there a entrance fee ? I am also looking for a cheap north american restaurant to dine at on the east side . Any recommendations ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Entrance fee is not mentioned . There are no restaurants in that area that fit your criteria . Is there something else I can look up for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'international');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any serving international cuisine in the same area and price range ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'East');(_:result,food,'international');(_:result,name,'Missing Sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Missing Sock is an international restaurant in the East and has a cheap price range . Would you like a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'15:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , get me a table for 3 at 15:30 on Saturday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'Y40MJDC0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made those reservations and the reference number is Y40MJDC0 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks for your help !"
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all ! Thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Fantastic , have a great day !"
}
] |
PMUL2136.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatres"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatres"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/c5237ff2"
],
[
"_:search/c5237ff2",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:system",
"canthelp",
"_:search/c5237ff2"
],
[
"_:search/c5237ff2",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:system",
"canthelp",
"_:search/c5237ff2"
],
[
"_:search/c5237ff2",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"Y40MJDC0"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:system",
"canthelp",
"_:search/c5237ff2"
],
[
"_:search/c5237ff2",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"Y40MJDC0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'nandos city centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for Nandos city centre in Cambridge , can you give me directions ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'33 - 34 Saint Andrews Street');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is located at 33 - 34 Saint Andrews Street"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great . Can you let me know the price range and phone number of the restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Nandos');(_:result,phone,'01223327908');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos is rated in the cheap price range . Their number is 01223327908 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "In which area of town is it found ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is in the centre . I can make you a reservation if you like ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Not right now . But could you please also find a museum to go to in the east ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'5 Greens Road');(_:result,area,'east');(_:result,category,'museums');(_:result,count,'4');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 4 great museums in the east , but my favorite is Cambridge Artworks , at 5 Greens Road . It 's free to get in !"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thanks for all your help !"
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "I 'm glad I could help . Do you need anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you were of much help and I appreciate it"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us today and have a nice day ."
}
] |
PMUL2213.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"nandos city centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"nandos city centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"nandos city centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"phone",
"01223327908"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"nandos city centre"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"phone",
"01223327908"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"nandos city centre"
],
[
"_:result",
"phone",
"01223327908"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"nandos city centre"
],
[
"_:result",
"phone",
"01223327908"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'nightclubs');(_:search,type,'Attraction'))",
"hello()"
],
"speaker": "user",
"text": "Hello , I 'm looking for information on nightclubs in Cambridge . Can you please give me information on this ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,category,'nightclubs');(_:result,count,'5');(_:result,name,'Ballare');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 nightclubs in town , all in the city center . Ballare is my favorite ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'ballare');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'll take your word for it , thanks . What is the entrance fee for Ballare ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'5 pounds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The fee is 5 pounds ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I also have the postcode and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223364222');(_:result,postcode,'cb23na');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "the phone number is 01223364222 and the postcode is cb23na"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great , thanks ! I 'm also looking for a place to stay with a 4 star rating in the east ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,area,'east');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several 4 star places to stay in the east . What price range are you interested in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Expensive place please ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,pricerange,'expensive');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , there are no expensive hotels . Would you like to try searching for something else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yeah , any hotel in the mid - price range , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Warkworth House');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'two other');(_:result,area,'east');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I recommend Warkworth House , it 's a moderately priced 4 star guesthouse . If you 're not satisfied with this there are two other guesthouses in the east . Would you like a reservation ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Nah just give me the address please"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'warkworth terrace');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "its address is warkworth terrace . anything else i can help ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the nightclub');(_:search,leave_at,'14:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes I need a taxi going from the hotel by 14:45 to the nightclub ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'white Ford');(_:result,leave_at,'14:45');(_:result,phone,'07001612246');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked you a taxi that will arrive by 14:45 . The contact number is 07001612246 and it will be a white Ford . Anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Alright . Glad I could be of help ."
}
] |
PMUL2880.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclubs"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclubs"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"ballare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclubs"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:search",
"name",
"ballare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclubs"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:search",
"name",
"ballare"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclubs"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:search",
"name",
"ballare"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclubs"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:search",
"name",
"ballare"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/41363fe5"
],
[
"_:search/41363fe5",
"pricerange",
"expensive"
],
[
"_:search/41363fe5",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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",
"category",
"nightclubs"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"ballare"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/41363fe5"
],
[
"_:search/41363fe5",
"pricerange",
"expensive"
],
[
"_:search/41363fe5",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"two other"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclubs"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"ballare"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/41363fe5"
],
[
"_:search/41363fe5",
"pricerange",
"expensive"
],
[
"_:search/41363fe5",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"two other"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"address",
"warkworth terrace"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the nightclub"
],
[
"_:search",
"leave_at",
"14: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": [
[
"_:search",
"category",
"nightclubs"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"ballare"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/41363fe5"
],
[
"_:search/41363fe5",
"pricerange",
"expensive"
],
[
"_:search/41363fe5",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"two other"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"address",
"warkworth terrace"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the nightclub"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Ford"
],
[
"_:result",
"leave_at",
"14:45"
],
[
"_:result",
"phone",
"07001612246"
],
[
"_: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,category,'guesthouse');(_:search,stars,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a 5 star hotel to stay in that should be a guesthouse ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , I was n't able to find anything that matches your criteria . Do you have any other preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What about a 4-star place ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several places that meet your criteria . Do you have an area you are interested in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,day,'monday');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter as long as it is a 4 star guesthouse with free wifi . I will want to book it from monday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))",
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would recommend Acorn Guest House . How many people will be in your party and for how many days ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It is just me this trip and I 'll be there for 3 nights ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day will you be arriving ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'll be arriving on Monday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'54KH70IQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your room is booked under ref # 54KH70IQ . Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))",
"thank()",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "As long as I do n't need anything beside the reference number . Thanks"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Alright , enjoy your stay and have a great night !"
}
] |
SNG1169.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/090d8020"
],
[
"_:search/090d8020",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/090d8020"
],
[
"_:search/090d8020",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/090d8020"
],
[
"_:search/090d8020",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/090d8020"
],
[
"_:search/090d8020",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/090d8020"
],
[
"_:search/090d8020",
"type",
"Hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"54KH70IQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'autumn house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a particular hotel . Its name is called autumn house"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'710 Newmarket Road');(_:result,name,'Autumn House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the Autumn House . It is at 710 Newmarket Road . Would you like the phone number ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,name,'Autumn House');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks . Would you book the Autumn House for me starting on Monday , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people would be staying and how many days will you be staying ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That 's for 8 people and it 's for 2 nights ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , your booking was unsuccessful . Would you like to book another day or a shorter stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you try Wednesday , instead ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'3H0WHD4Z');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : 3H0WHD4Z ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thank you for calling and goodbye ."
}
] |
SNG01722.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"710 Newmarket Road"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"Autumn House"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"710 Newmarket Road"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"Autumn House"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"710 Newmarket Road"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Autumn House"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/fb488c2f"
],
[
"_:booking/fb488c2f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"710 Newmarket Road"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Autumn House"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/fb488c2f"
],
[
"_:booking/fb488c2f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"3H0WHD4Z"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a cheap place to stay in the centre of town , please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,\"are n't many\");(_:result,area,'center');(_:result,name,'alexander b&b.');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are n't many cheap places in the center , but I can recommend the Alexander B&B. They have 4 stars , despite being a cheap place ."
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Okay , I would like a booking please ."
},
{
"id": 3,
"rdf-acts": [
"thank()",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to help you with that booking . Just tell me how many are in your party , and what nights you are looking for accommodation ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'four');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I need a hotel for 2 for four nights starting Wednesday . Please send me the reference number once booked ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,people,'2');(_:booking,ref,'11SD75ME');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked for 4 nights starting Wednesday for 2 people . The reference number is 11SD75ME . May I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is everything . Thank you !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you so much for your help"
}
] |
SNG0895.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"are n't many"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"alexander b&b."
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"are n't many"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"alexander b&b."
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"are n't many"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"alexander b&b."
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"11SD75ME"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an expensive restaurant in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have many . Could we narrow it down a bit by the type of cuisine you may be looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'15:45');(_:search,food,'indian');(_:search,people,'three');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to try Indian cuisine . I a table for three at 15:45 on Monday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I ca n't seem to find a table that is available at that time . Would you be interested in trying a different day or a different time slot ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'14:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , let 's try for 14:45 instead ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'3HVUQFTT');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,name,'Curry Garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Booking at Curry Garden was successful . The table will be reserved for 15 minutes . Reference number is : 3HVUQFTT . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that was all I needed right now . Thank you , goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , enjoy your meal ."
}
] |
SNG0654.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/2251c8ae"
],
[
"_:booking/2251c8ae",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"canthelp",
"_:booking/2251c8ae"
],
[
"_:booking/2251c8ae",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"3HVUQFTT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Please ca you tell me how to get to Addenbrookes Hospital"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))",
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "The hospital is located right on Hills Rd , Cambridge , in the postcode CB20QQ . Do you need a specific hospital department ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Wonderful . Glad to help ."
}
] |
SNG01267.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi . Can you help me find a restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Are you interested in a particular type of food or a particular area of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'panasian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , i am looking for a Panasian restaurant in the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I do n't have anything in that area . Can I try another area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about something that serves Modern European food ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,food,'moderan european');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have moderan european restaurants in the centre of town . What price range would you like to stay in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Moderate price range please"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Doubletree by Hilton Cambrdige Granta Place Mill Lane');(_:result,name,'the riverside brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about the riverside brasserie located at Doubletree by Hilton Cambrdige Granta Place Mill Lane ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "I would like it to serve modern Eupoean ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'modern european');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yes , it is a modern european restaurant . do you want a table reserved ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "no just give me the postcode and phone number"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'01223259988');(_:result,postcode,'cb21rt');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223259988 , and the postcode is cb21rt ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I 'm also looking for a train . Needs to leave on Saturday and arrive by 14:45 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I need more information on the destination and the departure , please ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i will be going from cambridge to stevenage ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,duration,'49 minutes');(_:result,leave_at,'05:21');(_:result,leave_at,'13:21');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The earliest train leaves 05:21 and the last one leaves at 13:21 . They all have a travel time of 49 minutes ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Book whatever for 7 people ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR6998');(_:booking,ref,'ZPA4M12D');(_:booking,ticket,'71.68 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked on TR6998 . Your reference number is ZPA4M12D . The total fee is 71.68 GBP payable at the station . Is there something else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No thank you ! That will be all ! Have a great day ! Bye !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "have a nice day , goodbye !"
}
] |
PMUL0653.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"panasian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e4fd66c4"
],
[
"_:search/e4fd66c4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e4fd66c4"
],
[
"_:search/e4fd66c4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"moderan european"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e4fd66c4"
],
[
"_:search/e4fd66c4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"moderan european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Doubletree by Hilton Cambrdige Granta Place Mill Lane"
],
[
"_:result",
"name",
"the riverside brasserie"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e4fd66c4"
],
[
"_:search/e4fd66c4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Doubletree by Hilton Cambrdige Granta Place Mill Lane"
],
[
"_:result",
"name",
"the riverside brasserie"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e4fd66c4"
],
[
"_:search/e4fd66c4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"Doubletree by Hilton Cambrdige Granta Place Mill Lane"
],
[
"_:result",
"name",
"the riverside brasserie"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"phone",
"01223259988"
],
[
"_:result",
"postcode",
"cb21rt"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e4fd66c4"
],
[
"_:search/e4fd66c4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"Doubletree by Hilton Cambrdige Granta Place Mill Lane"
],
[
"_:result",
"name",
"the riverside brasserie"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"phone",
"01223259988"
],
[
"_:result",
"postcode",
"cb21rt"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/e4fd66c4"
],
[
"_:search/e4fd66c4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"Doubletree by Hilton Cambrdige Granta Place Mill Lane"
],
[
"_:result",
"name",
"the riverside brasserie"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"phone",
"01223259988"
],
[
"_:result",
"postcode",
"cb21rt"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"leave_at",
"05:21"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/e4fd66c4"
],
[
"_:search/e4fd66c4",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"Doubletree by Hilton Cambrdige Granta Place Mill Lane"
],
[
"_:result",
"name",
"the riverside brasserie"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"phone",
"01223259988"
],
[
"_:result",
"postcode",
"cb21rt"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"leave_at",
"05:21"
],
[
"_:result",
"leave_at",
"13:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6998"
],
[
"_:booking",
"ref",
"ZPA4M12D"
],
[
"_:booking",
"ticket",
"71.68 GBP"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'soul tree nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i am looking for a particular attraction . Its name is called soul tree nightclub ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,entrance_fee,'4 pounds');(_:result,name,'Soul Tree Nightclub');(_:result,phone,'01223477900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Soul Tree Nightclub is located in the area of centre . It has an entrance fee of 4 pounds . The phone number is 01223477900 . Anything else ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I hear its a pretty cool place . Can I get their postcode please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb23qf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb23qf . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yeah , I need a place to stay on the south side . 4 stars if possible ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'guesthouses');(_:result,count,'2');(_:result,name,'Aylesbray Lodge Guest House');(_:result,name,\"Rosa 's Bed and Breakfast\");(_:result,pricerange,'cheap');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have two guesthouses that are 4 stars in the south end , The Aylesbray Lodge Guest House is moderately priced , and Rosa 's Bed and Breakfast is in the cheap range ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Can you book me a stay at The Aylesbray Lodge ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! How many are staying , how many days , and what day do you want the stay to start ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No I just need the postcode , phone # and if they have internet"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,phone,'01223240089');(_:result,postcode,'cb17sr');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Postal is cb17sr , they do include internet and they can be reached at 01223240089 , can I help with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was everything , thanks a lot !"
},
{
"id": 11,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "You have a great day as well !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our services ."
}
] |
PMUL3675.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"soul tree nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"soul tree nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"Soul Tree Nightclub"
],
[
"_:result",
"phone",
"01223477900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"soul tree nightclub"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"Soul Tree Nightclub"
],
[
"_:result",
"phone",
"01223477900"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"soul tree nightclub"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"phone",
"01223477900"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"soul tree nightclub"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"phone",
"01223477900"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"soul tree nightclub"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"phone",
"01223240089"
],
[
"_:result",
"postcode",
"cb17sr"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"soul tree nightclub"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Aylesbray Lodge Guest House"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"phone",
"01223240089"
],
[
"_:result",
"postcode",
"cb17sr"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'bridge guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi there . I was wondering if you could provide some information on the Bridge Guest House hotel ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,pricerange,'moderate');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is a guesthouse located in the south part of town in the moderate price range and has a 3 star rating ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'six');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds good . Could you book me a room for 5 nights , starting Sunday ? There will be six of us ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm afraid it 's not available for that period . You would like to try a different day ? Or a shorter time period ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is it available on Monday ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,day,'Monday');(_:booking,type,'Booking'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , Monday is not available either . Would you like to try a shorter stay , perhaps ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Would 3 nights starting Sunday work ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'34Z6Y56Y');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , that stay is available . I have successfully reserved it for you with a reference number of 34Z6Y56Y ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank You . I also need a train from Cambridge on Wednesday ."
},
{
"id": 9,
"rdf-acts": [],
"speaker": "system",
"text": "Sure , I need further information to narrow the results though ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'09:45');(_:search,day,'wednesday');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive in Stevenage by 09:45 on wednesday"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'other choice');(_:result,arrive_by,'08:10');(_:result,arrive_by,'2 hours earlier');(_:result,id,'TR8974');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The TR8974 arrives closest to that time , at 08:10 . Your other choice arrives 2 hours earlier ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,leave_at,'8:10');(_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like the one that arrives at 8:10 . Could you book it for 6 people ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'BGNTQZRJ');(_:booking,ticket,'76.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set ! The reference number is BGNTQZRJ , and you can pay the total fee of 76.8 GBP at the station . Is there anything else I can assist you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nothing else . Thank you for your help"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are very much welcome . Thank you for using our service and have a good day !"
}
] |
MUL0790.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"six"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"six"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/ca37202b"
],
[
"_:booking/ca37202b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"six"
],
[
"_:system",
"canthelp",
"_:booking/ca37202b"
],
[
"_:booking/ca37202b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:system",
"canthelp",
"_:booking/5cf7c49b"
],
[
"_:booking/5cf7c49b",
"day",
"Monday"
],
[
"_:booking/5cf7c49b",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"six"
],
[
"_:system",
"canthelp",
"_:booking/ca37202b"
],
[
"_:booking/ca37202b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:system",
"canthelp",
"_:booking/5cf7c49b"
],
[
"_:booking/5cf7c49b",
"day",
"Monday"
],
[
"_:booking/5cf7c49b",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"34Z6Y56Y"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_: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",
"bridge guest house"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"six"
],
[
"_:system",
"canthelp",
"_:booking/ca37202b"
],
[
"_:booking/ca37202b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:system",
"canthelp",
"_:booking/5cf7c49b"
],
[
"_:booking/5cf7c49b",
"day",
"Monday"
],
[
"_:booking/5cf7c49b",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"34Z6Y56Y"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bridge guest house"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:booking/ca37202b"
],
[
"_:booking/ca37202b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:system",
"canthelp",
"_:booking/5cf7c49b"
],
[
"_:booking/5cf7c49b",
"day",
"Monday"
],
[
"_:booking/5cf7c49b",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"34Z6Y56Y"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"other choice"
],
[
"_:result",
"arrive_by",
"08:10"
],
[
"_:result",
"arrive_by",
"2 hours earlier"
],
[
"_:result",
"id",
"TR8974"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"8:10"
],
[
"_:search",
"people",
"6"
],
[
"_: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",
"bridge guest house"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"canthelp",
"_:booking/ca37202b"
],
[
"_:booking/ca37202b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:system",
"canthelp",
"_:booking/5cf7c49b"
],
[
"_:booking/5cf7c49b",
"day",
"Monday"
],
[
"_:booking/5cf7c49b",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"other choice"
],
[
"_:result",
"arrive_by",
"08:10"
],
[
"_:result",
"arrive_by",
"2 hours earlier"
],
[
"_:result",
"id",
"TR8974"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"8:10"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"BGNTQZRJ"
],
[
"_:booking",
"ticket",
"76.8 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,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Am looking for a train , it should depart from cambridge and should go to ely"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,day,'friday');(_:result,id,'TR1709');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "the train i d is TR1709 and it leaves on friday"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to travel on wednesday and get there by 17:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:07');(_:result,day,'Wednesday');(_:result,departure,'Cambridge');(_:result,destination,'Ely');(_:result,id,'TR6745');(_:result,leave_at,'15:50');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TrainID TR6745 leaves Cambridge at 15:50 and arrives at Ely at 16:07 . It 's the last Wednesday train ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you give me the price ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'4.40 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "That train costs 4.40 pounds ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Alright . I 'll take it ! That train will be perfect ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok , how many seats would you like to book ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Oh , I do n't need to book now . I just need the information for reference . Thank you . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Thanks for using Cambridge TownInfo centre . Goodbye ."
}
] |
SNG01717.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"id",
"TR1709"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR6745"
],
[
"_:result",
"leave_at",
"15:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR6745"
],
[
"_:result",
"leave_at",
"15:50"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR6745"
],
[
"_:result",
"leave_at",
"15:50"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train to Stansted Airport from Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,departure,'Stansted Airport');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time would you like to head to Stansted Airport ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Saturday and be there by 13:45"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Any specifics on departure time ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))",
"inform((_:search,arrive_by,'1:45');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 1:45 on saturday and I need a reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'13:08');(_:result,day,'saturday');(_:result,id,'TR8476');(_:result,leave_at,'12:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR8476 leaves saturday at 12:40 and will arrive by 13:08 shall I book this for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . Book it for 6 people ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'VZ6L0U8D');(_:booking,ticket,'48.48');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , you 're booked with reference number VZ6L0U8D . The fee will be 48.48 , payable at the station . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you ! I will also need a place to stay . Can you recommend a guesthouse with 4 stars and free parking ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'16');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 16 options here . Do you have a preference for area or pricerange ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'same group of people');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "not really , once you find the hotel you want to book it for the same group of people and 5 nights starting from monday . send the reference number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,name,'Allenbell hotel');(_:booking,ref,'1IYPILK0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked you into Allenbell hotel . You reference number is 1IYPILK0 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need today !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for contacting Cambridge TownInfo centre , have a great day !"
}
] |
MUL2152.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"arrive_by",
"1:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"arrive_by",
"1:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"id",
"TR8476"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"arrive_by",
"1:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"id",
"TR8476"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"VZ6L0U8D"
],
[
"_:booking",
"ticket",
"48.48"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"arrive_by",
"1:45"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"id",
"TR8476"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"VZ6L0U8D"
],
[
"_:booking",
"ticket",
"48.48"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"arrive_by",
"1:45"
],
[
"_:result",
"arrive_by",
"13:08"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"id",
"TR8476"
],
[
"_:result",
"leave_at",
"12:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"48.48"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"16"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Allenbell hotel"
],
[
"_:booking",
"ref",
"1IYPILK0"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for some place to go in the centre where I can enjoy multiple sports . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'the cherry hinton village centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is the cherry hinton village centre ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great . Can you also check for colleges ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'over 10');(_:result,area,'centre');(_:result,category,'colleges');(_:result,type,'Attraction'))",
"request((_:search,name,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There 's over 10 colleges in the centre , anything in mind ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Just one you think is nice . Please give me address , entrance fee and number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,entrance_fee,'free');(_:result,name,\"Christ 's College 's\");(_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay Christ 's College 's address is saint andrew 's street and it is free to explore and their phone number is 01223334900 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . Can you also help me find a train from London Kings Cross leaving sometime after 13:15 ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , I can help you with that . What day will you be leaving on ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving on thursday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'14:08');(_:result,departure,'Kings Cross');(_:result,destination,'Cambridge');(_:result,id,'TR2512');(_:result,leave_at,'13:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2512 will leave Kings Cross at 13:17 and arrive in Cambridge at 14:08 . Would you like tickets ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm sorry , I know I said Thursday , but I will actually be leaving on Wednesday . Can you check for that day instead ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'6');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are six trains that fulfill your needs . Would you like to book one ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No thank you . I 'll just need the arrival time , travel time , and train ID for one of the available trains , please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'14:08');(_:result,duration,'51 minutes');(_:result,id,'TR0922');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "trin ID TR0922 arrives 14:08 and will take 51 minutes . do you like that ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "yes but you do n't have to be rude ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . I appreciate your help today . I have all that I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful trip ."
}
] |
PMUL1163.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"the cherry hinton village centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"the cherry hinton village centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"amount",
"over 10"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"amount",
"over 10"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College 's"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"amount",
"over 10"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College 's"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"amount",
"over 10"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College 's"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"departure",
"Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2512"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_: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",
"colleges"
],
[
"_:result",
"amount",
"over 10"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College 's"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"departure",
"Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2512"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"amount",
"over 10"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College 's"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"departure",
"Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR0922"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"amount",
"over 10"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College 's"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"departure",
"Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR0922"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a expensive restaurant in the west ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , what type of food are you hoping for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It 's our anniversary and my wife loves british food . I want it to be special , so maybe something expensive ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,name,'Graffiti');(_:result,name,'Travellers Rest');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You have two choices : the Graffiti or the Travellers Rest . Shall I book a table at one of them for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'13:30');(_:search,name,'travellers rest');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yeah , could you get me a table for 4 on Friday at 13:30 at the Travellers Rest ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'183ED5P0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : 183ED5P0 . Is there anything else I can do for you today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for a museum near the restaurant ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Do you have a preference ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No . Can you recommend one and give me their address ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'49 Newnham Road');(_:result,area,'west');(_:result,entrance_fee,'no entrance fee');(_:result,name,'Cambridge Book and Print Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend going to the Cambridge Book and Print Gallery , in the west . The address is 49 Newnham Road , and there is no entrance fee ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great ! What is the postcode ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb39ey');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb39ey . Will there be anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I also have the phone number to the museum ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223694264');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Certainly , the phone number is 01223694264 . Is there something else I can assist with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not at this time . I think I have everything I need . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Alright great have a nice day !"
}
] |
PMUL4894.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Travellers Rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Travellers Rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"183ED5P0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Travellers Rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"183ED5P0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"183ED5P0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"49 Newnham Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Cambridge Book and Print Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"183ED5P0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"49 Newnham Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Cambridge Book and Print Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"183ED5P0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"49 Newnham Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Cambridge Book and Print Gallery"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223694264"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like something moderately priced please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you care what type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , the type of food does n't matter ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'Yippee noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yippee noodle bar serves asian oriental food in the moderate price range ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Yippee Noodle Bar');(_:result,phone,'01223 518111');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for Yippee Noodle Bar is 01223 518111 ."
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you for giving me the information . Good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
WOZ20306.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"Yippee noodle bar"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"phone",
"01223 518111"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,destination,'club salsa');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Hi , I 'd like to book a taxi from London Liverpool Street to Club Salsa ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Before I can complete your request please let me know a departure and or arrival time . Thank you ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'01:30');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I can leave any time after 01:30 . Can you send me the car type I can expect and the contact number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'Blue Volvo');(_:result,leave_at,'1:45');(_:result,phone,'07144891471');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "You are all set . You will be picked up in a Blue Volvo at 1:45 . The contact number is 07144891471 . Do you need help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all for now . Thank you for your time !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome . Goodbye !"
}
] |
SNG0022.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"club salsa"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"club salsa"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"01:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"club salsa"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"01:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Blue Volvo"
],
[
"_:result",
"leave_at",
"1:45"
],
[
"_:result",
"phone",
"07144891471"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you find me a place in the centre of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'lots');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "We have lots of attractions ! Something more specific you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What do you recommend ? I will need the address ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'jesus lane');(_:result,name,'all saints church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about all saints church ? The address is jesus lane ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'17:30');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Perfect . I also need a train departing from cambridge and arriving by 17:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains that meet your criteria . Would you like to narrow it down by day , destination , or departure time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , Tuesday going to London Liverpool Street ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'17:27');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that arrives at 17:27 . Could I book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I need a booking for 2 people . Will you send me the reference number ?"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "I successful booked your train the total fee is 33.2 GBP payable at the station and the \n reference number is : VJVYH5LC . May I further assist you ."
}
] |
PMUL4434.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",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"17:27"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "Please help me ! I 've just been robbed !"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The telephone number for the Parkside Police Station is 01223358966 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Thank you , could you also provide me the postcode and address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "They are in Parkside , Cambridge CB11JG ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much , I appreciate your help !"
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that is it . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye . I hope the police are able to help you , I 'm sorry this happened to you ."
}
] |
SNG01372.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indonesian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for an Indonesian restaurant . Can you help me with that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Indonesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm so sorry , but I do n't see any Indonesian restaurants . Will another cuisine do ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Oh really ? Indonesian is the only cuisine I will consider ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,food,'indian');(_:result,food,'oriental');(_:result,type,'Restaurant'))",
"canthelp((_:search,area,'all of Cambridge');(_:search,food,'indonesian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "My apologies , but there truly are n't any indonesian restaurants listed in all of Cambridge . Would you consider one that serves oriental or indian food ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about one that serves italian food ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'22');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "there are 22 of them . what is your price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It should be in the cheap price range and in the centre of town ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have three to choose from . Would you like me to suggest something ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please . Which would you consider to be the most authentic ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'pizza hut city centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "pizza hut city centre is nice"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "I will try that ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you get me a table for 3 at the pizza hut ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure ! For what day , time and how many do you need it for ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I will be there on thursday at 5 pm . 6 people please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,duration,'17:00');(_:booking,ref,'N5G8UXRG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok . I was able to get you a table for 17:00 . Your reference number is N5G8UXRG ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'08:00');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train . The train should depart from cambridge and should arrive by 08:00 ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "what is your destination and which day could you like to travel ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'Stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to go to Stevenage , on Sunday ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,leave_at,'5:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train leaves at 5:00 ."
},
{
"id": 20,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you make a booking and give me its reference number ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,leave_at,'5:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Actually , it 's at 5:21 . If you still want to take that train , how many tickets would you like for me to book for you ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , 3 tickets please ."
},
{
"id": 23,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,day,'Sunday');(_:booking,destination,'stevenage');(_:booking,id,'TR5390');(_:booking,people,'3');(_:booking,ref,'QKQURGH5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Wonderful ! I have booked 3 tickets for train TR5390 to stevenage on Sunday and your reference number is QKQURGH5 . Is there anything else I can help you with ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that will be all I need today ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , great ! Have a lovely visit !"
}
] |
PMUL3197.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indonesian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ec99a60e"
],
[
"_:search/ec99a60e",
"food",
"Indonesian"
],
[
"_:search/ec99a60e",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ec99a60e"
],
[
"_:search/ec99a60e",
"food",
"Indonesian"
],
[
"_:search/ec99a60e",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"oriental"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/1c4ec33a"
],
[
"_:search/1c4ec33a",
"area",
"all of Cambridge"
],
[
"_:search/1c4ec33a",
"food",
"indonesian"
],
[
"_:search/1c4ec33a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ec99a60e"
],
[
"_:search/ec99a60e",
"food",
"Indonesian"
],
[
"_:search/ec99a60e",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"oriental"
],
[
"_:system",
"canthelp",
"_:search/1c4ec33a"
],
[
"_:search/1c4ec33a",
"area",
"all of Cambridge"
],
[
"_:search/1c4ec33a",
"food",
"indonesian"
],
[
"_:search/1c4ec33a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ec99a60e"
],
[
"_:search/ec99a60e",
"food",
"Indonesian"
],
[
"_:search/ec99a60e",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"oriental"
],
[
"_:system",
"canthelp",
"_:search/1c4ec33a"
],
[
"_:search/1c4ec33a",
"area",
"all of Cambridge"
],
[
"_:search/1c4ec33a",
"food",
"indonesian"
],
[
"_:search/1c4ec33a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ec99a60e"
],
[
"_:search/ec99a60e",
"food",
"Indonesian"
],
[
"_:search/ec99a60e",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"oriental"
],
[
"_:system",
"canthelp",
"_:search/1c4ec33a"
],
[
"_:search/1c4ec33a",
"area",
"all of Cambridge"
],
[
"_:search/1c4ec33a",
"food",
"indonesian"
],
[
"_:search/1c4ec33a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ec99a60e"
],
[
"_:search/ec99a60e",
"food",
"Indonesian"
],
[
"_:search/ec99a60e",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"oriental"
],
[
"_:system",
"canthelp",
"_:search/1c4ec33a"
],
[
"_:search/1c4ec33a",
"area",
"all of Cambridge"
],
[
"_:search/1c4ec33a",
"food",
"indonesian"
],
[
"_:search/1c4ec33a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/ec99a60e"
],
[
"_:search/ec99a60e",
"food",
"Indonesian"
],
[
"_:search/ec99a60e",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"oriental"
],
[
"_:system",
"canthelp",
"_:search/1c4ec33a"
],
[
"_:search/1c4ec33a",
"area",
"all of Cambridge"
],
[
"_:search/1c4ec33a",
"food",
"indonesian"
],
[
"_:search/1c4ec33a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/ec99a60e"
],
[
"_:search/ec99a60e",
"food",
"Indonesian"
],
[
"_:search/ec99a60e",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"oriental"
],
[
"_:system",
"canthelp",
"_:search/1c4ec33a"
],
[
"_:search/1c4ec33a",
"area",
"all of Cambridge"
],
[
"_:search/1c4ec33a",
"food",
"indonesian"
],
[
"_:search/1c4ec33a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"ref",
"N5G8UXRG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ec99a60e"
],
[
"_:search/ec99a60e",
"food",
"Indonesian"
],
[
"_:search/ec99a60e",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"oriental"
],
[
"_:system",
"canthelp",
"_:search/1c4ec33a"
],
[
"_:search/1c4ec33a",
"area",
"all of Cambridge"
],
[
"_:search/1c4ec33a",
"food",
"indonesian"
],
[
"_:search/1c4ec33a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"ref",
"N5G8UXRG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"Stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ec99a60e"
],
[
"_:search/ec99a60e",
"food",
"Indonesian"
],
[
"_:search/ec99a60e",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"oriental"
],
[
"_:system",
"canthelp",
"_:search/1c4ec33a"
],
[
"_:search/1c4ec33a",
"area",
"all of Cambridge"
],
[
"_:search/1c4ec33a",
"food",
"indonesian"
],
[
"_:search/1c4ec33a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"ref",
"N5G8UXRG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"Stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"5:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ec99a60e"
],
[
"_:search/ec99a60e",
"food",
"Indonesian"
],
[
"_:search/ec99a60e",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"oriental"
],
[
"_:system",
"canthelp",
"_:search/1c4ec33a"
],
[
"_:search/1c4ec33a",
"area",
"all of Cambridge"
],
[
"_:search/1c4ec33a",
"food",
"indonesian"
],
[
"_:search/1c4ec33a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"ref",
"N5G8UXRG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"Stevenage"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"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,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ec99a60e"
],
[
"_:search/ec99a60e",
"food",
"Indonesian"
],
[
"_:search/ec99a60e",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"oriental"
],
[
"_:system",
"canthelp",
"_:search/1c4ec33a"
],
[
"_:search/1c4ec33a",
"area",
"all of Cambridge"
],
[
"_:search/1c4ec33a",
"food",
"indonesian"
],
[
"_:search/1c4ec33a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"pizza hut city centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:search",
"arrive_by",
"08:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"Stevenage"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"destination",
"stevenage"
],
[
"_:booking",
"id",
"TR5390"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"QKQURGH5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a guesthouse in the center of the town please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'alexander bed and breakfast');(_:result,name,'el shaddai');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 . The alexander bed and breakfast and the el shaddai . Both are in the cheap price range ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it to b moderately priced and include free wifi ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,pricerange,'moderately priced');(_:search,type,'Hotel'))",
"select((_:result,area,'different part of town');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , but there are no moderately priced hotels that fit your criteria . Would you like me to look for something moderately priced in a different part of town ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can we try in the north instead ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'8');(_:result,name,'arbury lodge guesthouse');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 8 moderately priced guesthouses in the north . Might I suggest the arbury lodge guesthouse ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Alright , can you book me a room please . I want to stay on Sunday for 2 nights ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , great ! How many people will be staying ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It looks like we 'll have a total of 5 people in our party ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,people,'5');(_:booking,ref,'2KMVO8NF');(_:booking,stay,'two');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have book a room for 5 people beginning on Sunday and continuing for two nights . Your reference number is 2KMVO8NF . Can I help you find anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place to dine ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food are you interested in ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find Asian Oriental ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What is your price range ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'near the hotel');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does n't matter as long as it is near the hotel ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,name,'Saigon City');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Saigon City is located in the north . Would you like me to book you a table ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'15:30');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , Sunday , 5 people for 15:30 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'1H1XOCSA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 1H1XOCSA ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'the guesthouse');(_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you ! I would also like a taxi to get from the guesthouse to the restaurant ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'grey Ford');(_:result,departure,'in front of the guesthouse');(_:result,leave_at,'15:15');(_:result,phone,'07097490762');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was completed ! A grey Ford will pick you up at 15:15 in front of the guesthouse , contact number 07097490762 . Can I assist with anything else ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i also want to book a taxi to commute between the two places ."
},
{
"id": 21,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like the 2nd taxi to take you ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Actually just one taxi was enough , thank you . That 's all I need ."
},
{
"id": 23,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "you are welcome and thank you too"
},
{
"id": 24,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "have a lovely day ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "And you have a lovely day as well !"
}
] |
PMUL4510.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/4ee6846e"
],
[
"_:search/4ee6846e",
"category",
"hotels"
],
[
"_:search/4ee6846e",
"pricerange",
"moderately priced"
],
[
"_:search/4ee6846e",
"type",
"Hotel"
],
[
"_:result",
"area",
"different part of town"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/4ee6846e"
],
[
"_:search/4ee6846e",
"category",
"hotels"
],
[
"_:search/4ee6846e",
"pricerange",
"moderately priced"
],
[
"_:search/4ee6846e",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/4ee6846e"
],
[
"_:search/4ee6846e",
"category",
"hotels"
],
[
"_:search/4ee6846e",
"pricerange",
"moderately priced"
],
[
"_:search/4ee6846e",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/4ee6846e"
],
[
"_:search/4ee6846e",
"category",
"hotels"
],
[
"_:search/4ee6846e",
"pricerange",
"moderately priced"
],
[
"_:search/4ee6846e",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"2KMVO8NF"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/4ee6846e"
],
[
"_:search/4ee6846e",
"category",
"hotels"
],
[
"_:search/4ee6846e",
"pricerange",
"moderately priced"
],
[
"_:search/4ee6846e",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"2KMVO8NF"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/4ee6846e"
],
[
"_:search/4ee6846e",
"category",
"hotels"
],
[
"_:search/4ee6846e",
"pricerange",
"moderately priced"
],
[
"_:search/4ee6846e",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"2KMVO8NF"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/4ee6846e"
],
[
"_:search/4ee6846e",
"category",
"hotels"
],
[
"_:search/4ee6846e",
"pricerange",
"moderately priced"
],
[
"_:search/4ee6846e",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"2KMVO8NF"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/4ee6846e"
],
[
"_:search/4ee6846e",
"category",
"hotels"
],
[
"_:search/4ee6846e",
"pricerange",
"moderately priced"
],
[
"_:search/4ee6846e",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"stay",
"two"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"1H1XOCSA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the guesthouse"
],
[
"_: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,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/4ee6846e"
],
[
"_:search/4ee6846e",
"category",
"hotels"
],
[
"_:search/4ee6846e",
"pricerange",
"moderately priced"
],
[
"_:search/4ee6846e",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"stay",
"two"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"1H1XOCSA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the guesthouse"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:result",
"car",
"grey Ford"
],
[
"_:result",
"departure",
"in front of the guesthouse"
],
[
"_:result",
"leave_at",
"15:15"
],
[
"_:result",
"phone",
"07097490762"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/4ee6846e"
],
[
"_:search/4ee6846e",
"category",
"hotels"
],
[
"_:search/4ee6846e",
"pricerange",
"moderately priced"
],
[
"_:search/4ee6846e",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"stay",
"two"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"1H1XOCSA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"grey Ford"
],
[
"_:result",
"departure",
"in front of the guesthouse"
],
[
"_:result",
"leave_at",
"15:15"
],
[
"_:result",
"phone",
"07097490762"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/4ee6846e"
],
[
"_:search/4ee6846e",
"category",
"hotels"
],
[
"_:search/4ee6846e",
"pricerange",
"moderately priced"
],
[
"_:search/4ee6846e",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"stay",
"two"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"1H1XOCSA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"grey Ford"
],
[
"_:result",
"departure",
"in front of the guesthouse"
],
[
"_:result",
"leave_at",
"15:15"
],
[
"_:result",
"phone",
"07097490762"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a guesthouse that includes free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'21');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 21 results . Is there a certain area you 'd like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to stay in the centre please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Alexander Bed and Breakfast');(_:result,pricerange,'cheap');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "May I recommend Alexander Bed and Breakfast . They are a four star guesthouse in the cheap price range with free wifi and parking ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds like exactly what I need ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'56 Saint Barnabas Road');(_:result,phone,'01223525725');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They are located at 56 Saint Barnabas Road and their phone number is 01223525725 . Can I make a booking for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I would like to book for Tuesday for 3 nights for 2 people ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,name,'alexander bed and breakfast');(_:booking,people,'2');(_:booking,ref,'H3PIALJO');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You have a reservation for 2 people for 3 nights , starting Tuesday at the alexander bed and breakfast . Your reference number is : H3PIALJO . Can I assist with something else ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'Good Luck Chinese Food Takeaway');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for the Restaurant \" The Good Luck Chinese Food Takeaway \" . Do you know it ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,name,'Chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found the good luck Chinese food takeaway is in south side of the town and price range is expensive . Do you want me to book a table ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'14:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes for Tuesday at 14:00 on Tuesday please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will join you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It will be for two people . I will also need a taxi and to make sure it arrives at the restaurant on time . I need the contact number and car ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Is there a certain time you want to leave ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sorry , did you get a reservation made for the restaurant ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'STX7467S');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry , yes , the reference number for the restaurant is STX7467S ."
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "That is everything that I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "We thank you for using our services . Goodbye ."
}
] |
PMUL4185.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"H3PIALJO"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Good Luck Chinese Food Takeaway"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"H3PIALJO"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Good Luck Chinese Food Takeaway"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Chinese food takeaway"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"ref",
"H3PIALJO"
],
[
"_:booking",
"stay",
"3"
],
[
"_:search",
"name",
"Good Luck Chinese Food Takeaway"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Chinese food takeaway"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"ref",
"H3PIALJO"
],
[
"_:booking",
"stay",
"3"
],
[
"_:search",
"name",
"Good Luck Chinese Food Takeaway"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Chinese food takeaway"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"stay",
"3"
],
[
"_:search",
"name",
"Good Luck Chinese Food Takeaway"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Chinese food takeaway"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"STX7467S"
],
[
"_: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,food,'spanish');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can you tell me if there is a moderately priced restaurant serving spanish food anywhere in town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Spanish');(_:result,name,'La Tasca');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Tasca serves Spanish food and is located in the town centre and is in the moderate price range ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address , phone number , and area ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'14 -16 Bridge Street');(_:result,area,'Centre');(_:result,phone,'01223 464630');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their address is 14 -16 Bridge Street in the Centre area . Their phone number is 01223 464630 . Can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it , Thank you"
},
{
"id": 5,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you for choosing our system . Goodbye"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks again !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "good bye"
}
] |
WOZ20618.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"14 -16 Bridge Street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"phone",
"01223 464630"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"14 -16 Bridge Street"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"phone",
"01223 464630"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'allenbell');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am trying to find a hotel by the name of allenbell . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'517a coldham lane');(_:result,area,'east');(_:result,name,'Allenbell Guesthouse');(_:result,phone,'01223210353');(_:result,postcode,'cb13js');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 've located Allenbell Guesthouse . It 's in the east at address 517a coldham lane postcode cb13js . The contact number is 01223210353 . Would you like to book a room ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I would like to book it for 8 people and 5 nights starting from tuesday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,name,'Allenbell');(_:booking,people,'8');(_:booking,ref,'YLPAOS85');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking is confirmed , 8 people for 5 nights starting Tuesday at the Allenbell . Booking reference is YLPAOS85 . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . Thanks for your help ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for choosing the Cambridge TownInfo centre . Have a great day !"
}
] |
SNG0971.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Allenbell Guesthouse"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Allenbell Guesthouse"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"YLPAOS85"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm just looking for a hotel to stay at tonight please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many options . Do you have a price range or area you would like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,stars,'2-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to stay in the north . Are there any 2-star hotels with free wifi ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'lovell lodge');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes I would suggest lovell lodge would you like me to book it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Is that a hotel or a guesthouse , please ? And what is their postcode ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,postcode,'cb41sr');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is a hotel and the postcode is cb41sr . Would you like me to book this for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'lynne strover gallery');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Not at the moment , but you can help me with one more thing ? I 'd like info on a particular attraction called Lynne Strover Gallery ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "i have their info , what would you like to know ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need their phone number and address ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "adress is 365 milton road and phone is 0122345425478"
}
] |
PMUL2806.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",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2-star"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2-star"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"postcode",
"cb41sr"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"lynne strover gallery"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2-star"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"postcode",
"cb41sr"
],
[
"_:search",
"name",
"lynne strover gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'alpha - milton guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel called the alpha - milton guest house ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure ! I 've located the guesthouse , it is located in the north area . Would you like me to book you a room ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No thank you but I do need the address please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'63 milton road');(_:result,postcode,'cb41xa');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , the address is : 63 milton road , postcode cb41xa . Anything else I can get you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'cambridge contemporary art');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for a attraction called cambridge contemporary art ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'6 trinity street');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , it is located at 6 trinity street , is there other information you need on it ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I get the phone number and entrance fee ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free to get in');(_:result,phone,'01223324222');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's free to get in , and their phone number is 01223324222 . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I needed . Thank you so much and have a wonderful day !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! You , too , and I hope you will enjoy your stay !"
}
] |
MUL2689.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"postcode",
"cb41xa"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"postcode",
"cb41xa"
],
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 trinity street"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"postcode",
"cb41xa"
],
[
"_:search",
"name",
"cambridge contemporary art"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"6 trinity street"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free to get in"
],
[
"_:result",
"phone",
"01223324222"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'cambridge');(_:search,leave_at,'09:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that leaves cambridge on monday after 09:15"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be going ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be going to ely ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:07');(_:result,departure,'Cambridge');(_:result,id,'TR8399');(_:result,leave_at,'09:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8399 leaves Cambridge at 09:50 and arrives by 10:07 , does this suit your needs ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , that will be sufficient ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book this for you ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please book it for me ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will work on that now and be back with you in a moment ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "On second thought , a booking will not be necessary now . The train ID you supplied is sufficient . I am looking for places to go while I 'm in town ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"thank()",
"inform((_:result,amount,'lots');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "No problem . What type of attraction are you interested in ? There is lots to do here ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "It does n't matter what type , you pick !"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'all saints church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "all saints church is located in the town centre . its very popular this time of year . wou.d this work for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes that sounds like a great place to visit ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Anything else you need ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,name,'all saints church');(_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need the post code and attraction type of all saints church please ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'architecture');(_:result,name,\"All Saint 's\");(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The attraction type for All Saint 's is architecture and the postcode is cb58bs . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need today . Thanks !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
PMUL1094.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR8399"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR8399"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR8399"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR8399"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR8399"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR8399"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR8399"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"All Saint 's"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I want to find a hospital in town"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "The Addenbrookes Hospital is here in town . Is there particular department you need help contacting ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "No , I just need the postcode ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Okay . The postcode is CB20QQ"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us . Do n't hesitate to contact us in the future if you need any more help ."
}
] |
SNG01433.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"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I 've just been robbed . I need to report it ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "So sorry to hear that . You can get assistance by contacting Parkside Police Station at Telephone 01223358966 , Address Parkside , Cambridge , Postcode CB11JG ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all , thank you ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , and good luck ."
}
] |
SNG0121.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , can you help me find a guesthouse ? I need free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'21');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 21 results . What side of town would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer the north side of town please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'quite a lot');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are quite a lot of them in that area . Do you have a price range in mind , or a particular star rating you 'd like me to look for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Not really . I just need a hotel that can accommodate 6 people for 5 nights , starting Sunday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately , booking within your criteria was unsuccessful at all hotels . Could you change your number of days ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Would you try 1 night for 6 people on Sunday , please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'acorn guest house');(_:booking,ref,'IDAIIS1T');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked at acorn guest house . Reference number is : IDAIIS1T ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Brilliant ! Thank you ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you have been most helpful . Thanks , again ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome , thank you and have a nice stay ."
}
] |
SNG0812.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"quite a lot"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"quite a lot"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/92a155c3"
],
[
"_:booking/92a155c3",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"quite a lot"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/92a155c3"
],
[
"_:booking/92a155c3",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"acorn guest house"
],
[
"_:booking",
"ref",
"IDAIIS1T"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"amount",
"quite a lot"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/92a155c3"
],
[
"_:booking/92a155c3",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"acorn guest house"
],
[
"_:booking",
"ref",
"IDAIIS1T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'city stop restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a particular restaurant . Its name is called city stop restaurant ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'north');(_:result,food,'European');(_:result,name,'City Stop');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "City Stop is located in the north of the city , and serves European food . May I help with anything else ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the postcode and their phone number ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'City stop');(_:result,phone,'01223363270');(_:result,postcode,'cb41uy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "City stop 's post code is cb41uy and they can be reached at 01223363270 . Would you like a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's all I needed today . Thanks for you help !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome and enjoy your Stay"
}
] |
SNG1206.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city stop restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city stop restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"City Stop"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city stop restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"European"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"City stop"
],
[
"_:result",
"phone",
"01223363270"
],
[
"_:result",
"postcode",
"cb41uy"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'magdalene college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for information on Magdalene College ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"inform((_:result,area,'west');(_:result,entrance_fee,'free');(_:result,name,'Magdalene College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "No problem ! Magdalene College is in the west side of town and has free admission ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you give me the address please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Magdalene Street');(_:result,name,'Magdalene College');(_:result,phone,'01223332138');(_:result,postcode,'cb30ag');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Magdalene College is located at cb30ag Magdalene Street . There phone number is 01223332138 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'chiquito restaurant bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you ! Could you help me find information on the chiquito restaurant bar as well ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'mexican');(_:result,name,'Chiquito restaurant bar');(_:result,phone,'01223400170');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure . The Chiquito restaurant bar is located in the south part of town , and serves mexican food . Phone number is 01223400170 ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the price range and address for this restaurant ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is in the expensive price range . The address is 2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that 's all the information I needed today ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to have been of service . Please enjoy your stay in Cambridge !"
}
] |
MUL0985.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"magdalene college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"magdalene college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Magdalene College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"Magdalene Street"
],
[
"_:result",
"name",
"Magdalene College"
],
[
"_:result",
"phone",
"01223332138"
],
[
"_:result",
"postcode",
"cb30ag"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"chiquito restaurant bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"Magdalene Street"
],
[
"_:result",
"postcode",
"cb30ag"
],
[
"_:search",
"name",
"chiquito restaurant bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"Chiquito restaurant bar"
],
[
"_:result",
"phone",
"01223400170"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"postcode",
"cb30ag"
],
[
"_:search",
"name",
"chiquito restaurant bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"Chiquito restaurant bar"
],
[
"_:result",
"phone",
"01223400170"
],
[
"_:result",
"address",
"2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,departure,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I need a train from stansted airport that arrives by 14:30 . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I sure can help with that ! Can you please tell me where you will be traveling to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I will traveling to Cambridge and want to arrive by 14:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'05:52');(_:result,id,'TR3659');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR3659 arrives at 05:52"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you please tell me the price and travel time of that train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'28 minutes');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , price is 10.10 pounds and the travel time is 28 minutes . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I also need a place to stay . I need a hotel that is 4 star and of moderate price ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'11');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have about 11 different options . All are guesthouses . Do you have a preference on area so that we can narrow it down ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a hotel to the north that is a guesthouse , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'acorn guesthouse');(_:result,phone,'0122353888');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I show 7 guesthouses that match your criteria . Might I suggest acorn guesthouse . They have free parking and internet . Phone number is 0122353888 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you reserve us some rooms ? We 're a party of 8 and we 'd like to stay 3 nights , starting Sunday . Can you check that the train is also on Sunday ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'D4TV4G4T');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've successfully booked your rooms , and your reference number is D4TV4G4T ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , That was all I needed"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice stay in Cambridge !"
}
] |
MUL2021.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"05:52"
],
[
"_:result",
"id",
"TR3659"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"05:52"
],
[
"_:result",
"id",
"TR3659"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"05:52"
],
[
"_:result",
"id",
"TR3659"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"05:52"
],
[
"_:result",
"id",
"TR3659"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"acorn guesthouse"
],
[
"_:result",
"phone",
"0122353888"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"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",
"departure",
"stansted airport"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"05:52"
],
[
"_:result",
"id",
"TR3659"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"acorn guesthouse"
],
[
"_:result",
"phone",
"0122353888"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"ref",
"D4TV4G4T"
],
[
"_: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,'pizza hut cherry hinton');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for information on a restaurant called pizza hut cherry hinton ."
},
{
"id": 1,
"rdf-acts": [
"hello()",
"inform((_:result,address,'G4 Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "That 's a great place . Here is the address G4 Cambridge Leisure Park Clifton Way Cherry Hinton ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book a table for 5"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time would you like the reservation for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'13:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "For 13:00 , please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day and how many people would you be with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'5');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "5 people on Friday , I need the reference number for the reservation as well ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'GE3RNIVG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made your reservation . Your reference number is GE3RNIVG . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for something interesting to see in the centre . What would you recommend ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'on trinity lane');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'old schools');(_:result,phone,'01223332320');(_:result,postcode,'cb21tt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about old schools in centre ? Its free and on trinity lane . Phone number is 01223332320 and post code os cb21tt"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That soudns great . Can I get the address as well ?"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:result,address,'Trinity Lane');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course . The address is Trinity Lane . Can I help you with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be it thanks !"
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Have a wonderful time ."
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you ! Bye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Good bye ."
}
] |
PMUL3683.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GE3RNIVG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GE3RNIVG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"on trinity lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"GE3RNIVG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"pizza hut cherry hinton"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"GE3RNIVG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to peterborough from cambridge on sunday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,leave_at,'05:19');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains , beginning at 05:19 , do you have a time preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'18:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 18:15 please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a time you need to arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , thank you . I just need the train ID and price of the ticket ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR6662');(_:result,leave_at,'18:19');(_:result,ticket,'13.20 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Train TR6662 leaves at 18:19 and the price is 13.20 pounds . Is there anything else I can do for you today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks that is all I need . Thanks for the assistance ."
},
{
"id": 7,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "thanks too for choosing us"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you and goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help hope you have a great day ."
}
] |
SNG1226.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"leave_at",
"05:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"leave_at",
"05:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR6662"
],
[
"_:result",
"leave_at",
"18:19"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR6662"
],
[
"_:result",
"leave_at",
"18:19"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train that departs from Cambridge on Thursday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'9:51 am');(_:result,leave_at,'9 am');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There 's a train that leaves at 9 am and arrives at 9:51 am . Is that good ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'12:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , I actually need to leave after 12:00 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , and what is your destination ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,leave_at,'12:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go to ely after 12:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'14:07');(_:result,day,'Thursday');(_:result,departure,'Ely');(_:result,leave_at,'13:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that leaves Ely on Thursday at 13:50 and arrives by 14:07 . Would you like to book tickets ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be great . Can you book tickets for 7 people please . And I 'll need a reference number for it ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'UCT2SJ8W');(_:booking,ticket,'30.8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked ! Your reference number is UCT2SJ8W . Fee is 30.8 , paid at the station . Anything else ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That is all ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Okay great . Glad I could be of assistance ."
}
] |
SNG0300.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",
"arrive_by",
"9:51 am"
],
[
"_:result",
"leave_at",
"9 am"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:51 am"
],
[
"_:result",
"leave_at",
"9 am"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"leave_at",
"13:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"leave_at",
"13:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UCT2SJ8W"
],
[
"_:booking",
"ticket",
"30.8"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a place to eat tonight ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'some');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are some great choices . What type of place are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Greek sounds good , and price is no issue for me- I want the very best ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you want a certain area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the north please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'north');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I do n't have anything in the north . Can I try a different area ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I would like to dine in the north , but can you search for european food instead ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'that area');(_:result,name,'The city stop restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The city stop restaurant is in that area ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds great would you be able to book that for me ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be dining and about what time would your prefer ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'19:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book a table for 7 people , for 19:45 , this sunday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'9HQQULFL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All set , the reference number is 9HQQULFL , any further questions ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'carolina bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a particular hotel called carolina bed and breakfast ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'138 perne road');(_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'carolina bed and breakfast');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , carolina bed and breakfast is a guesthouse located in the east . Their address is138 perne road . Is there anything else you would like to know ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the postcode ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,postcode,'CB13NX');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The postcode is CB13NX . Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you . I will also need a taxi to commute between the two locations ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'red tesla');(_:result,phone,'07567121444');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t red tesla \n Contact number \t : \t 07567121444"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for the help , goodbye !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You are more than welcome . Please do not hesitate to call us again if you need anything ."
}
] |
PMUL0014.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"greek"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"greek"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/4693d2dd"
],
[
"_:search/4693d2dd",
"area",
"north"
],
[
"_:search/4693d2dd",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:system",
"canthelp",
"_:search/4693d2dd"
],
[
"_:search/4693d2dd",
"area",
"north"
],
[
"_:search/4693d2dd",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"name",
"The city stop restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:system",
"canthelp",
"_:search/4693d2dd"
],
[
"_:search/4693d2dd",
"area",
"north"
],
[
"_:search/4693d2dd",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"name",
"The city stop restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:system",
"canthelp",
"_:search/4693d2dd"
],
[
"_:search/4693d2dd",
"area",
"north"
],
[
"_:search/4693d2dd",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"name",
"The city stop restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9HQQULFL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:system",
"canthelp",
"_:search/4693d2dd"
],
[
"_:search/4693d2dd",
"area",
"north"
],
[
"_:search/4693d2dd",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"european"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"9HQQULFL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"138 perne road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:system",
"canthelp",
"_:search/4693d2dd"
],
[
"_:search/4693d2dd",
"area",
"north"
],
[
"_:search/4693d2dd",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"european"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"9HQQULFL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"address",
"138 perne road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"postcode",
"CB13NX"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"some"
],
[
"_:system",
"canthelp",
"_:search/4693d2dd"
],
[
"_:search/4693d2dd",
"area",
"north"
],
[
"_:search/4693d2dd",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"european"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"9HQQULFL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"address",
"138 perne road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"postcode",
"CB13NX"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red tesla"
],
[
"_:result",
"phone",
"07567121444"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm hoping you can help me find a restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "sure , what kind of cuisine are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'persian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like Persian food ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,food,'Persian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry I have no restaurants serving Persian food ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay how about chinese food ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a lot');(_:result,food,'chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a lot of chinese restaurants in town . Do you have a preference on area or price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any type is fine can you just give me the postcode of it ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,name,'Rice House');(_:result,postcode,'cb12bd');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Rice House is in the center , is cheap , and post code is cb12bd ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'17:30');(_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i am also looking for a train . The train should leave on sunday and should go to bishops stortford . \n The train should depart from cambridge and should arrive by 17:30 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'16:07');(_:result,id,'TR3600');(_:result,leave_at,'15:26');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Okay the TR3600 leaves at 15:26 and arrives by 16:07 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 's perfect . Can you book for 4 people please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'4YOCRING');(_:booking,ticket,'32.32 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 32.32 GBP payable at the station . \n Reference number is : 4YOCRING ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all the information I need ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else that I can assist you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our services , have a lovely day ."
}
] |
PMUL3043.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f2832000"
],
[
"_:search/f2832000",
"food",
"Persian"
],
[
"_:search/f2832000",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f2832000"
],
[
"_:search/f2832000",
"food",
"Persian"
],
[
"_:search/f2832000",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f2832000"
],
[
"_:search/f2832000",
"food",
"Persian"
],
[
"_:search/f2832000",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f2832000"
],
[
"_:search/f2832000",
"food",
"Persian"
],
[
"_:search/f2832000",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"id",
"TR3600"
],
[
"_:result",
"leave_at",
"15:26"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f2832000"
],
[
"_:search/f2832000",
"food",
"Persian"
],
[
"_:search/f2832000",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"id",
"TR3600"
],
[
"_:result",
"leave_at",
"15:26"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4YOCRING"
],
[
"_:booking",
"ticket",
"32.32 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/f2832000"
],
[
"_:search/f2832000",
"food",
"Persian"
],
[
"_:search/f2832000",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Rice House"
],
[
"_:result",
"postcode",
"cb12bd"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"id",
"TR3600"
],
[
"_:result",
"leave_at",
"15:26"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4YOCRING"
],
[
"_:booking",
"ticket",
"32.32 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel , in the south ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,category,'hotel');(_:result,count,'1');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have one hotel that is expensive and in the south . May I book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does this hotel include free parking ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'all');(_:result,category,'hotels');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , all of the hotels that satisfy your constraints have free parking slots ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok , so pick one of them and book me there a room for 7 people for 2 nights starting on Tuesday please ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,count,'1');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , there was misunderstanding . There is only one hotel and it 's unfortunately full . However , I can try to book you a room in guesthouse ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That 's a pity . Ok , but I want it to be expensive alright ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'guesthouses');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry to inform you but there are only guesthouses only in moderate and cheap price range ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Unlucky day for me . Alright , let 's go with moderate one ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'aylesbray lodge');(_:booking,ref,'SUJVD6R6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm happy to inform you that you have a booked apartment at aylesbray lodge . Your reference number is SUJVD6R6 ."
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Finally some good news . Great , thanks for help , bye !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm there to help you . Enjoy your stay !"
}
] |
SSNG0385.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/dcd19d21"
],
[
"_:booking/dcd19d21",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/dcd19d21"
],
[
"_:booking/dcd19d21",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/dcd19d21"
],
[
"_:booking/dcd19d21",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"aylesbray lodge"
],
[
"_:booking",
"ref",
"SUJVD6R6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for attractions in the west , can you help me out ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'west');(_:result,count,'13');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 13 attractions in the west area of town . Is there a particular type of attraction you would prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't have a preference . Can you make a suggestion and provide the address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Unit 8 , Viking Way , Bar Hill');(_:result,category,'entertainment');(_:result,name,'Whale of a Time');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Whale of a Time is a great entertainment venue . They are located at Unit 8 , Viking Way , Bar Hill . Can I provide any additional information for them ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also need a restaurant that serves indian food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'22');(_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 22 that serve indian food . Is there an area or price range you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like it to be an expensive place in the west , please ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'5');(_:result,name,'tandoori palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 5 options here . I would like to suggest tandoori palace . Shall I go ahead with the booking ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'13:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , there will be 8 of us on Thursday at 13:15 ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'XJX7H5WZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : XJX7H5WZ . Anything else I can assist you with ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Great , that 's all I needed !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Have a great time ! Goodbye !"
}
] |
MUL2354.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"Unit 8 , Viking Way , Bar Hill"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"Unit 8 , Viking Way , Bar Hill"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"Unit 8 , Viking Way , Bar Hill"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"west"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"Unit 8 , Viking Way , Bar Hill"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"XJX7H5WZ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a guesthouse to stay at with free wifi included please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , is there a particular part of town you 'd like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do not care as long as it is moderately priced and has free parking ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Arbury lodge guesthouse');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Arbury lodge guesthouse is in the north part of town , would you like to book there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . It needs to be for 4 people for 4 nights starting on Monday ."
},
{
"id": 5,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:booking,ref,'BDXD5TFL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great ! I 've got it booked for you , and your reference number is BDXD5TFL . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need to find a place to dine . It should serve British food and be in the moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,name,'Oak Bistro');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I recommend the Oak Bistro in the center of town . Fantastic food and service !"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'16:45');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay please book a table for the same group of people at 16:45 on the same day"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'MG7EZ1DS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "your all set , reference # MG7EZ1DS . Anything else today ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "That would be all ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Ok great , have a wonderful day ."
}
] |
PMUL4533.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Arbury lodge guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Arbury lodge guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"BDXD5TFL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"BDXD5TFL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MG7EZ1DS"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a college attraction to go to in town ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'west');(_:result,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,category,'colleges');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several colleges in either the centre or west part of town . Which area do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "The centre please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'center');(_:result,category,'colleges');(_:result,count,'13');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 13 colleges in the center of town . Does entrance fee matter to you ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Not really , but what is the fee ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'1 pound');(_:result,entrance_fee,'2 pound');(_:result,entrance_fee,'2.50 pound');(_:result,entrance_fee,'free');(_:result,name,'Corpus Christi');(_:result,name,\"Saint John 's\");(_:result,name,'Trinity');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Most are free , but Corpus Christi has a 2 pound fee , Saint John 's has a 2.50 pound fee , and Trinity has a 1 pound fee ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,leave_at,'20:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that leaves at 20:45 from stevenage to cambridge"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to travel by train ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Wednesday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,id,'TR9448');(_:result,leave_at,'5:54');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 10 trains , TR9448 leaves at 5:54 would that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That works can I have the travel time for that please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'06:43');(_:result,duration,'49 minutes');(_:result,id,'TR9448');(_:result,leave_at,'05:54');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR9448 leaves at 05:54 and arrives at 06:43 . The travel time is 49 minutes ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 've mixed up my locations . I actually need a train that departs from Cambridge and goes to Stevenage ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,day,'Wednesday');(_:result,departure,'Cambridge');(_:result,id,'TR6387');(_:result,id,'TR9016');(_:result,leave_at,'21:21');(_:result,leave_at,'23:21');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I only have two trains that leave from Cambridge Wednesday . The TR9016 departs at 21:21 and the TR6387 departs 23:21 ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,ticket,'12.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Both options are 12.80 pounds . Would you like to book one of these options ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you tell me the duration of travel time please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,duration,'49 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes travel is exactly 49 minutes ."
},
{
"id": 18,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What about the train ID ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,id,'TR6387');(_:result,id,'TR9016');(_:result,leave_at,'21:21');(_:result,leave_at,'2312');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train ID for the departure at 21:21 is TR9016 and the trainID that departs at 2312 is TR6387 . Would you like me to book on of these for you ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need an earlier train ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,id,'TR9016');(_:result,leave_at,'20:45');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "TR9016 is the earliest departure after 20:45 . Would you like to change your specified time ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,id,'TR9016');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , TR9016 will do ."
},
{
"id": 23,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'VBAEMG3Z');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I ha e booked your ticket . Your confirmation number is VBAEMG3Z . Can I assist you with anything else ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thank you ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you let me know if you need anything else ."
}
] |
MUL0589.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",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:result",
"entrance_fee",
"2.50 pound"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"name",
"Saint John 's"
],
[
"_:result",
"name",
"Trinity"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:result",
"entrance_fee",
"2.50 pound"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"name",
"Saint John 's"
],
[
"_:result",
"name",
"Trinity"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:result",
"entrance_fee",
"2.50 pound"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"name",
"Saint John 's"
],
[
"_:result",
"name",
"Trinity"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"id",
"TR9448"
],
[
"_:result",
"leave_at",
"5:54"
],
[
"_: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",
"category",
"college"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:result",
"entrance_fee",
"2.50 pound"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"name",
"Saint John 's"
],
[
"_:result",
"name",
"Trinity"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"id",
"TR9448"
],
[
"_:result",
"leave_at",
"05:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:result",
"entrance_fee",
"2.50 pound"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"name",
"Saint John 's"
],
[
"_:result",
"name",
"Trinity"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR6387"
],
[
"_:result",
"id",
"TR9016"
],
[
"_:result",
"leave_at",
"21:21"
],
[
"_:result",
"leave_at",
"23:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:result",
"entrance_fee",
"2.50 pound"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"name",
"Saint John 's"
],
[
"_:result",
"name",
"Trinity"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR6387"
],
[
"_:result",
"id",
"TR9016"
],
[
"_:result",
"leave_at",
"21:21"
],
[
"_:result",
"leave_at",
"23:21"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_: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,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:result",
"entrance_fee",
"2.50 pound"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"name",
"Saint John 's"
],
[
"_:result",
"name",
"Trinity"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR6387"
],
[
"_:result",
"id",
"TR9016"
],
[
"_:result",
"leave_at",
"21:21"
],
[
"_:result",
"leave_at",
"23:21"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:result",
"entrance_fee",
"2.50 pound"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"name",
"Saint John 's"
],
[
"_:result",
"name",
"Trinity"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"id",
"TR6387"
],
[
"_:result",
"id",
"TR9016"
],
[
"_:result",
"leave_at",
"21:21"
],
[
"_:result",
"leave_at",
"2312"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:result",
"entrance_fee",
"2.50 pound"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"name",
"Saint John 's"
],
[
"_:result",
"name",
"Trinity"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"id",
"TR9016"
],
[
"_:result",
"leave_at",
"20:45"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"id",
"TR9016"
],
[
"_:search",
"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,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"entrance_fee",
"2 pound"
],
[
"_:result",
"entrance_fee",
"2.50 pound"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"name",
"Saint John 's"
],
[
"_:result",
"name",
"Trinity"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"06:43"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"id",
"TR9016"
],
[
"_:result",
"leave_at",
"20:45"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"id",
"TR9016"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"VBAEMG3Z"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for an attraction to visit in the west that involves architecture , any suggestions ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I am not showing any in that part of town , ould you like me to try other areas ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a museum in the west ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Cafe Jello Gallery');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure . I think a fun place to visit is Cafe Jello Gallery ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Oh that does sound fun . What is the entrance fee ? Also can I have the address and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'13 Magdalene Street');(_:result,entrance_fee,'free');(_:result,name,'Cafe Jello Gallery');(_:result,phone,'01223312112');(_:result,postcode,'cb30af');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cafe Jello Gallery offers free admission . They are located at 13 Magdalene Street . You can reach them at 01223312112 . Their postcode is cb30af ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'huntington marriott hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a particular hotel named huntington marriott hotel ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Huntingdon Marriott Hotel');(_:result,pricerange,'expensive');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Huntingdon Marriott Hotel is a beautiful and expensive hotel in the west . They have a 4-star rating and offer both free wifi and free parking ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks , what type of hotel is it ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,category,'not a guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is a hotel , not a guesthouse ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is fine . That 's all , thank you ! goodbye ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,name,'Huntingdon Marriott Hotel');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Did you need to book a room at the Huntingdon Marriott Hotel ? I can help you out with that ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "what type of hotel is it ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is a 4 star hotel . Would you like to book this hotel ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not just yet . I have everything I need for today . Thanks so much for your help ! Have a great day !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You too , and thanks for contacting Cambridge TownInfo centre !"
}
] |
MUL2575.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/247d38d7"
],
[
"_:search/247d38d7",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/247d38d7"
],
[
"_:search/247d38d7",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/247d38d7"
],
[
"_:search/247d38d7",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"huntington marriott hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/247d38d7"
],
[
"_:search/247d38d7",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"name",
"huntington marriott hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/247d38d7"
],
[
"_:search/247d38d7",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"name",
"huntington marriott hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"category",
"not a guesthouse"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/247d38d7"
],
[
"_:search/247d38d7",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"name",
"huntington marriott hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"category",
"not a guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/247d38d7"
],
[
"_:search/247d38d7",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"13 Magdalene Street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"name",
"huntington marriott hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"category",
"not a guesthouse"
],
[
"_:booking",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel close to downtown Cambridge please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,area,'in Cambridge');(_:result,category,'hotels');(_:result,pricerange,'all');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I assume you mean the center of town ? We have many hotels in Cambridge covering all price ranges ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm sorry , I was n't thinking clearly . I 'm looking for a place in the West . I need free wifi as well , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'west');(_:result,count,'4');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are four places to stay in the west that provide internet . What price range would you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care about the price range , but do you have one that is a guesthouse ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , there are two when will you need the room ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,has_parking,'yes');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does one of those two have free parking ? If so , I 'll book it for 4 people for 5 nights starting Friday ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate priced');(_:result,type,'Hotel'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They both have free parking and internet . Would you prefer cheap or moderate priced ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't mind cheap as long as it 's still reasonably nice ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Finches Bed & Breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommend Finches Bed & Breakfast . It 's cheap , but still 4 stars . Would you like a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to book 4 people for 5 nights starting friday please"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,stay,'5');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , but I was n't able to book for 5 nights . Would you be able to stay a different day , or for a shorter stay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stay,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you try just one night ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'EGRKXU88');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful with a reference number EGRKXU88 . Do you need anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for a museum in the centre of town ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about the Broughton House Gallery ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay can you provide me with their address , phone number and postcode please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,address,'98 King Street');(_:result,phone,'01223314960');(_:result,postcode,'CB11LN');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure . The phone number is 01223314960 and it 's located at 98 King Street at CB11LN ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for all your help !"
},
{
"id": 19,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are very welcome . Can I help you with anything else ?"
},
{
"id": 20,
"rdf-acts": [],
"speaker": "user",
"text": "No , that is all the help I will need today ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure assisting you . Have a good evening ."
}
] |
MUL1113.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"in Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"all"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"all"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"all"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Finches Bed & Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_: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": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Finches Bed & Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/6590069c"
],
[
"_:booking/6590069c",
"stay",
"5"
],
[
"_:booking/6590069c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Finches Bed & Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/6590069c"
],
[
"_:booking/6590069c",
"stay",
"5"
],
[
"_:booking/6590069c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EGRKXU88"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/6590069c"
],
[
"_:booking/6590069c",
"stay",
"5"
],
[
"_:booking/6590069c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EGRKXU88"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/6590069c"
],
[
"_:booking/6590069c",
"stay",
"5"
],
[
"_:booking/6590069c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"EGRKXU88"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"postcode",
"CB11LN"
],
[
"_: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",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/6590069c"
],
[
"_:booking/6590069c",
"stay",
"5"
],
[
"_:booking/6590069c",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:booking",
"ref",
"EGRKXU88"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"postcode",
"CB11LN"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for an entertainment attraction in the centre . Can you suggest something for me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'Funky Fun House');(_:result,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))",
"inform((_:result,amount,'several others');(_:result,area,'other parts of town');(_:result,name,'house in the');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , I 'm afraid that I ca n't . If you 're open to exploring other parts of town there 's Funky Fun House in the east , and several others as well ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entry fee ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'not sure');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "i 'm not sure what the entrance fee is but i could give you their phone number"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That would be great . Can you also give me the postcode ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223304705');(_:result,postcode,'cb58hy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , the phone number is 01223304705 and the post code is cb58hy . Anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'express by holiday inn cambridge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes can you give me information on Express by Holiday Inn Cambridge ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,category,'hotel');(_:result,pricerange,'expensive');(_:result,stars,'2-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is an expensive hotel located in the east side of town with a 2-star rating . Do you want me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , I 'll be arriving on Saturday with my lady friend and staying 2 nights ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'1BUWNWOF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful your reference number is 1BUWNWOF . Is there anything else I can help with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope . That is all I needed . Thanks ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
PMUL2530.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/297bcebb"
],
[
"_:search/297bcebb",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several others"
],
[
"_:result",
"area",
"other parts of town"
],
[
"_:result",
"name",
"house in the"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/297bcebb"
],
[
"_:search/297bcebb",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several others"
],
[
"_:result",
"area",
"other parts of town"
],
[
"_:result",
"name",
"house in the"
],
[
"_:result",
"entrance_fee",
"not sure"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"canthelp",
"_:search/297bcebb"
],
[
"_:search/297bcebb",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several others"
],
[
"_:result",
"area",
"other parts of town"
],
[
"_:result",
"name",
"house in the"
],
[
"_:result",
"entrance_fee",
"not sure"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"canthelp",
"_:search/297bcebb"
],
[
"_:search/297bcebb",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several others"
],
[
"_:result",
"name",
"house in the"
],
[
"_:result",
"entrance_fee",
"not sure"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"canthelp",
"_:search/297bcebb"
],
[
"_:search/297bcebb",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several others"
],
[
"_:result",
"name",
"house in the"
],
[
"_:result",
"entrance_fee",
"not sure"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"1BUWNWOF"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train from Stevenage for a trip to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains to your specifications . What day and time would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'10:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Wednesday after 10:45"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:43');(_:result,destination,'cambridge');(_:result,id,'TR6473');(_:result,leave_at,'11:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The earliest train that meets your needs is TR6473 , leaving at 11:54 and arriving in cambridge at 12:43 . Would you like to book passage on that train ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I would . There are 3 of us traveling . Could we get a private area on the train ?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "system",
"text": "Certainly , do you have a price range in mind ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "For the train , no . And I made a mistake . I only need a booking for 1 person ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'one');(_:booking,ref,'8WYSLEG0');(_:booking,ticket,'12.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Not a problem at all . Booking for one person was successful , the total fee is 12.8 GBP payable at the station . \n Reference number is : 8WYSLEG0 . Anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a place to dine . I 'm looking for something cheap in the south ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,food,'Chinese');(_:result,food,'Portuguese');(_:result,name,'Lucky Star');(_:result,name,'Nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found 2 options for you : The Lucky Star , which serves Chinese food , and Nandos , which serves Portuguese food . Shall I make a reservation for one of them ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'nandos');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book Nandos ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . What say and time are you thinking ? And for how many people ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Nandos');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , I 'll take care of the reservation . Can I just get the phone number and address for Nandos , please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Cambridge Leisure Park Clifton Way');(_:result,phone,'01223327908');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , the phone number is 01223327908 , and the address is Cambridge Leisure Park Clifton Way . Can I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that was all the information I needed . Thanks so much . Have a good day ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You too , goodbye ."
}
] |
MUL0265.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR6473"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR6473"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR6473"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"8WYSLEG0"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR6473"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"8WYSLEG0"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"nandos"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR6473"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8WYSLEG0"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Nandos"
],
[
"_: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",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR6473"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8WYSLEG0"
],
[
"_:booking",
"ticket",
"12.8 GBP"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Nandos"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way"
],
[
"_:result",
"phone",
"01223327908"
],
[
"_: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,pricerange,\"do n't care\");(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you tell me about a nice guest house in your city ? I do n't care how much it costs ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Acorn Guesthouse');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is the Acorn Guesthouse that is located in the north side of town . Would you like me to make a booking ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are they expensive ? I would like something nice . And do they have free parking ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They 're a moderate guesthouse with free wifi and parking . Would you like to book a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please check for something expensive first . If you do n't see one , then we can come back to that ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'all');(_:result,category,'hotels');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It looks like all of the places in the expensive price range are hotels rather than guesthouses . Would you like to consider a different price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yeah , that 's fine . Oh , and I need free parking !"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,count,'12');(_:result,has_parking,'none');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "So to clarify , you need a guesthouse with free parking , and a moderate price range is acceptable ? If so , I have 12 different options for you ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , that 's right . Which of the 12 options would you recommend ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'52 Gilbert Road');(_:result,name,'Archway House');(_:result,phone,'01223575314');(_:result,postcode,'cb43pe');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about Archway House ? It 's at 52 Gilbert Road cb43pe , and the phone number is 01223575314 . Would that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That 's great . Please make a reservation for 1 on Monday . I 'd like to stay 3 nights ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was unsuccessful . Would you like another day or a shorter stay ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , would you try 2 nights instead , please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'JAKCI7JO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : JAKCI7JO . Is there anything else we can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that 's all . Thanks . Bye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you have a great rest of the day ."
}
] |
SNG0851.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"do n't care"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"amount",
"all"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"amount",
"all"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"52 Gilbert Road"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"phone",
"01223575314"
],
[
"_:result",
"postcode",
"cb43pe"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"amount",
"all"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"52 Gilbert Road"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"phone",
"01223575314"
],
[
"_:result",
"postcode",
"cb43pe"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/17a878df"
],
[
"_:booking/17a878df",
"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
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"amount",
"all"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"52 Gilbert Road"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"phone",
"01223575314"
],
[
"_:result",
"postcode",
"cb43pe"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/17a878df"
],
[
"_:booking/17a878df",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JAKCI7JO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello ! Can you recommend a moderately priced restauarnt near the south part of town ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'italian');(_:result,food,'modern european food');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you prefer italian or modern european food ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "It does n't matter ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'modern european');(_:result,name,'Restaurant Alimentum');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant Alimentum is a nice restaurant serving modern european food in the moderate price range and is located in the south ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I have their address please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'152 - 154 Hills Road');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their address is 152 - 154 Hills Road ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Goodbye ."
}
] |
WOZ20115.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"modern european food"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'sitar tandoori');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi I 'm looking to find a restaurant named Sitar Tandoori ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Yes , I can find that for you . What would you like to know about the restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any tables available to be reserved for 4 people on Saturday night ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes there is ; would you like me reserve for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'19:30');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes reserve for 4 people at 19:30 on saturday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'KFCJHKZX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "yes i have booked . Reference number is : KFCJHKZX .any ay i can help you further ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I m also looking for a museum to visit ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "great ! there are many to choose from ! do you like art ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , can you recommend a place ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'so many');(_:result,area,'all over the city');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are so many great museums all over the city , what area do you think you would like to go to ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Does n't matter to me , it 's my folks who want to go . What do you recommend ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Cafe Jello Gallery');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,area,'west');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'd recommend the Cafe Jello Gallery . It 's located in the west . Would you like more information ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , the phone number and entrance fee please ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'no charge');(_:result,phone,'01223312112');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There 's no charge to get in and their phone number is \t 01223312112 . Is there anything else I can do for you today ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the gallery');(_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , can you arrange a taxi to take us from the gallery to the restaurant in time for our reservation ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'White Honda');(_:result,phone,'07655899394');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay , you are all set . Look out for a White Honda . The contact number is 07655899394 . Can I assist you any further ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all I need today . Thank you so much ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a lovely day , goodbye ."
}
] |
PMUL2301.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KFCJHKZX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KFCJHKZX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KFCJHKZX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"so many"
],
[
"_:result",
"area",
"all over the city"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"KFCJHKZX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"so many"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"KFCJHKZX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"so many"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"area",
"west"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no charge"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the gallery"
],
[
"_: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,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"KFCJHKZX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"so many"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"no charge"
],
[
"_:search",
"departure",
"the gallery"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"White Honda"
],
[
"_:result",
"phone",
"07655899394"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the expensive price range in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'quite a few');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are quite a few options open to you . Is there a particular type of cuisine you are interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like to find a place serving North American cuisine ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Regent Street City Centre');(_:result,name,'Gourmet Burger Kitchen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I show the Gourmet Burger Kitchen available on Regent Street City Centre . Would you like to book a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'12:45');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . Can you book a table for 4 on Saturday at 12:45 ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'E1KV4Y86');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reference number is E1KV4Y86 . May i please help you with something else ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is the destination ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to travel to peterborough and arrive by 11:30"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,arrive_by,'11:24');(_:booking,category,'Train');(_:booking,day,'Saturday');(_:booking,id,'TR3596');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommend train TR3596 it will get you there by 11:24 on Saturday . Want me to book it ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'same group of people');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yeah , please book it for the same group of people ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'G82GDIBP');(_:booking,ticket,'52.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 52.8 GBP payable at the station . Reference number is : G82GDIBP . Can I help with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you , that will be all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , enjoy your stay ."
}
] |
MUL1693.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"E1KV4Y86"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"E1KV4Y86"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"E1KV4Y86"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:booking",
"arrive_by",
"11:24"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"id",
"TR3596"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"food",
"north american"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:booking",
"arrive_by",
"11:24"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"id",
"TR3596"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"G82GDIBP"
],
[
"_:booking",
"ticket",
"52.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,food,'greek');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to eat some Greek food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is no match for that criterion , Do you have any other food preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "mediterranean food will be just fine"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have a price range in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'14:30');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , price does n't matter to me . I will need a reservation for 1 , at 14:30 on Thursday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'shiraz restaurant');(_:booking,type,'Booking');(_:result,area,'centre');(_:result,phone,'01223307581');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , Is have booked you for the shiraz restaurant in the centre area , if you need to contact them they can be reached at 01223307581 , any other questions ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , can I get the reference number ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'664RV8FS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reference number is 664RV8FS . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,name,'bridge guesthouse');(_:search,people,'one');(_:search,stay,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Also wanting to book a hotel by the name of Bridge Guesthouse . I need it for three nights beginning on Thursday for one person . Could you provide the reference number ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'CYQZO8K2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is CYQZO8K2 . Do you need anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm going to need a taxi to take me from the hotel to the restaurant ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'white honda');(_:result,departure,'hotel');(_:result,destination,'restaurant');(_:result,phone,'07203638050');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , I booked a taxi . A white honda will take you from the hotel to the restaurant in time for your reservation . The taxi contact number is 07203638050"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for your help , you were awesome . Have a great day . Goodbye"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice trip !"
}
] |
PMUL0207.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"greek"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/90825a6a"
],
[
"_:search/90825a6a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/90825a6a"
],
[
"_:search/90825a6a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/90825a6a"
],
[
"_:search/90825a6a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"shiraz restaurant"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223307581"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/90825a6a"
],
[
"_:search/90825a6a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:booking",
"name",
"shiraz restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223307581"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"664RV8FS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"bridge guesthouse"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/90825a6a"
],
[
"_:search/90825a6a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:booking",
"name",
"shiraz restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223307581"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"bridge guesthouse"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CYQZO8K2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/90825a6a"
],
[
"_:search/90825a6a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:booking",
"name",
"shiraz restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"bridge guesthouse"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CYQZO8K2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white honda"
],
[
"_:result",
"departure",
"hotel"
],
[
"_:result",
"destination",
"restaurant"
],
[
"_:result",
"phone",
"07203638050"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm hoping to find a nightclub in town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,entrance_fee,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'nightclubs');(_:result,count,'6');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 6 nightclubs . Any preference on entrance fee ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , can you tell me what the entrance fee is ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'4 pounds');(_:result,name,'Soul Tree Nightclub');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Soul Tree Nightclub costs 4 pounds . The others are a bit more expensive ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you please tell me what the phone number is for The Soul Tree ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223477900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , it is 01223477900 ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is their postcode ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Soul Tree');(_:result,postcode,'cb23qf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Soul Tree is in postcode cb23qf . Can I help with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . That is all the information I need ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , good bye ."
}
] |
SNG1075.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"Soul Tree Nightclub"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"Soul Tree Nightclub"
],
[
"_:result",
"phone",
"01223477900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"phone",
"01223477900"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Soul Tree"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'18:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I am looking for a train that leaves on Tuesday after 18:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly ! What are your departure and destination locations ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It should leave from Cambridge and go to Leicester please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Thanks for that information . Is there a time you would like to arrive by ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I do not have an arrival time ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'20:06');(_:result,departure,'Cambridge');(_:result,destination,'Leicester');(_:result,id,'TR0776');(_:result,leave_at,'18:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR0776 leaves Cambridge at 18:21 and gets into Leicester at 20:06 . Do you want me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I would like to book it for 6 people please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'17I15NSK');(_:booking,ticket,'226.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful , the total fee is 226.8 GBP payable at the station . Your reference number is : 17I15NSK . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I also need a guesthouse to stay in . It should have 4 stars , free wifi , in the east location ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'6');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 6 different guesthouses that fit your criteria . Do you have a specific price range in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No it does n't matter ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "carolina bed and breakfast \t has free wifi and parking if you want to book there ."
}
] |
PMUL3440.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"20:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR0776"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"20:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR0776"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"17I15NSK"
],
[
"_:booking",
"ticket",
"226.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"20:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR0776"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"17I15NSK"
],
[
"_:booking",
"ticket",
"226.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'cantonese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What does Cambridge offer as far as expensive cantonese restaurants ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'cantonese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm so sorry but we do n't have any expensive cantonese . Would you like to try another type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about british food instead ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'6');(_:result,food,'British');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 6 British restaurants . Do you have a particular area of interest ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , but I want the most expensive one ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Fitzbillies Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would suggest Fitzbillies Restaurant . Would you like me to book a table now ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'19:30');(_:search,people,'1');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'll be dining alone so please make a reservation for 1 at 19:30 or 18:30 , perfer 19:30 on wednesday . Reference number please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,duration,'19:30');(_:booking,ref,'HB2TWWH0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All set . Your reservation for one is confirmed for Wednesday at 19:30 . Your reference is HB2TWWH0 . Is there anything else I can do for you today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,people,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm also looking for a hotel with free parking . It will be for just one person , like the restaurant booking ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "how about acorn guest house ? i hear it 's lovely"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "That would be perfect ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'154 Chesterton road');(_:result,area,'north');(_:result,type,'Hotel'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))",
"inform((_:booking,name,'Acorn Guest House');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked the Acorn Guest House in the north , the address : 154 Chesterton road . How many days are you going to stay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I will be staying 2 days ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,name,'Acorn Guest House');(_:booking,people,'1');(_:booking,ref,'2NFSNMZP');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I got you booked for the Acorn Guest House for 1 person for 2 nights starting on Wednesday . Your booking number is 2NFSNMZP . Is there anything else I may assist you with ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I just confirm it has free internet as well"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The guesthouse has free wifi and parking"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that will be all thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your stay !"
}
] |
PMUL0193.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/1e790637"
],
[
"_:search/1e790637",
"food",
"cantonese"
],
[
"_:search/1e790637",
"pricerange",
"expensive"
],
[
"_:search/1e790637",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/1e790637"
],
[
"_:search/1e790637",
"food",
"cantonese"
],
[
"_:search/1e790637",
"pricerange",
"expensive"
],
[
"_:search/1e790637",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/1e790637"
],
[
"_:search/1e790637",
"food",
"cantonese"
],
[
"_:search/1e790637",
"pricerange",
"expensive"
],
[
"_:search/1e790637",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Fitzbillies Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/1e790637"
],
[
"_:search/1e790637",
"food",
"cantonese"
],
[
"_:search/1e790637",
"pricerange",
"expensive"
],
[
"_:search/1e790637",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Fitzbillies Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"19:30"
],
[
"_:booking",
"ref",
"HB2TWWH0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/1e790637"
],
[
"_:search/1e790637",
"food",
"cantonese"
],
[
"_:search/1e790637",
"pricerange",
"expensive"
],
[
"_:search/1e790637",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"19:30"
],
[
"_:booking",
"ref",
"HB2TWWH0"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/1e790637"
],
[
"_:search/1e790637",
"food",
"cantonese"
],
[
"_:search/1e790637",
"pricerange",
"expensive"
],
[
"_:search/1e790637",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"19:30"
],
[
"_:booking",
"ref",
"HB2TWWH0"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"address",
"154 Chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/1e790637"
],
[
"_:search/1e790637",
"food",
"cantonese"
],
[
"_:search/1e790637",
"pricerange",
"expensive"
],
[
"_:search/1e790637",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"19:30"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"address",
"154 Chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"2NFSNMZP"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/1e790637"
],
[
"_:search/1e790637",
"food",
"cantonese"
],
[
"_:search/1e790637",
"pricerange",
"expensive"
],
[
"_:search/1e790637",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"19:30"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"address",
"154 Chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"2NFSNMZP"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the west part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,count,'14');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 14 restaurants in the west . Are you looking for a particular cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'christmas');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like christmas food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no restaurants listed serving Christmas food . Would you like to try a different kind of food ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about british food ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,count,'3');(_:result,food,'british');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 3 british restaurants in the west . Do you like moderate or expensive price range ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Either one is fine ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'british');(_:result,name,'Graffiti');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Graffiti is an expensive restaurant serving british food in the west . Would you like the phone number , address , or postcode ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want the address and phone number ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Hotel Felix Whitehouse Lane Huntingdon Road');(_:result,phone,'01223 277977');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the address is Hotel Felix Whitehouse Lane Huntingdon Road and the phone number is 01223 277977"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
WOZ20545.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"christmas"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/452c2117"
],
[
"_:search/452c2117",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/452c2117"
],
[
"_:search/452c2117",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/452c2117"
],
[
"_:search/452c2117",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/452c2117"
],
[
"_:search/452c2117",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"Hotel Felix Whitehouse Lane Huntingdon Road"
],
[
"_:result",
"phone",
"01223 277977"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'finches');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am coming to cambridge and heard about a bed and breakfast called finches ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is a lovely guesthouse on the west end boasting cheap prices and a 4 star rating ! Would you like their address or phone number perhaps ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I actually would like to book the hotel for 7 people starting on Tuesday for 3 nights ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Finches bed and breakfast');(_:booking,people,'7');(_:booking,ref,'4R76GWVJ');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book your party of 7 at Finches bed and breakfast for 3 nights . Your reference number is 4R76GWVJ . Can I help you with anything more today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you also help me find a train on Fridya ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,day,'Friday');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course . There are many available Friday . Where will you be traveling to and from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be departing from cambridge and going to norwich ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a time you would like to arrive before ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , I would like to arrive before 5:00 PM ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'16:55');(_:result,destination,'Norwich');(_:result,id,'TR7747');(_:result,leave_at,'15:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR7747 leaves at 15:36 and arrives in Norwich at 16:55 . Would you like me to book you tickets ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'16:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I apologize , I actually need to leave after 16:30"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,arrive_by,'17:00');(_:search,leave_at,'16:30');(_:search,type,'Train'))",
"select((_:result,arrive_by,'17:55');(_:result,departure,'Cambridge');(_:result,destination,'Norwich');(_:result,id,'TR7047');(_:result,leave_at,'16:36');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "No problem , but I 'm afraid there are no trains leaving after 16:30 and arriving by 17:00 . Might I suggest TR7047 , which leaves Cambridge at 16:36 and arrives in Norwich by 17:55 ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , that sounds great . Please book that for me ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'MIMOPEN1');(_:booking,ticket,'17.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , the booking for successful . The total is 17.6 GBP and the reference number is MIMOPEN1 . Is there anything else I can do for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , no that will be all ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system today !"
}
] |
MUL2260.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Finches bed and breakfast"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"4R76GWVJ"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Finches bed and breakfast"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"4R76GWVJ"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Finches bed and breakfast"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"4R76GWVJ"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Finches bed and breakfast"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"4R76GWVJ"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"id",
"TR7747"
],
[
"_:result",
"leave_at",
"15:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Finches bed and breakfast"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"4R76GWVJ"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/fbf11bde"
],
[
"_:search/fbf11bde",
"arrive_by",
"17:00"
],
[
"_:search/fbf11bde",
"leave_at",
"16:30"
],
[
"_:search/fbf11bde",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"id",
"TR7047"
],
[
"_:result",
"leave_at",
"16:36"
],
[
"_: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",
"name",
"finches"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"name",
"Finches bed and breakfast"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"stay",
"3"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/fbf11bde"
],
[
"_:search/fbf11bde",
"arrive_by",
"17:00"
],
[
"_:search/fbf11bde",
"leave_at",
"16:30"
],
[
"_:search/fbf11bde",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Norwich"
],
[
"_:result",
"id",
"TR7047"
],
[
"_:result",
"leave_at",
"16:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"MIMOPEN1"
],
[
"_:booking",
"ticket",
"17.6 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,name,'rice boat');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for the price range of a restaurant called Rice boat ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Rice Boat');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Rice Boat is in the expensive price range . Can I help you with something else ?"
},
{
"id": 2,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that is all I needed thanks . Bye ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a nice day !"
}
] |
SNG1263.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice boat"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice boat"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Rice Boat"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm searching for a 4 star rated places to stay in town . It does not need to have any internet connection ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'21');(_:result,has_internet,'none');(_:result,type,'Hotel'))",
"canthelp((_:search,category,'hotels');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no 4 star hotels without internet . There are 21 four star hotels with internet . What area or price range are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do any of them include free parking ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a lot');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , a lot of them have free parking . What price range are you looking for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Price range does not matter ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "In what area would you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "North part of town . Cheap would be better ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'worth house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I only am coming up with worth house . Would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you book it for 7 people for 4 nights on Thursday ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , I was unable to book that one . I have several guesthouses in the moderate price range , would you like me to try one of those ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes let 's try another hotel in the same price range ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Acorn Guest House');(_:booking,ref,'VMYBAGS7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked you at Acorn Guest House . Your reference number is VMYBAGS7 . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all . Thanks ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great , enjoy your stay ! Please contact me again if you need anything else ."
}
] |
SSNG0368.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/8d69e6f1"
],
[
"_:search/8d69e6f1",
"category",
"hotels"
],
[
"_:search/8d69e6f1",
"stars",
"4"
],
[
"_:search/8d69e6f1",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/8d69e6f1"
],
[
"_:search/8d69e6f1",
"category",
"hotels"
],
[
"_:search/8d69e6f1",
"stars",
"4"
],
[
"_:search/8d69e6f1",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/8d69e6f1"
],
[
"_:search/8d69e6f1",
"category",
"hotels"
],
[
"_:search/8d69e6f1",
"stars",
"4"
],
[
"_:search/8d69e6f1",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/8d69e6f1"
],
[
"_:search/8d69e6f1",
"category",
"hotels"
],
[
"_:search/8d69e6f1",
"stars",
"4"
],
[
"_:search/8d69e6f1",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"worth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/8d69e6f1"
],
[
"_:search/8d69e6f1",
"category",
"hotels"
],
[
"_:search/8d69e6f1",
"stars",
"4"
],
[
"_:search/8d69e6f1",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"worth house"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/ec74b312"
],
[
"_:booking/ec74b312",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/8d69e6f1"
],
[
"_:search/8d69e6f1",
"category",
"hotels"
],
[
"_:search/8d69e6f1",
"stars",
"4"
],
[
"_:search/8d69e6f1",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"worth house"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/ec74b312"
],
[
"_:booking/ec74b312",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"ref",
"VMYBAGS7"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'riverboat georgina');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i want to book a taxi . The taxi should depart from la Margarita and should go to riverboat Georgina ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like to arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to arrive by 17:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'white tesla');(_:result,phone,'07032807056');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have a white tesla booked . The contact number is 07032807056 . Anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all I need today . Thanks !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Great , have a wonderful day and enjoy your taxi ride , thank you !"
}
] |
SNG1279.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"riverboat georgina"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"riverboat georgina"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"riverboat georgina"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white tesla"
],
[
"_:result",
"phone",
"07032807056"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Are there any trains on Wednesday that travel from Norwich to Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,day,'Wednesday');(_:result,departure,'Norwich');(_:result,destination,'Cambridge');(_:result,leave_at,'5:16');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains traveling from Norwich to Cambridge on Wednesday . Is there any particular time you are looking for ? The earliest is 5:16 ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should arrive by 14:30 please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:35');(_:result,id,'TR118');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR118 arrives at 10:35 . Does that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I think that will work . What is the departure time of that train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'9:16');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That train leaves at 9:16 . Would you care to book passage ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'corsica');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , can I get my train ID ? I 'm also want to look for a restaurant that serves Corsica with a moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR1180');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Your train ID is TR1180 . Am I correct that you will only be needing one ticket ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'corsica');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't need a ticket right now . But can you tell me if there are any moderately priced restaurants in the center of town that serve corsica food ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are n't . Another type of food , perhaps ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Well , let 's try a restaurant that serves international food . Still in the centre ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,food,'international');(_:result,name,'Bloomsbury Restaurant');(_:result,name,'Varsity Restaurant');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Varsity Restaurant and Bloomsbury Restaurant are both moderately priced international restaurants in the center of town . Would you like a reservation at one of these ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'18:15');(_:search,name,'Varsity Restaurant');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Varsity Restaurant . Please make a reservation for 2 people at 18:15 on Wednesday ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately , I am unable to book for that day / time . Would you like to book your table for another day or time ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'17:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you please try for 17:15 on the same day ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,duration,'17:15');(_:booking,name,'varsity restaurant');(_:booking,ref,'8C739HB9');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was successful at the varsity restaurant for 17:15 . The table will be reserved for 15 minutes . Your reference number is : 8C739HB9 . Can I help with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That was all I needed . Thank you . Have a good day !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "We are happy to help . Thank you for using our service . Have a great day !"
}
] |
MUL0260.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:16"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"id",
"TR118"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"id",
"TR118"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"9:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"food",
"corsica"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"9:16"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR1180"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"corsica"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"9:16"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR1180"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/35202784"
],
[
"_:search/35202784",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"9:16"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR1180"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/35202784"
],
[
"_:search/35202784",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury Restaurant"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"name",
"Varsity Restaurant"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"9:16"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR1180"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/35202784"
],
[
"_:search/35202784",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury Restaurant"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Varsity Restaurant"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/507d5f84"
],
[
"_:booking/507d5f84",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"17:15"
],
[
"_: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",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"9:16"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR1180"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/35202784"
],
[
"_:search/35202784",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury Restaurant"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Varsity Restaurant"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/507d5f84"
],
[
"_:booking/507d5f84",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"17:15"
],
[
"_:booking",
"name",
"varsity restaurant"
],
[
"_:booking",
"ref",
"8C739HB9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you help me find some place to go in town where I can find some entertainment ? Thanks ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "My computer is showing five possibles for you . Do you have a specific part of town you will be in ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "No , I could go anywhere . What are my choices ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have five places . Is there an area or a specific name you would like to know about ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "No , just recommend one for me , please"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'unit g6 , cambridge leisure park , clifton road');(_:result,area,'south');(_:result,name,'Nusha');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I would recommend Nusha on the south side , they are at unit g6 , cambridge leisure park , clifton road , cb17dy , any other questions ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'nusha');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you for the recommendation . Is there an entrance fee at Nusha ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'not available');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The entrance fee per person is not available online . Is there any other info I can provide ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yeah i want info about a particular restaurant"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure thing what kind of food ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'ugly duckling');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for the ugly duckling ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "system",
"text": "What information do you require about that place ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I just need to know the area , phone number and postcode , please ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,name,'ugly duckling');(_:result,postcode,'cb21tw');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ugly Duckling is in the centre of town . Their post code is cb21tw and their phone number is not listed . Is there anything further ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all , thank you very much ."
},
{
"id": 15,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank you for using our services . Have we met all of your needs today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , thanks a lot !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Please contact us again , if we can be of further assistance . Good - bye ."
}
] |
PMUL2042.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"unit g6 , cambridge leisure park , clifton road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"nusha"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"unit g6 , cambridge leisure park , clifton road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"name",
"nusha"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"not available"
],
[
"_: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",
"entertainment"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"unit g6 , cambridge leisure park , clifton road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"not available"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"ugly duckling"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"unit g6 , cambridge leisure park , clifton road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"not available"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"ugly duckling"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"unit g6 , cambridge leisure park , clifton road"
],
[
"_:result",
"entrance_fee",
"not available"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"ugly duckling"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"ugly duckling"
],
[
"_:result",
"postcode",
"cb21tw"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"unit g6 , cambridge leisure park , clifton road"
],
[
"_:result",
"entrance_fee",
"not available"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"ugly duckling"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"ugly duckling"
],
[
"_:result",
"postcode",
"cb21tw"
],
[
"_: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,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I want to travel to Cambridge by train ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Great , what time do you have in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'17:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to arrive by 17:30 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "And where are you leaving from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from Broxbourne on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,day,'Sunday');(_:result,departure,'Broxbourne');(_:result,destination,'Cambridge');(_:result,leave_at,'05:32');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "The first train departs Broxbourne for Cambridge on Sunday at 05:32 . Do you want to purchase this ticket or pick a later departure time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,arrive_by,'17:30');(_:search,category,'college');(_:search,people,'one');(_:search,type,'Attraction');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you book for arrival closer to 17:30 for one person and give me the reference number . Also I would like to see a college in centre ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,arrive_by,'16:32');(_:booking,category,'Train');(_:booking,departure,'Broxbourne');(_:booking,destination,'Cambridge');(_:booking,id,'TR4658');(_:booking,leave_at,'15:32');(_:booking,ref,'H88LTKWC');(_:booking,ticket,'14.32 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I found you a seat on TR4658 departing Broxbourne at 15:32 , arriving Cambridge at 16:32 . The total fee is 14.32 GBP payable at the station , and your reference number is H88LTKWC ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for a place to go maybe a college ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,category,'colleges');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many colleges , what area do you want ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to look around the centre area ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'13');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 13 , but I think Christ 's College is the most interesting , and it 's free !"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much . That 's all for today . Have a great one !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very very welcome ! Goodbye , enjoy your stay !"
}
] |
PMUL1008.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",
"arrive_by",
"17:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"16:32"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Broxbourne"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4658"
],
[
"_:booking",
"leave_at",
"15:32"
],
[
"_:booking",
"ref",
"H88LTKWC"
],
[
"_:booking",
"ticket",
"14.32 GBP"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"16:32"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Broxbourne"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4658"
],
[
"_:booking",
"leave_at",
"15:32"
],
[
"_:booking",
"ref",
"H88LTKWC"
],
[
"_:booking",
"ticket",
"14.32 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"16:32"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Broxbourne"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4658"
],
[
"_:booking",
"leave_at",
"15:32"
],
[
"_:booking",
"ref",
"H88LTKWC"
],
[
"_:booking",
"ticket",
"14.32 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'welsh');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant in the north part of town that serves Welsh food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()",
"inform((_:result,area,'north');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no Welsh restaurants in the north of town . Would you like something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Italian"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'only option');(_:result,area,'north');(_:result,name,'Da Vinci Pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Da Vinci Pizzeria would be your only option in the north . Would you like their address and phone number ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That would be great thanks !"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'20 Milton Road Chesterton');(_:result,name,'da vinci pizzeria');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria is located at 20 Milton Road Chesterton and their phone number is 01223 351707 . May I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's it , goodbye"
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you , goodbye ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ."
}
] |
WOZ20562.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"welsh"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/13b4c43f"
],
[
"_:search/13b4c43f",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/13b4c43f"
],
[
"_:search/13b4c43f",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"only option"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/13b4c43f"
],
[
"_:search/13b4c43f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"only option"
],
[
"_:result",
"area",
"north"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/13b4c43f"
],
[
"_:search/13b4c43f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"only option"
],
[
"_:result",
"area",
"north"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a 4 star hotel with free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a lot of');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , there are a lot of places that might work for you . Do you have a certain area in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd like to stay in the east and also need free parking ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,'Allenbell');(_:booking,type,'Booking');(_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 5 hotels for you ! The Allenbell looks nice , would you like to book that ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'allenbell');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is the Allenbell a hotel or a guesthouse ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,name,'Allenbell');(_:result,pricerange,'low cost');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Allenbell is a low cost guesthouse ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'near the hotel');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , I do n't need any more information about that . I am interested in a restaurant located near the hotel ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,area,'east');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several restaurants in the east what type of food would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,\"does n't matter\");(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))",
"request((_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "The type of food does n't matter , but I would like a moderately priced restaurant ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'around there');(_:result,food,'Indian');(_:result,name,'Rajmahal');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Rajmahal is a nice moderate price restaurant around there serving Indian food . Does that sound good ? I would be happy to book a reservation for you ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'19:45');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great can you make a reservation for 1 person at 19:45 on monday ?"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It is booked then . Could I try another day or another time ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'18:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you check to see if they could accommodate me at 18:45 on Monday ? I just need a small table for one ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'Q2G0OHLC');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Your table is reserved . Your reference number is Q2G0OHLC . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'18:45');(_:search,departure,'allenbell');(_:search,destination,'rajmahal');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I could also use a taxi that can get me from the Allenbell to Rajmahal . I need to get to the restaurant by 18:45 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'red tesla');(_:result,phone,'07912598182');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I booked you a red tesla taxi , the contact number is 07912598182 . Anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you have done quite a bit for me today . Thank you for your help ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Good - bye ."
}
] |
MUL1255.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"a lot of"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"low cost"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"low cost"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"does n't matter"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"does n't matter"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"around there"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"does n't matter"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"around there"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/6c686e51"
],
[
"_:booking/6c686e51",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"does n't matter"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"around there"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/6c686e51"
],
[
"_:booking/6c686e51",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:booking",
"ref",
"Q2G0OHLC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"departure",
"allenbell"
],
[
"_:search",
"destination",
"rajmahal"
],
[
"_: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",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"does n't matter"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"around there"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/6c686e51"
],
[
"_:booking/6c686e51",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:booking",
"ref",
"Q2G0OHLC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"departure",
"allenbell"
],
[
"_:search",
"destination",
"rajmahal"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red tesla"
],
[
"_:result",
"phone",
"07912598182"
],
[
"_: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,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Wow , sounds like you might be able to help me then . Can you find me a train going into Leicester ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,destination,'Leicester');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Certainly , there are many trains going to Leicester . Where is your departure location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will need to leave from Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When would you like to travel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on a Thursday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , and is there a particular departure or arrival time you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I just need to arrive by 17:45"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'17:06');(_:result,departure,'Cambridge');(_:result,destination,'Leicester');(_:result,id,'TR9839');(_:result,leave_at,'15:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR9839 that leaves Cambridge at 15:21 and arrives in Leicester at 17:06 . Would that suit your needs ? If so , I can book you a ticket ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the total travel time and price on that ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'105 minutes');(_:result,ticket,'37.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Price is 37.80 pounds and travel time is 105 minutes ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That sounds perfect . Thanks for all your help ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "You 're very welcome . Would you like me to book a ticket for you on that train ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's not needed . Thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Have a great day !"
}
] |
SNG0442.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR9839"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_: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
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR9839"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR9839"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Find me a train from london kings cross to cambridge please"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "sure , what day are you traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be traveling on monday"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Could I get the time you would like to leave or arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on monday , and arrive by 12:45"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'12:08');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train that arrives at 12:08 . Would you like to travel on that train ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , that would be fine ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,departure,'london kings cross');(_:result,destination,'cambridge');(_:result,id,'TR5720');(_:result,leave_at,'11:17');(_:result,ticket,'23.60 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5720 leaves london kings cross for cambridge at 11:17 cost is 23.60 pounds . Can I book a seat for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes for 8 people please . I will also need a reference number ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'096H57VB');(_:booking,ticket,'188.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 188.8 GBP payable at the station . \n Reference number is : 096H57VB ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks , i 'm also looking for a restaurant in the centre that serves french food ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'french');(_:result,name,'Cote');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cote is a french restaurant in the centre . Would you like to make reservations ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you but I do need the phone number , price range and postcode ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,phone,'01223311053');(_:result,postcode,'cb21uf');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is in the expensive price range , phone number is 01223311053 , and postcode is cb21uf"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks so much . That 's all I need today . Good - bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "welcome and thanks for inquiring with us"
}
] |
PMUL3705.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_: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",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR5720"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_: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",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR5720"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"096H57VB"
],
[
"_:booking",
"ticket",
"188.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR5720"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"096H57VB"
],
[
"_:booking",
"ticket",
"188.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"12:08"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR5720"
],
[
"_:result",
"leave_at",
"11:17"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"096H57VB"
],
[
"_:booking",
"ticket",
"188.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"french"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"phone",
"01223311053"
],
[
"_:result",
"postcode",
"cb21uf"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.