turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'slug and lettuce');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm trying to find a restaurant called The Slug and Lettuce . Do you know where that is ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes it is in the centre area ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'16:45');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to book it for 3 people at 16:45 on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,duration,'16:45');(_:booking,name,'Slug and Lettuce');(_:booking,people,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly . I have booked you for Saturday at 16:45 for 3 people The Slug and Lettuce . Will there be anything else I can assist you with today ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I get a reference number please ?"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "I am sorry . I went to get the reference number and now the system is not providing a reference number . I can look for another restaurant ."
}
] |
SSNG0158.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"slug and lettuce"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"slug and lettuce"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"slug and lettuce"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"name",
"Slug and Lettuce"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,leave_at,'14:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I need to catch a train after 14:15 on Thursday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,day,'friday');(_:result,departure,'cambridge');(_:result,destination,'london kings cross');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train that departs cambridge and arrives at london kings cross on friday ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Oh , no , I need a train that leaves from Birmingham new street and go to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR8121');(_:result,leave_at,'14:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about TR8121 ? It leaves at 14:40 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What time does it arrive ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'17:23');(_:result,destination,'Cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It arrives in Cambridge at 17:23 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'll need to know the price and travel time , and I am also looking for an expensive restaurant in the south ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'163 minutes');(_:result,ticket,'75.10');(_:result,type,'Train'))",
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The cost is 75.10 pounds per ticket . The travel time is 163 minutes . As far as restaurants I have 5 available . Which type of food would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "British food would be my preference ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'South');(_:search,food,'British');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately there are no British restaurants in the South in that price range . Would you like to try a different type of food ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , how about Chinese food ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'South');(_:result,count,'2');(_:result,name,'Good luck Chinese takeaway');(_:result,name,'Peking Restaraunt');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two with your preferences , The Good luck Chinese takeaway and Peking Restaraunt . Both are in the South , would you like me to book one of those ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'peking restaurant');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No but can you give me the address , postcode and phone number for the Peking Restaurant please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'10 Homerton Street , City Centre');(_:result,name,'Peking Restaurant');(_:result,phone,'01223354755');(_:result,postcode,'cb28nx');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . Peking Restaurant , 10 Homerton Street , City Centre cb28nx , Phone : 01223354755 . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No thanks . I have all I need now . Have a good one . Bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day ."
}
] |
MUL1413.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8121"
],
[
"_:result",
"leave_at",
"14:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8121"
],
[
"_:result",
"leave_at",
"14:40"
],
[
"_:result",
"arrive_by",
"17:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8121"
],
[
"_:result",
"leave_at",
"14:40"
],
[
"_:result",
"arrive_by",
"17:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"ticket",
"75.10"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8121"
],
[
"_:result",
"leave_at",
"14:40"
],
[
"_:result",
"arrive_by",
"17:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"ticket",
"75.10"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/f2399844"
],
[
"_:search/f2399844",
"area",
"South"
],
[
"_:search/f2399844",
"food",
"British"
],
[
"_:search/f2399844",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8121"
],
[
"_:result",
"leave_at",
"14:40"
],
[
"_:result",
"arrive_by",
"17:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"ticket",
"75.10"
],
[
"_:system",
"canthelp",
"_:search/f2399844"
],
[
"_:search/f2399844",
"area",
"South"
],
[
"_:search/f2399844",
"food",
"British"
],
[
"_:search/f2399844",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Good luck Chinese takeaway"
],
[
"_:result",
"name",
"Peking Restaraunt"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"peking restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8121"
],
[
"_:result",
"leave_at",
"14:40"
],
[
"_:result",
"arrive_by",
"17:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"ticket",
"75.10"
],
[
"_:system",
"canthelp",
"_:search/f2399844"
],
[
"_:search/f2399844",
"area",
"South"
],
[
"_:search/f2399844",
"food",
"British"
],
[
"_:search/f2399844",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"peking restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"10 Homerton Street , City Centre"
],
[
"_:result",
"name",
"Peking Restaurant"
],
[
"_:result",
"phone",
"01223354755"
],
[
"_:result",
"postcode",
"cb28nx"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a place that has multiple sports in the centre of town . Do you have any suggestions ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "So sorry we have no multiple sports in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a college in the centre of town ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Regent Street');(_:result,amount,'a few');(_:result,entrance_fee,'free');(_:result,name,'Downing College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , there are a few . I personally like Downing College on Regent Street . It is free ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds good , I need the address , phone number and postcode ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'regent street');(_:result,phone,'01223334860');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is regent street postcode cb21dq and the phone is 01223334860 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great , that 's helpful , thanks . Can you also help us find a hotel ? We 'd like to stay on the west side , and we really dislike guesthouses . What can you recommend ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,name,'Cambridge Belfry');(_:result,name,'Huntingdon Marriott');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"inform((_:result,area,'westside');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have two hotels on the westside , the cheap Cambridge Belfry and the expensive Huntingdon Marriott . Which would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'cheaper');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer the cheaper one . Can you tell me if they offer free parking ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'Belfry');(_:booking,type,'Booking');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes they do have free parking . Would you like me to book a room for you at the Belfry ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm not quite sure yet , could I get the address there please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'back lane , cambourne');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The address is back lane , cambourne . Can I get you anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I need you to go ahead and book that for me . I would like to stay for two nights starting on Sunday ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Will it just be you staying or do I need to book other guests as well ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , just send me the address . Thank you ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'back lane , cambourne');(_:result,name,'the cambridge belfry');(_:result,phone,'01954714600');(_:result,postcode,'cb236bw');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "the cambridge belfry is on back lane , cambourne , cb236bw . Their phone number is 01954714600 . Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That is everything I needed ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your stay"
}
] |
MUL2578.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": [
[
"_:system",
"canthelp",
"_:search/281bccf0"
],
[
"_:search/281bccf0",
"area",
"centre"
],
[
"_:search/281bccf0",
"category",
"multiple sports"
],
[
"_:search/281bccf0",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/281bccf0"
],
[
"_:search/281bccf0",
"area",
"centre"
],
[
"_:search/281bccf0",
"category",
"multiple sports"
],
[
"_:search/281bccf0",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/281bccf0"
],
[
"_:search/281bccf0",
"area",
"centre"
],
[
"_:search/281bccf0",
"category",
"multiple sports"
],
[
"_:search/281bccf0",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/281bccf0"
],
[
"_:search/281bccf0",
"area",
"centre"
],
[
"_:search/281bccf0",
"category",
"multiple sports"
],
[
"_:search/281bccf0",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"westside"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/281bccf0"
],
[
"_:search/281bccf0",
"area",
"centre"
],
[
"_:search/281bccf0",
"category",
"multiple sports"
],
[
"_:search/281bccf0",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"westside"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Belfry"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/281bccf0"
],
[
"_:search/281bccf0",
"area",
"centre"
],
[
"_:search/281bccf0",
"category",
"multiple sports"
],
[
"_:search/281bccf0",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"westside"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:booking",
"name",
"Belfry"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/281bccf0"
],
[
"_:search/281bccf0",
"area",
"centre"
],
[
"_:search/281bccf0",
"category",
"multiple sports"
],
[
"_:search/281bccf0",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"westside"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:booking",
"name",
"Belfry"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/281bccf0"
],
[
"_:search/281bccf0",
"area",
"centre"
],
[
"_:search/281bccf0",
"category",
"multiple sports"
],
[
"_:search/281bccf0",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"westside"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:booking",
"name",
"Belfry"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"name",
"the cambridge belfry"
],
[
"_:result",
"phone",
"01954714600"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'venetian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please suggest me a venetian restaurant in the moderate price range ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry . There is not a restaurant meeting those criteria . Would you like to try something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , how about a restaurant that serves gastropub type of food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'1');(_:result,food,'gastropub');(_:result,name,'Cow Pizza Kitchen And Bar');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one moderately priced gastropub in the town centre called The Cow Pizza Kitchen And Bar ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! can you please give me the address and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Corn Exchange Street');(_:result,phone,'01223 308871');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the phone and address are 01223 308871 Corn Exchange Street"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ! Thank you , goodbye ."
}
] |
WOZ20558.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"venetian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/639572b1"
],
[
"_:search/639572b1",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/639572b1"
],
[
"_:search/639572b1",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Cow Pizza Kitchen And Bar"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/639572b1"
],
[
"_:search/639572b1",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"name",
"Cow Pizza Kitchen And Bar"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"phone",
"01223 308871"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any 4-star guesthouses ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'alot');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It looks like alot of places are listed that have 4 stars . Did you have a preference on the area or price range maybe ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . the hotel should be located in the North and should include free wifi"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,has_parking,'none');(_:result,name,'Home from Home');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Home from Home is a nice guesthouse with fee parking included . Can I reserve a room for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,name,'Home from Home');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does Home from Home have free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It sure does . Can I book your stay for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks . Have a nice day ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Thank you , Goodbye ."
}
] |
SNG0966.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Home from Home"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Home from Home"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train leaving cambridge on thursday can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely ! To help narrow your search , where would you like to arrive at ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'18:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive no later than 18:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have quite a few trains that fit that criteria , what destination do you have in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you find me one that will arrive in Norwich please"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'17:55');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have a train that arrives at 17:55 , if that 's acceptable ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes that would be fine what is the price ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'17.60');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price is 17.60 . Would you like me to book that for you/"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for things to do in the centre , would it be possible to get phone numbers for the various attractions ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'All saints church');(_:result,name,\"great saint mary 's church\");(_:result,name,'pembroke college');(_:result,phone,'01223338100');(_:result,phone,'01223350914');(_:result,phone,'01223452587');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "All saints church 01223452587 , great saint mary 's church 01223350914 , pembroke college 01223338100"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , that 's all I needed . Thank you !"
},
{
"id": 11,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "you 're welcome . thank you for using our sysyem ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a great day !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks , you too !"
}
] |
MUL1717.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"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"ticket",
"17.60"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"ticket",
"17.60"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"All saints church"
],
[
"_:result",
"name",
"great saint mary 's church"
],
[
"_:result",
"name",
"pembroke college"
],
[
"_:result",
"phone",
"01223338100"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"arrive_by",
"17:55"
],
[
"_:result",
"ticket",
"17.60"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"All saints church"
],
[
"_:result",
"name",
"great saint mary 's church"
],
[
"_:result",
"name",
"pembroke college"
],
[
"_:result",
"phone",
"01223338100"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant in the cheap price range and in the north side of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,pricerange,'inexpensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have an Italian and an Indian restaurant that are both inexpensive in the north part of town . Would you like the addresses of those ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am really looking for italian food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'20 milton road chesterton');(_:result,area,'north');(_:result,name,'Da Vinci Pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Well here is Da Vinci Pizzeria in the north . It 's cheap . 20 Milton Road Chesterton ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'16:00');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , that would be fine . Can you book a table for 4 at 16:00 on Wednesday ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'16:00');(_:booking,ref,'I3WAD456');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Absolutely . You 're booked for 16:00 and the reference number is I3WAD456 . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! Yes , I 'll also need to find a hotel with free parking and free wifi ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'ashley hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would recommend the ashley hotel ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , I apologize for not being more specific , I want to stay in a guesthouse"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there a price range or area you prefer ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I am looking for hotel that is cheap have free wifi and free parking ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'9');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'cheaply priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 9 cheaply priced guesthouses with free parking and Wifi . Is there are certain area of the city you 'd like to stay in ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , as long as it has free wifi and parking ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Alexander bed and breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alexander bed and breakfast is in the cheap price range and has both free parking and wifi , would you like a reservation ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , just the address , area please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'56 saint barnabas road in centre');(_:result,name,'alexander bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "alexander bed and breakfast address is 56 saint barnabas road in centre ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks for the help !"
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Glad I could help . Do you need assistance with anything else today ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What area is that in"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "It is located in the city centre , anything else ?"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all . Thanks for the help ! Bye !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm happy to be of service , and I hope you enjoy your stay in Cambridge !"
}
] |
PMUL0458.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"inexpensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"ref",
"I3WAD456"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"ref",
"I3WAD456"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"ref",
"I3WAD456"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"ref",
"I3WAD456"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"20 milton road chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"ref",
"I3WAD456"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"ref",
"I3WAD456"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"56 saint barnabas road in centre"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"ref",
"I3WAD456"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"56 saint barnabas road in centre"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_: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": [
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"ref",
"I3WAD456"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"56 saint barnabas road in centre"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"area",
"centre"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find the best , most expensive restaurant in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'mexican');(_:result,name,'Chiquito Restaurant Bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Chiquito Restaurant Bar is a mexican restaurant in the south part of town an has an expensive price range ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "could you please give me the address and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton');(_:result,name,'chiquito restaurant bar');(_:result,phone,'01223 400170');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar is located at 2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton and can be reached at 01223 400170 ."
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "thanks , bye bye"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "you are welcome , bye"
}
] |
WOZ20605.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"Chiquito Restaurant Bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'9:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train for 9:30 that departs from cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'lots');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are lots of trains that fit those criteria . Where would you like to go ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go to London Liverpool Street on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'9:27');(_:result,leave_at,'7:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train that leaves at 7:59 and arrives at 9:27 . Would like that one ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would work . Can you book it for two people ? Also , I need the reference number , please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR2835');(_:booking,ref,'3QZ8CPYE');(_:booking,ticket,'33.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful for TR2835 , the total fee is 33.2 GBP payable at the station . Your reference number is : 3QZ8CPYE . Can I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please - I need a place to stay with free wifi and free parking ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'The acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The acorn guest house fits that criteria . It 's located in the north region - would that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I 'd actually prefer to stay on the west side . Do you have anything in the expensive price range ? I 'd also like free wifi and parking if possible ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'The huntingdon marriott hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The huntingdon marriott hotel is in the west and in the expensive price range . It also has the free parking and wifi . Can I book a room for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I do n't need a room . I just need the postcode for that hotel , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,postcode,'pe296fl');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure the postcode is pe296fl ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "My pleasure . Enjoy your trip ."
}
] |
MUL0669.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"9:27"
],
[
"_:result",
"leave_at",
"7:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"9:27"
],
[
"_:result",
"leave_at",
"7:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2835"
],
[
"_:booking",
"ref",
"3QZ8CPYE"
],
[
"_:booking",
"ticket",
"33.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"9:27"
],
[
"_:result",
"leave_at",
"7:59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2835"
],
[
"_:booking",
"ref",
"3QZ8CPYE"
],
[
"_:booking",
"ticket",
"33.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"9:27"
],
[
"_:result",
"leave_at",
"7:59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2835"
],
[
"_:booking",
"ref",
"3QZ8CPYE"
],
[
"_:booking",
"ticket",
"33.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"The huntingdon marriott hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"9:30"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"9:27"
],
[
"_:result",
"leave_at",
"7:59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2835"
],
[
"_:booking",
"ref",
"3QZ8CPYE"
],
[
"_:booking",
"ticket",
"33.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"The huntingdon marriott hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"postcode",
"pe296fl"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,\"rosa 's bed and breakfast\");(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay at Rosa 's bed and breakfast in cambridge . can you give tell me their contact information and location ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'543 Roseford Road');(_:result,category,'guesthouse');(_:result,name,\"Rosa 's Bed and Breakfast\");(_:result,phone,'01 223 512 596');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Rosa 's Bed and Breakfast is a charming guesthouse located at 543 Roseford Road . Their phone number is 01 223 512 596 . Shall I get a reservation set up for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I just need information today thanks . So , it is a bed and breakfast right ? I do n't want a hotel . Any parking or internet available ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'bed and breakfast');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes it is a bed and breakfast , they do offer internet and parking . Is there any other information that you need ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "looking for a place to dine in moderate price and in the south"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'to');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have to places . Is there a specific type of food you would like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes chinese please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "would you prefer another type of cuisine ? i do not have a chinese restaurant that meets your criteria ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about checking Modern European food ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'152 - 154 Hills Road');(_:result,name,'Restaurant Alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend Restaurant Alimentum at 152 - 154 Hills Road . Great food ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's a wonderful suggestion . May I have the phone number and postcode , please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223413000');(_:result,postcode,'cb28pb');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223413000 . The postcode is cb28pb . May I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all for today . Thank you for your help . Goodbye"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "goodbye and enjoy your meal ."
}
] |
PMUL0070.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"543 Roseford Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"phone",
"01 223 512 596"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"543 Roseford Road"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"phone",
"01 223 512 596"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"bed and breakfast"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"543 Roseford Road"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"phone",
"01 223 512 596"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"bed and breakfast"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"to"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"543 Roseford Road"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"phone",
"01 223 512 596"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"bed and breakfast"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"to"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/40321e3f"
],
[
"_:search/40321e3f",
"food",
"chinese"
],
[
"_:search/40321e3f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01 223 512 596"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"bed and breakfast"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"to"
],
[
"_:system",
"canthelp",
"_:search/40321e3f"
],
[
"_:search/40321e3f",
"food",
"chinese"
],
[
"_:search/40321e3f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_: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",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"bed and breakfast"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"to"
],
[
"_:system",
"canthelp",
"_:search/40321e3f"
],
[
"_:search/40321e3f",
"food",
"chinese"
],
[
"_:search/40321e3f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223413000"
],
[
"_:result",
"postcode",
"cb28pb"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 've heard that the only trains out of Cambridge leave before 8:00 . That 's not really true , is it ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "No , it certainly is n't ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,leave_at,'08:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is there a train that departs from cambridge after 08:00 on Wednesday that goes to birmingham new street ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'08:01');(_:result,leave_at,'09:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is . There is actually an 08:01 but that might be too close . How about a 09:01 ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The 08:01 is fine actually . Can you book it for 6 people ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'D6UJRBDF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure thing , the reference number is D6UJRBDF"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'finches bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I also need information about finches bed and breakfast ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Finches bed and breakfast a guesthousein the west area.it is cheap and in the 4 star range.their number is 01223276653 \t and cb30nd . it is located in 144 thornton road ."
}
] |
PMUL4969.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/58f0b4d1"
],
[
"_:search/58f0b4d1",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/58f0b4d1"
],
[
"_:search/58f0b4d1",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"leave_at",
"08:01"
],
[
"_:result",
"leave_at",
"09:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/58f0b4d1"
],
[
"_:search/58f0b4d1",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"leave_at",
"08:01"
],
[
"_:result",
"leave_at",
"09:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"D6UJRBDF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , can you help me find an architecture based attraction to go to ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'church');(_:result,category,'school');(_:result,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,category,'architecture');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 architecture based attractions in Cambridge . All in the centre of town . Would you prefer a church or a school ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Any church will be fine . Can you give me the phone number of one ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'All Saints Church');(_:result,phone,'01223452587');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Certainly , All Saints Church 's number is 01223452587 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'the slug and lettuce');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Cool . I need a restaurant called the slug and lettuce too ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Slug and Lettuce');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to make a reservation at The Slug and Lettuce for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Slug and Lettuce');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you . Could you tell me what area of town The Slug and Lettuce is in , though ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "That would be the center of town ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need . Thanks for your help ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Thank you for using our service . Have we met all of your needs today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , you have been such a help !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! I 'm glad that I was able to assist you today . Goodbye ."
}
] |
MUL0844.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",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"the slug and lettuce"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:booking",
"name",
"Slug and Lettuce"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Slug and Lettuce"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:booking",
"name",
"Slug and Lettuce"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Slug and Lettuce"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:booking",
"name",
"Slug and Lettuce"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Slug and Lettuce"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'london kings cross train station');(_:search,destination,'saigon city');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i need a taxi pick up at london kings cross train station going to saigon city"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , what time do you want to leave by ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'05:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave by 05:00 ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t yellow bmw \n Contact number \t : \t 07229816957"
}
] |
SNG02171.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross train station"
],
[
"_:search",
"destination",
"saigon city"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london kings cross train station"
],
[
"_:search",
"destination",
"saigon city"
],
[
"_:search",
"leave_at",
"05:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a place to stay that 's four stars and has free wifi ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'Twenty one');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Twenty one accomodations meet your needs . What part of town are you planning to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That does n't matter as long as it 's cheap ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'21');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 21 places in that criteria . What area of town ? Or perhaps a need for free parking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,has_parking,'dontcare');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter . Like I told you , it just needs to be a cheap 4 star place with free wifi ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Alexander bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Alexander bed and breakfast is the best option ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay I would like to make a booking for 5 people and 4 nights starting from wednesday ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "Will you needing a reference number ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , of course ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'JVC5MSAV');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : JVC5MSAV . anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,leave_at,'9:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train on Friday , departing after 9:00 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok . Where are you departing from ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i am departing from cambridge"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be traveling to ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling to ely , no need to book , but i need the train number , travel time departure time and arrival time"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'10:07');(_:result,destination,'Ely');(_:result,duration,'17 minutes');(_:result,id,'TR8792');(_:result,leave_at,'09:50');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Train TR8792 departs at 09:50 and will arrive in Ely at 10:07 . The total travel time is 17 minutes . Anything more I can help with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thanks for your time ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome , have a great day !"
}
] |
PMUL1566.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"Twenty one"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"Twenty one"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"Twenty one"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"Twenty one"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"Twenty one"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"JVC5MSAV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"Twenty one"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"JVC5MSAV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"Twenty one"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"JVC5MSAV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_: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": [
[
"_:result",
"amount",
"Twenty one"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"JVC5MSAV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR8792"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_: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,category,'boats');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a place to go that includes boats . Can you please help me plan my trip ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'boat');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are four boat attractions in Cambridge . Is there an area of town you 'd like to visit while there ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , I do n't have a preference . Which one do you suggest ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'East');(_:result,name,'Camboats');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Camboats in the East area , would you like more information about Camboats ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'cheaper');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That is great is there a hotel near by that has free wifi and is on the cheaper side ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "there are 3 hotels available that meet your criteria , do you have any other preferences ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like one with free parking ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'East');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Allenbell');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Allenbell is a guesthouse on the East side of town that is cheap . It has both free wifi and parking . Would you like more information or to book a room ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer a hotel over a guesthouse . Are there any that would meet the criteria I 've listed ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , I 'm not finding anything that matches that criteria . Can I search for something else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I really need a hotel in the east ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'East');(_:result,has_parking,'none');(_:result,name,'Express by Holiday Inn');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Express by Holiday Inn is in the East and has parking , but it 's expensive . Is that OK ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No I really need the price range to be cheap . Are there any that come up close to that price range ?"
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:search,area,'that part of town');(_:search,category,'hotels');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , no . In that part of town , there are no cheap hotels ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,name,'allenbell');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm sorry , I misspoke earlier . The Allenbell will be fine . Could you see if they have any rooms starting on Tuesday for 3 nights ? There will be 8 people ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'SXQ58UY1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful with a reference number of SXQ58UY1 . Do you need anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'camboats');(_:search,leave_at,'07:45');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I would also like a taxi that will leave from Camboats by 07:45 . Could you also provide me with its contact number and car type ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'blue Toyota');(_:result,phone,'07214859468');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I was able to secure a blue Toyota for you . The contact number is 07214859468 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need . Have a nice day ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Goodbye !"
}
] |
MUL1176.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:result",
"category",
"boat"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"boat"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"boat"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/7d04880c"
],
[
"_:search/7d04880c",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/7d04880c"
],
[
"_:search/7d04880c",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/7d04880c"
],
[
"_:search/7d04880c",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/87400254"
],
[
"_:search/87400254",
"area",
"that part of town"
],
[
"_:search/87400254",
"category",
"hotels"
],
[
"_:search/87400254",
"pricerange",
"cheap"
],
[
"_:search/87400254",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/7d04880c"
],
[
"_:search/7d04880c",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/87400254"
],
[
"_:search/87400254",
"area",
"that part of town"
],
[
"_:search/87400254",
"category",
"hotels"
],
[
"_:search/87400254",
"pricerange",
"cheap"
],
[
"_:search/87400254",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"SXQ58UY1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"camboats"
],
[
"_:search",
"leave_at",
"07:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/7d04880c"
],
[
"_:search/7d04880c",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/87400254"
],
[
"_:search/87400254",
"area",
"that part of town"
],
[
"_:search/87400254",
"category",
"hotels"
],
[
"_:search/87400254",
"pricerange",
"cheap"
],
[
"_:search/87400254",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"SXQ58UY1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"camboats"
],
[
"_:search",
"leave_at",
"07:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue Toyota"
],
[
"_:result",
"phone",
"07214859468"
],
[
"_: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,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are their any architecture in the centre of cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'churches');(_:result,category,'old schools');(_:result,type,'Attraction'))",
"thank()",
"inform((_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes ! There are 4 churches as well as old schools . Would you be interested in one of those ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Certainly , pick out a good option . I will need the entrance fee please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'all saints church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would like to suggest all saints church . The entrance fee is free ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Excellent , could I also get its postcode and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'All Saints Church');(_:result,phone,'01223452587');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for All Saints Church is 01223452587 and it 's postcode is cb58bs . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you give a recommendation on a place to eat in the centre that is in a moderate price range ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'also an');(_:result,food,'British');(_:result,food,'asian oriental');(_:result,name,'Copper Kettle');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Copper Kettle is an excellent choice for British cuisine . Alternatively , there is also an asian oriental restaurant . Do either of those sound suitable ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'Copper Kettle');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'll go with The Copper Kettle . Can you give me the phone number ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'4 Kings Parade City Centre');(_:result,name,'Copper Kettle');(_:result,phone,'01223365068');(_:result,postcode,'cb21sj');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Copper Kettle 's phone number is 01223365068 and the address is 4 Kings Parade City Centre , postcode cb21sj . Would you like me to book a table for you there ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks . I will book later on . I think that was all I needed . Thanks . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great time !"
}
] |
MUL2443.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"old schools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"old schools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"old schools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"old schools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"also an"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Copper Kettle"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"category",
"old schools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"also an"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:search",
"name",
"Copper Kettle"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"4 Kings Parade City Centre"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"phone",
"01223365068"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I have some questions about attractions , today ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'79');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "What type of questions do you have . I have 79 attractions available what are you looking for and in what area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to learn about attractions in the west side of town ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'college');(_:result,category,'museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Are you looking for a museum to visit ? Or would you prefer a college ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'vegetarian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Surprise me :) I need the address , postcode and the entrance fee . I also need a vegetarian restaurant with a moderate price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,address,\"storey 's way\");(_:result,entrance_fee,'free to enter');(_:result,name,'churchhill college');(_:result,postcode,'cb30ds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would recommend churchhill college . It 's free to enter . The address is storey 's way . The post code is cb30ds . What area should the restaurant be in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i do n't mind where it is as long as they have vegetarian food ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,food,'vegetarian');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , I have no vegetarian restaurants available . Is there something else you would be interested in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you look for an Indian restaurant ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'Meghna');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is an indian restaurant called Meghna in the west . It 's moderately priced . Would you like me to book a table ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No just provide me their address and phone number ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'205 Victoria Rd Chesterton');(_:result,phone,'01223727410');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sure they are located at 205 Victoria Rd Chesterton , phone is 01223727410 , something else today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm going to need a taxi to get to the two places ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where do you want to depart and arrive and what time ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the museum');(_:search,leave_at,'9:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm going to need to leave the museum by 9:00 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'RED VOLVO');(_:result,phone,'07134286519');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your are booked , look for a red volvo , if you need to contact them , their number is 07134286519 , any further questions ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . I do n't think I have any questions right now ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I look up anything else for you ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day , goodbye !"
}
] |
PMUL2181.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:result",
"name",
"churchhill college"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:result",
"name",
"churchhill college"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/cb381f08"
],
[
"_:search/cb381f08",
"food",
"vegetarian"
],
[
"_:search/cb381f08",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/cb381f08"
],
[
"_:search/cb381f08",
"food",
"vegetarian"
],
[
"_:search/cb381f08",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/cb381f08"
],
[
"_:search/cb381f08",
"food",
"vegetarian"
],
[
"_:search/cb381f08",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"205 Victoria Rd Chesterton"
],
[
"_:result",
"phone",
"01223727410"
],
[
"_: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": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/cb381f08"
],
[
"_:search/cb381f08",
"food",
"vegetarian"
],
[
"_:search/cb381f08",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"205 Victoria Rd Chesterton"
],
[
"_:result",
"phone",
"01223727410"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/cb381f08"
],
[
"_:search/cb381f08",
"food",
"vegetarian"
],
[
"_:search/cb381f08",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"205 Victoria Rd Chesterton"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"RED VOLVO"
],
[
"_:result",
"phone",
"07134286519"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"79"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"entrance_fee",
"free to enter"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"canthelp",
"_:search/cb381f08"
],
[
"_:search/cb381f08",
"food",
"vegetarian"
],
[
"_:search/cb381f08",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"address",
"205 Victoria Rd Chesterton"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"leave_at",
"9:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"RED VOLVO"
],
[
"_:result",
"phone",
"07134286519"
],
[
"_: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,area,'centre');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking got a hotel near the centre and I need to it have free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 5 hotels that fit that criteria . Are you looking for a particular price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Expensive . A guest house , please ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I have no matches that fit that criteria , would you like me to look up something else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about one that is a hotel ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'Gonville hotel');(_:result,name,'University Arms');(_:result,stars,'3');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , I have two results . Gonville hotel has 3 stars and University Arms has 4 stars , would one of those work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes any one of them will do . I need to book for 6 people for 2 nights starting sunday please ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,name,'gonville hotel');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:booking,name,'university arms hotel');(_:booking,ref,'BQ60JNGD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The gonville hotel is booked . However , the good news is you are booked into university arms hotel . The reference number is BQ60JNGD . Is there anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Uh , no that 's fine . Thanks for all of your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome have a good day !"
}
] |
SSNG0318.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ba4b25ee"
],
[
"_:search/ba4b25ee",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ba4b25ee"
],
[
"_:search/ba4b25ee",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Gonville hotel"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ba4b25ee"
],
[
"_:search/ba4b25ee",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Gonville hotel"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/329d3419"
],
[
"_:booking/329d3419",
"name",
"gonville hotel"
],
[
"_:booking/329d3419",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"university arms hotel"
],
[
"_:booking",
"ref",
"BQ60JNGD"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i want to book a hotel of moderate price in the south ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'guesthouses');(_:result,count,'2');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no hotels in the range , but two guesthouses in the south moderately priced . Would they be something you would consider or do you want another search ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need one in the south , moderate price , free wifi ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,category,'guesthouses');(_:result,count,'2');(_:result,has_internet,'none');(_:result,pricerange,'moderate');(_:result,stars,'3');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two guesthouses in the moderate price range in the south side of town with free Wifi . One 3 and one 4 star . Can i book one for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh . One more thing . Is there free parking ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Both options have free parking available ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Okay , could you book one for me ?"
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "I would love to but our system is down right now ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Can you please give it one more try ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to help with your request , first I 'll need to know the day you 'll be checking in , the number in your party , and for how many nights ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't need to book , I 'm looking for somewhere to go in town with the same area as the hotel and it should be a nightclub ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,name,'soul tree nightclub');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is quite a few , how about soul tree nightclub , it 's a real hot spot !"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,leave_at,'01:15');(_:search,type,'Taxi'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds great , I need their postal can I also book a taxi from the attraction to the hotel at 01:15"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,postcode,'cb23qf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "cb23qf is the postcode ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,leave_at,'01:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need to book a taxi from the attraction to the hotel leaving by 01:15 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'black bmw');(_:result,phone,'07078788230');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "A black bmw is booked . The contact number is 07078788230"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , great . Thanks for all your help today . I appreciate it . Goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "It is a pleasure to have assisted you ! Goodbye !"
}
] |
PMUL3496.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/9eef70b4"
],
[
"_:search/9eef70b4",
"category",
"hotels"
],
[
"_:search/9eef70b4",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9eef70b4"
],
[
"_:search/9eef70b4",
"category",
"hotels"
],
[
"_:search/9eef70b4",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9eef70b4"
],
[
"_:search/9eef70b4",
"category",
"hotels"
],
[
"_:search/9eef70b4",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9eef70b4"
],
[
"_:search/9eef70b4",
"category",
"hotels"
],
[
"_:search/9eef70b4",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9eef70b4"
],
[
"_:search/9eef70b4",
"category",
"hotels"
],
[
"_:search/9eef70b4",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9eef70b4"
],
[
"_:search/9eef70b4",
"category",
"hotels"
],
[
"_:search/9eef70b4",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"name",
"soul tree nightclub"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"leave_at",
"01:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9eef70b4"
],
[
"_:search/9eef70b4",
"category",
"hotels"
],
[
"_:search/9eef70b4",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"name",
"soul tree nightclub"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"leave_at",
"01:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/9eef70b4"
],
[
"_:search/9eef70b4",
"category",
"hotels"
],
[
"_:search/9eef70b4",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"name",
"soul tree nightclub"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"leave_at",
"01:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black bmw"
],
[
"_:result",
"phone",
"07078788230"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'9:15');(_:search,departure,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a train departing from Stansted Airport . I 'd like it to arrive at the destination by 9:15 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! It looks like we have four morning trains daily the are early enough for you . What day are you planning to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))",
"inform((_:result,destination,'Cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "We only have trains going to Cambridge then , is that your destination ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I want to go to cambridge . Can you make a booking for 7 people and give me the reference number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'08:52');(_:result,departure,'airport');(_:result,destination,'Cambridge');(_:result,id,'TR9084');(_:result,leave_at,'08:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR9084 that leaves the airport at 08:24 and gets to Cambridge at 08:52 . Would that train work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that 's great can I get 7 tickets please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR9084');(_:booking,people,'7');(_:booking,ref,'CVJZNB86');(_:booking,ticket,'70.7 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , your 7 tickets for the TR9084 train has been purchased for 70.7 GBP . The reference number is CVJZNB86 . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that 's all I needed . Thanks . Have a good night !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services , goodbye ."
}
] |
SNG0433.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"08:52"
],
[
"_:result",
"departure",
"airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9084"
],
[
"_:result",
"leave_at",
"08:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"08:52"
],
[
"_:result",
"departure",
"airport"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9084"
],
[
"_:result",
"leave_at",
"08:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9084"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"CVJZNB86"
],
[
"_:booking",
"ticket",
"70.7 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Great ! What can I help you with today ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to leicester on thursday"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "please specify the time for departure"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'15:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving Cambridge at 15:00"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'17:06');(_:result,departure,'Cambridge');(_:result,destination,'Leicester');(_:result,duration,'long');(_:result,id,'TR9839');(_:result,leave_at,'15:21');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR9839 departs Cambridge at 15:21 and arrives in Leicester at 17:06 . It 's a long trip , so load a movie on your tablet !"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price of the ticket ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'37.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The ticket is priced at 37.80 pounds ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much . Can you also help me find a place in town ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I am not sure if you are referring to a place to stay or an attraction , can you be more specific please ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like something architecture related in the east if possible ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry . I 'm not finding any attractions that meet your criteria . Would you like to try a different location ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there something like a museum ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'fulbourn');(_:result,entrance_fee,'free');(_:result,name,'gallery at twelve a high street');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,area,'east');(_:result,category,'museums');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 4 results for museums in the east . One is gallery at twelve a high street located at fulbourn with free entrance . Would you like more info on the others ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "please get me the get entrance fee and address ."
},
{
"id": 15,
"rdf-acts": [
"select((_:result,entrance_fee,'5 Pounds for admission');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Artworks');(_:result,name,'Cambridge Museum of Technology');(_:result,name,'Gallery');(_:result,name,'Saint Barnabas');(_:result,type,'Attraction'))",
"inform((_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge Artworks , the Gallery , and Saint Barnabas are free , and the Cambridge Museum of Technology costs 5 Pounds for admission . Which would you like the address for ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,name,'cambridge artworks');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I suppose Cambridge Artworks sounds cool ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,address,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "can get you the address ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "yes the address please"
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'5 Greens Road');(_:result,name,'Cambridge Artworks');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address for Cambridge Artworks is 5 Greens Road with post code cb13ef . Can I help you with anything else ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that 's all thanks for your help"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , hope your stay in cambridge is memorable ."
}
] |
PMUL4451.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"duration",
"long"
],
[
"_:result",
"id",
"TR9839"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"duration",
"long"
],
[
"_:result",
"id",
"TR9839"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"arrive_by",
"17:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"duration",
"long"
],
[
"_:result",
"id",
"TR9839"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"arrive_by",
"17:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"duration",
"long"
],
[
"_:result",
"id",
"TR9839"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/ce120490"
],
[
"_:search/ce120490",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_: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",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"arrive_by",
"17:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"duration",
"long"
],
[
"_:result",
"id",
"TR9839"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/ce120490"
],
[
"_:search/ce120490",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"fulbourn"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"gallery at twelve a high street"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"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",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"arrive_by",
"17:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"duration",
"long"
],
[
"_:result",
"id",
"TR9839"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/ce120490"
],
[
"_:search/ce120490",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"fulbourn"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"5 Pounds for admission"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"name",
"Gallery"
],
[
"_:result",
"name",
"Saint Barnabas"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"arrive_by",
"17:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"duration",
"long"
],
[
"_:result",
"id",
"TR9839"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/ce120490"
],
[
"_:search/ce120490",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"fulbourn"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"5 Pounds for admission"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"name",
"Gallery"
],
[
"_:result",
"name",
"Saint Barnabas"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"address",
"?"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"arrive_by",
"17:06"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"duration",
"long"
],
[
"_:result",
"id",
"TR9839"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:search/ce120490"
],
[
"_:search/ce120490",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"5 Pounds for admission"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"address",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotels');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay . Please list all hotels in the north that include free wifi ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,count,'2');(_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two hotels that match that criteria , the Ashley Hotel and the Lovell Lodge . They are both hotels ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Which one is cheap ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,pricerange,'cheap');(_:search,type,'Hotel'))",
"inform((_:result,amount,'Both');(_:result,category,'hotels');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no hotels in the north in the cheap price range . Both of these hotels are moderately priced . Can I check another area for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "None in the north that are cheap ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "No , none of them are cheap in the north . Would you like to change your criteria ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Try a different area ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'Cambridge belfry');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Cambridge belfry is available in the west ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds good can you book 8 people for 4 nights from thursday ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Cambridge Belfry');(_:booking,ref,'LEMRQ8IA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set at The Cambridge Belfry . Your reference number is : LEMRQ8IA . Anything else I can assist you with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'08:30');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually yes , I need a train to Cambridge . Please get me one that arrives by 08:30"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'norwich');(_:search,people,'eight');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Departing from Norwich . I need a booking for eight people ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day did you want to travel ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "On Thursday , please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'6:35');(_:result,id,'TR0256');(_:result,leave_at,'5:16');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR0256 leaving at 5:16 and arriving at 6:35 ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That will be great . Can you book me 8 tickets please ?"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Your booking was a success . Reference number is : NLA2CG5S and total fee is : 140.8 GBP ."
}
] |
PMUL1833.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:system",
"canthelp",
"_:search/f156c077"
],
[
"_:search/f156c077",
"pricerange",
"cheap"
],
[
"_:search/f156c077",
"type",
"Hotel"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:system",
"canthelp",
"_:search/f156c077"
],
[
"_:search/f156c077",
"pricerange",
"cheap"
],
[
"_:search/f156c077",
"type",
"Hotel"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/ba343bbf"
],
[
"_:search/ba343bbf",
"area",
"north"
],
[
"_:search/ba343bbf",
"pricerange",
"cheap"
],
[
"_:search/ba343bbf",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"canthelp",
"_:search/f156c077"
],
[
"_:search/f156c077",
"pricerange",
"cheap"
],
[
"_:search/f156c077",
"type",
"Hotel"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ba343bbf"
],
[
"_:search/ba343bbf",
"area",
"north"
],
[
"_:search/ba343bbf",
"pricerange",
"cheap"
],
[
"_:search/ba343bbf",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"canthelp",
"_:search/f156c077"
],
[
"_:search/f156c077",
"pricerange",
"cheap"
],
[
"_:search/f156c077",
"type",
"Hotel"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ba343bbf"
],
[
"_:search/ba343bbf",
"area",
"north"
],
[
"_:search/ba343bbf",
"pricerange",
"cheap"
],
[
"_:search/ba343bbf",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Cambridge Belfry"
],
[
"_:booking",
"ref",
"LEMRQ8IA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_: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",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"canthelp",
"_:search/f156c077"
],
[
"_:search/f156c077",
"pricerange",
"cheap"
],
[
"_:search/f156c077",
"type",
"Hotel"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ba343bbf"
],
[
"_:search/ba343bbf",
"area",
"north"
],
[
"_:search/ba343bbf",
"pricerange",
"cheap"
],
[
"_:search/ba343bbf",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Cambridge Belfry"
],
[
"_:booking",
"ref",
"LEMRQ8IA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"people",
"eight"
],
[
"_: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",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"canthelp",
"_:search/f156c077"
],
[
"_:search/f156c077",
"pricerange",
"cheap"
],
[
"_:search/f156c077",
"type",
"Hotel"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ba343bbf"
],
[
"_:search/ba343bbf",
"area",
"north"
],
[
"_:search/ba343bbf",
"pricerange",
"cheap"
],
[
"_:search/ba343bbf",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cambridge belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Cambridge Belfry"
],
[
"_:booking",
"ref",
"LEMRQ8IA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:system",
"canthelp",
"_:search/f156c077"
],
[
"_:search/f156c077",
"pricerange",
"cheap"
],
[
"_:search/f156c077",
"type",
"Hotel"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ba343bbf"
],
[
"_:search/ba343bbf",
"area",
"north"
],
[
"_:search/ba343bbf",
"pricerange",
"cheap"
],
[
"_:search/ba343bbf",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cambridge belfry"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Cambridge Belfry"
],
[
"_:booking",
"ref",
"LEMRQ8IA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"arrive_by",
"6:35"
],
[
"_:result",
"id",
"TR0256"
],
[
"_:result",
"leave_at",
"5:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm wanting a train that leaves on Friday and goes to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure thing . What 's your departure site and around what time would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,leave_at,'16:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave after 16:45 , depart from Birmingham New Street ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'20:23');(_:result,leave_at,'17:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train will leave at 17:40 and arrive at 20:23 . Does that sound good ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "This time works fine for me ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'ZETNNFN0');(_:booking,ticket,'75.09 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You train has been booked , and the reference number is ZETNNFN0 . You will owe 75.09 GBP when you arrive ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "thanks , i 'm also looking for some museums ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'lots');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have lots of wonderful museums . Is there a particular area of the town you would like to find one in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , do you have any in the centre ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,category,'museums');(_:result,count,'11');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There 's 11 museums in the centre is there a type of museum you 'd like to visit ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Anyone of those would work . Could you recommend something for me ? I 'll need the phone number , and address as well ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'98 king street');(_:result,name,'broughton house gallery');(_:result,phone,'01223314960');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The broughton house gallery is very nice and the phone number is 01223314960 and the address is 98 king street ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What area is it in ?"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "It is in the centre ."
}
] |
PMUL1146.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:23"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_: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",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:result",
"arrive_by",
"20:23"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZETNNFN0"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:result",
"arrive_by",
"20:23"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZETNNFN0"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:result",
"arrive_by",
"20:23"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZETNNFN0"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:result",
"arrive_by",
"20:23"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZETNNFN0"
],
[
"_:booking",
"ticket",
"75.09 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"lots"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"address",
"98 king street"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a moderate priced hotel to stay at ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "In what area of town are you looking to stay ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "in the south are of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'aylesbray lodge guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "aylesbray lodge guest house is a nice place"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free parking ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes they do offer free parking . Would you like me to book a room for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , on Tuesday for 3 people 3 nights ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'tuesday');(_:booking,name,'aylesbray lodge guest house');(_:booking,people,'3');(_:booking,ref,'SWWMG3BG');(_:booking,stay,'4 days 3 nights');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation for 3 people at aylesbray lodge guest house this tuesday for 4 days 3 nights was successful . Your Reference number is : SWWMG3BG ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks for your time and services"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you goodbye"
}
] |
PMUL3036.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"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"tuesday"
],
[
"_:booking",
"name",
"aylesbray lodge guest house"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"SWWMG3BG"
],
[
"_:booking",
"stay",
"4 days 3 nights"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need information on a hotel named,\"rosa 's bed and breakfast \" ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,name,\"Rosa 's\");(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Rosa 's is located in the south and is cheap . Would you like a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks . I just need their post code ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'cb22 ha');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , it is cb22 ha . Can I be of further assistance to you today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'Stazione Resaurant and Coffee Bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also am looking for a restaurant called Stazione Resaurant and Coffee Bar ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'italian');(_:result,name,'Stazione restaurant and coffee bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Stazione restaurant and coffee bar is an expensive italian restaurant located in the centre , shall I make a reservation for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that is all I needed ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful day !"
}
] |
PMUL0192.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Rosa 's"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Rosa 's"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"postcode",
"cb22 ha"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Stazione Resaurant and Coffee Bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb22 ha"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Stazione Resaurant and Coffee Bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Stazione restaurant and coffee bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'adc theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i 'm looking for adc theatre"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'park street');(_:result,area,'centre');(_:result,postcode,'cb58as');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "You will want to go to the centre part of Cambridge , it is on park street , postal code cb58as . Can I help with anything else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'adc theatre');(_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for information on the adc theatre . Can you get some information for me , including the attraction type ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'center');(_:result,category,'theatre');(_:result,name,'ADC Theatre');(_:result,phone,'01223300085');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "ADC Theatre is a theatre in the center part of town . Their phone number is 01223300085 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'gonville hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I need information about the Gonville Hotel , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "it is an expensive hotel in the centre with free wifi and parking . do you need their contact ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Well , I 'd like to book a room for 5 people , beginning on Friday for 5 days . Can you help me with that ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,ref,'7WB751AK');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Of course ! I just booked the room for you for 5 days beginning on Friday . The reference number is 7WB751AK . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much , I think that that will be all !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre ! Have a great rest of your day !"
}
] |
PMUL3071.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"adc theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"park street"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"park street"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"park street"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"ref",
"7WB751AK"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello , I 'm hanging around town tomorrow due to an appointment and want to do something fun while I 'm there . I 'll be on the town centre most of the day ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'plenty');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are plenty of things to do , are you interested in museums or architecture ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Either or would be fine !"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'architecture');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would suggest architecture as there are several churches in the area . Do you prefer something with free entry ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am open to anything . Can you just pick a church and give me the address and entrance fee ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'market street');(_:result,entrance_fee,'free');(_:result,name,'Holy Trinity Church');(_:result,postcode,'cb23nz');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure . Holy Trinity Church is free and is located on market street . The postcode is cb23nz . Can I get you any other information today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need . Thanks ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
SNG1139.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'08:30');(_:search,departure,'the missing sock');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi from the missing sock and I need to get to my destination by 08:30 . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can help you with that . where are you going ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'el shaddai');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm going to el shaddai"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'white volkswagen');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay your booking is complete . Be on the lookout for a white volkswagen"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I will also need the contact number please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'07053289961');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Their contact number is 07053289961 . Do you need any further assistance ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for contact us . Goodbye ."
}
] |
SNG01919.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"departure",
"the missing sock"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"departure",
"the missing sock"
],
[
"_:search",
"destination",
"el shaddai"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"departure",
"the missing sock"
],
[
"_:search",
"destination",
"el shaddai"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white volkswagen"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"departure",
"the missing sock"
],
[
"_:search",
"destination",
"el shaddai"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white volkswagen"
],
[
"_:result",
"phone",
"07053289961"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm planning a trip to Cambridge and looking for a train to get me there . Can you help me find one please ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"inform((_:result,amount,'many');(_:result,destination,'cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "We have many trains to cambridge , where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'09:15');(_:search,day,'friday');(_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from cambridge and I would like to go to london kings cross . I would like my train to arrive by 09:15 and leave on friday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'07:51');(_:result,destination,'London Kings Cross');(_:result,id,'TR8026');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR8026 arrives in London Kings Cross by 07:51 , can I book a ticket for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'10');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book a round trip ticket for 10 people ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'EM9QISG0');(_:booking,ticket,'236 GPB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , the train is booked . The fee is 236 GPB and the reference number is EM9QISG0 . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel with free parking and free wifi ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many hotels that fit those needs , is there a certain area of town you wanted me to book you near ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does not matter but I would like it to have a star rating of 0 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no hotels that fit that criteria . Would you like me to look for another star rating ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What about a guesthouse ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,name,'. city centre north b and b and el shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 2 choices . City Centre North B and B and El Shaddai . Would you like to make a reservation ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the price range of those hotels ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Both guesthouses are in the cheap price range . Do you want me to book one ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Not at this time . Thank you for all the information . I 'm all set . Good bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day , goodbye"
}
] |
MUL2017.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"07:51"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR8026"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"10"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"07:51"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR8026"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"10"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EM9QISG0"
],
[
"_:booking",
"ticket",
"236 GPB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"07:51"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR8026"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"10"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EM9QISG0"
],
[
"_:booking",
"ticket",
"236 GPB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"07:51"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR8026"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"10"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EM9QISG0"
],
[
"_:booking",
"ticket",
"236 GPB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"?"
],
[
"_:system",
"canthelp",
"_:search/3fb2adec"
],
[
"_:search/3fb2adec",
"category",
"hotels"
],
[
"_:search/3fb2adec",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"07:51"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR8026"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"10"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EM9QISG0"
],
[
"_:booking",
"ticket",
"236 GPB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"stars",
"?"
],
[
"_:system",
"canthelp",
"_:search/3fb2adec"
],
[
"_:search/3fb2adec",
"category",
"hotels"
],
[
"_:search/3fb2adec",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
". city centre north b and b and el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"07:51"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR8026"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"10"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EM9QISG0"
],
[
"_:booking",
"ticket",
"236 GPB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"stars",
"?"
],
[
"_:system",
"canthelp",
"_:search/3fb2adec"
],
[
"_:search/3fb2adec",
"category",
"hotels"
],
[
"_:search/3fb2adec",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
". city centre north b and b and el shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a place to eat with a moderate price ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Do you have any preferences as far as area of the city or cuisine type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I really need it to be moderate in price and located in Centre please ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,food,'British');(_:result,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'21');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 21 moderately priced restaurants in the centre . Would British food interest you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , if you could get me the phone number and postcode , that would be nice ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Restaurant one seven');(_:result,phone,'01223337766');(_:result,postcode,'cb21ab');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant one seven postcode is cb21ab and phone is 01223337766 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm also still looking for a hotel . Some kind of guesthouse , maybe ? Although I do need access to parking and wifi ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,has_internet,'none');(_:result,name,'Alexander Bed and Breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alexander Bed and Breakfast is in the centre near the restaurant , it is 4 stars and in the cheap price range . They offer both internet and wifi ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "that 's cool , but how about something more moderately priced ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is nothing matching that criteria in the moderate price range in the centre . Is it possible to modify your criteria ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "The guest house does not need to be in the centre . Which part part of my criteria needs to be modified ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'acorn');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about acorn guest house ? It 's in the north ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds good , can I get a room for 4 people for 2 nights starting friday ?"
},
{
"id": 13,
"rdf-acts": [
"thank()",
"inform((_:booking,ref,'RRET7JGM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , here we go . The Booking was successful . The reference number is RRET7JGM . Will that be all ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes thank you , that s all I need today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a wonderful trip ."
}
] |
PMUL0402.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Restaurant one seven"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/67f75987"
],
[
"_:search/67f75987",
"area",
"centre"
],
[
"_:search/67f75987",
"food",
"moderate"
],
[
"_:search/67f75987",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/67f75987"
],
[
"_:search/67f75987",
"area",
"centre"
],
[
"_:search/67f75987",
"food",
"moderate"
],
[
"_:search/67f75987",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"acorn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223337766"
],
[
"_:result",
"postcode",
"cb21ab"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/67f75987"
],
[
"_:search/67f75987",
"area",
"centre"
],
[
"_:search/67f75987",
"food",
"moderate"
],
[
"_:search/67f75987",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"acorn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"RRET7JGM"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Help me find a place to stay . I need a cheap hotel in the east ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm so sorry , but I could n't find anything fitting your specifications . Would you like for me to look in another area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I might be able to spend more if the hotel comes with free wifi ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,name,'the express by holiday inn cambridge');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ok , the express by holiday inn cambridge has wifi but it 's expensive . Do you want to book it ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No . Let me clarify . I am looking for a hotel or guesthouse but I would like it to be cheap and in the east with free wifi ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What price range are you looking for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a cheap place to stay in the east area with wifi , please ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "I ca nt find a entry , would you want a different location ?"
}
] |
PMUL1540.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/ef68dedf"
],
[
"_:search/ef68dedf",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/ef68dedf"
],
[
"_:search/ef68dedf",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"the express by holiday inn cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/ef68dedf"
],
[
"_:search/ef68dedf",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"the express by holiday inn cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a cheap place to stay"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many cheap places . In which area would you like to search for a place to stay ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It should include free parking . The hotel should include free wifi ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,count,'10');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 10 cheap hotels what area would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'2');(_:search,pricerange,'cheapest');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Whichever is the cheapest for 2 people , 5 nights starting Thursday . Please book it , and I will need a reference number . Thanks ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'UK8T46J8');(_:booking,type,'Booking');(_:result,name,'Alexander Bed and Breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alright , you are booked at the Alexander Bed and Breakfast . Reference number is UK8T46J8 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you , I just want to confirm that this hotel includes free parking and wifi"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it includes both ."
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that will be all . good bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your stay . Goodbye !"
}
] |
SNG01821.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"pricerange",
"cheapest"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"pricerange",
"cheapest"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"UK8T46J8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"pricerange",
"cheapest"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"UK8T46J8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant that serves international food ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'east');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,food,'international');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several restaurants serving international food . Would you prefer one in the centre or east part of town ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't care ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "There are three restaurants serving international food . What price range would you like ?"
}
] |
WOZ20514.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a restaurant . Something expensive and italian ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a couple of');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I was able to get a couple of options for you , is there a certain area you would like to go to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to go to the centre , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'stazione restaurant and coffee bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about stazione restaurant and coffee bar ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'11:30');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , that sounds good . I need a table for 7 at 11:30 on Thursday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unfortunately unsuccessful . Let 's try another day or time slot ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'10:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , will you try 10:30 instead ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'10:30');(_:booking,ref,'4H1DRIF8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked for 10:30 . Your reference number is 4H1DRIF8 . Is there anything else I can assist you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all , thanks . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your meal ! Goodbye !"
}
] |
SNG0670.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/61310ab9"
],
[
"_:booking/61310ab9",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"10:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/61310ab9"
],
[
"_:booking/61310ab9",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"10:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"10:30"
],
[
"_:booking",
"ref",
"4H1DRIF8"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,leave_at,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train leaving Thursday after 17:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Could you give me a little more information ? Where will you be traveling to and from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "To Cambridge , from Stansted Airport ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'18:52');(_:result,departure,'Stansted Airport');(_:result,destination,'cambridge');(_:result,leave_at,'17:45');(_:result,leave_at,'18:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train leaving Stansted Airport after 17:45 leaves at 18:24 . You 'd arrive in cambridge by 18:52 . Would you like me to book a seat on this train ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , what is the Train ID and price ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR5433');(_:result,ticket,'10.10 GBP');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train ID is TR5433 and the cost is 10.10 GBP per ticket . Would you like me to book this trip for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "That wo n't be necessary but thanks anyway . Although , I could use some help finding an attraction in the centre of town ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,category,'Churches');(_:result,category,\"art gallery 's\");(_:result,category,'cinemas');(_:result,category,'colleges');(_:result,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many attractions . Churches , cinemas , colleges , and art gallery 's . Do any of those sound appealing ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me a few samples ? I 'll need the entrance fee , too ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,name,'All Saints Church');(_:result,name,'Holy Trinity Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "All Saints Church is free to get in as is Holy Trinity Church . Would you like more information ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'all saints church');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . Postcode , phone number and entrance fee 's if any of All Saints Church ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'no entrance fee');(_:result,phone,'01223452587');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their phone number is 01223452587 . There is no entrance fee . Is there anything else that i can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'All Saints Church');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I still need the postcode for All Saints Church ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sorry about that . The postal code is cb58bs ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much for your help today , that was everything I needed ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your stay in Cambridge . Bye ."
}
] |
MUL1928.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:52"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"17:45"
],
[
"_:result",
"leave_at",
"18:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"18:52"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"17:45"
],
[
"_:result",
"leave_at",
"18:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR5433"
],
[
"_:result",
"ticket",
"10.10 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"18:52"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"17:45"
],
[
"_:result",
"leave_at",
"18:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR5433"
],
[
"_:result",
"ticket",
"10.10 GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"Churches"
],
[
"_:result",
"category",
"art gallery 's"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"18:52"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"17:45"
],
[
"_:result",
"leave_at",
"18:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR5433"
],
[
"_:result",
"ticket",
"10.10 GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"Churches"
],
[
"_:result",
"category",
"art gallery 's"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"all saints church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"18:52"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"17:45"
],
[
"_:result",
"leave_at",
"18:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR5433"
],
[
"_:result",
"ticket",
"10.10 GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"Churches"
],
[
"_:result",
"category",
"art gallery 's"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"postcode",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"All Saints Church"
],
[
"_: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",
"thursday"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"18:52"
],
[
"_:result",
"departure",
"Stansted Airport"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"17:45"
],
[
"_:result",
"leave_at",
"18:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR5433"
],
[
"_:result",
"ticket",
"10.10 GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"Churches"
],
[
"_:result",
"category",
"art gallery 's"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:search",
"name",
"All Saints Church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for moderately - priced three - star guesthouse in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are four guesthouses that meet your criteria . Do you need internet or parking ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'dontcare');(_:search,has_parking,'no');(_:search,people,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't need to have free parking and I do n't care about the internet . Which guesthouse can accommodate for 3 people ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,count,'1');(_:result,name,'Alpha - Milton Guest House');(_:result,name,'the');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have located one hotel matching your search criteria , the Alpha - Milton Guest House . The phone number is 01223311625 . Would you like to make a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I would like to call them myself please . Thank you ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Sure . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . Can I actually have you book them ? I need the reference number as well ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . I will need to know how many people you would like to book it for , what day you would like and how many days you would like to stay ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'll need the reservation for 3 people starting Saturday for 4 nights ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'alpha - milton guest house');(_:booking,ref,'HS3MWJ10');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your stay at the alpha - milton guest house . The reference number is HS3MWJ10"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you , I will also need a train from Peterborough to Cambridge on Saturday . Is there anything available ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'38');(_:result,day,'Saturday');(_:result,departure,'Peterborough');(_:result,destination,'Cambridge');(_:result,leave_at,'all throughout the day');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 38 trains from Peterborough to Cambridge on Saturday , all throughout the day . Can narrow down the time of day you wish to travel ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I wish to arrive before 12:45 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'that time');(_:result,count,'14');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 14 trains arriving by that time . When would you like to leave ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Saturday from Peterborough to Cambridge for 3 people . I will need the reference number too please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,day,'Saturday');(_:result,leave_at,'5:19');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Right , Saturday , did you have a time you want to leave by ? The trains leave every 30 minutes starting at 5:19"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,leave_at,'dontcare');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It does n't matter when I leave , as long as I arrive by 12:45 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'12:38');(_:result,id,'TR5538');(_:result,leave_at,'11:48');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5538 leaves at 11:48 and will arrive by 12:38 . Would you like for me to book this train for you ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , for the same group of 3 people from before ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'PR8JE3DU');(_:booking,ticket,'39.59 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Reference number is PR8JE3DU and total is 39.59 GBP . Can I help you with anything else today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No I think that will be it , thank you for your help !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your time in Cambridge !"
}
] |
MUL0645.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Alpha - Milton Guest House"
],
[
"_:result",
"name",
"the"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Alpha - Milton Guest House"
],
[
"_:result",
"name",
"the"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Alpha - Milton Guest House"
],
[
"_:result",
"name",
"the"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Alpha - Milton Guest House"
],
[
"_:result",
"name",
"the"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"alpha - milton guest house"
],
[
"_:booking",
"ref",
"HS3MWJ10"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_: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",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alpha - Milton Guest House"
],
[
"_:result",
"name",
"the"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"alpha - milton guest house"
],
[
"_:booking",
"ref",
"HS3MWJ10"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"38"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"all throughout the day"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alpha - Milton Guest House"
],
[
"_:result",
"name",
"the"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"alpha - milton guest house"
],
[
"_:booking",
"ref",
"HS3MWJ10"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"all throughout the day"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:result",
"arrive_by",
"that time"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alpha - Milton Guest House"
],
[
"_:result",
"name",
"the"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"alpha - milton guest house"
],
[
"_:booking",
"ref",
"HS3MWJ10"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"arrive_by",
"that time"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"leave_at",
"5:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_: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",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alpha - Milton Guest House"
],
[
"_:result",
"name",
"the"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"alpha - milton guest house"
],
[
"_:booking",
"ref",
"HS3MWJ10"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"12:38"
],
[
"_:result",
"id",
"TR5538"
],
[
"_:result",
"leave_at",
"11:48"
],
[
"_: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
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alpha - Milton Guest House"
],
[
"_:result",
"name",
"the"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"alpha - milton guest house"
],
[
"_:result",
"departure",
"Peterborough"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"count",
"14"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:result",
"arrive_by",
"12:38"
],
[
"_:result",
"id",
"TR5538"
],
[
"_:result",
"leave_at",
"11:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PR8JE3DU"
],
[
"_:booking",
"ticket",
"39.59 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information in Cambridge"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "I can help you find a hotel that you might like ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks , I 'm looking for something in the east and have 4 stars ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several guesthouses in that area . Is there a price range you would prefer , or maybe free wifi or parking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , I would prefer a hotel rather than a guest house ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,area,'that area');(_:search,category,'hotels');(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no hotels in that area , just guesthouses . Would you like me to try a different area ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,day,'thursday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I guess a guesthouse will be fine . Can you book a room for me for Thursday ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Carolina bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Will the Carolina bed and breakfast be alright ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , sounds perfect . I want to book it for 4 nights . There will be 8 people and we will be arriving on Thursday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'LG0RKIGF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , great . The booking was successful ! The reference number is LG0RKIGF . Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i am also looking for a train . The train should depart from ely and should go to cambridge ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'll need to get some additional information from you to narrow down the results . What day do you want to travel and what time do you want to leave ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "I was n't to arrive by 15:45 ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Train leaves at 5:35 and cost 4.40 pounds"
}
] |
PMUL3761.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/331482cb"
],
[
"_:search/331482cb",
"area",
"that area"
],
[
"_:search/331482cb",
"category",
"hotels"
],
[
"_:search/331482cb",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/331482cb"
],
[
"_:search/331482cb",
"area",
"that area"
],
[
"_:search/331482cb",
"category",
"hotels"
],
[
"_:search/331482cb",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Carolina bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/331482cb"
],
[
"_:search/331482cb",
"area",
"that area"
],
[
"_:search/331482cb",
"category",
"hotels"
],
[
"_:search/331482cb",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Carolina bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LG0RKIGF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"ely"
],
[
"_: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",
"stars",
"4"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/331482cb"
],
[
"_:search/331482cb",
"area",
"that area"
],
[
"_:search/331482cb",
"category",
"hotels"
],
[
"_:search/331482cb",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Carolina bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"LG0RKIGF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to stay in a guesthouse that offers free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several guesthouses that offer free parking . Is there a particular price range you are interested in ? What area of town are you interested in staying ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like an expensive guesthouse please ! The area does not matter ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,category,'expensive guesthouses');(_:search,type,'Hotel'))",
"select((_:result,category,'guesthouses');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no expensive guesthouses in the area . Would you like a moderately priced guesthouse ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want a guesthouse with a 4 star rating ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Acorn Guest House');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Acorn Guest House as a 4 star rating and in the moderate price range . Would you like to book this one ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'8');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I guess . I 'll need a room for 8 people , for two nights starting on wednesday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,name,'Acorn Guest House');(_:booking,people,'8');(_:booking,ref,'tgma40ey');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book your party of 8 into Acorn Guest House on Wednesday for 2 nights , Reference : tgma40ey . Can I help more today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for some international food ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,food,'international');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three restaurants that serve international food , are you looking for one in a particular area or price range ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have any in the East ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'called the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have one and it 's called The Missing Sock . Would you like a booking ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'18:45');(_:search,people,'eight');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book at 18:45 on the same day , Wednesday , for the same number of people , eight ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "ok thank you i will send you the booking receipt as soon welcome"
}
] |
PMUL0110.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",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/c1c3b184"
],
[
"_:search/c1c3b184",
"category",
"expensive guesthouses"
],
[
"_:search/c1c3b184",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/c1c3b184"
],
[
"_:search/c1c3b184",
"category",
"expensive guesthouses"
],
[
"_:search/c1c3b184",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/c1c3b184"
],
[
"_:search/c1c3b184",
"category",
"expensive guesthouses"
],
[
"_:search/c1c3b184",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"tgma40ey"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"canthelp",
"_:search/c1c3b184"
],
[
"_:search/c1c3b184",
"category",
"expensive guesthouses"
],
[
"_:search/c1c3b184",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"tgma40ey"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"canthelp",
"_:search/c1c3b184"
],
[
"_:search/c1c3b184",
"category",
"expensive guesthouses"
],
[
"_:search/c1c3b184",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"tgma40ey"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"international"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"called the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'alexander bed and breafast');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi going to alexander bed and breafast ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "I can help with that . Do you have a time in mind ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I need to get there by 7:30 AM ."
},
{
"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,'abbey pool and astroturf pitch');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am leaving from abbey pool and astroturf pitch ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'black ford');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked your taxi and it is a black ford ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks ! Is there a contact number available ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,car,'black Ford');(_:result,phone,'07561050522');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Yes . The contact number for the black Ford is 07561050522 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Got it . Thanks much . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
}
] |
SNG01360.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"alexander bed and breafast"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"alexander bed and breafast"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"alexander bed and breafast"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"abbey pool and astroturf pitch"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"alexander bed and breafast"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"abbey pool and astroturf pitch"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black ford"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"alexander bed and breafast"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"abbey pool and astroturf pitch"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Ford"
],
[
"_:result",
"phone",
"07561050522"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm planning my trip there , but need to find a train for when I depart . Could you help me with that ?"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure . From where will you be departing , and what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from Cambridge and going to Birmingham New Street ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'hourly trains from 05:01 to 23:01');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There appear to be hourly trains from 05:01 to 23:01 . Do you know what day and time you 'd like to travel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'18:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Wednesday and it should leave after 18:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'20:44');(_:result,destination,'Birmingham new street');(_:result,id,'TR1766');(_:result,leave_at,'18:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR1766 leaves at 18:01 and arrives at Birmingham new street at 20:44 . Would that be OK ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds good . Can you book that for me for 3 people ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'3');(_:booking,ref,'MI5RMEHQ');(_:booking,ticket,'225.3 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , I have booked you 3 seats on that train . Your reference number is MI5RMEHQ . You 'll need to pay 225.3 GBP at the station . Anything else I can do ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you also direct me to some attractions in town in the east ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))",
"offer((_:booking,type,'Booking'))",
"thank()",
"inform((_:result,amount,'several');(_:result,area,'east');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course ! There are several attractions in the east . I 'd suggest Cambridge Artworks ; it 's a museum with free entrance . Would that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That would be perfect . Can you give me the address and the phone number ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'5 greens road');(_:result,phone,'01223902168');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is 5 greens road and the phone is 01223902168 . Is there anything else that i can do for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all . Thanks for your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a great trip . Bye ."
}
] |
MUL1761.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"leave_at",
"hourly trains from 05:01 to 23:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:result",
"arrive_by",
"20:44"
],
[
"_:result",
"destination",
"Birmingham new street"
],
[
"_:result",
"id",
"TR1766"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_: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,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:result",
"arrive_by",
"20:44"
],
[
"_:result",
"destination",
"Birmingham new street"
],
[
"_:result",
"id",
"TR1766"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"MI5RMEHQ"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:result",
"arrive_by",
"20:44"
],
[
"_:result",
"destination",
"Birmingham new street"
],
[
"_:result",
"id",
"TR1766"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"MI5RMEHQ"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:result",
"arrive_by",
"20:44"
],
[
"_:result",
"destination",
"Birmingham new street"
],
[
"_:result",
"id",
"TR1766"
],
[
"_:result",
"leave_at",
"18:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"MI5RMEHQ"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"east"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_: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,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay in the east"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "What pricerange are you looking for in your hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer a place in the moderate price range with 4 stars and free wifi ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'3');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 3 results in the moderate price range . Do you need parking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,has_parking,'no');(_:search,people,'1');(_:search,stay,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I do not need parking . I would need you to book a place for 1 person who will be staying for three nights beginning Tuesday . Can you do that ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'A and B Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Not a problem , would the A and B Guest House work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'13:15');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book it . I need a reference number . I also need to book a train leaving after 13:15 on Tuesday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What days are you planning on staying and how many people will be staying ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "1 person and 3 nights starting tuesday please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'22HE1KCU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It 's all booked , reference number is 22HE1KCU"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you I also need a train leaving after 13:15 on tuesday"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'2828');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 2828 trains can you tell me where you would be leaving from and your destination ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should go to cambridge and should depart from broxbourne ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'14:32');(_:result,day,'Tuesday');(_:result,departure,'Broxbourne');(_:result,destination,'Cambridge');(_:result,id,'TR8199');(_:result,leave_at,'13:32');(_:result,ticket,'17.89GBP');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The following train is available : TR8199 Broxbourne to Cambridge on Tuesday at 13:32 arriving at 14:32 . This will cost 17.89GBP . Would you like to reserve this ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . Just one ticket and could I get the reference number pleases ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'2DATSODP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I was able to book the train for you . The reference number is 2DATSODP ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok , great ! Thanks for all of your help . That is all I needed for today ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad that I could help . Have a good day !"
}
] |
MUL0633.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"three"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"22HE1KCU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"22HE1KCU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"count",
"2828"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"22HE1KCU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"count",
"2828"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:32"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8199"
],
[
"_:result",
"leave_at",
"13:32"
],
[
"_:result",
"ticket",
"17.89GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_: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",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"count",
"2828"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:32"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8199"
],
[
"_:result",
"leave_at",
"13:32"
],
[
"_:result",
"ticket",
"17.89GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"2DATSODP"
],
[
"_: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,name,'ask');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , could you help me find a restaurant called ask ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'12 Bridge Street City Centre');(_:result,food,'Italian');(_:result,name,'Ask');(_:result,phone,'01223364917');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ask is a cheap Italian restaurant located at 12 Bridge Street City Centre , and their phone number is 01223364917"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'16:45');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are you able to set up a reservation for 8 people at 16:45 on Tuesday ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Unfortunately , the booking was unsuccessful . Would you like to look for another restaurant ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please try booking a different restaurant in the same area and price range ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,duration,'16:45');(_:booking,name,'zizzi bambridge');(_:booking,people,'8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can book at zizzi bambridge at 16:45 on Tuesday for 8 people ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "That will work ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'WK5JKOHN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : WK5JKOHN . Need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all thank you for your help today !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
SSNG0061.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ask"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ask"
],
[
"_:result",
"address",
"12 Bridge Street City Centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Ask"
],
[
"_:result",
"phone",
"01223364917"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ask"
],
[
"_:result",
"address",
"12 Bridge Street City Centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Ask"
],
[
"_:result",
"phone",
"01223364917"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/7e87a5e2"
],
[
"_:booking/7e87a5e2",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ask"
],
[
"_:result",
"address",
"12 Bridge Street City Centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Ask"
],
[
"_:result",
"phone",
"01223364917"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/7e87a5e2"
],
[
"_:booking/7e87a5e2",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"name",
"zizzi bambridge"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ask"
],
[
"_:result",
"address",
"12 Bridge Street City Centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Ask"
],
[
"_:result",
"phone",
"01223364917"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/7e87a5e2"
],
[
"_:booking/7e87a5e2",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"16:45"
],
[
"_:booking",
"name",
"zizzi bambridge"
],
[
"_:booking",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"WK5JKOHN"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'corsica');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for expensive Corsica food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,food,'Corsica');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no expensive Corsica eateries , would you like to try another criteria ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Indian food instead ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'quite a few');(_:result,food,'Indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are quite a few expensive Indian restaurants . What part of town would you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about the west ? Could you give me their postcode and telephone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,count,'5');(_:result,food,'Indian');(_:result,name,'Tandoori Palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have five Indian restaurants in the west . May I suggest Tandoori Palace ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That will be fine as long as it 's expensive . Can you tell me the postcode and phone number ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'tandoori palace');(_:result,phone,'01223506055');(_:result,postcode,'cb43le');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode for tandoori palace is cb43le , and the phone number is 01223506055 . Would you like me to book you a table ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "No , I do n't need anything else at the moment ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and goodbye ."
}
] |
SNG0517.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"corsica"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/51503cac"
],
[
"_:search/51503cac",
"food",
"Corsica"
],
[
"_:search/51503cac",
"pricerange",
"expensive"
],
[
"_:search/51503cac",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/51503cac"
],
[
"_:search/51503cac",
"food",
"Corsica"
],
[
"_:search/51503cac",
"pricerange",
"expensive"
],
[
"_:search/51503cac",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/51503cac"
],
[
"_:search/51503cac",
"food",
"Corsica"
],
[
"_:search/51503cac",
"pricerange",
"expensive"
],
[
"_:search/51503cac",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/51503cac"
],
[
"_:search/51503cac",
"food",
"Corsica"
],
[
"_:search/51503cac",
"pricerange",
"expensive"
],
[
"_:search/51503cac",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"tandoori palace"
],
[
"_:result",
"phone",
"01223506055"
],
[
"_:result",
"postcode",
"cb43le"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i want an expensive restaurant in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'indian');(_:result,food,'italian');(_:result,food,'mexican');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,area,'south');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several expensive restaurants in the south part of town . Do you prefer mexican , indian , italian , or chinese ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'mexican');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , then . I 'll take Mexican . Can I get an address and phone number for the restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton');(_:result,name,'Ciquito Restaurant Bar');(_:result,phone,'01223 400170');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ciquito Restaurant Bar is at 2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton . The phone number is 01223 400170 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye !"
}
] |
WOZ20148.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"name",
"Ciquito Restaurant Bar"
],
[
"_:result",
"phone",
"01223 400170"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you help me find a hotel on the south side of town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have several options . Will you be needing parking or internet ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to have free wifi ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,category,'gueshouses');(_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 4 gueshouses all located in the south . May I book a room for you ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes that is fine ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "When would you like to go and what size party will you have ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "4 people . Starting Tuesday , 5 nights ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was unsuccessful . Want to find another hotel ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))",
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "As long as it 's in the same price range . Can you give me the reference number too please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'aylesbray lodge guest house');(_:booking,ref,'8LNX4EQO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful at the aylesbray lodge guest house . The reference number is 8LNX4EQO ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That 's everything ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a nice day ."
}
] |
SSNG0303.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"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"gueshouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"gueshouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"gueshouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/c9d09293"
],
[
"_:booking/c9d09293",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"gueshouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"canthelp",
"_:booking/c9d09293"
],
[
"_:booking/c9d09293",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"aylesbray lodge guest house"
],
[
"_:booking",
"ref",
"8LNX4EQO"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant in the centre of town that 's in a moderate price range . Do you have any recommendations ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "For which day would you like the reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'15:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "This sunday at 15:45 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "For how many people would the reservation need ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,people,'4');(_:search,type,'Hotel');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it for 4 people and I would like a confirmation number . Also , can you help me find a guesthouse hotel in the area with free parking ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Alexander Bed and Breakfast');(_:booking,name,'Yippee Noodle Bar');(_:booking,type,'Booking');(_:result,address,'40428 King Street City');(_:result,ref,'2BGIWWZ6');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Alright your reservation is at Yippee Noodle Bar , 40428 King Street City . Confirmation number is 2BGIWWZ6 . I 'm also showing an opening at Alexander Bed and Breakfast . Is that okay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does the hotel include free parking and does it happen to have a 0 star rating ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It has free parking with a 4 star rating"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel with 0 stars"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'north');(_:result,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 2 guesthouses meeting your needs . One in the north and one in the centre of town . Which would you prefer ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd prefer the one in the centre of town ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,name,'El Shaddai');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That would be the El Shaddai , would you like to book there ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "That works okay . Can I get the price range and address ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'41 warkworth street');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The price range is cheap , and the address is 41 warkworth street ."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please book that room for me ."
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Will this just be for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,name,'El Shaddai');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you let me know if El Shaddai has free wifi ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it does ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . That 's actually all I need today . Thank you for your help !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a lovely day ."
}
] |
MUL0111.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"area",
"?"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"name",
"Yippee Noodle Bar"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"40428 King Street City"
],
[
"_:result",
"ref",
"2BGIWWZ6"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"area",
"?"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"name",
"Yippee Noodle Bar"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"40428 King Street City"
],
[
"_:result",
"ref",
"2BGIWWZ6"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"name",
"Yippee Noodle Bar"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"40428 King Street City"
],
[
"_:result",
"ref",
"2BGIWWZ6"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"address",
"40428 King Street City"
],
[
"_:result",
"ref",
"2BGIWWZ6"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"El Shaddai"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"2BGIWWZ6"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"El Shaddai"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"41 warkworth street"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"2BGIWWZ6"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"name",
"El Shaddai"
],
[
"_:result",
"address",
"41 warkworth street"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"2BGIWWZ6"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"name",
"El Shaddai"
],
[
"_:result",
"address",
"41 warkworth street"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'northside');(_:search,category,'gueshouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for a gueshouse on the northside ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'11');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 11 guesthouses in the north , do you need free parking or free internet ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'dontcare');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am looking for free parking . Internet is not important ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there a price range you 'd like to stay in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Not particularly considered about price range , just as long as it 's a 4 star hotel"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommend the Acorn Guest House . Would you like me to book a room for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'08:15');(_:search,departure,'london liverpool');(_:search,destination,'cambridge');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay book it for 2 people for 3 nights and let me have the reference number . Also find me a Train departing from London liverpool street to arrive Cambridge by 08:15 ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "London liverpool street to arrive Cambridge by 08:15 the TR536 leaves at 8:00,Would you like me to book it for you ?"
}
] |
PMUL4892.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"northside"
],
[
"_:search",
"category",
"gueshouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"northside"
],
[
"_:search",
"category",
"gueshouse"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"northside"
],
[
"_:search",
"category",
"gueshouse"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"northside"
],
[
"_:search",
"category",
"gueshouse"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"departure",
"london liverpool"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area would you like to stay ? And do you have a certain pricerange ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , price range in mind , but I would like it to be in the centre ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'alexander bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "alexander bed and breakfast is a very nice place"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What type of accommodation is this ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,category,'guest house');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Alexander bed and breakfast');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Alexander bed and breakfast is a guest house , in the center , with a four star rating , Wi - Fi , and parking ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "book for 7 people and 2 nights starting from thursday and get the reference number"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'WW2TM0V8');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is WW2TM0V8 . Will that be all ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train . The train should leave on saturday and should depart from cambridge"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be going to ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'19:45');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I have a business meeting in Ely . I definitely need to be on time , so I need a train that will arrive by 19:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'18:07');(_:result,id,'TR1469');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1469 has the latest arrival time of 18:07 . Would you like for me to book it ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . I just need to find out how much it is going to cost ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "The cost is 3.52 pounds ."
}
] |
PMUL4907.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WW2TM0V8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WW2TM0V8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"WW2TM0V8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR1469"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'trauma and orthopaedics');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I am looking for the Addenbrookes Hospital . I am wondering if they have a trauma and orthopaedics department ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,department,'trauma and orthopaedics');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Yes , Addenbrookes Hospital has two trauma and orthopaedics departments . Would you like the phone numbers ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "No , I just need the postcode , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "That 's no problem . The postcode is CB20QQ . Can I assist you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Can you book me a cab to take me to and from the hospital ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "At what time ? From where are you going ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "I 'll have to get back to you on that ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else you need assistance with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you for your help !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
SNG0199.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"trauma and orthopaedics"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"trauma and orthopaedics"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"trauma and orthopaedics"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"trauma and orthopaedics"
],
[
"_:result",
"department",
"trauma and orthopaedics"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"trauma and orthopaedics"
],
[
"_:result",
"department",
"trauma and orthopaedics"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"trauma and orthopaedics"
],
[
"_:result",
"department",
"trauma and orthopaedics"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to stay at a 4 star hotel"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'33');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 33 hotels that satisfy your request are you looking for a specific area of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place in the east with free wifi ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'the acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i am recommending the acorn guest house"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay that sounds good . Let 's book it for just me , and I am planning to stay 4 nights beginning Thursday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I apologize , but the hotel is n't available during that time frame ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stay,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "could you please try one night"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'8DW9YAFR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : 8DW9YAFR ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks for your help ."
},
{
"id": 9,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "Your welcome , Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope that was all I needed today . Thanks ! Take care !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Have a great day !"
}
] |
SNG01233.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"canthelp",
"_:booking/7d7764f7"
],
[
"_:booking/7d7764f7",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"canthelp",
"_:booking/7d7764f7"
],
[
"_:booking/7d7764f7",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"8DW9YAFR"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"the acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"canthelp",
"_:booking/7d7764f7"
],
[
"_:booking/7d7764f7",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"8DW9YAFR"
],
[
"_: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,'Parkside Police Station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "I need some help finding the Parkside Police Station ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Hello , the phone number is 01223358966 . If you need the address it is , Parkside Cambridge , postcode CB11JG ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That 's all I needed . Goodbye !"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Please contact us again if you need anything else ."
}
] |
SNG0139.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello ! I am looking for train schedules from Leicester . Can you help me with that ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,departure,'leicester');(_:result,type,'Train'))",
"thank()",
"request((_:search,day,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure ! There are several trains leaving from leicester . What destination , day and time would you like me to search ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I like a train going to cambridge on tuesday please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'Tuesday');(_:result,departure,'Leicester');(_:result,departure,'cambridge');(_:result,leave_at,'5:09');(_:result,leave_at,'every hour');(_:result,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Okay . It looks as if there are trains leaving Leicester for Cambridge every hour starting at 5:09 and ending at 23:09 on Tuesday ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'20:15');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Pick one . I need the travel time and arrival time . Any one after 20:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'21:09');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "You have one leaving at 21:09 , what time do you want to arrive by ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that will work fine for me and my husband"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'RWRKP9L6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . Your reference number is RWRKP9L6"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a hotel with free wifi and free parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several excellent options . Did you have an area of town in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I just would like a guesthouse ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'154 Chesterton Road');(_:result,name,'Acorn Guest House');(_:result,postcode,'CB41DA');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , I 'd suggest Acorn Guest House at 154 Chesterton Road CB41DA . It 's moderately priced with 4 stars . Would that work for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you please make a reservation for just me , for 4 nights starting tuesday ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'HYEDH9O5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is HYEDH9O5 , anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , you have been very helpful . Have a great day ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Have a great time ! Goodbye !"
}
] |
MUL2122.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"5:09"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"21:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"21:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"RWRKP9L6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"21:09"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"RWRKP9L6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"21:09"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"RWRKP9L6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"postcode",
"CB41DA"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"21:09"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"RWRKP9L6"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"postcode",
"CB41DA"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HYEDH9O5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "i am looking for the Addenbrookes"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))",
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is located at Hills Rd , Cambridge . Is there a particular department you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "No , but I do need the hospital 's postcode , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes ' postcode is CB20QQ . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's everything . Thank you for your help !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a nice day !"
}
] |
SNG02215.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'fitzbillies restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the contact information for the Fitzbillies Restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'fitzbillies restaurant');(_:result,phone,'01223352500');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Contact information for Fitzbillies Restaurant is telephone number 01223352500"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you get for that . i will give them a call ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , thanks , I am also looking for a train . I 'd like to leave on monday , heading to cambridge ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'202');(_:result,day,'monday');(_:result,destination,'cambridge');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are over 202 trains that arrive in cambridge on monday . Might I help find the best train by asking where you wish to depart from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to depart from ely ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,day,'Monday');(_:result,departure,'Cambridge');(_:result,departure,'ely');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 10 trains going to Cambridge from Ely on Monday . Is there a certain time you would like to depart by ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'21:45');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'd like to depart any time after 21:45 . Do any trains fit that time frame ? If so , could I have the train ID , travel time , and when it will arrive ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'23:52');(_:result,count,'1');(_:result,day,'monday');(_:result,duration,'17 minutes');(_:result,id,'TR4724');(_:result,leave_at,'23:52');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is one train leaving after 21:45 on monday . It is TR4724 , leaving at 23:52 for a duration of 17 minutes , arriving at 23:52 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Train'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What would the price be for that train ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'23:52');(_:result,id,'TR4724');(_:result,leave_at,'23:35');(_:result,ticket,'4.40 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Correction I apologize TR4724 leaves at 23:35 and arrives by 23:52 . It 's price is 4.40 pounds by the way . Let 's find one leaving after 21:45 ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Train TR4724 is fine . What is the travel time ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'17 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The travel time is 17 minutes . Will that be okay ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,id,'TR4724');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "So TR4724 leaves at 23:35 and arrives at 23:52 correct ? If so that would be fine ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "That is correct . How many tickets will you need ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I can go ahead and book on my own , thanks . Thank you for the info . That was all I needed for today ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Good - bye ."
}
] |
MUL0372.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"fitzbillies restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"fitzbillies restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"phone",
"01223352500"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"phone",
"01223352500"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"phone",
"01223352500"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"phone",
"01223352500"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"departure",
"ely"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"phone",
"01223352500"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:result",
"arrive_by",
"23:52"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR4724"
],
[
"_:result",
"leave_at",
"23:52"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"phone",
"01223352500"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"23:52"
],
[
"_:result",
"id",
"TR4724"
],
[
"_:result",
"leave_at",
"23:35"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"phone",
"01223352500"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"23:52"
],
[
"_:result",
"id",
"TR4724"
],
[
"_:result",
"leave_at",
"23:35"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"id",
"TR4724"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"name",
"fitzbillies restaurant"
],
[
"_:result",
"phone",
"01223352500"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"departure",
"ely"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"23:52"
],
[
"_:result",
"id",
"TR4724"
],
[
"_:result",
"leave_at",
"23:35"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"id",
"TR4724"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello I am looking for a theatre in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'ADC Theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The ADC Theatre is in the town centre . Can I get you some information about it ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get their address , phone number and postcode please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'park street');(_:result,name,'ADC theatre');(_:result,phone,'01223300085');(_:result,postcode,'cb58as');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure the ADC theatre is located at park street , postcode cb58as , their phone number 01223300085 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . I also need assistance with finding a train leaving Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help with that . To what destination are you traveling and on what day ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to stansted airport on friday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,day,'Friday');(_:result,destination,'Stansted Airport');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains going to Stansted Airport on Friday . What time would you like to leave ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,type,'Train'))",
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't have a preference regarding the departure time but I do need to arrive by 21:30 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Again there are several trains arriving by that time . How many tickets do you need ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Just the 1 ticket , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'21:08');(_:result,departure,'Cambridge');(_:result,destination,'Stansted Airport');(_:result,id,'TR9595');(_:result,leave_at,'20:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train closest to your requested arrival time is the TR9595 , leaving Cambridge at 20:40 and arrives at Stansted Airport at 21:08 . Would you like me to book you a ticket ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you confirm how long that train ride is please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'28 minutes long');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes , it is 28 minutes long ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Please book it . I will need the reference number as well ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'N51YGQ3S');(_:booking,ticket,'10.1 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Good news ! Booking was successful , the total fee is 10.1 GBP payable at the station . Reference number is : N51YGQ3S . Is there anything else you need ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Nope that is all for today . According to my list I did not really need to book that train but it saves me time ! Thank you so much !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us ! Please let us know if we can be of any more assistance to you ."
}
] |
MUL1844.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"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"name",
"ADC theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"name",
"ADC theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"name",
"ADC theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"name",
"ADC theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"name",
"ADC theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"arrive_by",
"21:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"TR9595"
],
[
"_:result",
"leave_at",
"20:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"name",
"ADC theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"arrive_by",
"21:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"TR9595"
],
[
"_:result",
"leave_at",
"20:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"28 minutes long"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"name",
"ADC theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"arrive_by",
"21:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stansted Airport"
],
[
"_:result",
"id",
"TR9595"
],
[
"_:result",
"leave_at",
"20:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"duration",
"28 minutes long"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"N51YGQ3S"
],
[
"_:booking",
"ticket",
"10.1 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'concerthall');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hello ! I 'm traveling to Cambridge soon and would love to visit a concerthall in the centre of town . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'concerthall');(_:result,name,'The man on the moon');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The man on the moon is a concerthall in the centre of town . Would you like the address ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , and could you give me the phone number too ?"
},
{
"id": 3,
"rdf-acts": [
"thank()",
"inform((_:result,phone,'01223474144');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Oh of course ! Their number is 01223474144 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,stars,'3-star');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "And the address is ? And while we 're talking about location , are there any 3-star hotels close to it ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'2 norfolk street , postcode');(_:result,category,'hotel');(_:result,count,'1');(_:result,name,'Gonville Hotel');(_:result,name,'The man on the moon');(_:result,postcode,'cb12lf');(_:result,stars,'3');(_:result,type,'Attraction');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The man on the moon 's address is 2 norfolk street , postcode cb12lf . There is one hotel in that area with 3 stars , the Gonville Hotel . Would you like a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,people,'2');(_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have free wifi ? If yes , please book for 2 people for 1 night . Thank you for your help ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "They do have free wifi ! For which day would you like the reservation ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I actually do n't need a reservation just yet , but could I have the postcode and phone number for the Gonville ? And is that a hotel or a guesthouse ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,name,'Gonville');(_:result,phone,'01223366611');(_:result,postcode,'cb11ly');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Gonville is indeed a hotel . Their postcode is cb11ly . You can reach them by phone at 01223366611 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the man on the moon');(_:search,leave_at,'16:15');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,category,?);(_:result,type,'Hotel');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks , I also need a taxi to go the hotel . I want to leave the Man on the moon at 16:15 . Can you get me the contact number and car type ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'grey Skoda');(_:result,phone,'07709163859');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I was able to book that taxi for you . Be looking for a grey Skoda . If you need to reach them , please call 07709163859 . Anything else I can help with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it thank you ! That was all the info I needed ! Thank you and have a good day ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm happy to help . Have a lovely day ."
}
] |
MUL2548.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concerthall"
],
[
"_:result",
"name",
"The man on the moon"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concerthall"
],
[
"_:result",
"name",
"The man on the moon"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"2 norfolk street , postcode"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"name",
"The man on the moon"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"2 norfolk street , postcode"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"name",
"The man on the moon"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"2 norfolk street , postcode"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"1"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Gonville"
],
[
"_:result",
"phone",
"01223366611"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"the man on the moon"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"2 norfolk street , postcode"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"1"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Gonville"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:search",
"departure",
"the man on the moon"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"car",
"grey Skoda"
],
[
"_:result",
"phone",
"07709163859"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "Hello , I have been robbed . Can you please help me get in touch with the police ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Parkside Police Station is in Parkside , Cambridge . Their number is 01223358966 . Anything else I can do for you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Can I please have the postcode as well ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Parkside Police Station');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The postcode for the Parkside Police Station is CB11JG . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Was Parkside the address of the police station ? If not , can I have the address please ?"
},
{
"id": 5,
"rdf-acts": [],
"speaker": "system",
"text": "Yes , Parkside is the address ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that will be all for now ."
},
{
"id": 7,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Great . Thank you for contacting Cambridge Towninfo Centre ."
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "You were great . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "We are happy to help . Have a good day !"
}
] |
SNG0129.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",
"type",
"Police"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,leave_at,'08:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I really need to get out of Cambridge ! Can you find me a train to Leicester ? Sometime after 08:45 because I like to sleep in ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I would be happy to help with your request , what day will you be leaving ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving this place on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'dontcare');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It does not matter ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'11:06');(_:result,destination,'Leicester');(_:result,leave_at,'9:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train that leaves at 9:21 and arrive in Leiester at 11:06 . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . What 's the cost of the ticket ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'30.24 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The ticket price is 30.24 pounds . Can I be of further assistance ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I also need the travel time and arrival time please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'11:06');(_:result,duration,'105 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "arrival time is 11:06 and travel time is 105 minutes"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'cityroomz');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm also looking for a particular hotel . Its name is called cityroomz ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "system",
"text": "Sure , what kind of information do you need ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to to book it for 8 people and 4 nights starting from tuesday"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,people,'8');(_:booking,ref,'SY5AJ8CL');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked a room for 8 for 4 nights beginning on Tuesday . Your reference number is SY5AJ8CL . Is there anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not at this time . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a fantastic day , goodbye ."
}
] |
PMUL1576.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_: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",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_: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",
"leicester"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"arrive_by",
"dontcare"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"leave_at",
"9:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"30.24 pounds"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"SY5AJ8CL"
],
[
"_:booking",
"stay",
"4"
],
[
"_: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,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like information about museums in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 23 museums in cambridge . What part of town will you be in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me about museums in the centre of town ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museum');(_:result,name,'the castle galleries');(_:result,phone,'01223307402');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have the castle galleries museum in the centre of town . Phone number is 01223307402 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'archway house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also want to find the hotel called Archway House ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'52 gilbert road');(_:result,area,'north');(_:result,postcode,'cb43pe');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's located in the north , on 52 gilbert road , cb43pe . Would you like to book a room ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book for 4 nights on Friday for 4 people ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'6S9GCFDO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All set , the reference number is 6S9GCFDO , can I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thank you so much for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ! Goodbye !"
}
] |
PMUL2802.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"the castle galleries"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"archway house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"the castle galleries"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:search",
"name",
"archway house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"52 gilbert road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"postcode",
"cb43pe"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"the castle galleries"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:search",
"name",
"archway house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"52 gilbert road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"postcode",
"cb43pe"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6S9GCFDO"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant that is high end chinese ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'9');(_:result,food,'chinese');(_:result,pricerange,'high end');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 've found 9 high end chinese restaurants . Is there an area you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like it to be in the south ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two , how many will be dining with you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Which one would you recommend ? I do n't need a reservation , just the address and phone number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'10 Homerton Street City Centre');(_:result,name,'the peking restaurant');(_:result,phone,'01223354755');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I recommend the peking restaurant the phone number is 01223354755 and there address is 10 Homerton Street City Centre . Is there anything else you need ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great I also am looking for a place to stay with free parking in the south part of town too ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure I have several choices for you . Do you have a price range preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to be in the expensive price range ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,name,'Lensfield Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found one hotel , The Lensfield Hotel . Would you like to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they also have internet available ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , internet is available ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need . Have a nice day ."
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Okay great . Thanks I will ."
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a great day too . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ! I hope your day is great ."
}
] |
MUL1380.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"high end"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"high end"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"high end"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"name",
"the peking restaurant"
],
[
"_:result",
"phone",
"01223354755"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"high end"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"name",
"the peking restaurant"
],
[
"_:result",
"phone",
"01223354755"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_: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",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"high end"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"phone",
"01223354755"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"high end"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"phone",
"01223354755"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"high end"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"phone",
"01223354755"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train to go to London Kings Cross ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several available option');(_:result,destination,'Kings cross');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several available option to travel to Kings cross today . What time would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'9');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to travel after 9 am"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'56');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,id,'TR2000');(_:booking,leave_at,'9 am');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 56 trains . How does the TR2000 train that leaves at 9 am sound ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that will be ok . thank you for your help"
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I look up anything else for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 's on Wednesday , right ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,day,'Wednesday');(_:result,departure,'Cambridge');(_:result,destination,\"London King 's Cross\");(_:result,id,'TR6583');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "No , that 's on Friday , actually . On Wednesday , I have TR6583 departing Cambridge at 9:00 , going to London King 's Cross . Will that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Okay very good . What 's the train ID on that please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR6583');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR6583 , would you like for me to get you tickets ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book that train for me ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , will you be traveling alone ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes it 's just going to be me ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'3XI4V3C1');(_:booking,ticket,'23.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked you a ticket . The fee is 23.6 GBP , payable at the station . The reference number is 3XI4V3C1 . Is there anything else I can assist with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thank you ."
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "thanks for your service"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a nice day ."
},
{
"id": 17,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Have a great day . Let me know if you need any other help ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I will . Thanks again !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Please call us again if you need anything else ."
}
] |
SNG01185.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several available option"
],
[
"_:result",
"destination",
"Kings cross"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"9"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several available option"
],
[
"_:result",
"destination",
"Kings cross"
],
[
"_:search",
"leave_at",
"9"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"56"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2000"
],
[
"_:booking",
"leave_at",
"9 am"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several available option"
],
[
"_:result",
"destination",
"Kings cross"
],
[
"_:search",
"leave_at",
"9"
],
[
"_:result",
"count",
"56"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2000"
],
[
"_:booking",
"leave_at",
"9 am"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several available option"
],
[
"_:search",
"leave_at",
"9"
],
[
"_:result",
"count",
"56"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2000"
],
[
"_:booking",
"leave_at",
"9 am"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London King 's Cross"
],
[
"_:result",
"id",
"TR6583"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several available option"
],
[
"_:search",
"leave_at",
"9"
],
[
"_:result",
"count",
"56"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2000"
],
[
"_:booking",
"leave_at",
"9 am"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London King 's Cross"
],
[
"_:result",
"id",
"TR6583"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several available option"
],
[
"_:search",
"leave_at",
"9"
],
[
"_:result",
"count",
"56"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2000"
],
[
"_:booking",
"leave_at",
"9 am"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London King 's Cross"
],
[
"_:result",
"id",
"TR6583"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_: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",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several available option"
],
[
"_:search",
"leave_at",
"9"
],
[
"_:result",
"count",
"56"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR2000"
],
[
"_:booking",
"leave_at",
"9 am"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London King 's Cross"
],
[
"_:result",
"id",
"TR6583"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3XI4V3C1"
],
[
"_:booking",
"ticket",
"23.6 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",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several available option"
],
[
"_:search",
"leave_at",
"9"
],
[
"_:result",
"count",
"56"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR2000"
],
[
"_:booking",
"leave_at",
"9 am"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London King 's Cross"
],
[
"_:result",
"id",
"TR6583"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3XI4V3C1"
],
[
"_:booking",
"ticket",
"23.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"amount",
"several available option"
],
[
"_:search",
"leave_at",
"9"
],
[
"_:result",
"count",
"56"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR2000"
],
[
"_:booking",
"leave_at",
"9 am"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"London King 's Cross"
],
[
"_:result",
"id",
"TR6583"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3XI4V3C1"
],
[
"_:booking",
"ticket",
"23.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_: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,type,'Hospital'))"
],
"speaker": "user",
"text": "I want to find a hospital in town"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "I have the Addenbrookes Hospital on Hills Road in Cambridge . Their phone number is 01223245151 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Thank you , can I also get the postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The postcode CB20QQ ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I needed ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG01905.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you know of any 3 star hotels to stay in ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'6');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , there are 6 I can recommend to you . Do you have other specifications , or shall I select one for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like for the hotel to be located in the south and include free wifi ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,pricerange,'more moderately priced');(_:result,pricerange,'rather expensive');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two different choices . One is rather expensive and the other more moderately priced . Do you prefer one over the other ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Either is fine . Can you see if one of them might have a room on Wednesday for 3 people and 3 nights ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'11XDM9CC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok . I have booked the lensfield hotel for you . The reference number is 11XDM9CC ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I have the address and phone number please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'53 - 57 Lensfield road');(_:result,phone,'01223355017');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Of course . The address is 53 - 57 Lensfield road . Phone number is 01223355017 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
SNG0775.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"pricerange",
"more moderately priced"
],
[
"_:result",
"pricerange",
"rather expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"pricerange",
"more moderately priced"
],
[
"_:result",
"pricerange",
"rather expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"11XDM9CC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"pricerange",
"more moderately priced"
],
[
"_:result",
"pricerange",
"rather expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"11XDM9CC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"53 - 57 Lensfield road"
],
[
"_:result",
"phone",
"01223355017"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'malaysian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a cheap restaurant that serves Malaysian food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'Malaysian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No matches found for cheap Malaysian food"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Italian food ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What area would you like the restaurant to be in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'Cambridge');(_:result,food,'Italian');(_:result,name,'zizzi cambridge');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "zizzi cambridge is a cheap Italian restaurant in the Cambridge area"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address and phone number please"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'47 - 53 Regent Street');(_:result,area,'centre');(_:result,name,'Zizzi Cambridge');(_:result,phone,'01223 365599');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Zizzi Cambridge in the centre of the city . They are located at 47 - 53 Regent Street and their phone number is 01223 365599 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and have a great day !"
}
] |
WOZ20295.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/6fe685f9"
],
[
"_:search/6fe685f9",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Malaysian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/6fe685f9"
],
[
"_:search/6fe685f9",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Malaysian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/6fe685f9"
],
[
"_:search/6fe685f9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/6fe685f9"
],
[
"_:search/6fe685f9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"47 - 53 Regent Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Zizzi Cambridge"
],
[
"_:result",
"phone",
"01223 365599"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a place to eat in Centre please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several to chose from what price range are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need one that serves modern european food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'4');(_:result,food,'modern European');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are four modern European restaurants in the centre . Two are moderately priced , one is cheap and one is expensive . Do you have a preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please try to book a table for 3 people at your favorite one ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day do you want me to book it for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'14:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "On Sunday at 14:45 please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'riverside brasserie');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about the riverside brasserie ? It is moderate priced ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'14:45');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , that sounds great . Can you get that table for 3 for 14:45 on Sunday ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'LP74URJE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , you 're booked with reference number LP74URJE . May I help with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd also like to see a college , any would do . And could you give me the address and entrance fee as well , please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"storey 's way\");(_:result,entrance_fee,'free');(_:result,name,'churchill college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The churchill college is at storey 's way and is free , did you need anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'time for our reservation');(_:search,departure,'the college');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "That sounds great . Yes , actually , I 'd like to book a taxi to go from the college to the restaurant please , so we can arrive in time for our reservation ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'red Skoda');(_:result,phone,'07626173176');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , I have booked a taxi for you . It will be a red Skoda . The contact number is 07626173176 . \n ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help !"
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . That will be all for today . Thanks . Goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Fantastic - have a great time on your visit ! Thanks for choosing Cambridge TownInfo centre ."
}
] |
MUL2342.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"modern European"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"modern European"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LP74URJE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"modern European"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"LP74URJE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"time for our reservation"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"modern European"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"LP74URJE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:search",
"arrive_by",
"time for our reservation"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Skoda"
],
[
"_:result",
"phone",
"07626173176"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"food",
"modern European"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"LP74URJE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:search",
"arrive_by",
"time for our reservation"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Skoda"
],
[
"_:result",
"phone",
"07626173176"
],
[
"_: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,department,'cambridge eye unit');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Hi , can you tell me the details of local hospitals ? I 'm looking for a hospital that has the Cambridge eye unit department ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223257168');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The phone number is 01223257168 ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! Goodbye ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could help . Have a wonderful day !"
}
] |
SNG0160.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"cambridge eye unit"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"cambridge eye unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223257168"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am planning a trip in Cambridge and need a place to stay with free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many different options available . Let me ask , do you have a certain price range or area in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I have no particular price range , but would like a guesthouse in the north part of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'9');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Hamilton Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That narrows it down to about 9 different options . Most offer both free parking wifi . If you would like my personal recommendation , I would say go with the Hamilton Lodge ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Excellent . Can I book that for 2 people for 2 nights starting on Tuesday"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'152UJWIK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : 152UJWIK . anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train on Tuesday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can I get where you would like to depart from and where you are traveling to and what time you would like to leave and arrive by ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'9:00');(_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go from cambridge to london liverpool street , and I need to arrive in London by 9:00 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are two trains . Would you like me to book one for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book whichever one is earliest and make sure to get 2 tickets . Then give me the reference number"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,leave_at,'05:59');(_:booking,ref,'D0FUB4UC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking went through for the 05:59 train . Your reference number is D0FUB4UC , and that is payable at the station . Is there anything else I can assist you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is everything . Thank you so much for your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help . Have a great day ."
}
] |
PMUL4485.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"152UJWIK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"152UJWIK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"152UJWIK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"05:59"
],
[
"_:booking",
"ref",
"D0FUB4UC"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'20:00');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train out of Cambridge , to arrive by 20:00 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Just to clarify a train from Cambridge , correct ? Where will it be to and what date & time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going to London 's Kings Cross on Monday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'7:51');(_:result,id,'TR2289');(_:result,leave_at,'7:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have TR2289 leaving at 7:00 and arriving at 7:51 . Would you like reservations ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the price of a ticket ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,destination,'London Kings Cross');(_:result,ticket,'23.60 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "One ticket to London Kings Cross will cost 23.60 pounds . Would you like me to book the ticket for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes . Can you also find a place to dine in the centre . I would like a restaurant in the moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'21');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ok , i have 21 options for you ! any particular cuisine ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "user",
"text": "Italian would be nice thank you"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Pizza Express');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay . Pizza Express would suite your needs , would you like me to make you a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'16:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I need a table for 8 people at 16:15 on the same day ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,duration,'16:15');(_:booking,people,'8');(_:booking,ref,'K4PZHB51');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked for 8 people at 16:15 on Monday . Your reference number is K4PZHB51 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Excellent . Thank you very much for all of your help !"
},
{
"id": 13,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're very welcome ! Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a wonderful time !"
}
] |
PMUL0984.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"7:51"
],
[
"_:result",
"id",
"TR2289"
],
[
"_:result",
"leave_at",
"7:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"7:51"
],
[
"_:result",
"id",
"TR2289"
],
[
"_:result",
"leave_at",
"7:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"7:51"
],
[
"_:result",
"id",
"TR2289"
],
[
"_:result",
"leave_at",
"7:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"7:51"
],
[
"_:result",
"id",
"TR2289"
],
[
"_:result",
"leave_at",
"7:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"16:15"
],
[
"_: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",
"departure",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"7:51"
],
[
"_:result",
"id",
"TR2289"
],
[
"_:result",
"leave_at",
"7:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"K4PZHB51"
],
[
"_: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",
"departure",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"7:51"
],
[
"_:result",
"id",
"TR2289"
],
[
"_:result",
"leave_at",
"7:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"ticket",
"23.60 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"16:15"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"K4PZHB51"
],
[
"_: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,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any Lebanese restaurants in the city ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'lebanese');(_:result,name,'ali baba');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "ali baba is a nice lebanese place in the centre ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the phone number please ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01462 432565');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01462 432565 . Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "thank you goodbye"
}
] |
WOZ20609.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"ali baba"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01462 432565"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a guesthouse with a moderate price ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a preferred area of the city you 'd like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I do n't have a preference . I 'd like the guesthouse to have free parking though !"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'acorn guest house');(_:result,pricerange,'moderately priced');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found acorn guest house . It is moderately priced and has four stars ! Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please create a booking for 6 people . It needs to be for 2 nights starting on Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'WZRKRXGZ');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Of course ! You 're all set , with reference number WZRKRXGZ . May I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 'll be all ! Thank you for your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Glad we could help !"
}
] |
SNG0774.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"WZRKRXGZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a place to eat in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'60');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "we have over 60 restaurants listed . May I get the type of food you may be looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'thai');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a expensive restaurant in the centre that serves thai food ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Bangkok City');(_:result,phone,'01223354382');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Bangkok City matches your critera ! Their phone number is 01223354382 . Do you need me to book a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'bangkok city');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , thank you . Can I also get the postcode and address for Bangkok City ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'24 Green Street City Centre');(_:result,name,'Bangkok City');(_:result,postcode,'cb23jx');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Bangkok City is located at 24 Green Street City Centre and the postcode is cb23jx . May I book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'multiple sports');(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "user",
"text": "I 'll just drop in , thanks . I also want to see a multiple sports complex in the same area . Are there any nearby ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,category,'multiple sports complexes');(_:search,type,'Attraction'))",
"reqmore()",
"inform((_:result,area,'east');(_:result,count,'1');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no multiple sports complexes in the same area but there is one in the east . Would you like more information ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the address , entrance fee , and postcode ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'cherry hinton');(_:result,address,'colville road');(_:result,entrance_fee,'our system does not have information on what the fee to enter is');(_:result,name,'The cherry hinton village centre');(_:result,postcode,'cb19ej');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The cherry hinton village centre is located at colville road , cherry hinton postcode cb19ej . I 'm sorry but our system does not have information on what the fee to enter is ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I get the phone number then to contact them ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223576412');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223576412 . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all the info I need thanks ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Well , you 're welcome then ! Have a great day !"
}
] |
MUL0919.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"60"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"60"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"60"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"postcode",
"cb23jx"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"postcode",
"cb23jx"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/c5e92c63"
],
[
"_:search/c5e92c63",
"category",
"multiple sports complexes"
],
[
"_:search/c5e92c63",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/c5e92c63"
],
[
"_:search/c5e92c63",
"category",
"multiple sports complexes"
],
[
"_:search/c5e92c63",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"address",
"cherry hinton"
],
[
"_:result",
"address",
"colville road"
],
[
"_:result",
"entrance_fee",
"our system does not have information on what the fee to enter is"
],
[
"_:result",
"name",
"The cherry hinton village centre"
],
[
"_:result",
"postcode",
"cb19ej"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/c5e92c63"
],
[
"_:search/c5e92c63",
"category",
"multiple sports complexes"
],
[
"_:search/c5e92c63",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"address",
"cherry hinton"
],
[
"_:result",
"address",
"colville road"
],
[
"_:result",
"entrance_fee",
"our system does not have information on what the fee to enter is"
],
[
"_:result",
"name",
"The cherry hinton village centre"
],
[
"_:result",
"postcode",
"cb19ej"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223576412"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I am planning a trip and need some help with a particular attraction ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Ok . What type of attraction are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'clare hall');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I believe the name is Clare Hall , do you have the address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'herschel road');(_:result,name,'Clare hall');(_:result,phone,'01223332360');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Clare hall is located on herschel road and their phone number is 01223332360"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 's it , thank you . I 'm also looking for info on trains that leave Bishops Stortford on Thursday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'ten');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have ten trains that match that description . Where will you be travelling to ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'08:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be traveling to Cambridge and would prefer to leave after 08:45"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'10:07');(_:result,departure,'bishops stortford');(_:result,destination,'Cambridge');(_:result,id,'TR0798');(_:result,leave_at,'9:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR0798 leaves Bishops Stortford at 9:29 and arrives in Cambridge at 10:07 . Would you like me to make a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I can do that after I discuss it with my boss . Thanks for your help with everything today . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help !"
}
] |
PMUL1419.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"clare hall"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"clare hall"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"name",
"Clare hall"
],
[
"_:result",
"phone",
"01223332360"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"clare hall"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"name",
"Clare hall"
],
[
"_:result",
"phone",
"01223332360"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"clare hall"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"name",
"Clare hall"
],
[
"_:result",
"phone",
"01223332360"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"amount",
"ten"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"departure",
"bishops stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR0798"
],
[
"_:result",
"leave_at",
"9:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "I 'm trying to find the Parkside Police Station please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Their contact number is 01223358966 , and they are located in postcode CB11JG ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Thanks , what is the address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The address is Parkside , Cambridge ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need . Thanks . Goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are most welcome !"
}
] |
SNG01313.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,\"kettle 's yard\");(_:search,leave_at,'15:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi that leaves from kettle 's yard and leaves after 15:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'yu garden');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am going to Yu Garden ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'yellow BMW');(_:result,departure,\"Kettle 's Yard\");(_:result,leave_at,'15:25');(_:result,phone,'07748651061');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , your taxi will pick you up at Kettle 's Yard at 15:25 . It is a yellow BMW . Their contact number is 07748651061 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ! That is all I need today ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services . Have a nice trip ."
}
] |
SNG0092.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kettle 's yard"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kettle 's yard"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"destination",
"yu garden"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kettle 's yard"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"destination",
"yu garden"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow BMW"
],
[
"_:result",
"departure",
"Kettle 's Yard"
],
[
"_:result",
"leave_at",
"15:25"
],
[
"_:result",
"phone",
"07748651061"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Any trains departing cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'a lot');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , there are a lot . What day would you like to travel and where is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'20:45');(_:search,day,'sunday');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving sunday on a trip to kings lynn . I need to be there by 20:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'19:58');(_:result,departure,'Cambridge');(_:result,destination,'Kings Lynn');(_:result,id,'TR9582');(_:result,leave_at,'19:11');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I would recommend TR9582 leaving Cambridge at 19:11 and arriving in Kings Lynn at 19:58 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be great . Can you book me on that train for 5 people ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'NNYALFST');(_:booking,ticket,'39.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Here is the booking information : Booking was successful , the total fee is 39.2 GBP payable at the station . \n Reference number is : NNYALFST ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm also looking for a place to stay ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What is your price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Expensive . I love luxury . But I do expect free parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are a hotels in the expensive price range . Do you have a specific area you want to stay in ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "No i do not do you have a reccomendation ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'university arms hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i will recommend university arms hotel . can i give you the contact ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'University Arms Hotel');(_:search,stars,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does the University Arms Hotel have 5 stars ? I would prefer a place with 5 stars ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:search,pricerange,'expensive');(_:search,stars,'5');(_:search,type,'Hotel'))",
"inform((_:result,name,'University Arms Hotel');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The University Arms Hotel is a 4 star establishment . I was unable to find any expensive 5 star hotels ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "thanks what s the phone number and area they are located in ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,phone,'01223351241');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "they are in the centre and the # is 01223351241"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much . That is all I need today ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for letting us assist you today ! Enjoy your visit !"
}
] |
PMUL1609.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"19:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR9582"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"19:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR9582"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NNYALFST"
],
[
"_:booking",
"ticket",
"39.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"19:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR9582"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NNYALFST"
],
[
"_:booking",
"ticket",
"39.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"19:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR9582"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NNYALFST"
],
[
"_:booking",
"ticket",
"39.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"19:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR9582"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NNYALFST"
],
[
"_:booking",
"ticket",
"39.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"University Arms Hotel"
],
[
"_:search",
"stars",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"19:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR9582"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NNYALFST"
],
[
"_:booking",
"ticket",
"39.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"University Arms Hotel"
],
[
"_:search",
"stars",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/fea98d21"
],
[
"_:search/fea98d21",
"pricerange",
"expensive"
],
[
"_:search/fea98d21",
"stars",
"5"
],
[
"_:search/fea98d21",
"type",
"Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"arrive_by",
"19:58"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR9582"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NNYALFST"
],
[
"_:booking",
"ticket",
"39.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"University Arms Hotel"
],
[
"_:search",
"stars",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/fea98d21"
],
[
"_:search/fea98d21",
"pricerange",
"expensive"
],
[
"_:search/fea98d21",
"stars",
"5"
],
[
"_:search/fea98d21",
"type",
"Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223351241"
],
[
"_: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,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi I 'd like to find a hotel to stay in . Somewhere with free wi - fi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'9');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 9 hotels that offer free wifi . Do you have a star rating , area of town , or price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to keep it cheap if possible and something 4 star rated please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Cambridge Belfry');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There 's the Cambridge Belfry . Shall I make you a reservation , then ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . It is for 2 nights starting on Tuesday for 7 people ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'42JFPPK8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Perfect , I booked that for you . Reference number is 42JFPPK8 . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thank you for your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome . Thanks for contacting the Cambridge TownInfo Centre and have a great day !"
}
] |
SNG1028.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_: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",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"42JFPPK8"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'14:00');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi . I 'm looking for a train coming from london liverpool street and arriving by 14:00 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be traveling on ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be travelling on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'5:39');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train that leaves at 5:39 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds great . Can I book one seat for that train ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'RQWKODYJ');(_:booking,ticket,'16.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful , the total fee is 16.6 GBP payable at the station . \n Reference number is : RQWKODYJ . Is there anything else I can do to assist ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'downing college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for information on a attraction called downing college ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Regent Street');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'Downing College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Oh yes , Downing College . It is located in the centre of town on Regent Street and It is free to visit . Is there anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need their phone number ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223334860');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "That phone number is 01223334860 . Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . That is all I need . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service today ."
}
] |
PMUL1362.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"leave_at",
"5:39"
],
[
"_: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",
"14:00"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"leave_at",
"5:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"RQWKODYJ"
],
[
"_:booking",
"ticket",
"16.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"downing college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"leave_at",
"5:39"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"RQWKODYJ"
],
[
"_:booking",
"ticket",
"16.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"downing college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"14:00"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"leave_at",
"5:39"
],
[
"_:search",
"people",
"one"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"RQWKODYJ"
],
[
"_:booking",
"ticket",
"16.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"downing college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cityroomz');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Everyone keeps telling me I have to stay at Cityroomz when I visit next . Have you heard of it ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes . It is a moderately priced hotel in the centre of town . They do n't have a star rating , but do offer free wifi . Would you like help booking a room there ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like to book it for 3 people and 3 nights starting from Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm so sorry , but I was unable to book per your request . Would you like to try a shorter stay or a different date ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Well , are there any other hotels that I can stay at during this time . I really need these dates ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()",
"inform((_:result,area,'same part of town');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure . Do you want the same part of town ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,name,'cityroomz');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , Please book me at cityroomz if 3 people and 3 nights starting from wednesday is unavailable can you try one night ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'KYH3R6AZ');(_:booking,stay,'one');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "One night was a success . Your reference number is KYH3R6AZ ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . that is all . Thanks ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , good bye ."
}
] |
SNG1022.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/db0c5db7"
],
[
"_:booking/db0c5db7",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:booking/db0c5db7"
],
[
"_:booking/db0c5db7",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"same part of town"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:booking/db0c5db7"
],
[
"_:booking/db0c5db7",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"same part of town"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"KYH3R6AZ"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:booking/db0c5db7"
],
[
"_:booking/db0c5db7",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"same part of town"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"KYH3R6AZ"
],
[
"_:booking",
"stay",
"one"
],
[
"_: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,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for something to do tonight . Maybe the theatre ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'south');(_:result,category,'theatres');(_:result,count,'5');(_:result,entrance_fee,'no fees listed');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 theatres , 4 in the centre and 1 in the south . There are no fees listed , would you like information on any of these ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me any one in the centre , and give me phone number and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'adc theatre');(_:result,phone,'01223300085');(_:result,postcode,'cb58as');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "you can try adc theatre , phone number is 01223300085 and postcode cb58as"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That is great can you also find me a hotel with a 0 star in the same area as the theatre"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two choices for you . Do you need parking ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I do not need parking but need wifi while in the hotel ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,has_internet,'none');(_:result,type,'Hotel'))",
"inform((_:result,has_internet,'yes');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Let me look for a hotel with wifi ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "OK thank you , I would like the room for Thursday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two options with internet do you have a price reference ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't have a preference , please just pick one ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,name,'El Shaddai');(_:booking,type,'Booking'))",
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We can try El Shaddai . How many nights will you be staying , and with how many people ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'three');(_:search,stay,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Three , nights and three people , from Thursday on ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,day,'Thursday');(_:booking,people,'3');(_:booking,ref,'MHTJJN91');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you a room for 3 for 3 nights starting Thursday . Your reference number is MHTJJN91 ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Fantastic , I 'd also like a taxi to take me between the two locations , please ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Do you know what time you want to leave by ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'23:30');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave the hotel by 23:30 . Can you please give me the contact number and car type for the taxi ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'white Tesla');(_:result,phone,'07150153206');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , I have found you a white Tesla . Their contact number is 07150153206 . Is there anything else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all thank you"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "It has been my pleasure ! Goodbye !"
}
] |
MUL1043.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",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"no fees listed"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"no fees listed"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"entrance_fee",
"no fees listed"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"entrance_fee",
"no fees listed"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"has_internet",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"entrance_fee",
"no fees listed"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"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",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"entrance_fee",
"no fees listed"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"name",
"El Shaddai"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"entrance_fee",
"no fees listed"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"name",
"El Shaddai"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"MHTJJN91"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"entrance_fee",
"no fees listed"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"name",
"El Shaddai"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"MHTJJN91"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"23:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"entrance_fee",
"no fees listed"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:booking",
"name",
"El Shaddai"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"MHTJJN91"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"23:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Tesla"
],
[
"_:result",
"phone",
"07150153206"
],
[
"_: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,name,'city centre north b and b');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you tell me about a hotel called city centre north b and b ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'328a histon road');(_:result,phone,'01223312843');(_:result,postcode,'cb43ht');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is located at 328a histon road cb43ht . Their phone number is 01223312843 ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Is that a hotel or a guesthouse ? And do they happen to provide free Internet ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Yes on both of those . Is there anything else I can do for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am also looking for an Indian restaurant to eat at ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'22');(_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have 22 great indian restaurants to choose from . Is there a certain price range you would like to stay in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like it to be expensive ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'taj tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend taj tandoori . Can I book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'12:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure . I 'll be going there on Thursday 12:30 with two other people ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'9WPR3VG2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : 9WPR3VG2 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great night !"
}
] |
PMUL0330.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"postcode",
"cb43ht"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"postcode",
"cb43ht"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"postcode",
"cb43ht"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"postcode",
"cb43ht"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"postcode",
"cb43ht"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"taj tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"9WPR3VG2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for something to do later in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'museums');(_:result,category,'nightclubs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Was there anything you were specifically interested in ? For example there are museums and nightclubs ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to go to a college in the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Do you have a specific one in mind ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No , any one will be find . Will you pick one for me and send me the address information and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,\"Saint Andrew 's Street\");(_:result,name,'Emmanuel Colleges');(_:result,phone,'01223334200');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Emmanuel Colleges number is 01223334200 , and it is located on Saint Andrew 's Street . Do you have any other questions ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all ."
},
{
"id": 7,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Great . Thanks for letting us assist you today !"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sorry , actually I need an expensive restaurant as well ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay what type of food would you like to eat and in what area please ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to try european food wherever it may be ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'Cambridge');(_:result,area,'centre');(_:result,count,'5');(_:result,food,'european');(_:result,name,'eraina');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are five expensive european restaurants in Cambridge . I suggest eraina , which is also in the centre ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks that is all i needed for today"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great time !"
}
] |
PMUL2318.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"name",
"Emmanuel Colleges"
],
[
"_:result",
"phone",
"01223334200"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"name",
"Emmanuel Colleges"
],
[
"_:result",
"phone",
"01223334200"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"name",
"Emmanuel Colleges"
],
[
"_:result",
"phone",
"01223334200"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"address",
"Saint Andrew 's Street"
],
[
"_:result",
"phone",
"01223334200"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"eraina"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'huntingdon marriott hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find information about a hotel called huntingdon marriott hotel ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,pricerange,'a little pricey');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , its a four star that is a little pricey . Would you like the phone number or address ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , the area of the city and the address ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'kingfisher way , hinchinbrook business park');(_:result,area,'West');(_:result,name,'Huntingdon Marriott Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Huntingdon Marriott Hotel is in the West and the address is kingfisher way , hinchinbrook business park , huntingdon ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . I also need a train departing from cambridge on thursday ."
},
{
"id": 5,
"rdf-acts": [
"thank()",
"request((_:search,arrive_by,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "My pleasure . What is your destination and do you have any time constraints ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'stevenage');(_:search,leave_at,'11:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go to Stevenage and leave after 11:00 ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,leave_at,'11:21');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train leaving at 11:21 would you like me to book this ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please do . I need 8 tickets"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'W29ZP27K');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've made those reservations and your reference number is W29ZP27K ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you for all of your help"
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I be of further assistance today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all that I needed today thanks"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "excellent , have a great day !"
}
] |
PMUL4035.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"a little pricey"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"pricerange",
"a little pricey"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"pricerange",
"a little pricey"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"pricerange",
"a little pricey"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"11:21"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"pricerange",
"a little pricey"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"leave_at",
"11:21"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"W29ZP27K"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"pricerange",
"a little pricey"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"kingfisher way , hinchinbrook business park"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"leave_at",
"11:21"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"W29ZP27K"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a place to eat in the west ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have a particular type of food in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I have a taste for something British ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , there are three options in that area . Do you have a certain price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want the most expensive one ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,count,'2');(_:result,type,'Restaurant'))",
"inform((_:result,name,'Graffiti');(_:result,name,'Travellers Rest');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There 's Graffiti and Travellers Rest . Which one of the two restaurants do you like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'17:00');(_:search,name,'travellers rest');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Travellers Rest sounds good please make a booking for 2 people at 17:00 on sunday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'17:00');(_:booking,name,'Travellers Rest');(_:booking,people,'2');(_:booking,ref,'BSEJZQE6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table for 2 has been reserved at Travellers Rest and your reference number is BSEJZQE6 . They 'll hold the table for 15 minutes past 17:00 . Need anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train . Leaving Cambridge on Monday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "OK , where are you headed and at what time of day ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i want to go to stevenage"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,day,'Monday');(_:result,destination,'stevenage');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains going to stevenage on Monday , do you have a time preference ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to get there by 21:30 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,leave_at,'05:21');(_:result,leave_at,'every hour after for seven hours');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , we have train 's leaving at 05:21 and every hour after for seven hours . Would you like to book one ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,destination,'stevenage');(_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Just book one that will get me to Stevenage by 21:30 please . 2 Tickets , just like dinner ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR9082');(_:booking,ref,'WSUH42EM');(_:booking,ticket,'25.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your tickets are booked for train TR9082 . The total fee is 25.6 GBP . Your reference number is WSUH42EM . Is there anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for the booking and reference number . I 'll let you know if I need anything else ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "it was my pleasure to help . goodbye ."
}
] |
PMUL0700.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"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_: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"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Travellers Rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Travellers Rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"Travellers Rest"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"BSEJZQE6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Travellers Rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"Travellers Rest"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"BSEJZQE6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_: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",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Travellers Rest"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"Travellers Rest"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"BSEJZQE6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Travellers Rest"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"Travellers Rest"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"BSEJZQE6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"leave_at",
"05:21"
],
[
"_:result",
"leave_at",
"every hour after for seven hours"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Travellers Rest"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"name",
"Travellers Rest"
],
[
"_:booking",
"people",
"2"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"leave_at",
"05:21"
],
[
"_:result",
"leave_at",
"every hour after for seven hours"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9082"
],
[
"_:booking",
"ref",
"WSUH42EM"
],
[
"_:booking",
"ticket",
"25.6 GBP"
],
[
"_: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');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi there . Real quick . Having a blast . I want a REALLY good restaurant not too far from my hotel . What do you have ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I 'll be happy to help- but I need to know what region your hotel is in first ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm in the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a lot');(_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have a lot of restaurants available in the city centre . Do you prefer a certain type of food ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I have no food preference , but I would prefer an expensive restaurant ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'African');(_:result,name,'Bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Bedouin is an African restaurant that offers a high quality experience . Would you be interested ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'12:30');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Please book for 7 people on Thursday at 12:30 ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'K7HFUCR6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made that reservation for you . Your reference number is K7HFUCR6 . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for an attraction in the same area I will eat ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,category,'architecture');(_:result,category,'boating');(_:result,category,'cinemas');(_:result,category,'colleges');(_:result,category,'concerthalls');(_:result,category,'museums');(_:result,category,'nightclubs');(_:result,category,'swimming pools');(_:result,category,'theatres');(_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have about 44 different attractions in the centre of town . Lots of architecture , colleges , boating , cinemas , concerthalls , museums , nightclubs , swimming pools , and theatres . What interests you ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Can you recommend a place ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,\"great saint mary 's church\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I like great saint mary 's church . Need some info on it ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , how much is the entrance fee for st . mary 's church ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Market Square , cb23pq');(_:result,entrance_fee,'2 pounds');(_:result,name,\"Great Saint Mary 's Church\");(_:result,type,'Attraction'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great Saint Mary 's Church is located in Market Square , cb23pq and the entrance fee is 2 pounds . Would you like a booking ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "It was my pleasure . Have a good evening ."
}
] |
PMUL2310.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"K7HFUCR6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"K7HFUCR6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"concerthalls"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"African"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"K7HFUCR6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"concerthalls"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"name",
"great saint mary 's church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"African"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"K7HFUCR6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"cinemas"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"concerthalls"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"44"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Market Square , cb23pq"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:booking",
"category",
"Train"
]
],
"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,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to go to a restaurant in the south of Cambridge that serves Spanish food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'South');(_:search,food,'Spanish');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants in the South that serve Spanish food . Would you like me to try another area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , what is the closest restaurant nearby ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have one in the centre of town would that be okay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer it to be in the south and be expensive ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,amount,'the only');(_:result,area,'centre');(_:result,food,'Spanish');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am very sorry , but the only Spanish restaurant I can locate is in the centre and has moderate price range . Can I give you more information on it ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,pricerange,'cheaper');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you find me a cheaper place . The type of food does n't matter ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The dojo noodle bar may be a good option for you ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))",
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds good . Can I get the postcode please . Also , I am looking for a train that departs from Cambridge on Thursday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Dojo Noodle Bar');(_:result,postcode,'cb21rq');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postal code for the Dojo Noodle Bar is cb21rq ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,leave_at,'08:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train I need would be departing from cambridge on thursday after 08:30 and arrive to peterborough ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'9:24');(_:result,id,'TR4863');(_:result,leave_at,'8:34');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR4863 leaves at 8:34 and arrives by 9:24 , would that work for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would work out just fine . I need to book for 5 and get the reference number too . Thanks for your help !"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'IPBCT9UG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : IPBCT9UG . Is there anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all ! Thank you !"
},
{
"id": 15,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "Your very welcome . Have a nice day ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You too ! I hope you have a great day . Thanks for your help ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , glad I could help ."
}
] |
PMUL0887.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"canthelp",
"_:search/3e889172"
],
[
"_:search/3e889172",
"area",
"South"
],
[
"_:search/3e889172",
"food",
"Spanish"
],
[
"_:search/3e889172",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"canthelp",
"_:search/3e889172"
],
[
"_:search/3e889172",
"area",
"South"
],
[
"_:search/3e889172",
"food",
"Spanish"
],
[
"_:search/3e889172",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3e889172"
],
[
"_:search/3e889172",
"area",
"South"
],
[
"_:search/3e889172",
"food",
"Spanish"
],
[
"_:search/3e889172",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3e889172"
],
[
"_:search/3e889172",
"area",
"South"
],
[
"_:search/3e889172",
"food",
"Spanish"
],
[
"_:search/3e889172",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3e889172"
],
[
"_:search/3e889172",
"area",
"South"
],
[
"_:search/3e889172",
"food",
"Spanish"
],
[
"_:search/3e889172",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"name",
"Dojo Noodle Bar"
],
[
"_:result",
"postcode",
"cb21rq"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_: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/3e889172"
],
[
"_:search/3e889172",
"area",
"South"
],
[
"_:search/3e889172",
"food",
"Spanish"
],
[
"_:search/3e889172",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"name",
"Dojo Noodle Bar"
],
[
"_:result",
"postcode",
"cb21rq"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"arrive_by",
"9:24"
],
[
"_:result",
"id",
"TR4863"
],
[
"_:result",
"leave_at",
"8:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3e889172"
],
[
"_:search/3e889172",
"area",
"South"
],
[
"_:search/3e889172",
"food",
"Spanish"
],
[
"_:search/3e889172",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"name",
"Dojo Noodle Bar"
],
[
"_:result",
"postcode",
"cb21rq"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"arrive_by",
"9:24"
],
[
"_:result",
"id",
"TR4863"
],
[
"_:result",
"leave_at",
"8:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"IPBCT9UG"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3e889172"
],
[
"_:search/3e889172",
"area",
"South"
],
[
"_:search/3e889172",
"food",
"Spanish"
],
[
"_:search/3e889172",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"name",
"Dojo Noodle Bar"
],
[
"_:result",
"postcode",
"cb21rq"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"arrive_by",
"9:24"
],
[
"_:result",
"id",
"TR4863"
],
[
"_:result",
"leave_at",
"8:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"IPBCT9UG"
],
[
"_: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,area,'centre');(_:search,category,'theatres');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any theatres in Cambridge , particularly close to the city centre ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'theatres');(_:result,count,'4');(_:result,name,'Cambridge arts theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are four theatres in that area . Cambridge arts theatre is a nice one in that area ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Wonderful . Can you get me the address and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"6 saint edward 's passage\");(_:result,postcode,'cb23pj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , the address is 6 saint edward 's passage and the post code is cb23pj ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . I am also looking for a hotel in the north . I want something with a 3 star rating . Are there any available ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes I have two both in the moderate price range . Any preference for amenities ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't mind something a bit pricey , and I definitely need wifi ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,name,'Hamilton Lodge');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Hamilton Lodge has free wifi and is in the moderate price range . Would you like to book a room ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds perfect . Yes , I would like to book a room please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "When will you be arriving and how many nights will you be staying ? How many in your party ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It will just be me . I will be arriving Tuesday and staying for 3 nights ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'9MSRK9GO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is 9MSRK9GO . Do you need help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the theatre');(_:search,destination,'the hotel');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will need a taxi to go from the theatre to the hotel . Can you help me with that ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I sure can . What time would you like the taxi be there ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,leave_at,'04:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like the taxi to be there by 04:30 . Also could i have the contact number of the taxi ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'grey volvo');(_:result,phone,'07836799900');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! Booked car type : grey volvo Contact number \t : 07836799900"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That is all that I need ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great enjoy your visit !"
}
] |
PMUL2974.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatres"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatres"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Cambridge arts theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Cambridge arts theatre"
],
[
"_:result",
"address",
"6 saint edward 's passage"
],
[
"_:result",
"postcode",
"cb23pj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"name",
"Cambridge arts theatre"
],
[
"_:result",
"address",
"6 saint edward 's passage"
],
[
"_:result",
"postcode",
"cb23pj"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"address",
"6 saint edward 's passage"
],
[
"_:result",
"postcode",
"cb23pj"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"address",
"6 saint edward 's passage"
],
[
"_:result",
"postcode",
"cb23pj"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_: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",
"category",
"theatres"
],
[
"_:result",
"address",
"6 saint edward 's passage"
],
[
"_:result",
"postcode",
"cb23pj"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9MSRK9GO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the theatre"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"address",
"6 saint edward 's passage"
],
[
"_:result",
"postcode",
"cb23pj"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9MSRK9GO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the theatre"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"04: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",
"category",
"theatres"
],
[
"_:result",
"address",
"6 saint edward 's passage"
],
[
"_:result",
"postcode",
"cb23pj"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9MSRK9GO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the theatre"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"04:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey volvo"
],
[
"_:result",
"phone",
"07836799900"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Hi , I need help finding Addenbrookes Hospital . Can you give me some information please ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Of course , the address is Hills Rd , Cambridge postcode CB20QQ"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "What is the phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))",
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "Their main phone number is 01223245151 . If you need a direct phone number for a specific department I can provide that for you ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thanks ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye ."
}
] |
SNG0163.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'ali baba');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I need information on the restaurant Ali Baba ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,food,'Lebanese');(_:result,name,'Ali Baba');(_:result,phone,'01462432565');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ali Baba is a Lebanese restaurant in the center of town . Their phone number is 01462432565 ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'19:00');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , thanks . Could you book me a table for 1 on Saturday at 19:00 ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'90ESSCNA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : 90ESSCNA . Anything else I can do for you today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , have a good day !"
}
] |
PMUL4763.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ali baba"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ali baba"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Lebanese"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"phone",
"01462432565"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ali baba"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Lebanese"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"phone",
"01462432565"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"90ESSCNA"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a place to eat in the centre of town ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "You have many different options to choose from as well as different price ranges . Are you looking for a casual or formal restaurant ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't really care , not really picky ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'kymmoy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "check out kymmoy . its asian oriental and its expensive . you want the adress ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes adress and phone number please"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'52 Mill Road City Centre');(_:result,phone,'01223311911');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 52 Mill Road City Centre . Their phone number is 01223311911 ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can i get the post code as well please ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,postcode,'cb12as');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode is cb12as . I can make a reservation for you if you 'd like ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'17:30');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need reservations for 7 people at 17:30 on friday ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()",
"inform((_:booking,ref,'MWDLZXJR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : MWDLZXJR . Is there anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you also find me a place to stay that includes free wifi and in the same price range as the restaurant ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you wish to stay in the centre of town ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter , as long as it is a guesthouse and includes free parking ."
},
{
"id": 13,
"rdf-acts": [
"select((_:result,category,'hotel');(_:result,type,'Hotel'))",
"canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry but there are no guesthouses that match your criteria . Would you like me to look for a hotel instead ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "are you sure there are no moderately priced guesthouses with parking and wifi in all of cambridge ? That seems unlikely to me"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several , do you have a specific area you are interested in ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it moderate priced and make sure it is a guest house please ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,name,'acorn guest house');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We have quite a few , may I suggest the acorn guest house ? I need to know when you 'll be arriving and the number of people please ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "it 's for 5 nights for 7 people on friday ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'F20O5QD5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Reference number is : F20O5QD5 . Is there anything else I can help you with ?"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that about does it for me today . Have a good one , bye !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You have a wonderful day as well . Good bye ."
}
] |
PMUL0261.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"52 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223311911"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"52 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223311911"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"52 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223311911"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MWDLZXJR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_: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": [
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"52 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223311911"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MWDLZXJR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_: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": [
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"52 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223311911"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MWDLZXJR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/43b647c9"
],
[
"_:search/43b647c9",
"category",
"guesthouses"
],
[
"_:search/43b647c9",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"52 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223311911"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MWDLZXJR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/43b647c9"
],
[
"_:search/43b647c9",
"category",
"guesthouses"
],
[
"_:search/43b647c9",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_: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",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"52 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223311911"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"MWDLZXJR"
],
[
"_:result",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/43b647c9"
],
[
"_:search/43b647c9",
"category",
"guesthouses"
],
[
"_:search/43b647c9",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"52 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223311911"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:result",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/43b647c9"
],
[
"_:search/43b647c9",
"category",
"guesthouses"
],
[
"_:search/43b647c9",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"F20O5QD5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hello . I am traveling and will be making a stop in Cambridge . I have done some research and need some details ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "And what sort of details would you like then ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,name,'lovell lodge');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm interested in the hotel called Lovell Lodge . I need a reservation for 6 people for 5 nights , starting on Thursday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I apologize , but there 's no openings for that time frame . Would you like to try for a shorter stay or another day ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please try 1 night , thank you ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'TXF0WZ1O');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , your \n Reference number is : TXF0WZ1O ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for something to do while I 'm in town . Can you recommend any entertainment attractions ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'funky fun house');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "sure thing . Does funky fun house sound good to you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "what is their entrance fee ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'unavailable');(_:result,name,'the place');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sorry , the entrance fee of the place is unavailable to our system . Do you need more help ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'funky fun house');(_:search,destination,'the hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "That 's fine . Can I also book a taxi from the funky fun house to the hotel ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "when do you want to leave or arrive by ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,destination,'the hotel');(_:search,leave_at,'16:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks for asking . I want to leave the attraction by 16:30 to the hotel ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'red ford');(_:result,phone,'07961394234');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "you 're all set . The taxi is a red ford with a contact number 07961394234 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . I 'm good now . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye !"
}
] |
MUL2683.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/811f34e6"
],
[
"_:booking/811f34e6",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:system",
"canthelp",
"_:booking/811f34e6"
],
[
"_:booking/811f34e6",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"TXF0WZ1O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:system",
"canthelp",
"_:booking/811f34e6"
],
[
"_:booking/811f34e6",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"TXF0WZ1O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"funky fun house"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:system",
"canthelp",
"_:booking/811f34e6"
],
[
"_:booking/811f34e6",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"TXF0WZ1O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"unavailable"
],
[
"_:result",
"name",
"the place"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"funky fun house"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:system",
"canthelp",
"_:booking/811f34e6"
],
[
"_:booking/811f34e6",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"TXF0WZ1O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"unavailable"
],
[
"_:result",
"name",
"the place"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:system",
"canthelp",
"_:booking/811f34e6"
],
[
"_:booking/811f34e6",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"ref",
"TXF0WZ1O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"unavailable"
],
[
"_:result",
"name",
"the place"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"16:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red ford"
],
[
"_:result",
"phone",
"07961394234"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a cheap , european restaurant please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'modern European');(_:result,name,'River Bar Steakhouse and Grill');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The River Bar Steakhouse and Grill is in the cheap price range and features a modern European menu ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Quayside Off Bridge street');(_:result,phone,'01223 301030');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is located at Quayside Off Bridge street . The phone number is is 01223 301030 ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you good bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a good evening and enjoy ."
}
] |
WOZ20271.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"name",
"River Bar Steakhouse and Grill"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"name",
"River Bar Steakhouse and Grill"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"Quayside Off Bridge street"
],
[
"_:result",
"phone",
"01223 301030"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any Chinese restaurants in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'ten');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes ! There are ten of them , ranging in price : cheap , moderate , and expensive . Do you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I would like one to be in the cheap price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Chinese');(_:result,name,'Charlie Chan');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Why not try Charlie Chan ? It is a Chinese restaurant in the centre serving food in the cheap price range ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That might work . What 's their address ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Regent Street City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Regent Street City Centre . Would you like me to book that for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , address will do just fine . I need to book a hotel room that has free parking , can you help me please ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'most');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Most of the hotels in town have free parking . Do you have an area or price range in mind ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like it to be in the centre if possible ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 4 places to stay in that area , is there a specific type of hotel or price range you 're looking for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I definitely want a hotel and not a guesthouse . I would also like for it to offer free parking ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,name,'gonville hotel');(_:result,name,'university arms hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotels');(_:result,count,'2');(_:result,has_parking,'none');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 expensive hotels in the area with free parking . gonville hotel and university arms hotel . would you like me to book one of these ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Not just yet , but can you tell me the address for whichever is your personal fave ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'gonville place');(_:result,name,'Gonville Hotel');(_:result,postcode,'cb11ly');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I recommend Gonville Hotel . The address is gonville place postcode cb11ly . Anything else I can do for you today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's perfect , thanks so much for your help !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for using our service . Goodbye !"
}
] |
MUL1345.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"ten"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"amount",
"ten"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"most"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"amount",
"most"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Regent Street City Centre"
],
[
"_:result",
"amount",
"most"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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",
"food",
"chinese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"most"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay in the north ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,pricerange,'moderate');(_:result,type,'Hotel');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes I have many options in the moderate price range . Do you need wifi or free parking ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I need both wifi and free parking ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'acorn guest house');(_:result,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How does the acorn guest house sound ? It is in the north part of town , in the moderate price range , and has both free wifi and parking ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds great . Can you book it for 6 people starting Tuesday for a total of 2 nights ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,name,'Acorn Guest House');(_:booking,type,'Booking'))",
"inform((_:booking,name,'Arbury Lodge Guesthouse');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Acorn Guest House is unavailable at that time , but I booked you for the Arbury Lodge Guesthouse instead . It has all of the same features ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay . May I have the reference number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ref,'3Y3AE0U7');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Reference number is : 3Y3AE0U7 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for booking it . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Is there anything else you need ?"
}
] |
SSNG0202.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/9db31d64"
],
[
"_:booking/9db31d64",
"name",
"Acorn Guest House"
],
[
"_:booking/9db31d64",
"type",
"Booking"
],
[
"_:booking",
"name",
"Arbury Lodge Guesthouse"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/9db31d64"
],
[
"_:booking/9db31d64",
"name",
"Acorn Guest House"
],
[
"_:booking/9db31d64",
"type",
"Booking"
],
[
"_:booking",
"name",
"Arbury Lodge Guesthouse"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"3Y3AE0U7"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'mahal of cambridge');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for information on a restaurant called mahal of cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Indian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is a great Indian restaurant in the town centre . It 's also cheap , so that is a plus ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'17:30');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book a table for 4 on Tuesday at 17:30 for me ? Thanks !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'VON7Z83E');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok you are booked and reference number is VON7Z83E ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks for handling that . One more thing . I want to explore town and see an attraction . I love theatre ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Is there a particular area you 're looking for a theatre in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'near the restaurant');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any near the restaurant by any chance ?"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Yes , the restaurant is called mahal of cambridge you are booked for 4 . Your reference number is VON7Z838 . Do you need anything else ?"
}
] |
PMUL3463.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"mahal of cambridge"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"mahal of cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"mahal of cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"VON7Z83E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"mahal of cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"VON7Z83E"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any expensive restaurants that serve Indian food nearby ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'14');(_:result,food,'Indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 14 expensive Indian restaurants . Would you like to look in a particular area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'13:45');(_:search,people,'six');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does n't matter where it is , I just need to book one of them for six people at 13:45 on Friday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,'curry garden');(_:booking,ref,'J1X6P0DB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great your reservation at curry garden is all set , reference number is J1X6P0DB"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for an expensive hotel as well ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,name,'Express by Holiday Inn Cambridge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are five such hotels available . I can suggest the Express by Holiday Inn Cambridge . How does that sound ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do any of the hotels have free parking and a star rating of 4 ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'west');(_:result,type,'Hotel'))",
"inform((_:result,category,'hotel');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , there are two hotel options , one in the west and one in the centre . Do you have a preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they both have internet access ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'both');(_:result,has_internet,'none');(_:result,name,'Huntingon Marriott');(_:result,name,'University Arms');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , both the Huntingon Marriott and University Arms have free wifi ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great can I also get a taxi between the two places ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking you a taxi would be no trouble . Would you like to book one of those hotels first ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "No , that 's OK , but I need that taxi arrives at the restaurant by 13:45 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'grey Lexus');(_:result,phone,'07186569452');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Alright , I have your taxi booked . It will be a grey Lexus , contact number 07186569452 . Is there anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all , thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you very much for contacting us . Have a good trip ."
}
] |
MUL0064.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"six"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"six"
],
[
"_:booking",
"name",
"curry garden"
],
[
"_:booking",
"ref",
"J1X6P0DB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"six"
],
[
"_:booking",
"name",
"curry garden"
],
[
"_:booking",
"ref",
"J1X6P0DB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"six"
],
[
"_:booking",
"name",
"curry garden"
],
[
"_:booking",
"ref",
"J1X6P0DB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Express by Holiday Inn Cambridge"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"six"
],
[
"_:booking",
"name",
"curry garden"
],
[
"_:booking",
"ref",
"J1X6P0DB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Huntingon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"six"
],
[
"_:booking",
"name",
"curry garden"
],
[
"_:booking",
"ref",
"J1X6P0DB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Huntingon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"six"
],
[
"_:booking",
"name",
"curry garden"
],
[
"_:booking",
"ref",
"J1X6P0DB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Huntingon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Lexus"
],
[
"_:result",
"phone",
"07186569452"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you check if there are any moderately priced restaurants in the centre of town ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Asian');(_:result,food,'British');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are several . Do you prefer Asian or British food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i will do modern european food"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'de luca cucina and bar');(_:result,name,'riverside brasserie');(_:result,type,'Restaurant'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay we have the de luca cucina and bar and the riverside brasserie . Which one would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'15:00');(_:search,name,'riverside brasserie');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's do the riverside brasserie . What about a table for 3 at 15:00 on Saturday ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'TYDEG9IJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : TYDEG9IJ ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great I also need a train that should depart cambridge and head to ely ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , what day do you want to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on a Sunday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have a preferred time frame ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'11:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to arrive by 11:15 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'10:07');(_:result,id,'TR3177');(_:result,leave_at,'09:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3177 will arrive by 10:07 and leaves at 09:50 would you like me to book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . Include the reference number please"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'WVJC995L');(_:booking,ticket,'3.52 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are set , the total fee is 3.52 GBP payable at the station , your Reference number is WVJC995L . May I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all . Thank you . Goodbye"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Ok . Thank you . Goodbye ."
}
] |
PMUL4798.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"TYDEG9IJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"TYDEG9IJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_: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",
"moderately"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"TYDEG9IJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"TYDEG9IJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"id",
"TR3177"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"id",
"TR3177"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"WVJC995L"
],
[
"_:booking",
"ticket",
"3.52 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,category,'hotel');(_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a 4 star expensive hotel ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The University Arms Hotel fits that description . Would you like me to book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is that a guesthouse ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "No sorry that is a hotel ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there a guesthouse available ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , there are no guesthouses that fit that description ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would be interested in a guesthouse in the cheap price range if that is available . Will you check for me ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'7');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 7 available that match what you 're looking for , do you have any preference for what area you want to stay in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I need free internet and I need their postcode ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,name,'Alexander Bed and Breakfast');(_:result,postcode,'cb12de');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is the Alexander Bed and Breakfast which has internet . It is located in cb12de postal code ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'south african');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a restaurant with south African food in the centre ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry there are no restaurants that match that description . Would you like to search for something else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about a restaurant that serves Italian food , do you have one that you would recommend ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'the zizzi cambridge');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about the zizzi cambridge in the centre ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))",
"inform((_:search,name,'Alexander Bed and Breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure , I would like to book a reservation for that . But first , could you tell me what area the Alexander Bed and Breakfast is in ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "It is in the centre area . Is there anything else that I can do for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,name,'Zizzi Cambridge');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I still need to book a reservation for 8 people at Zizzi Cambridge ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,name,'zizzi cambridge');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day and time would you like to go to zizzi cambridge ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'17:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Friday , 17:45 ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:booking,ref,'VNRRC76K');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked . Your table will be reserved for 15 minutes with reference # VNRRC76K ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That 's all I needed . Have a nice day !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Thank you for contacting us , have a great day !"
}
] |
MUL1376.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/6cef449f"
],
[
"_:search/6cef449f",
"category",
"guesthouses"
],
[
"_:search/6cef449f",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/6cef449f"
],
[
"_:search/6cef449f",
"category",
"guesthouses"
],
[
"_:search/6cef449f",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/6cef449f"
],
[
"_:search/6cef449f",
"category",
"guesthouses"
],
[
"_:search/6cef449f",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"south african"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/6cef449f"
],
[
"_:search/6cef449f",
"category",
"guesthouses"
],
[
"_:search/6cef449f",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a56cceaf"
],
[
"_:search/a56cceaf",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_: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",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/6cef449f"
],
[
"_:search/6cef449f",
"category",
"guesthouses"
],
[
"_:search/6cef449f",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a56cceaf"
],
[
"_:search/a56cceaf",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"the zizzi cambridge"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Alexander Bed and Breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/6cef449f"
],
[
"_:search/6cef449f",
"category",
"guesthouses"
],
[
"_:search/6cef449f",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a56cceaf"
],
[
"_:search/a56cceaf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"the zizzi cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Zizzi Cambridge"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/6cef449f"
],
[
"_:search/6cef449f",
"category",
"guesthouses"
],
[
"_:search/6cef449f",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a56cceaf"
],
[
"_:search/a56cceaf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"the zizzi cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Zizzi Cambridge"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"name",
"zizzi cambridge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_: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",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/6cef449f"
],
[
"_:search/6cef449f",
"category",
"guesthouses"
],
[
"_:search/6cef449f",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb12de"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/a56cceaf"
],
[
"_:search/a56cceaf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"the zizzi cambridge"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"Zizzi Cambridge"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"name",
"zizzi cambridge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"VNRRC76K"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I was in a car accident dispute and need help regarding it"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,type,'Police'))",
"reqmore()"
],
"speaker": "system",
"text": "The Parkside Police Station will be able to assist you with this . Their number is 01223358966 . Can I help you with anything else ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "The phone number is what I was looking for . Thanks !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure . You can reach them at 01223358966 . Can I be of further assistance ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is it . Thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm sorry to hear of your troubles , and I hope your day gets better !"
}
] |
SNG0138.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"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need some help finding an attraction . I have the name here ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , what is the name you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'peoples portraits exhibition at girton college');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "The place is called peoples portraits exhibition at Girton College . Could I get the area , postcode , and address for this ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Huntingdon Road');(_:result,area,'West');(_:result,name,'Girton College');(_:result,postcode,'cb3ojg');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is in the West . Girton College , Huntingdon Road . Postcode cb3ojg . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'bridge guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What can you tell me about this hotel , the bridge guest house ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'151 Hills Road');(_:result,area,'south');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is a located in the south area of town . It 's a 3 star guesthouse with free internet and parking located at 151 Hills Road ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds good I want to make a booking for 2 people and 5 nights starting from friday ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "I will book it for you , is there anything else I can do for you ?"
}
] |
PMUL2943.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"peoples portraits exhibition at girton college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Huntingdon Road"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"name",
"Girton College"
],
[
"_:result",
"postcode",
"cb3ojg"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"bridge guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Girton College"
],
[
"_:result",
"postcode",
"cb3ojg"
],
[
"_:search",
"name",
"bridge guest house"
],
[
"_:result",
"address",
"151 Hills Road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train from Cambridge to Birmingham New Street ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'7:44');(_:result,day,'Friday');(_:result,departure,'Cambridge');(_:result,destination,'Birmingham New Street');(_:result,leave_at,'5:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The next train leaving from Cambridge for Birmingham New Street departs Friday at 5:01 , and will arrive by 7:44 ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,leave_at,'08:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that departs after 08:30 on Friday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'9:01');(_:result,day,'Friday');(_:result,departure,'Cambridge');(_:result,destination,'Birmingham New Street');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train leaving Cambridge arriving at Birmingham New Street on Friday at 9:01 . Would you like me to book this for you ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please , that sounds perfect ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "And how many tickets will you need for your trip ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Actually , I do n't need booking . Please just give me the train 's travel time and price ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'163 minutes');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The travel time is 163 minutes , and the price is 75.10 pounds . How else can I help ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . Not at this time ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to be of help . Have a nice day . Bye ."
}
] |
SNG0263.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"7:44"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"leave_at",
"5:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"leave_at",
"5:01"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"9:01"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"leave_at",
"5:01"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"arrive_by",
"9:01"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"leave_at",
"5:01"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"arrive_by",
"9:01"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Birmingham New Street"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.