turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'archway house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yeah , what can you tell me about Archway House ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's on the north side of town and in the moderate price range ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to book a stay for 5 nights for 6 people there ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly ! What day would you like to arrive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to travel on Friday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'JZ930ED7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made your reservations . Your reference number is JZ930ED7 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,leave_at,'10:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks ! I would also like to book a train that goes to cambridge after 10:15 and leaves from birmingham new street on friday"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "ok , the TR0044 leaves at 10:40 . do you need a ticket ?"
}
] |
PMUL3565.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"archway house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"archway house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"archway house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"archway house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"ref",
"JZ930ED7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'anatolia');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to go to anatolia"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , do you have a specific time in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'20:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes I want to arrive at 20:45"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where are you leaving from , please ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'castle galleries');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm leaving from castle galleries ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'blue car');(_:result,phone,'07733215888');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I 've booked you a blue car , the contact info is 07733215888 . Is there anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all . Thank you"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a nice day !"
}
] |
SNG02014.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"anatolia"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"anatolia"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"anatolia"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"castle galleries"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"anatolia"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"castle galleries"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue car"
],
[
"_:result",
"phone",
"07733215888"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'hamilton lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel called hamilton lodge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Hamilton lodge');(_:result,pricerange,'moderate');(_:result,stars,'3');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Hamilton lodge is a guesthouse , on the north side of town , in the moderate price range and awarded 3 stars . Do you need more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,category,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What 's the hotel type , postcode , and star of the hotel ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,postcode,'cb41da');(_:result,pricerange,'moderately - priced');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is a moderately - priced guesthouse with 3 stars . The postcode is cb41da ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you ! ! Can you also recommend places to go around the centre . My wife is really into architecture ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Holy Trinity');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,amount,'many');(_:result,area,'centre');(_:result,category,'churches');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , I have many churches in the centre . Would you like more information about one ? Perhaps Holy Trinity ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the address of that ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'market street');(_:result,postcode,'cb23nz');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Their address is market street with postcode cb23nz ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much , that is all I needed ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
MUL2573.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hamilton lodge"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Hamilton lodge"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Holy Trinity"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Holy Trinity"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"postcode",
"cb23nz"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a moderately priced restaurant on the east side of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,count,'2');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,name,'Curry Prince');(_:result,name,'Pizza Hut fen dittion');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Here are two suggestions on the east side , Curry Prince , Indian cuisine , and Pizza Hut fen dittion , Italian ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'15:45');(_:search,name,'curry prince');(_:search,people,'two');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book a table for two at the Curry Prince on Sunday at 15:45"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking has been completed ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have a reference number please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'SN8PDT2I');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes your booking was successful and your reference number is SN8PDT2I ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . I also need a place to stay ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have any preferences on location or price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to be a guesthouse and have a 4 star rating ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'18');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 18 results that fit your criteria . What area would you like to stay in , and what is your price range ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like something moderately priced and include free parking ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'carolina bed and breakfast');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would recommend the carolina bed and breakfast , which is located on the east side of town . Would you be interested in booking a room ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'same group of people');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please book a for the same group of people for 4 nights on the same day ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'KLDPGQ5D');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is KLDPGQ5D . Will that be all ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also wanted some help booking a taxi if that 's possible ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Absolutely ! What time would you like me to set up a taxi ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'15:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to be at the restaurant by 15:45 ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Would the taxi be picking you up at the carolina bed and breakfast ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes please . And I 'd need the contact number and car type ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What will your destination be ?"
},
{
"id": 20,
"rdf-acts": [],
"speaker": "user",
"text": "The restauarant by 15:45 , please ."
},
{
"id": 21,
"rdf-acts": [],
"speaker": "system",
"text": "Do you have a preference in car ?"
},
{
"id": 22,
"rdf-acts": [],
"speaker": "user",
"text": "Just something to get me from point A to point B , please ."
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,car,'white Toyota');(_:result,phone,'07519034481');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi is a white Toyota . Your contact number is 07519034481 . May I help with something else ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all for today . Thank you so much ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "No thank you that will be all"
}
] |
PMUL0105.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Pizza Hut fen dittion"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Pizza Hut fen dittion"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Pizza Hut fen dittion"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"SN8PDT2I"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Pizza Hut fen dittion"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"people",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"SN8PDT2I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Pizza Hut fen dittion"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"people",
"two"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"SN8PDT2I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_: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",
"duration",
"15:45"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"SN8PDT2I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KLDPGQ5D"
],
[
"_: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",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KLDPGQ5D"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KLDPGQ5D"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"departure",
"?"
],
[
"_: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,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KLDPGQ5D"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"departure",
"?"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KLDPGQ5D"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"departure",
"?"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"KLDPGQ5D"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Toyota"
],
[
"_:result",
"phone",
"07519034481"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'kings hedges learner pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "could you give me information about kings hedges learner pool ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'north');(_:result,category,'swimming pool');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , it is a swimming pool located in the north . Want more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , please . I need the postcode ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB42XH');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , the postcode is CB42XH ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'Good Luck Chinese Food Takeaway');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks . Can you tell me a little bit about a restaurant called the Good Luck Chinese Food Takeaway ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'good luck chinese food takeaway');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The good luck chinese food takeaway is an expensive chinese restaurant located in the south area . I could make reservations if you would like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'18:00');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I 'd like a reservation for 2 at 18:00 on Friday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'JBWY3KBQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , the booking was successful . The table will be reserved for 15 minutes . Your reference number is : JBWY3KBQ ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks ! that 's all i need"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our service !"
}
] |
PMUL3662.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kings hedges learner pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kings hedges learner pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"postcode",
"CB42XH"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Good Luck Chinese Food Takeaway"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"postcode",
"CB42XH"
],
[
"_:search",
"name",
"Good Luck Chinese Food Takeaway"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"good luck chinese food takeaway"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"swimming pool"
],
[
"_:result",
"postcode",
"CB42XH"
],
[
"_:search",
"name",
"Good Luck Chinese Food Takeaway"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"good luck chinese food takeaway"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"JBWY3KBQ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'milton country park');(_:search,type,'Attraction'))",
"hello()"
],
"speaker": "user",
"text": "Yes , Hello . I would like info on Milton Country Park ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'northern');(_:result,category,'park');(_:result,name,'Milton Country Park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes of course . Milton Country Park is a park in the northern area of town . What would you like to know ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I have their postcode ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'cb46az');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their post code is cb46az ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks very much for your help today ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thank you for calling the Cambridge Township Centre . Enjoy your day !"
}
] |
SNG1321.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"milton country park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"milton country park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"area",
"northern"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"milton country park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"area",
"northern"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"name",
"Milton Country Park"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to cambridge from norwich on Sunday , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , when would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 14:30 , is there anything for that time ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'13:35');(_:result,id,'TR5225');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5225 arrives at 13:35 if that would work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes perfect . What is the departure time on that train so I am not late ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'10:35');(_:result,leave_at,'09:16');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sorry it leaves at 09:16 and arrives at 10:35 ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Wait , I thought it arrived at 13:35 , no ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'13:35');(_:result,id,'TR5225');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes you are correct train TR5225 arrives at 13:35 ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you verify the departure time for that train again please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,leave_at,'12:16 PM');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The departure time is 12:16 PM"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . I am also looking for a place to go in town . I 'd like it to be located in the centre and be a mutliple sports"
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Unfortunately there are no such venues . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'theatres');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any theatres to go to in the centre of town ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'park street');(_:result,name,'adc theatre');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 4 options here . I suggest adc theatre at park street . Is there anything else I could help you with ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes can I get the address and fee and number for the theatre ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'park street');(_:result,entrance_fee,'not available');(_:result,phone,'01223300085');(_:result,postcode,'cb58as');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's located on park street , postcode cb58as and their phone number is 01223300085 . Unfortunately , their entrance fee is not available ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . You have bee very helpful . Have a nice day ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "you are welcome , enjoy your stay ."
}
] |
MUL1827.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:35"
],
[
"_:result",
"id",
"TR5225"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR5225"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"leave_at",
"09:16"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"09:16"
],
[
"_:result",
"arrive_by",
"13:35"
],
[
"_:result",
"id",
"TR5225"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"13:35"
],
[
"_:result",
"id",
"TR5225"
],
[
"_:result",
"leave_at",
"12:16 PM"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"13:35"
],
[
"_:result",
"id",
"TR5225"
],
[
"_:result",
"leave_at",
"12:16 PM"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatres"
],
[
"_: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",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"13:35"
],
[
"_:result",
"id",
"TR5225"
],
[
"_:result",
"leave_at",
"12:16 PM"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"13:35"
],
[
"_:result",
"id",
"TR5225"
],
[
"_:result",
"leave_at",
"12:16 PM"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"entrance_fee",
"not available"
],
[
"_:result",
"phone",
"01223300085"
],
[
"_:result",
"postcode",
"cb58as"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train from kings lynn ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,departure,'kings lynn');(_:result,destination,'Cambridge');(_:result,leave_at,'5:11');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "the next train from kings lynn is Friday 5:11 to Cambridge"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Do you have any that would arrive at 17:45 , leaving tuesday instead ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'12');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , there are 12 trains that fit that criteria . Do you have a desired departure time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Whatever gets me there as close to 17:45 as possible . Can you book it for 7 people please ? Reference number and train ID would also be lovely ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,arrive_by,'16:58');(_:booking,category,'Train');(_:booking,id,'TR8177');(_:booking,ref,'ZDTM4B8N');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All booked ! Your train ID is TR8177 and the reference number is ZDTM4B8N . You will be arriving at 16:58 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . I 'm also looking for places to go in town . can you help me with that ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , what are you interested in seeing ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for some type of entertainment ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'Funky Fun House');(_:result,type,'Attraction'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There 's the Funky Fun House on the east side of town , does that sound ok ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great , may I have the postcode , phone number and area of town it is in ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'8 mercers row , mercers row industrial estate');(_:result,area,'east');(_:result,name,'Funky fun house');(_:result,phone,'01223304705');(_:result,postcode,'cb58hy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Funky fun house is located in the east side of town , address is 8 mercers row , mercers row industrial estate postcode cb58hy , phone 01223304705 . Is there anything else needed ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . That is all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome . Have a good day !"
}
] |
MUL0531.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"kings lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"kings lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:11"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"kings lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:11"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"16:58"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8177"
],
[
"_:booking",
"ref",
"ZDTM4B8N"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"kings lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:11"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"12"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"16:58"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8177"
],
[
"_:booking",
"ref",
"ZDTM4B8N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"kings lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:11"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"12"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"16:58"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8177"
],
[
"_:booking",
"ref",
"ZDTM4B8N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"kings lynn"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:11"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"12"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"16:58"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8177"
],
[
"_:booking",
"ref",
"ZDTM4B8N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Funky fun house"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i will be in Cambridge and i need a place to go in the east"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , what type of attraction are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Anything in the east ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "system",
"text": "can yo narrow that down"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,\"do n't care\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't care really . What is one of the most popular ones ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Camboats');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Camboats is a nice place that I reccommend"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the postcode , please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb58sx');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb58sx . How else can I assist you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a cheap restaurant please in the same area as the attraction ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Missing Sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How does The Missing Sock sound ? It meets your criteria , and I would be happy to book it for you ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a restaurant that serves international food"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'international');(_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok the missing sock actually serves international food . Would you like me to book for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't need a booking at the moment but could you provide me with their phone number ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'the missing sock');(_:result,phone,'01223812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly , the phone number for the missing sock is 01223812660 . Can I assist you with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That will be all I need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a wonderful visit in Cambridge !"
}
] |
PMUL3612.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"do n't care"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"do n't care"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"do n't care"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"do n't care"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"do n't care"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"do n't care"
],
[
"_:result",
"postcode",
"cb58sx"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"international"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"phone",
"01223812660"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i am looking for places to go in town . The attraction should be in the centre and should be in the type of theatre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'theatres');(_:result,count,'4');(_:result,name,'adc theatre');(_:result,name,'cambridge arts theatre');(_:result,name,'mumford theatre');(_:result,name,'or the cambridge corn exchange');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I have 4 theatres in the centre area , adc theatre , cambridge arts theatre , mumford theatre , or the cambridge corn exchange . I can provide further details on any of them ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "May I please have the address and phone number of one that you recommend ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'anglia ruskin enterprise , east road');(_:result,name,'mumford theatre');(_:result,phone,'08451962320');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The mumford theatre is located at anglia ruskin enterprise , east road and their phone number is 08451962320 . Do you need assistance with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay in a cheap price range . Do you have any suggestions ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , there are a lot of options , do you have a particular area of town in mind ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay in the North area , please . I need free parking also ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'worth house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "how about worth house ? it 's lovely"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is it in the moderate price range"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'cheap');(_:result,has_parking,'none');(_:result,name,'Worth house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Worth house is in the cheap price range , and offers parking ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,name,'Worth House');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please book Worth House for 3 people , for 3 nights starting on Sunday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'9UQ64Z3M');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : 9UQ64Z3M .is there any other thing i can help ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Nope , that 's all I need ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , great . Have a great day ."
}
] |
PMUL4789.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"adc theatre"
],
[
"_:result",
"name",
"cambridge arts theatre"
],
[
"_:result",
"name",
"mumford theatre"
],
[
"_:result",
"name",
"or the cambridge corn exchange"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"anglia ruskin enterprise , east road"
],
[
"_:result",
"name",
"mumford theatre"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"anglia ruskin enterprise , east road"
],
[
"_:result",
"name",
"mumford theatre"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"anglia ruskin enterprise , east road"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"worth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"anglia ruskin enterprise , east road"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"cheap"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"Worth House"
],
[
"_:search",
"people",
"3"
],
[
"_: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": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"address",
"anglia ruskin enterprise , east road"
],
[
"_:result",
"phone",
"08451962320"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"cheap"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"Worth House"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"9UQ64Z3M"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a moderate place to dine in the south . Do you have any recommendations ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Italian');(_:result,food,'Modern European');(_:result,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,count,'2');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 2 moderately priced restaurants in the south . Would you prefer Italian or Modern European ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'19:45');(_:search,food,'modern european');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I think modern European sounds good . Can you book me a table for 7 people at 19:45 on a Friday ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm so sorry , but they have no available reservations for that day and time . Would you like me to try another time or day ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,day,'friday');(_:search,duration,'19:45');(_:search,people,'7');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you find me another restaurant then , just so its in the south with a moderate price range . I need a table for 7 Friday at 19:45 ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That time is not available for the other restaurants as well . Would you like to book a different time or day ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'italian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Would you check the moderately priced Italian restaurant in the south please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Friday');(_:booking,duration,'19:45');(_:booking,name,'Restaurant Alimentum');(_:booking,people,'7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I apologize , there was in fact an open table at the modern European restaurant . I 've booked you at Restaurant Alimentum for 7 on Friday at 19:45 ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I please get the reference number for the booking ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,ref,'HVTAFS9X');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Your reference number is HVTAFS9X . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm also looking for some interesting architecture in town ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'some');(_:result,area,'center');(_:result,category,'architecture attractions');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have some great architecture attractions for you , all in the center of town . Might I recommend All Saints Church ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "that sounds interesting , i m also looking for a restaurant"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,duration,'19:45');(_:booking,name,'Restaurant Alimentum');(_:booking,people,'7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Remember , I 've already booked you for Restaurant Alimentum for 7 on Friday at 19:45 . Anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'19:45');(_:search,departure,'the church');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , a taxi please ! I need to get from the church to the restaurant by 19:45 . Got ta make sure I get there for that reservation !"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'grey bmw');(_:result,phone,'07119825098');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your booking was successful ! The car type is a grey bmw and the contact number is 07119825098 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great I am glad we could help ."
}
] |
MUL0994.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"modern european"
],
[
"_:system",
"canthelp",
"_:booking/cdb71ff2"
],
[
"_:booking/cdb71ff2",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/cdb71ff2"
],
[
"_:booking/cdb71ff2",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/98bec088"
],
[
"_:booking/98bec088",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/cdb71ff2"
],
[
"_:booking/cdb71ff2",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/98bec088"
],
[
"_:booking/98bec088",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"19:45"
],
[
"_:booking",
"name",
"Restaurant Alimentum"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:booking/cdb71ff2"
],
[
"_:booking/cdb71ff2",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/98bec088"
],
[
"_:booking/98bec088",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"19:45"
],
[
"_:booking",
"name",
"Restaurant Alimentum"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"HVTAFS9X"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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": [
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:booking/cdb71ff2"
],
[
"_:booking/cdb71ff2",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/98bec088"
],
[
"_:booking/98bec088",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"19:45"
],
[
"_:booking",
"name",
"Restaurant Alimentum"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"HVTAFS9X"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"architecture attractions"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:booking/cdb71ff2"
],
[
"_:booking/cdb71ff2",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/98bec088"
],
[
"_:booking/98bec088",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ref",
"HVTAFS9X"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"architecture attractions"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"19:45"
],
[
"_:booking",
"name",
"Restaurant Alimentum"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"the church"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:booking/cdb71ff2"
],
[
"_:booking/cdb71ff2",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/98bec088"
],
[
"_:booking/98bec088",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ref",
"HVTAFS9X"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"amount",
"some"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"architecture attractions"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"19:45"
],
[
"_:booking",
"name",
"Restaurant Alimentum"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"the church"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey bmw"
],
[
"_:result",
"phone",
"07119825098"
],
[
"_: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,'Hotel'))"
],
"speaker": "user",
"text": "I 'm planning a trip and am looking for a place to stay . Can you help me with that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , what is the price range and what area would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for something in the cheap price range in the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,name,'alexander bed and breakfast');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There is alexander bed and breakfast it 's a 4 star guesthouse that 's in your price range . Would you like more information or for me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,stay,'five');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you please book it ? I 'd like to stay for five nights beginning on Saturday . It 's just me ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'US44VVX2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : US44VVX2 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great thanks for all your assistance !"
},
{
"id": 7,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're welcome ! Have a great trip !"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'nusha');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm also looking for information on an attraction called nusha ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'entertainment');(_:result,name,'Nusha');(_:result,phone,'01223902158');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , Nusha is entertainment in the south . I do not know the entrance fee , but the phone # is 01223902158 ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'unit g6 cambridge leisure park , clifton road');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "they are at unit g6 cambridge leisure park , clifton road , anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'nusha');(_:search,leave_at,'03:00');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I also need a taxi to go between the two . I want to leave Nusha by 03:00 . Can you book and get me the contact and car type ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'Blue Lexus');(_:result,phone,'07671538206');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have you in a Blue Lexus . Contact them at 07671538206 . What else may I do for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,name,'Alexander Bed and Breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you verify for me that the Alexander Bed and Breakfast has free wifi and free parking ? If not , I 'll need to change my reservation ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "It does ! Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "No that is all the information I need today ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help . Have a great trip . Good bye ."
}
] |
PMUL3487.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"five"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"five"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"US44VVX2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"five"
],
[
"_:booking",
"ref",
"US44VVX2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"nusha"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"five"
],
[
"_:booking",
"ref",
"US44VVX2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"nusha"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"phone",
"01223902158"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"five"
],
[
"_:booking",
"ref",
"US44VVX2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"nusha"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"phone",
"01223902158"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit g6 cambridge leisure park , clifton road"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"nusha"
],
[
"_:search",
"leave_at",
"03:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"five"
],
[
"_:booking",
"ref",
"US44VVX2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"address",
"unit g6 cambridge leisure park , clifton road"
],
[
"_:search",
"departure",
"nusha"
],
[
"_:search",
"leave_at",
"03:00"
],
[
"_:result",
"car",
"Blue Lexus"
],
[
"_:result",
"phone",
"07671538206"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_: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",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"five"
],
[
"_:booking",
"ref",
"US44VVX2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"address",
"unit g6 cambridge leisure park , clifton road"
],
[
"_:search",
"departure",
"nusha"
],
[
"_:search",
"leave_at",
"03:00"
],
[
"_:result",
"car",
"Blue Lexus"
],
[
"_:result",
"phone",
"07671538206"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Alexander Bed and Breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am interested in seeing some of the attractions in town , particularly in the south . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'Movies');(_:result,category,'Museum');(_:result,category,'Nightclub');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure ! Museum ? Nightclub ? Movies ? You name it !"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I have no preference , but you can suggest a Museum for me ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no museums in the south . Would you like to try a different area or different attraction ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's too bad . Can you find me a restaurant in the expensive price range in the south instead ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'about 5');(_:result,food,'Mexican');(_:result,food,'chinese');(_:result,food,'indian');(_:result,food,'italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have about 5 places to choose from . I have 2 chinese places , an indian place , an italian place and lastly a place that serves delicious Mexican food ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like Indian food ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'64 cherry hinton road cherry hinton');(_:result,name,'taj tandoori restaurant');(_:result,phone,'01223412299');(_:result,postcode,'cb17aa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Very good choice . The taj tandoori restaurant is located at 64 cherry hinton road cherry hinton . Phone number is 01223412299 and post code is cb17aa . Anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,day,'saturday');(_:search,duration,'11:15');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I will like to book that for 5 people at 11:15 on Saturday . I also really need that information on an attraction in the South . Just something fun ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'8JWW36ZA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "i have booked . Reference number is : 8JWW36ZA .anything else i can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm going to need a taxi to get between the two places . Can you help with that ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "To book you a taxi , i will need to know where will you be departing from ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'll be going to the restaurant ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I would need to know which two places you need to get to with the taxi . You only made restaurant reservations . You mentioned an attraction but never completed ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "That 's because you never got back to me , you forgot first . I want to go somewhere in the south but I 'm not familiar with the town , what do you recommend ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))",
"inform((_:result,area,'south');(_:result,category,'museum');(_:result,name,'Byard art');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Byard art is a very popular museum with both tourists and locals in the south part of town . Would you like me to book the taxi from here ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'byard art');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , please , and can I also get a contact number and what type of car will arrive ?"
},
{
"id": 17,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok in order to book a taxi I need the travel time , departure location and arrival destination ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'11:15');(_:search,name,'taj tandoori');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Book taxi to go to taj tandoori restaurant . I need to arrive by 11:15 on Saturday ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where do you want to be picked up ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Ok I need to firm up a attraction to visit then that will be my pick up location ."
},
{
"id": 21,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Ok , what type of attraction are you looking for ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What do you recommend in the south ?"
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,category,'nightclub');(_:result,name,'Place');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I highly suggest a nightclub called The Place ."
},
{
"id": 24,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Ok great . I will need the phone number , address and postcode ."
},
{
"id": 25,
"rdf-acts": [
"inform((_:result,phone,'01223324600');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223324600 ."
},
{
"id": 26,
"rdf-acts": [
"inform((_:search,arrive_by,'11:15');(_:search,departure,'the attraction');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great . Now I would like taxi from the attraction to the restaurant to arrive by 11:15 ."
},
{
"id": 27,
"rdf-acts": [
"inform((_:result,arrive_by,'11:15');(_:result,car,'blue tesla');(_:result,departure,'The Place');(_:result,destination,'Taj Tandoori');(_:result,phone,'07648510373');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "A blue tesla will be picking you up at The Place and dropping you at Taj Tandoori at 11:15 . The contact number is \t 07648510373"
},
{
"id": 28,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , Thank you so much . That is all I need ."
},
{
"id": 29,
"rdf-acts": null,
"speaker": "system",
"text": "Can you book it for me and get a reference number ?"
}
] |
PMUL2130.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:result",
"category",
"Movies"
],
[
"_:result",
"category",
"Museum"
],
[
"_:result",
"category",
"Nightclub"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"Movies"
],
[
"_:result",
"category",
"Museum"
],
[
"_:result",
"category",
"Nightclub"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/0a9bd137"
],
[
"_:search/0a9bd137",
"category",
"museums"
],
[
"_:search/0a9bd137",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"Movies"
],
[
"_:result",
"category",
"Museum"
],
[
"_:result",
"category",
"Nightclub"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/0a9bd137"
],
[
"_:search/0a9bd137",
"category",
"museums"
],
[
"_:search/0a9bd137",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"Movies"
],
[
"_:result",
"category",
"Museum"
],
[
"_:result",
"category",
"Nightclub"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/0a9bd137"
],
[
"_:search/0a9bd137",
"category",
"museums"
],
[
"_:search/0a9bd137",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"taj tandoori restaurant"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"postcode",
"cb17aa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"Movies"
],
[
"_:result",
"category",
"Museum"
],
[
"_:result",
"category",
"Nightclub"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/0a9bd137"
],
[
"_:search/0a9bd137",
"category",
"museums"
],
[
"_:search/0a9bd137",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"taj tandoori restaurant"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"postcode",
"cb17aa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8JWW36ZA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"Movies"
],
[
"_:result",
"category",
"Museum"
],
[
"_:result",
"category",
"Nightclub"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/0a9bd137"
],
[
"_:search/0a9bd137",
"category",
"museums"
],
[
"_:search/0a9bd137",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"taj tandoori restaurant"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"postcode",
"cb17aa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8JWW36ZA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"Movies"
],
[
"_:result",
"category",
"Museum"
],
[
"_:result",
"category",
"Nightclub"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/0a9bd137"
],
[
"_:search/0a9bd137",
"category",
"museums"
],
[
"_:search/0a9bd137",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"name",
"taj tandoori restaurant"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"postcode",
"cb17aa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8JWW36ZA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/0a9bd137"
],
[
"_:search/0a9bd137",
"category",
"museums"
],
[
"_:search/0a9bd137",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"postcode",
"cb17aa"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8JWW36ZA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Byard art"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"byard art"
],
[
"_: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",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/0a9bd137"
],
[
"_:search/0a9bd137",
"category",
"museums"
],
[
"_:search/0a9bd137",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"postcode",
"cb17aa"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8JWW36ZA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Byard art"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"name",
"taj tandoori"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/0a9bd137"
],
[
"_:search/0a9bd137",
"category",
"museums"
],
[
"_:search/0a9bd137",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"postcode",
"cb17aa"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8JWW36ZA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Byard art"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"name",
"taj tandoori"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/0a9bd137"
],
[
"_:search/0a9bd137",
"category",
"museums"
],
[
"_:search/0a9bd137",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"postcode",
"cb17aa"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8JWW36ZA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Byard art"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"name",
"taj tandoori"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/0a9bd137"
],
[
"_:search/0a9bd137",
"category",
"museums"
],
[
"_:search/0a9bd137",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"postcode",
"cb17aa"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8JWW36ZA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"car",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"name",
"taj tandoori"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"Place"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/0a9bd137"
],
[
"_:search/0a9bd137",
"category",
"museums"
],
[
"_:search/0a9bd137",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"postcode",
"cb17aa"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8JWW36ZA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"car",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"name",
"taj tandoori"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"Place"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"phone",
"01223324600"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/0a9bd137"
],
[
"_:search/0a9bd137",
"category",
"museums"
],
[
"_:search/0a9bd137",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 5"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"64 cherry hinton road cherry hinton"
],
[
"_:result",
"postcode",
"cb17aa"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8JWW36ZA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"name",
"taj tandoori"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"Place"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"11:15"
],
[
"_:result",
"car",
"blue tesla"
],
[
"_:result",
"departure",
"The Place"
],
[
"_:result",
"destination",
"Taj Tandoori"
],
[
"_:result",
"phone",
"07648510373"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train going to bishops stortford ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Ok . and where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be departing from Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "And what day will you be traveling on ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a certain time you would like to leave after or arrive by ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'20:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I ca n't leave until after 20:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR1389');(_:result,leave_at,'21:29');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR1389 leaves at 21:29"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you arrange travel for 7 people for TR1389 on Sunday ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'NI1LNIIP');(_:booking,ticket,'56.56');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Of course . The reference number is NI1LNIIP . The total fee is 56.56 which can be paid at the station ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , thank you . I am also looking for a modern European restaurant ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 5 options for you . Do you have a price range in mind ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . It should be in the moderate price range ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'3');(_:result,name,'De Luca Cucina');(_:result,name,'Restaurant Alimentum');(_:result,name,'and Riverside Brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The three choices are Restaurant Alimentum , De Luca Cucina , and Riverside Brasserie . Do you require me to book the table ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,name,'riverside brasserie');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "The Riverside Brasserie sounds good . Can you tell me the area they are located in ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,name,'Riverside Brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Riverside Brasserie is located in the centre . Can I help you with anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't know that area very well , can you give me the exact address ? I 'll use gps to get there . Thanks !"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,address,'Doubletree by Hilton Cambridge Granta Place Mill Lane');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Doubletree by Hilton Cambridge Granta Place Mill Lane is the address"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What area is that in ?"
},
{
"id": 19,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is located in the centre , would you like a reservation ?"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you , I will just need the area and address , can you confirm both of those please ?"
},
{
"id": 21,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Doubletree by Hilton Cambridge Granta Place Mill Lane');(_:result,area,'center');(_:result,name,'Riverside Brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . The Riverside Brasserie is located in the center area of town and the address is Doubletree by Hilton Cambridge Granta Place Mill Lane . Anything else today ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it , thank you very much for your help ."
},
{
"id": 23,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "It seems there was a glitch in our system . Let me just confirm with you ... is there anything else I can help you with today ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's okay . I know how that is sometimes . That was it . Thanks for your help and have a great day ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us today . Let us know if we can be of further assistance . Good - bye ."
}
] |
PMUL4828.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:result",
"id",
"TR1389"
],
[
"_:result",
"leave_at",
"21:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:result",
"id",
"TR1389"
],
[
"_:result",
"leave_at",
"21:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NI1LNIIP"
],
[
"_:booking",
"ticket",
"56.56"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:result",
"id",
"TR1389"
],
[
"_:result",
"leave_at",
"21:29"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NI1LNIIP"
],
[
"_:booking",
"ticket",
"56.56"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:result",
"id",
"TR1389"
],
[
"_:result",
"leave_at",
"21:29"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NI1LNIIP"
],
[
"_:booking",
"ticket",
"56.56"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"De Luca Cucina"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"name",
"and Riverside Brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:result",
"id",
"TR1389"
],
[
"_:result",
"leave_at",
"21:29"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NI1LNIIP"
],
[
"_:booking",
"ticket",
"56.56"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"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",
"bishops stortford"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:result",
"id",
"TR1389"
],
[
"_:result",
"leave_at",
"21:29"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NI1LNIIP"
],
[
"_:booking",
"ticket",
"56.56"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"address",
"Doubletree by Hilton Cambridge Granta Place Mill Lane"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:result",
"id",
"TR1389"
],
[
"_:result",
"leave_at",
"21:29"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NI1LNIIP"
],
[
"_:booking",
"ticket",
"56.56"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"address",
"Doubletree by Hilton Cambridge Granta Place Mill Lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:result",
"id",
"TR1389"
],
[
"_:result",
"leave_at",
"21:29"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NI1LNIIP"
],
[
"_:booking",
"ticket",
"56.56"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Doubletree by Hilton Cambridge Granta Place Mill Lane"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:30"
],
[
"_:result",
"id",
"TR1389"
],
[
"_:result",
"leave_at",
"21:29"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NI1LNIIP"
],
[
"_:booking",
"ticket",
"56.56"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Doubletree by Hilton Cambridge Granta Place Mill Lane"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Riverside Brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to find a theatre in town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "sure , there are 5 options for you"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you suggest one for me ? I would like to know their postcode and entrance fee please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,entrance_fee,'no entrance fee information listed');(_:result,name,'cambridge arts theatre');(_:result,postcode,'cb23pj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure how about the Cambridge Arts Theatre . It 's in the center of town and its postcode is cb23pj , but there is no entrance fee information listed ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train to Cambridge , on Wednesday please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , where will you be departing from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be departing from broxbourne . I 'd like to arrive by 12:30 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'11:32');(_:result,destination,'Cambridge');(_:result,id,'TR1819');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1819 will arrive in Cambridge at 11:32 . Would you like a ticket on that ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be great . I 'll need tickets for 5 people . Can I have the reference number , please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'L9BMZLS8');(_:booking,ticket,'89.5 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 89.5 GBP payable at the station . \n Reference number is : L9BMZLS8 ."
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you that is all I need , good bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you good bye"
}
] |
PMUL4622.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",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"entrance_fee",
"no entrance fee information listed"
],
[
"_:result",
"name",
"cambridge arts theatre"
],
[
"_:result",
"postcode",
"cb23pj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"entrance_fee",
"no entrance fee information listed"
],
[
"_:result",
"name",
"cambridge arts theatre"
],
[
"_:result",
"postcode",
"cb23pj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"entrance_fee",
"no entrance fee information listed"
],
[
"_:result",
"name",
"cambridge arts theatre"
],
[
"_:result",
"postcode",
"cb23pj"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"11:32"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1819"
],
[
"_: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
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"entrance_fee",
"no entrance fee information listed"
],
[
"_:result",
"name",
"cambridge arts theatre"
],
[
"_:result",
"postcode",
"cb23pj"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"arrive_by",
"11:32"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1819"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"L9BMZLS8"
],
[
"_:booking",
"ticket",
"89.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'austrian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking to dine at a restaurant in the centre that serves Austrian food . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,food,'austrian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no restaurants in the centre that serve austrian food , would you like to try another area ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's ok , thank you for your help ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything further I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have any restaurants that serve Mediterranean food ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,food,'mediterranean');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three mediterranean places in the centre area , any price limitations ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive restaurant ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,name,'la mimosa');(_:result,name,'shiraz restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two la mimosa and shiraz restaurant , I recommend la mimosa would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'la mimosa');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I just get the contact information for La Mimosa for right now ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Thompsons Lane Fen Ditton');(_:result,phone,'01223362525');(_:result,postcode,'cb58aq');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No problem , the Phone number is 01223362525 . Postal code is cb58aq , Address is Thompsons Lane Fen Ditton . Is there anything else i can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,leave_at,'09:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train that departs from Stansted airport after 09:15 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Will you be traveling to Cambridge on the train ? And if so , what day would you like to travel ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yep , headed to Cambridge on Tuesday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'9:52');(_:result,destination,'Cambridge');(_:result,leave_at,'9:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train leaving at 9:24 and arriving in Cambridge by 9:52 . Would you like me to book that for you ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , thank you . Can you tell me the Train ID , please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,id,'TR1610');(_:result,type,'Train'))",
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Certainly . The train ID is TR1610 . Is there anything else I can do for you ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all thanks ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a ncie day ."
}
] |
PMUL0742.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"austrian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"austrian"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/fa1a0443"
],
[
"_:search/fa1a0443",
"area",
"centre"
],
[
"_:search/fa1a0443",
"food",
"austrian"
],
[
"_:search/fa1a0443",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fa1a0443"
],
[
"_:search/fa1a0443",
"area",
"centre"
],
[
"_:search/fa1a0443",
"food",
"austrian"
],
[
"_:search/fa1a0443",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fa1a0443"
],
[
"_:search/fa1a0443",
"area",
"centre"
],
[
"_:search/fa1a0443",
"food",
"austrian"
],
[
"_:search/fa1a0443",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_: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",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fa1a0443"
],
[
"_:search/fa1a0443",
"area",
"centre"
],
[
"_:search/fa1a0443",
"food",
"austrian"
],
[
"_:search/fa1a0443",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"name",
"shiraz restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"la mimosa"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fa1a0443"
],
[
"_:search/fa1a0443",
"area",
"centre"
],
[
"_:search/fa1a0443",
"food",
"austrian"
],
[
"_:search/fa1a0443",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"name",
"shiraz restaurant"
],
[
"_:search",
"name",
"la mimosa"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"phone",
"01223362525"
],
[
"_:result",
"postcode",
"cb58aq"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"09: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/fa1a0443"
],
[
"_:search/fa1a0443",
"area",
"centre"
],
[
"_:search/fa1a0443",
"food",
"austrian"
],
[
"_:search/fa1a0443",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"name",
"shiraz restaurant"
],
[
"_:search",
"name",
"la mimosa"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"phone",
"01223362525"
],
[
"_:result",
"postcode",
"cb58aq"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/fa1a0443"
],
[
"_:search/fa1a0443",
"area",
"centre"
],
[
"_:search/fa1a0443",
"food",
"austrian"
],
[
"_:search/fa1a0443",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"name",
"shiraz restaurant"
],
[
"_:search",
"name",
"la mimosa"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"phone",
"01223362525"
],
[
"_:result",
"postcode",
"cb58aq"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"9:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/fa1a0443"
],
[
"_:search/fa1a0443",
"area",
"centre"
],
[
"_:search/fa1a0443",
"food",
"austrian"
],
[
"_:search/fa1a0443",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"name",
"shiraz restaurant"
],
[
"_:search",
"name",
"la mimosa"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"phone",
"01223362525"
],
[
"_:result",
"postcode",
"cb58aq"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"9:24"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR1610"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi there , I 'm hoping you can help me find a hotel in the south of Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'the only');(_:result,area,'South Cambridge');(_:result,category,'hotel');(_:result,name,'Lensfield hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Lensfield hotel , which is expensive is the only hotel in South Cambridge . Will this work for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_internet,'no');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "no , I need a moderately priced place that does n't need have free wifi or parking in the area of south , thank you"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'South Cambridge area');(_:result,category,'guesthouses');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are guesthouses available in the South Cambridge area moderately priced that have free wi - fi and parking . Would you like to hear more about them ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes i would love to hear more information about them . Thank you ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'guest house');(_:result,name,'aylesbray lodge guest house');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alright the aylesbray lodge guest house \t is a 4 star guest house . Does that interest you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure . May I have the address ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'5 mowbray road');(_:result,name,'aylesbray lodge guest house');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , the aylesbray lodge guest house is located at 5 mowbray road . Can I be of any further assistance today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'same area and price range as the hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a place to dine that is in the same area and price range as the hotel ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'South');(_:result,food,'modern European');(_:result,name,'Pizza Hut');(_:result,name,'Restaurant Alimentum');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have the Pizza Hut that is moderately priced in the South and also Restaurant Alimentum that serves modern European food . Any interest you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'fusion');(_:search,type,'Restaurant'))",
"request((_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Hmm , I was looking for Fusion type food , are there any that have that ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there is n't . Can I provide you information on a different type of cuisine ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , are there any good Indian restaurants ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'South');(_:result,count,'1');(_:result,food,'Indian');(_:result,name,'Taj Tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one expensive Indian restaurant in the South : Taj Tandoori . Would you like to make a reservation ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great can I get their phone number , address , and postcode"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'64 Cherry Hinton Road Cherry Hinton');(_:result,name,'Taj Tandoori');(_:result,phone,'01223412299');(_:result,postcode,'cb17aa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Absolutely ! The Taj Tandoori is located at 64 Cherry Hinton Road Cherry Hinton . Their postcode is cb17aa . The phone number to reach them is 01223412299 . Would you like a reservation ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Not at this time . Thank you for the information ! Good - bye"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Please let us know if you need assistance with anything else . Thanks !"
}
] |
MUL0180.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",
"category",
"hotel"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"South Cambridge"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Lensfield hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"name",
"Lensfield hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"South Cambridge area"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"the only"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"South Cambridge area"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"the only"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"South Cambridge area"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"5 mowbray road"
],
[
"_:result",
"name",
"aylesbray lodge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range as the hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"the only"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"5 mowbray road"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range as the hotel"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"name",
"Pizza Hut"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"fusion"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"the only"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"5 mowbray road"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range as the hotel"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"name",
"Pizza Hut"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/54fb0c51"
],
[
"_:search/54fb0c51",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"the only"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"5 mowbray road"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range as the hotel"
],
[
"_:result",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/54fb0c51"
],
[
"_:search/54fb0c51",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Taj Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"the only"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same area and price range as the hotel"
],
[
"_:result",
"category",
"?"
],
[
"_:system",
"canthelp",
"_:search/54fb0c51"
],
[
"_:search/54fb0c51",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"64 Cherry Hinton Road Cherry Hinton"
],
[
"_:result",
"name",
"Taj Tandoori"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"postcode",
"cb17aa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,\"little saint mary 's church\");(_:search,leave_at,'21:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want a taxi to pick me up after 21:00 to take me to Little Saint Mary 's Church ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can help with that - where are you leaving from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'frankie and bennys');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to be picked up at frankie and bennys please"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'black Honda');(_:result,phone,'07796011098');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I 've booked you a black Honda , the contact number is 07796011098 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you for your help ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "No problem . Are you finished ?"
}
] |
SNG02322.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"little saint mary 's church"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"little saint mary 's church"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"departure",
"frankie and bennys"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"little saint mary 's church"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"departure",
"frankie and bennys"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Honda"
],
[
"_:result",
"phone",
"07796011098"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any colleges in the west of town that I could go to ? Thanks ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'colleges');(_:result,count,'5');(_:result,entrance_fee,'free');(_:result,name,'Churchill College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 colleges on the west side of town . I recommend checking out Churchill College . It 's beautiful and free to get in !"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Churchhill College');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the address to Churchhill College ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"storey 's way\");(_:result,name,'Churchill college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Churchill college is on storey 's way ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'carolina bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "thank you ! I also am looking for carolina bed and breakfast"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,name,'Carolina bed and breakfast');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Carolina bed and breakfast is in the east area , can I book that for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,category,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks , just gathering information . Can I get the hotel type , phone number and postal code please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,phone,'01223247015');(_:result,postcode,'cb13nx');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "You sure may . It is a beautiful guesthouse located in postal code cb13nx . Their phone number is 01223247015 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for the info ."
},
{
"id": 9,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are welcome . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help you . Thanks for using our service have a nice day ."
}
] |
PMUL2854.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"name",
"Churchhill College"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:result",
"name",
"Churchill college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Carolina bed and breakfast"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Carolina bed and breakfast"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223247015"
],
[
"_:result",
"postcode",
"cb13nx"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Carolina bed and breakfast"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223247015"
],
[
"_:result",
"postcode",
"cb13nx"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What fancy restaurants are there on the east side of town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'grafton hotel restaurant');(_:result,name,'pipasha restaurant');(_:result,name,'royal standard');(_:result,name,'sitar tandoori');(_:result,name,'yu garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Not sure about fancy , but if you are looking for expensive we have grafton hotel restaurant , yu garden , royal standard , pipasha restaurant , and sitar tandoori ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do any of them serve Chinese food ? That 's what I 'm in the mood for ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Chinese');(_:result,name,'Yu Garden');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Yes ! Yu Garden is a wonderful Chinese restaurant that will meet your needs . Would you like a table there , or perhaps just the address ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , the address , postcode and phone number would help ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'529 Newmarket Road Fen Ditton');(_:result,name,'Yu Garden');(_:result,phone,'01223248882');(_:result,postcode,'cb58pa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yu Garden is located at 529 Newmarket Road Fen Ditton . The post code is cb58pa and the phone number is 01223248882 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for your help !"
},
{
"id": 7,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome , is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thanks ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ! Have a great day ! Goodbye !"
}
] |
SNG0696.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"name",
"pipasha restaurant"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"name",
"yu garden"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"address",
"529 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"phone",
"01223248882"
],
[
"_:result",
"postcode",
"cb58pa"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"address",
"529 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"phone",
"01223248882"
],
[
"_:result",
"postcode",
"cb58pa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the phone number of an expensive restaurant on the east side of town , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'east');(_:result,count,'5');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are five restaurants in the expensive price range and in the east part of town . What kind of food would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like Indian food please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'Sitar Tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sitar Tandoori is an expensive indian restaurant in the east part of town ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Is there anything else ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'Indian');(_:result,name,'Pipasha Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pipasha Restaurant is in the expensive category and serves Indian food . It is in the east part of town ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is there phone number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223 577786');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223 577786 . Do you need their address also ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no , thank you . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
WOZ20361.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Sitar Tandoori"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Pipasha Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Pipasha Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223 577786"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What fun places can I visit in the East ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'boating');(_:result,category,'entertainment');(_:result,category,'museums');(_:result,type,'Attraction'))",
"inform((_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have five spots which include boating , museums and entertainment . Any preferences that you have ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't have a preference . Which place would you recommend ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Cambridge Museum of Technology');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm fond of the Cambridge Museum of Technology . Would you like more information on it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entrance fee ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'5 pounds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is 5 pounds to get in ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great , thanks ! Can you help me find a train going into Cambridge as well ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I certainly can ! Where would you be coming from and what day and time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,day,'friday');(_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving birmingham new street and going to cambridge ; I need to travel on Friday and arrive by 13:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'12:23');(_:result,id,'TR0497');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0497 arrives by 12:23 . Would you like a ticket ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . Book the train for 2 people . Please include the reference number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ref,'PYPBSAXI');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Reference number is : PYPBSAXI . Is there anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's everything . Thanks again and have a great day !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your trip ! Have a great time !"
}
] |
PMUL3847.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"id",
"TR0497"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:23"
],
[
"_:result",
"id",
"TR0497"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"PYPBSAXI"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'halal');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi . Can you tell me if any restaurants in the area serve halal food ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'halal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I apologize , there are no restaurants in the area that serve halal food . Would you like another type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'Portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Portuguese food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,food,'portuguese');(_:result,name,'Nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos is serves portuguese food , is in the south part of town and in the cheap price range . Would you like their location ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , phone number and address please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Cambridge Leisure Park Clifton Way');(_:result,phone,'01223327908');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "there phone number is 01223327908 and there address is Cambridge Leisure Park Clifton Way , Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that is all I needed to know . Have a good day ."
},
{
"id": 7,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank You"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Goodbye"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
WOZ20607.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"halal"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/473e2b30"
],
[
"_:search/473e2b30",
"type",
"Restaurant"
],
[
"_:result",
"food",
"halal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/473e2b30"
],
[
"_:search/473e2b30",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/473e2b30"
],
[
"_:search/473e2b30",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way"
],
[
"_:result",
"phone",
"01223327908"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/473e2b30"
],
[
"_:search/473e2b30",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way"
],
[
"_:result",
"phone",
"01223327908"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"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'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find an expensive restaurant in the south part of town . What is the address ?"
},
{
"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": "Any type of food is fine , just need to know where it is located ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'2 G cambridge leisure park cherry hinton road cherry hinton');(_:result,area,'south');(_:result,food,'mexican');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "chiquito restaurant bar serves mexican food in the expensive price range and in south . it is located at 2 G cambridge leisure park cherry hinton road cherry hinton . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you ."
},
{
"id": 5,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you for calling and please use our system again . Goodbye ."
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "thank you , goodbye ."
}
] |
WOZ20479.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 G cambridge leisure park cherry hinton road cherry hinton"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
]
],
"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"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 G cambridge leisure park cherry hinton road cherry hinton"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"mexican"
],
[
"_:result",
"name",
"chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay with free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "All right , we have many places to stay with free wi - fi . What area of town would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to be in the north , and I need a place with free parking . I 'd also like to keep the price to a moderate range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several places that meet that criteria . Do you have a preference on star rating ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,category,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , could you make a recommendation based on that criteria and send me the postcode , address , and hotel type , please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'172 Chesterton Road');(_:result,category,'guesthouse');(_:result,name,'Kirkwood House');(_:result,postcode,'cb41da');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I recommend the Kirkwood House . It is a guesthouse with 4 star ratings . The postcode is cb41da , and the address is 172 Chesterton Road ."
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's all the information I need . Thank you so much for your help . Bye !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
SNG0886.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"address",
"172 Chesterton Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train leaving from broxbourne and going to cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , when will you be traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It will be on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have a particular time you would like to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'12:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "We would need the train to leave after 12:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'12:32');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train that leaves at 12:32 ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That will be fine I need the train ID and price please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR7768');(_:result,ticket,'14.32 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure the train ID is TR7768 and the cost of the journey is 14.32 pounds ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'seafood');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a place to dine in the centre that serves seafood ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'only');(_:result,area,'centre');(_:result,name,'Loch Fyne');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Loch Fyne is the only available restaurant in the centre that fits your criteria but it is an expensive place to dine , will that be alright ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'17:45');(_:search,people,'2');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book a table for 2 at 17:45 on Saturday . What is the reference number please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'A1ZSFEZ5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book it , reference number is A1ZSFEZ5 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . I appreciate the assistance ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can do ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all ! Thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a fantastic day , goodbye !"
}
] |
PMUL0861.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"12:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"leave_at",
"12:32"
],
[
"_:result",
"id",
"TR7768"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"leave_at",
"12:32"
],
[
"_:result",
"id",
"TR7768"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"seafood"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"leave_at",
"12:32"
],
[
"_:result",
"id",
"TR7768"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"seafood"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"A1ZSFEZ5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"leave_at",
"12:32"
],
[
"_:result",
"id",
"TR7768"
],
[
"_:result",
"ticket",
"14.32 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"seafood"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Loch Fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"A1ZSFEZ5"
],
[
"_: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,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am looking for a hotel please . I would need free wifi and free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'29');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 29 hotels with free wifi and parking , do you have a preference on location or price range ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't have a preference but I would like it to be 4 stars ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'19');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have to narrow it down . There are 19 hotels . What price range are you looking for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any price range is fine . I just need a reservation for 3 people for 5 nights starting on Saturday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'the alexander bed and breakfast');(_:booking,ref,'JLDXHEK8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book at the alexander bed and breakfast . Your reference number is JLDXHEK8 . Is there anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all I needed today . Thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Thanks for using Cambridge TownInfo centre !"
}
] |
SSNG0347.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"29"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"the alexander bed and breakfast"
],
[
"_:booking",
"ref",
"JLDXHEK8"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotel');(_:search,has_internet,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I sure could use a nice hotel to stay in . Can you find me one in the east ? I do n't need free WiFi ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,count,'3');(_:result,name,'Allenbell');(_:result,name,'Autumn House');(_:result,name,'Leverton House');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are three cheap options in the east . Leverton House , Autumn House , and Allenbell . Would you like the phone number for any of them ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am look for a hotel on the east with free parking ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'express by holiday inn cambridge');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The express by holiday inn cambridge is in the east with free parking and interenet . It is in the expensive price range . Would you like to reserve a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is that a hotel ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , that is a hotel . Should I make a booking for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it include free parking ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it does . Would you like reservations ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,stars,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "how many stars ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,stars,'2-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's a 2-star hotel ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "That will be okay . Can you book that ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to book it for you ! I just need to know what day you 're arriving , how many nights you 're staying , and the number of people in your party ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't need hotel reservations . I just need address , price range , star of the hotel ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'15 - 17 Norman Way , Coldhams Business Park');(_:result,category,'hotel');(_:result,phone,'01223866800');(_:result,pricerange,'expensive');(_:result,stars,'2');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "It is a 2 star expensive hotel , their address is 15 - 17 Norman Way , Coldhams Business Park , phone number is 01223866800 . Is there anything else I can assist you with ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need a train from cambridge to stevenage on wednesday ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to travel ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,leave_at,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "We need to leave after 17:45 ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When would you like to arrive by ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,leave_at,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No preference just fine a train that leaves after 17:45 ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,arrive_by,'20:10');(_:result,id,'TR0609');(_:result,leave_at,'19:21');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR0609 leaving at 19:21 and arriving at 20:10 ."
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Please book 3 seats and send the reference number ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:booking,ref,'LIB89A1W');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "the reference is LIB89A1W ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I needed ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL1695.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"stars",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"15 - 17 Norman Way , Coldhams Business Park"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"15 - 17 Norman Way , Coldhams Business Park"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_: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",
"has_internet",
"no"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"15 - 17 Norman Way , Coldhams Business Park"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"15 - 17 Norman Way , Coldhams Business Park"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"arrive_by",
"20:10"
],
[
"_:result",
"id",
"TR0609"
],
[
"_:result",
"leave_at",
"19:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"15 - 17 Norman Way , Coldhams Business Park"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"arrive_by",
"20:10"
],
[
"_:result",
"id",
"TR0609"
],
[
"_:result",
"leave_at",
"19:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"LIB89A1W"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel and I need free wifi and parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'29');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 've found 29 places that fit your criteria . To further narrow your search , please provide a specific hotel type and the amount of stars of the hotel you would like ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A guesthouse in the north will be fine ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'9');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Perfect , that has narrowed us down to 9 results . Do you have any other criteria that need to be met ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "No , that should be it . Can you tell me some of the 9 results you were able to find ?"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Acorn guest house , arbury lodge , archway house , hamilton lodge are all great selections . Would you like me to book one of these or would you like more suggestions ?"
}
] |
PMUL1832.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"29"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'polynesian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to know if there are any polynesian restaurants in the east side of cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , we do n't have any . Is there something else I can help you with ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Just to confirm , there are no expensive restaurant 's serving polynesian food on the east side , is that right ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'Polynesian');(_:search,pricerange,'expensive');(_:search,pricerange,'or otherwise');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no Polynesian restaurants in the east at all , cheap , expensive , or otherwise ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about an expensive British place in the east ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'grafton hotel restaurant');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "sure , there is the grafton hotel restaurant in that area ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! May I get the phone number and address ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Grafton Hotel 619 Newmarket Road Fen Ditton');(_:result,phone,'01223241387');(_:result,postcode,'cb58pa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are at Grafton Hotel 619 Newmarket Road Fen Ditton , postcode cb58pa , they can be reached at 01223241387 , can I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'17:45');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I am looking for a train going to Broxbourne by 17:45 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'10:01');(_:result,id,'TR2519');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "how about TR2519 ? it arrives by 10:01 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Does it depart from cambridge on wednesday ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'17:01');(_:result,day,'wednesday');(_:result,departure,'cambridge');(_:result,destination,'broxbourne');(_:result,id,'TR2925');(_:result,leave_at,'16:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR2925 available . It departs cambridge on wednesday at 16:01 and arrives in broxbourne at 17:01 . Will that work ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be lovely . I 'll need to book for 2 people . Can I have the reference number please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'7VRFHBER');(_:booking,ticket,'35.79 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book that for you for a total of 35.79 GBP . Your reference number is 7VRFHBER ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great thanks so much ! That 's all I need !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL3806.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"polynesian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"polynesian"
],
[
"_:system",
"canthelp",
"_:search/98068543"
],
[
"_:search/98068543",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/98068543"
],
[
"_:search/98068543",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/69d39687"
],
[
"_:search/69d39687",
"area",
"east"
],
[
"_:search/69d39687",
"food",
"Polynesian"
],
[
"_:search/69d39687",
"pricerange",
"expensive"
],
[
"_:search/69d39687",
"pricerange",
"or otherwise"
],
[
"_:search/69d39687",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/98068543"
],
[
"_:search/98068543",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:search/69d39687"
],
[
"_:search/69d39687",
"area",
"east"
],
[
"_:search/69d39687",
"food",
"Polynesian"
],
[
"_:search/69d39687",
"pricerange",
"expensive"
],
[
"_:search/69d39687",
"pricerange",
"or otherwise"
],
[
"_:search/69d39687",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/98068543"
],
[
"_:search/98068543",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/69d39687"
],
[
"_:search/69d39687",
"area",
"east"
],
[
"_:search/69d39687",
"food",
"Polynesian"
],
[
"_:search/69d39687",
"pricerange",
"expensive"
],
[
"_:search/69d39687",
"pricerange",
"or otherwise"
],
[
"_:search/69d39687",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"phone",
"01223241387"
],
[
"_:result",
"postcode",
"cb58pa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/98068543"
],
[
"_:search/98068543",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/69d39687"
],
[
"_:search/69d39687",
"area",
"east"
],
[
"_:search/69d39687",
"food",
"Polynesian"
],
[
"_:search/69d39687",
"pricerange",
"expensive"
],
[
"_:search/69d39687",
"pricerange",
"or otherwise"
],
[
"_:search/69d39687",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"phone",
"01223241387"
],
[
"_:result",
"postcode",
"cb58pa"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"arrive_by",
"10:01"
],
[
"_:result",
"id",
"TR2519"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/98068543"
],
[
"_:search/98068543",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/69d39687"
],
[
"_:search/69d39687",
"area",
"east"
],
[
"_:search/69d39687",
"food",
"Polynesian"
],
[
"_:search/69d39687",
"pricerange",
"expensive"
],
[
"_:search/69d39687",
"pricerange",
"or otherwise"
],
[
"_:search/69d39687",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"phone",
"01223241387"
],
[
"_:result",
"postcode",
"cb58pa"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"17:01"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"broxbourne"
],
[
"_:result",
"id",
"TR2925"
],
[
"_:result",
"leave_at",
"16:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/98068543"
],
[
"_:search/98068543",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/69d39687"
],
[
"_:search/69d39687",
"area",
"east"
],
[
"_:search/69d39687",
"food",
"Polynesian"
],
[
"_:search/69d39687",
"pricerange",
"expensive"
],
[
"_:search/69d39687",
"pricerange",
"or otherwise"
],
[
"_:search/69d39687",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"grafton hotel restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"phone",
"01223241387"
],
[
"_:result",
"postcode",
"cb58pa"
],
[
"_:search",
"arrive_by",
"17:45"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"17:01"
],
[
"_:result",
"day",
"wednesday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"broxbourne"
],
[
"_:result",
"id",
"TR2925"
],
[
"_:result",
"leave_at",
"16:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"7VRFHBER"
],
[
"_:booking",
"ticket",
"35.79 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'hamilton lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like some information on the Hamilton Lodge hotel , please ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is located in the north . It is a guesthouse and is in the moderate price range . Would you like a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like to book for 6 people for 4 nights starting on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'156 chesterton road');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,ref,'RU5ZSYZS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Address is 156 chesterton road . Postcode is cb41da . Reference number is : RU5ZSYZS . Anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need a train to cambridge"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have several trains going to Cambridge . Where will you be departing from and what date do you need the train ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to depart from kings lynn on the same day as the hotel booking ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a specific time you would like to leave or arrive by ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'9:15');(_:search,day,'wednesday');(_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to depart from kings lynn on Wednesday and arrive by 9:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'08:58');(_:result,id,'TR4638');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about the TR4638 train ? It arrives at 08:58 ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you tell me when that departs and the total travel time ? Also , how much is it ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'8:58');(_:result,duration,'47 minutes');(_:result,id,'TR4638');(_:result,leave_at,'8:11');(_:result,ticket,'9.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4638 leaves at 8:11 and arrives at 8:58 that 's a travel time of 47 minutes . The cost is 9.80 pounds . Would you like me to make reservations ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I actually wo n't need a reservation , just the information you provided is enough . Thank you . Have a good day . Bye ."
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Enjoy your visit to cambridge . Have a wonderful day ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your stay at Cambridge ."
}
] |
MUL2134.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"RU5ZSYZS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"RU5ZSYZS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"RU5ZSYZS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"RU5ZSYZS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"08:58"
],
[
"_:result",
"id",
"TR4638"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"RU5ZSYZS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"8:58"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"id",
"TR4638"
],
[
"_:result",
"leave_at",
"8:11"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"RU5ZSYZS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"8:58"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"id",
"TR4638"
],
[
"_:result",
"leave_at",
"8:11"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for specific restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you know the name of this restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'hakka');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The Hakka restaurant is located at 24 Milton Road Cambridge Cambridgeshire CB4 1JY . The average cost is approximately 30 per person ."
},
{
"id": 3,
"rdf-acts": [
"thank()",
"inform((_:result,name,'Hakka Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Looks like you 're doing my job for me ! Did you want to know about the Hakka Restaurant then ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Maybe . Anyway . I also need a place to stay in the south area ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "I found a 4 star moderately priced aylesbray lodge guest house located in the south . Would you like me to book reservations ."
}
] |
PMUL0459.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hakka"
],
[
"_:result",
"name",
"Hakka Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train to cambridge from norwich ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What date and time would you like to depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'12:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sunday , sometime after 12:00"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR5225');(_:result,leave_at,'12:16');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR5225 leaves at 12:16 . Would you like to book it ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I want to book for 7 people ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'29KZ568T');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : 29KZ568T . Anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Terrific , thanks . I 'm also looking for an expensive place to dine in the south ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of cuisine are you looking for ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "If you suggest a place that is good and will impress others ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , would you like to eat italian , indian , mexican , or chinese food ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))",
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Italian food will be fine ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Frankie and Bennys');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend Frankie and Bennys . Shall I make a booking for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'18:00');(_:search,people,'four');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please book that . Four people Saturday at 18:00 ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'RJFW8QQ9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful ! Your reference number is RJFW8QQ9 . Your table will be reserved for 15 minutes . Anything else I can do for you ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is their phone number and address ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,phone,'01223412430');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their address is Cambridge Leisure Park Clifton Way Cherry Hinton and phone number 01223412430 . Will there be anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thanks"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,duration,'18:00');(_:booking,name,'Frankie and Bennys');(_:booking,people,'4');(_:booking,ref,'RJFW8QQ9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservations for 4 have been made for Saturday at 18:00 at Frankie and Bennys . The table will be reserved for 15 minutes . RJFW8QQ9"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , you said that . thanks for your help . Goodbye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "goodbye and enjoy"
}
] |
PMUL0509.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"id",
"TR5225"
],
[
"_:result",
"leave_at",
"12:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"id",
"TR5225"
],
[
"_:result",
"leave_at",
"12:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"29KZ568T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"id",
"TR5225"
],
[
"_:result",
"leave_at",
"12:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"29KZ568T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"id",
"TR5225"
],
[
"_:result",
"leave_at",
"12:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"29KZ568T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"id",
"TR5225"
],
[
"_:result",
"leave_at",
"12:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"29KZ568T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"id",
"TR5225"
],
[
"_:result",
"leave_at",
"12:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"RJFW8QQ9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_: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",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"id",
"TR5225"
],
[
"_:result",
"leave_at",
"12:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"RJFW8QQ9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"phone",
"01223412430"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"id",
"TR5225"
],
[
"_:result",
"leave_at",
"12:16"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"food",
"?"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"phone",
"01223412430"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"name",
"Frankie and Bennys"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"RJFW8QQ9"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for a hospital in town ."
},
{
"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 on Hills Rd , Cambridge . Is there a particular department you need ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "No , I just needed the address . Good bye ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling the TownInfo centre . Goodbye ."
}
] |
SNG02021.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel to stay in . I prefer something in the expensive price range , and also one that offers free parking ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'The gonville hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The gonville hotel may be a good option ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like a place with 3 stars ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'Gonville Hotel');(_:result,name,'Lensfield Hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'both');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Lensfield Hotel or Gonville Hotel both meet your criteria . Would you like me to make a reservation for you at either option ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What area is it in ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'south');(_:result,name,'The gonville hotel');(_:result,name,'lensfield hotel');(_:result,type,'Hotel'))",
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The gonville hotel is in the centre area and the lensfield hotel is in the south area . Would either of these hotels work for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i want the one in the south"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Lensfield');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "In that case , you 'd prefer The Lensfield . Do you need to book a room ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "yes can you please . thank you"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Which day would you be arriving at the hotel , and how long will you be staying ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Wednesday for 4 people , just one night ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'H9CE5KK3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : H9CE5KK3 . Can i help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'13:00');(_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'Leincester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train going to Leincester from Cambridge . I want to leave on Monday and arrive at 13:00 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets do you need ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "4 people please ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Your tickets have been booked . Your reference number is 6F8IVDHH ."
}
] |
PMUL1512.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"The gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"The gonville hotel"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Lensfield"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"H9CE5KK3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Leincester"
],
[
"_: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",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"H9CE5KK3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:00"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"Leincester"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay . The hotel should be in the type of guesthouse and should be in the cheap price range"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'9');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 9 cheap guesthouses in Cambridge . To help narrow it down , is there a part of town you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Not really . I 'd like a 4 star guesthouse , though , is that possible ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,name,'the alexander bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are seven that fit . Might I suggest the alexander bed and breakfast ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I think I have heard of that . Can you just get me an address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'56 Saint Barnabas Road');(_:result,name,'Alexander Bed and Breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Absolutely ! The Alexander Bed and Breakfast is located at 56 Saint Barnabas Road . Would you like me to book your stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No . I do need some options for Entertainment sort of attractions . In the centre of town ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,category,'architecture');(_:result,category,'museums');(_:result,category,'theaters');(_:result,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have many ideas such as architecture , museums , theaters etc . Do you have a preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Museums or theaters , thank you ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I recommend the Broughton House Gallery . Would you like more information ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , what colleges do you recommend ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Downing College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Downing College looks nice , do you need to know anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'downing college');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you give me the phone number and address for Downing College please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'regent street');(_:result,phone,'01223334860');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223334860 . The address is regent street , post code cb21dq . May I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all , thanks ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL2873.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"the alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"colleges"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"downing college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"name",
"Downing College"
],
[
"_:search",
"name",
"downing college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"phone",
"01223334860"
],
[
"_:result",
"postcode",
"cb21dq"
],
[
"_: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,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay . The hotel should include free wifi and should include free parking"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many results with free wifi and parking , to help narrow it down , what area do you want to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "north area in a guesthouse"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "what star rating ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'2');(_:search,stars,'dontcare');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter as long as I can book it for 2 people and 2 nights starting Thursday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Did you have a price range in mind ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I am not picky ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was not successful for that night at the acorn guest house , would you like me to try a different place ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "how about wednesday instead ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unsuccessful . Would you like to try a different location ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yeah try a different place . Anywhere that meets my requirements"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Arbury Lodge Guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm going to try for the Arbury Lodge Guesthouse , sir . Is that all right ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please try it ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Thursday');(_:booking,name,'Arbury Lodge Guesthouse');(_:booking,people,'two');(_:booking,ref,'K9ZNS97G');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the Arbury Lodge Guesthouse on Thursday for 2 nights for two people and your reference number is K9ZNS97G . Is there anything else you need ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was everything , thanks ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre . Have a good day !"
}
] |
SNG01262.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:booking/e38f4b8b"
],
[
"_:booking/e38f4b8b",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:booking/e38f4b8b"
],
[
"_:booking/e38f4b8b",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/8cfb5c95"
],
[
"_:booking/8cfb5c95",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:booking/e38f4b8b"
],
[
"_:booking/e38f4b8b",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/8cfb5c95"
],
[
"_:booking/8cfb5c95",
"type",
"Booking"
],
[
"_:result",
"name",
"Arbury Lodge Guesthouse"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stars",
"dontcare"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"canthelp",
"_:booking/e38f4b8b"
],
[
"_:booking/e38f4b8b",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/8cfb5c95"
],
[
"_:booking/8cfb5c95",
"type",
"Booking"
],
[
"_:result",
"name",
"Arbury Lodge Guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Arbury Lodge Guesthouse"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"K9ZNS97G"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi there . I 'm on a really tight budget but need to find me a cheap room to stay ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,category,'htels');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have several cheap htels and guesthouses available . Do you have a particular location in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Not really . It does need to be a hotel and parking is n't really an issue with us ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have one in the cheap range , shall I book it ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have a star of 0 . That is very important to me ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , it 's 4 stars . Would you like to try a different hotel type ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What about one that is in the moderate price range ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'north');(_:result,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 3 hotels , do you have a preference for the area of centre or north ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No area preference . Any of them are fine . Can you book one for me starting Thursday ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , of course . For how many nights and how many people ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'three');(_:search,stay,'3');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "There will be three people and we need it for 3 nights . Can I get the reference number for that once it is booked ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,name,'Ashley Hotel');(_:booking,ref,'9ZKDNRMV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked you at the Ashley Hotel , and your reference number is 9ZKDNRMV ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))",
"request((_:result,car,?);(_:result,type,'Taxi'))",
"inform((_:search,departure,'the hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i also want to book a taxi leaving the hotel by 20.15.get contact number and car type"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will you be taking the taxi to ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm sorry I did not mention I am looking for an entertainment attraction in the South of town ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'entertainment');(_:result,name,'Nusha');(_:result,name,'Tenpin');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I can help you find something ! How about Nusha or Tenpin ? They are in the south and are entertainment facilities ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What type of entertainment are they ? Can you give me phone numbers , please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,category,'parks');(_:result,name,'Nusha');(_:result,name,'Tenpin');(_:result,phone,'01223902158');(_:result,phone,'08715501010');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They are parks . Phone number for Nusha is 01223902158 and for Tenpin is 08715501010 ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,departure,'the hotel');(_:search,leave_at,'20:15');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd also like a taxi to go between the two , and I 'd like to leave the hotel by 20:15 if possible ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'm sorry , which park would you like to go to ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,destination,'tenpin');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I think Tenpin should work nicely , thanks ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'red Lexus');(_:result,phone,'07275581182');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I was able to book that taxi for you . Be looking for a red Lexus . If you need to reach them , please contact 07275581182 . Anything else I can help with ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wonderful ! Nope , that 's it . Thanks so much for all of your help !"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day in Cambridge !"
}
] |
MUL2652.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",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"htels"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"htels"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"category",
"htels"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_: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": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"ref",
"9ZKDNRMV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"the 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",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"ref",
"9ZKDNRMV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"thursday"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"ref",
"9ZKDNRMV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"thursday"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"ref",
"9ZKDNRMV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"phone",
"01223902158"
],
[
"_:result",
"phone",
"08715501010"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"thursday"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"ref",
"9ZKDNRMV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"phone",
"01223902158"
],
[
"_:result",
"phone",
"08715501010"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"destination",
"tenpin"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"thursday"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"name",
"Ashley Hotel"
],
[
"_:booking",
"ref",
"9ZKDNRMV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"20:15"
],
[
"_:search",
"destination",
"tenpin"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Lexus"
],
[
"_:result",
"phone",
"07275581182"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Please book a taxi for me"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure ! when would you like to arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'19:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to arrive by 19:00"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can definitely help ! Where are you departing from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'alpha - milton guest house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am leaving from the Alpha - Milton Guest House ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will the taxi be taking you tonight ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'cambridge university botanic gardens');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am eager to visit cambridge university botanic gardens ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,car,'grey lexus');(_:result,phone,'07229148300');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , I 've booked your taxi . It will be a grey lexus , contact number 07229148300"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "What time will the taxi be arriving at the Alpha - Milton ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "You should contact the taxi for an approximate time ."
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all I need . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Anytime ! Enjoy your stay ."
}
] |
SNG01660.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"departure",
"alpha - milton guest house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"departure",
"alpha - milton guest house"
],
[
"_:search",
"destination",
"cambridge university botanic gardens"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"departure",
"alpha - milton guest house"
],
[
"_:search",
"destination",
"cambridge university botanic gardens"
],
[
"_:result",
"car",
"grey lexus"
],
[
"_:result",
"phone",
"07229148300"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:00"
],
[
"_:search",
"departure",
"alpha - milton guest house"
],
[
"_:search",
"destination",
"cambridge university botanic gardens"
],
[
"_:result",
"car",
"grey lexus"
],
[
"_:result",
"phone",
"07229148300"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'ashley hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like more information about the Ashley Hotel , can you help ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'ashley hotel');(_:result,pricerange,'moderately priced');(_:result,stars,'2-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The ashley hotel is a moderately priced 2-star hotel in the north part of town . It offers free wifi and free parking ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'four');(_:search,stay,'2');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "That is what I am looking for . I need to book for 2 nights starting on Wednesday . Four people will be staying . Please give a reference number ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'FCQZW2OT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , your reservation is booked , your reference number is FCQZW2OT . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I 'm also looking for an expensive restaurant in the west side of the city ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,amount,'nine');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have nine restaurants that match your search . Do you have another preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I would like to eat Indian food ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'68 Histon Road Chesterton');(_:result,name,'The tandoori palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The tandoori palace meets your criteria . It is located at 68 Histon Road Chesterton ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'15:15');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book a table for 4 at 15:15 on wednesday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,duration,'3:15');(_:booking,name,'Tandoori Palace');(_:booking,people,'four');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , now have a reservation for four people at the Tandoori Palace at 3:15 on Wednesday . Is there anything else I can assist you with ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please provide the me the reference number for the reservation ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'O9WM39XJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All booked ! The reference number is O9WM39XJ ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that was all I needed . Have a nice day ."
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're welcome . You also have a nice day . Thanks for using our service ."
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No problem . I 'm glad I did ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye !"
}
] |
MUL0117.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FCQZW2OT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"FCQZW2OT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"FCQZW2OT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:result",
"name",
"The tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"FCQZW2OT"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:result",
"name",
"The tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"3:15"
],
[
"_:booking",
"name",
"Tandoori Palace"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:result",
"name",
"The tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"3:15"
],
[
"_:booking",
"name",
"Tandoori Palace"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"O9WM39XJ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2-star"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"nine"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"address",
"68 Histon Road Chesterton"
],
[
"_:result",
"name",
"The tandoori palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"3:15"
],
[
"_:booking",
"name",
"Tandoori Palace"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"O9WM39XJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,\"rosa 's bed and breakfast\");(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm hoping to find Rosa 's Bed and Breakfast ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'53 Roseford Road');(_:result,name,\"Rosa 's Bed and Breakfast\");(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Rosa 's Bed and Breakfast is located at 53 Roseford Road . Would you like me to make a reservation for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I need a reservation for 3 people for 2 nights starting from Saturday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The booking was unsuccessful . Is there another hotel you would like me to look into ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes can you find a different hotel in the same price range ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I am sorry there are no others in that price range in that area . Would another area be okay ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , try another area , please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'Alexander bed and breakfast');(_:booking,ref,'YUX0ZQKU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alexander bed and breakfast was able to be booked reference number is YUX0ZQKU ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need . Have a nice day ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system today !"
}
] |
SSNG0381.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",
"53 Roseford Road"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"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",
"53 Roseford Road"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/f0961352"
],
[
"_:booking/f0961352",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"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",
"53 Roseford Road"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/f0961352"
],
[
"_:booking/f0961352",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a1f13c26"
],
[
"_:search/a1f13c26",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"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"
],
[
"_:result",
"address",
"53 Roseford Road"
],
[
"_:result",
"name",
"Rosa 's Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/f0961352"
],
[
"_:booking/f0961352",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a1f13c26"
],
[
"_:search/a1f13c26",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:booking",
"name",
"Alexander bed and breakfast"
],
[
"_:booking",
"ref",
"YUX0ZQKU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'16:00');(_:search,departure,'cambridge');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking to book a train to Cambridge . I need it to arrive by 16:00 . I also need it to department from Cambridge . Can you assist me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "So you want a train to and from Cambridge ? Can you please clarify and also give a day ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'16:00');(_:search,day,'saturday');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go to leicester on saturday and arrive by 16:00"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'11:06');(_:result,destination,'Leicester');(_:result,id,'TR5677');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR5677 will get you to Leicester by 11:06 . Can I reserve some tickets for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'five');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I need five tickets ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'581GRL6J');(_:booking,ticket,'151.19 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful , the total fee is 151.19 GBP payable at the station . Your reference number is : 581GRL6J . Is there anything else I can do to assist ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you check for Italian restaruants in the centre area ? Thank you in advance ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What price range are you looking to for please ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a expensive restaurant ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'4');(_:result,name,'Don Pasquale Pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You have 4 options . May I recommend Don Pasquale Pizzeria ? I can try to make a reservation for you , if you like ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'13:30');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book a table for 5 at 13:30 on Saturday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,duration,'13:30');(_:booking,name,'Don Pasquale Pizzeria');(_:booking,people,'five');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You have a table for five booked at Don Pasquale Pizzeria at 13:30 on Saturday . Is there anything else I can assist you with ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the reference number ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'P0X6X7AZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Oh , yes , I 'm sorry . The reference number is P0X6X7AZ ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help , that is all I need for today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL0926.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR5677"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR5677"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"581GRL6J"
],
[
"_:booking",
"ticket",
"151.19 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR5677"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"581GRL6J"
],
[
"_:booking",
"ticket",
"151.19 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR5677"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"581GRL6J"
],
[
"_:booking",
"ticket",
"151.19 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Don Pasquale Pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR5677"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"581GRL6J"
],
[
"_:booking",
"ticket",
"151.19 GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Don Pasquale Pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"13:30"
],
[
"_:booking",
"name",
"Don Pasquale Pizzeria"
],
[
"_:booking",
"people",
"five"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"11:06"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"id",
"TR5677"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"151.19 GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"Don Pasquale Pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"13:30"
],
[
"_:booking",
"name",
"Don Pasquale Pizzeria"
],
[
"_:booking",
"people",
"five"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"P0X6X7AZ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a place that offers free internet and parking ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Home From Home');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "We have quite a few like that . I could recommend Home From Home , a moderately priced guesthouse in the north . Or are there other factors that matter ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Just free wifi and free parking . Moderate priced and should be a guesthouse please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,'home from home');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "If you tell me when you will be staying , how many people and for how many days , I can book you at he home from home ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There will be 5 of us staying for 2 nights . We would like to start on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , there were no rooms available . Perhaps you 'd like to find another hotel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about a different hotel in the same price range ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Kirkwood house');(_:booking,ref,'ANO69RVP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you into Kirkwood house . Your reference number is ANO69RVP . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh , wait , I think I made a mistake , we 're actually arriving on Friday , not Sunday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'Acom guest house');(_:booking,ref,'0RA8Y7GS');(_:booking,type,'Booking');(_:result,category,'guest house');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I was able to book a guest house called Acom guest house . It is moderately priced and has internet and parking . Reference number is 0RA8Y7GS . Would that work for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes that 's great . Thanks so much !"
},
{
"id": 11,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks again for your help"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
SSNG0349.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:booking",
"name",
"home from home"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"name",
"home from home"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/372c362b"
],
[
"_:booking/372c362b",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/372c362b"
],
[
"_:booking/372c362b",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Kirkwood house"
],
[
"_:booking",
"ref",
"ANO69RVP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/372c362b"
],
[
"_:booking/372c362b",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Acom guest house"
],
[
"_:booking",
"ref",
"0RA8Y7GS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Home From Home"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"canthelp",
"_:booking/372c362b"
],
[
"_:booking/372c362b",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Acom guest house"
],
[
"_:booking",
"ref",
"0RA8Y7GS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'a and b guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am going to visit and was told about the a and b guest house . Could you help me with that ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'124 tenison road');(_:result,area,'east');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,postcode,'cb12dp');(_:result,pricerange,'moderate');(_:result,stars,'four');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Of course ! It 's a moderate guesthouse in the east with four stars and free wifi . It 's located at 124 tenison road cb12dp . May I help with anything else ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,stars,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What 's the phone number and how many stars is it ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,has_internet,'none');(_:result,phone,'01223315702');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "4 stars , moderate priced . Their phone is 01223315702 . Free internet and located in the east ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! I 'm also looking for a place to eat in the centre of town and I need it to be expensive ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'33');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 restaurants to choice from that are expensive . What type of cuisine would you like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd love to try some European food ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'Eraina');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , we can make are reservation for you at Eraina . What time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'18:00');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I need a table for 7 please at 18:00 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Can I also get the information on what day you would like to go ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "This is for Thursday . Make sure to give a reference number , I need this dinner to go smoothly ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Reference number is 1JM8JOYF . Your table will be reserved for 15 minutes ."
}
] |
MUL1275.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"stars",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:booking",
"name",
"Eraina"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:booking",
"name",
"Eraina"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a cheap restaurant in the centre of town . Any suggestions ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'quite a few');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are quite a few different options you can choose from . Is there any particular type of food you are in the mood for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'11:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , just somewhere I can get in on Friday , 11:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'12 Lensfield Road');(_:result,area,'City Centre');(_:result,food,'Chinese');(_:result,name,'Golden House');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Golden House on 12 Lensfield Road , City Centre has Chinese cuisine and their price range is considered cheap . Would this be a suitable choice or would you like other options ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'11:45');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "This works . Can you book a table for 8 people at 11:45 on Friday ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately they are currently booked for that time . Would you like to try a different time ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "What about an hour earlier ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'friday');(_:booking,duration,'10:45');(_:booking,people,'8');(_:booking,ref,'6R8D8J8P');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have reserved you a table for 8 at 10:45 on friday your reference number is 6R8D8J8P"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I 'm looking for a cheap guesthouse to stay at as well , are there any 4 star accommodations like that ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Alexander b & b');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alexander b & b would suit you . Would you like me to book it ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book me the room for Friday ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,day,'Friday');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Unfortunately they do not have any rooms available on Friday . Would you like to try another guest house ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there another 4 star guest house we can try ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You did n't mention how many people and for how many nights you will need a room for , can I have the information ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need the hotel for 3 nights and for 8 people ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,name,'Alexander');(_:booking,people,'8');(_:booking,ref,'ZDT7PP0G');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Luck is with us tonight ! I was able to book the Alexander on Friday for 3 nights and 8 people . The reference number is ZDT7PP0G . Would you like anything else ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'the hotel');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I will need a taxi to take me from the restaurant to the hotel . Could you book one for me ?"
},
{
"id": 17,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure , I can do that . Can you give me the time frame for the taxi ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,arrive_by,'10:45');(_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to get from the hotel to the restaurant by 10:45 ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'black skoda');(_:result,phone,'07407455573');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Got you booked- black skoda phone 07407455573 . Anything else I can help you with ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all I needed today , thank you ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Let us know if you need anything else ."
}
] |
MUL1253.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"address",
"12 Lensfield Road"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"address",
"12 Lensfield Road"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/86af2a74"
],
[
"_:booking/86af2a74",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"address",
"12 Lensfield Road"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/86af2a74"
],
[
"_:booking/86af2a74",
"type",
"Booking"
],
[
"_:booking",
"day",
"friday"
],
[
"_:booking",
"duration",
"10:45"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"6R8D8J8P"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"address",
"12 Lensfield Road"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/86af2a74"
],
[
"_:booking/86af2a74",
"type",
"Booking"
],
[
"_:booking",
"day",
"friday"
],
[
"_:booking",
"duration",
"10:45"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"6R8D8J8P"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Alexander b & b"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"address",
"12 Lensfield Road"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/86af2a74"
],
[
"_:booking/86af2a74",
"type",
"Booking"
],
[
"_:booking",
"day",
"friday"
],
[
"_:booking",
"duration",
"10:45"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"6R8D8J8P"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Alexander b & b"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"canthelp",
"_:booking/ede909b9"
],
[
"_:booking/ede909b9",
"day",
"Friday"
],
[
"_:booking/ede909b9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"address",
"12 Lensfield Road"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:system",
"canthelp",
"_:booking/86af2a74"
],
[
"_:booking/86af2a74",
"type",
"Booking"
],
[
"_:booking",
"day",
"friday"
],
[
"_:booking",
"duration",
"10:45"
],
[
"_:booking",
"ref",
"6R8D8J8P"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Alexander b & b"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"canthelp",
"_:booking/ede909b9"
],
[
"_:booking/ede909b9",
"day",
"Friday"
],
[
"_:booking/ede909b9",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"area",
"centre"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"address",
"12 Lensfield Road"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:system",
"canthelp",
"_:booking/86af2a74"
],
[
"_:booking/86af2a74",
"type",
"Booking"
],
[
"_:booking",
"duration",
"10:45"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Alexander b & b"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"canthelp",
"_:booking/ede909b9"
],
[
"_:booking/ede909b9",
"day",
"Friday"
],
[
"_:booking/ede909b9",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Alexander"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"ZDT7PP0G"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"address",
"12 Lensfield Road"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:system",
"canthelp",
"_:booking/86af2a74"
],
[
"_:booking/86af2a74",
"type",
"Booking"
],
[
"_:booking",
"duration",
"10:45"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Alexander b & b"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"canthelp",
"_:booking/ede909b9"
],
[
"_:booking/ede909b9",
"day",
"Friday"
],
[
"_:booking/ede909b9",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Alexander"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"ZDT7PP0G"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"address",
"12 Lensfield Road"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:system",
"canthelp",
"_:booking/86af2a74"
],
[
"_:booking/86af2a74",
"type",
"Booking"
],
[
"_:booking",
"duration",
"10:45"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Alexander b & b"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"canthelp",
"_:booking/ede909b9"
],
[
"_:booking/ede909b9",
"day",
"Friday"
],
[
"_:booking/ede909b9",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Alexander"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"ZDT7PP0G"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black skoda"
],
[
"_:result",
"phone",
"07407455573"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'westside');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I 'm sight seeing in Cambridge and I 'm looking for somewhere to eat on the westside ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,count,'14');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 14 restaurants on the west side . Are you looking for a restaurant with a particular cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any cuisine is fine , but I would like it to be in the moderate price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'Indian');(_:result,name,'Meghna');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok , how about Meghna ? It is a moderately priced Indian restaurant in the west side ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'theatre');(_:search,day,'saturday');(_:search,duration,'19:15');(_:search,people,'2');(_:search,type,'Attraction');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please book a table for 2 at 19:15 on Saturday with a reference number and l need a theatre in the same area as the restaurant ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,people,'two');(_:booking,ref,'6X0OV3JV');(_:booking,type,'Booking');(_:result,amount,'many');(_:result,area,'same area');(_:result,category,'theaters');(_:result,name,'Cambridge Arts');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay done I have booked you a table for two and your reservation number is 6X0OV3JV . I have many theaters in the same area . What about Cambridge Arts ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "That sounds great . Can I get the phone number ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Cambridge Arts Theatre');(_:result,phone,'01223503333');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for the Cambridge Arts Theatre is 01223503333 . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Cambridge Arts Theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entrance fee to the Cambridge Arts Theatre ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,entrance_fee,'unlisted');(_:result,name,'Cambridge Arts Theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I apologize but the entrance fee for the Cambridge Arts Theatre is unlisted . Would you like their phone number instead ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'cambridge arts theatre');(_:search,destination,'meghna');(_:search,leave_at,'19:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "That 's okay , can I get a taxi from cambridge arts theatre to Meghna by 19:15 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'yellow ford');(_:result,phone,'07755954404');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your booking is complete ! Your taxi will be a yellow ford . The contact number for your driver is 07755954404 . Is there anything I else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay great . Enjoy your time in Cambridge and please let us know if there is anything else we can do to help !"
}
] |
MUL0883.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"westside"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"westside"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"14"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"14"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"14"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"6X0OV3JV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"name",
"Cambridge Arts"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"14"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"6X0OV3JV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"category",
"theaters"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cambridge Arts Theatre"
],
[
"_:result",
"phone",
"01223503333"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"Cambridge Arts Theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"14"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"6X0OV3JV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"category",
"theaters"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223503333"
],
[
"_:search",
"name",
"Cambridge Arts Theatre"
],
[
"_:result",
"entrance_fee",
"unlisted"
],
[
"_:result",
"name",
"Cambridge Arts Theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge arts theatre"
],
[
"_:search",
"destination",
"meghna"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"14"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"6X0OV3JV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"same area"
],
[
"_:result",
"category",
"theaters"
],
[
"_:search",
"name",
"Cambridge Arts Theatre"
],
[
"_:result",
"entrance_fee",
"unlisted"
],
[
"_:result",
"name",
"Cambridge Arts Theatre"
],
[
"_:search",
"departure",
"cambridge arts theatre"
],
[
"_:search",
"destination",
"meghna"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow ford"
],
[
"_:result",
"phone",
"07755954404"
],
[
"_: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": [],
"speaker": "user",
"text": "I am looking for information in Cambridge ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "What sort of information are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,name,'ashley hotel');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I have some information about the Ashley hotel ? Does it have internet ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'74 Chesterton Road');(_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Ashley Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , Ashley Hotel has internet and free parking . It is located in the north and is on 74 Chesterton Road . Would you like me to book a room ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))",
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the price range of the Ashley ? Also , it 's a hotel , right ? not a guest house ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "it is moderately priced . can i book for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,leave_at,'15:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Not at this time but I would like a train departing from Stevenage going to Cambridge on a Monday leaving after 15:00 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR9525');(_:result,leave_at,'15:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR9525 leaves at 15:54 will that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please make a booking for 5 people . Kindly give me the reference number when you have completed it ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'4HJ91CVH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "your all set ref # is 4HJ91CVH . Anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Ok . Thank you and goodbye ."
}
] |
PMUL4817.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"74 Chesterton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"74 Chesterton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"74 Chesterton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"id",
"TR9525"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"74 Chesterton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"id",
"TR9525"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4HJ91CVH"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel at the center of town to stay in"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,name,'Cityroomz hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Cityroomz hotel is in the center of town . Would you like to book it ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , that would be great ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "When would you like to book that for ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I would like to book it for tonight , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We have received your booking and you are all set . Enjoy your stay ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to know the price range , address , and phone number please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'sleeperz hotel , station road');(_:result,phone,'01223304050');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's moderately priced , so you do n't have to worry about breaking the bank . And it is located at sleeperz hotel , station road . You can give them a call at 01223304050 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay thanks . I am also looking for a restaurant . Can you help me ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'110');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Of course , there are 110 restaurants in town . Do you have a desired food type or price range ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to be in the expensive price range and in the same area as the hotel ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'33');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , there are 33 expensive restaurants in the town centre . Do you have a cuisine preference ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'13:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No preference however I just need something for 13:45 on Tuesday"
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:result,food,'African');(_:result,name,'Bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How does the Bedouin sound ? They serve African cuisine . Also how many people would you like to book the table for ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,food,\"do n't care\");(_:search,people,'five');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a table for five people please . I do n't care which kind of food ."
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,day,'Tuesday');(_:booking,duration,'13:45');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry Tuesday at 13:45 is unavailable . Is there another day or time that will work for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,duration,'12:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "12:45 will work for me ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'12:45');(_:booking,ref,'54D9CRE9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked for 12:45 and your reference number is 54D9CRE9 . Can I help you with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not at this moment . Thank you so much for all of your help ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You are quite welcome . Enjoy the remainder of your stay !"
}
] |
MUL0081.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Cityroomz hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Cityroomz hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Cityroomz hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Cityroomz hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Cityroomz hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"110"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Cityroomz hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"canthelp",
"_:booking/cc3f4d78"
],
[
"_:booking/cc3f4d78",
"day",
"Tuesday"
],
[
"_:booking/cc3f4d78",
"duration",
"13:45"
],
[
"_:booking/cc3f4d78",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:45"
],
[
"_: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": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"sleeperz hotel , station road"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:search",
"people",
"five"
],
[
"_:system",
"canthelp",
"_:booking/cc3f4d78"
],
[
"_:booking/cc3f4d78",
"day",
"Tuesday"
],
[
"_:booking/cc3f4d78",
"duration",
"13:45"
],
[
"_:booking/cc3f4d78",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"12:45"
],
[
"_:booking",
"ref",
"54D9CRE9"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train from Peterborough to Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "One what day and what time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'10:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave on Tuesday after 10:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'10:19');(_:result,leave_at,'10:48');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can get you on a train at 10:19 or 10:48 . Would you like tickets ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I need 4 tickets ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,arrive_by,'11:09');(_:booking,category,'Train');(_:booking,departure,'Peterborough');(_:booking,destination,'Cambridge');(_:booking,id,'TR 5547');(_:booking,leave_at,'10:19');(_:booking,people,'4');(_:booking,ref,'IT0CF4V7');(_:booking,ticket,'66');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I have booked 4 tickets on TR 5547 , leaving from Peterborough at 10:19 and arriving in Cambridge at 11:09 . Your reference number is IT0CF4V7 . Total fee is 66 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great I also am looking to find an attraction in the centre of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'City Centre');(_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 44 attractions in City Centre . Is there a particular type you want to visit ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'swimming pools');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you have any swimming pools ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'gonville place');(_:result,name,'parkside pools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , its called parkside pools , located at gonville place ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "How much does it cost to get in ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , our system seems to be missing that information . Is there anything else you need help with today ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Parkside Pools');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the phone number for Parkside Pools ? I 'll just call them to get the entrance fee myself ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223446100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223446100 . is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Parkside Pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entrance fee to the Parkside Pool ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'I');(_:result,entrance_fee,\"do n't have the information about the entrance fee\");(_:result,name,'Parkside pool');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm afraid I do n't have the information about the entrance fee to Parkside pool , sorry about that . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any attractions in the centre that do list the entrance fee along with the phone number ? It does n't have to be a swimming pool ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,entrance_fee,\"system does n't show prices\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry my system does n't show prices ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all that I needed then today , thank you !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
MUL1753.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:result",
"leave_at",
"10:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:result",
"leave_at",
"10:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"arrive_by",
"11:09"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Peterborough"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR 5547"
],
[
"_:booking",
"leave_at",
"10:19"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"IT0CF4V7"
],
[
"_:booking",
"ticket",
"66"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:result",
"leave_at",
"10:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"arrive_by",
"11:09"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Peterborough"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR 5547"
],
[
"_:booking",
"leave_at",
"10:19"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"IT0CF4V7"
],
[
"_:booking",
"ticket",
"66"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:result",
"leave_at",
"10:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"arrive_by",
"11:09"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Peterborough"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR 5547"
],
[
"_:booking",
"leave_at",
"10:19"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"IT0CF4V7"
],
[
"_:booking",
"ticket",
"66"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:result",
"leave_at",
"10:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"arrive_by",
"11:09"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Peterborough"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR 5547"
],
[
"_:booking",
"leave_at",
"10:19"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"IT0CF4V7"
],
[
"_:booking",
"ticket",
"66"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"Parkside Pools"
],
[
"_: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",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:result",
"leave_at",
"10:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"arrive_by",
"11:09"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Peterborough"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR 5547"
],
[
"_:booking",
"leave_at",
"10:19"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"IT0CF4V7"
],
[
"_:booking",
"ticket",
"66"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Parkside Pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:result",
"leave_at",
"10:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"arrive_by",
"11:09"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Peterborough"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR 5547"
],
[
"_:booking",
"leave_at",
"10:19"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"IT0CF4V7"
],
[
"_:booking",
"ticket",
"66"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"name",
"Parkside Pool"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"I"
],
[
"_:result",
"entrance_fee",
"do n't have the information about the entrance fee"
],
[
"_:result",
"name",
"Parkside pool"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"leave_at",
"10:19"
],
[
"_:result",
"leave_at",
"10:48"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"arrive_by",
"11:09"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Peterborough"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR 5547"
],
[
"_:booking",
"leave_at",
"10:19"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"IT0CF4V7"
],
[
"_:booking",
"ticket",
"66"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"name",
"Parkside Pool"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Parkside pool"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"entrance_fee",
"system does n't show prices"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a nice place to stay , somewhere expensive and luxurious with all the amenities like free wifi . Can you recommend something like that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i have at least five options for you . do you need free parking too ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't need it , but either way . As long as the hotel is expensive and has free wifi I do n't mind . Are any located in the centre ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I recommend the University Arms Hotel . Would you like ma to make a reservation for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))",
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No may I just have the postcode and star rating of the hotel ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'cb21ad');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , their postcode is cb21ad and it 's rated 4 stars ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'09:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Also , i need a train on Tuesday around 09:45 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you heading to and departing from please ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Ely heading to Cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'11:52');(_:result,id,'TR3412');(_:result,leave_at,'11:35');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR3412 leaving at 11:35 and arriving at 11:52 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'four');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds great . Can you please book it for four people ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'6VFKQ7J6');(_:booking,ticket,'17.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 17.6 GBP payable at the station . \n Reference number is : 6VFKQ7J6 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you have a nice day ."
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Have a great trip ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help today"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre . Have a good day !"
}
] |
PMUL3314.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3412"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3412"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"6VFKQ7J6"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3412"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"6VFKQ7J6"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR3412"
],
[
"_:result",
"leave_at",
"11:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"6VFKQ7J6"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am coming to Cambridge and would like to see some architecture . Do you have any located in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Jesus Lane');(_:result,area,'centre');(_:result,count,'5');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , there are 5 places located in the centre . I recommend the All Saints Church on Jesus Lane ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks ! What 's the entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is no entrance fee , it is free . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to find a guesthouse to stay at . I want it to be nice , so I 'd like an expensive one ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"canthelp((_:search,pricerange,'expensive');(_:search,type,'Hotel'))",
"inform((_:result,amount,'all of');(_:result,category,'guesthouses');(_:result,pricerange,'different price ranges');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It seems like all of my guesthouses are in different price ranges . No expensive ones are listed . Can I interest you in a different price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Well then I need a hotel that has free parking and a 4 star rating ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,name,'University Arms Hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 've found three hotels matching your preferences . The University Arms Hotel is in the expensive price range and is located in the centre of town if you are interested ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a guesthouse in the moderate price range that has 4 stars and includes free parking ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,area,'east');(_:result,area,'north');(_:result,area,'south');(_:result,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 9 total guesthouses that meet your needs . They are located in the north , east , and south . Do you have a preference ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Can you recommend one ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "acorn guest house seems like a nice place because it is the first one on my list how about that one its probably not too shabby"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "OK , that one sounds great !"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book it for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , book it for 5 people for 4 nights starting Thursday ."
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately the booking was not successful ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What if we try two nights ?"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'VZRQHFHP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful with a reference number of VZRQHFHP . Can I help you with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,address,'Jesus Lane');(_:search,name,'All Saints Church');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks great . Also I need to have the phone number for All Saints Church on Jesus Lane ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,\"All Saints Church 's\");(_:result,phone,'01223452587');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure All Saints Church 's phone number is 01223452587 . Anything else ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not at the moment . Thank you ."
},
{
"id": 21,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Thank you for using our service . Have we met all of your needs today ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , you have . Thank you . Have a good day ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "You as well ! Good bye !"
}
] |
MUL1088.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/0c7d28d9"
],
[
"_:search/0c7d28d9",
"pricerange",
"expensive"
],
[
"_:search/0c7d28d9",
"type",
"Hotel"
],
[
"_:result",
"amount",
"all of"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"different price ranges"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_: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",
"area",
"centre"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/0c7d28d9"
],
[
"_:search/0c7d28d9",
"pricerange",
"expensive"
],
[
"_:search/0c7d28d9",
"type",
"Hotel"
],
[
"_:result",
"amount",
"all of"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/0c7d28d9"
],
[
"_:search/0c7d28d9",
"pricerange",
"expensive"
],
[
"_:search/0c7d28d9",
"type",
"Hotel"
],
[
"_:result",
"amount",
"all of"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/0c7d28d9"
],
[
"_:search/0c7d28d9",
"pricerange",
"expensive"
],
[
"_:search/0c7d28d9",
"type",
"Hotel"
],
[
"_:result",
"amount",
"all of"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_: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",
"area",
"centre"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/0c7d28d9"
],
[
"_:search/0c7d28d9",
"pricerange",
"expensive"
],
[
"_:search/0c7d28d9",
"type",
"Hotel"
],
[
"_:result",
"amount",
"all of"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/0c7d28d9"
],
[
"_:search/0c7d28d9",
"pricerange",
"expensive"
],
[
"_:search/0c7d28d9",
"type",
"Hotel"
],
[
"_:result",
"amount",
"all of"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/3b678ec2"
],
[
"_:booking/3b678ec2",
"type",
"Booking"
],
[
"_:search",
"stay",
"two"
],
[
"_: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",
"area",
"centre"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/0c7d28d9"
],
[
"_:search/0c7d28d9",
"pricerange",
"expensive"
],
[
"_:search/0c7d28d9",
"type",
"Hotel"
],
[
"_:result",
"amount",
"all of"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/3b678ec2"
],
[
"_:booking/3b678ec2",
"type",
"Booking"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VZRQHFHP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"address",
"Jesus Lane"
],
[
"_:search",
"name",
"All Saints Church"
],
[
"_: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",
"area",
"centre"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/0c7d28d9"
],
[
"_:search/0c7d28d9",
"pricerange",
"expensive"
],
[
"_:search/0c7d28d9",
"type",
"Hotel"
],
[
"_:result",
"amount",
"all of"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/3b678ec2"
],
[
"_:booking/3b678ec2",
"type",
"Booking"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"ref",
"VZRQHFHP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"address",
"Jesus Lane"
],
[
"_:search",
"name",
"All Saints Church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"All Saints Church 's"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"canthelp",
"_:search/0c7d28d9"
],
[
"_:search/0c7d28d9",
"pricerange",
"expensive"
],
[
"_:search/0c7d28d9",
"type",
"Hotel"
],
[
"_:result",
"amount",
"all of"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"9"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/3b678ec2"
],
[
"_:booking/3b678ec2",
"type",
"Booking"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"ref",
"VZRQHFHP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"address",
"Jesus Lane"
],
[
"_:search",
"name",
"All Saints Church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"All Saints Church 's"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay in Cambridge . I am wanting it to have free parking and 4 stars ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'19');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 19 options that meet your criteria . Let 's narrow it down a bit . What part of town would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter , but I would like something with free WiFi ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Alexander bed and breakfast');(_:result,pricerange,'cheaply priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alexander bed and breakfast is in town centre , cheaply priced with a 4 star rating . It also offers free parking and wifi . Would you like to book a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I need to create a booking for 5 people . We will be staying for 5 nights starting from Thursday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry but booking was unsuccessful . Would like to try another day or a shorter stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you try for 4 nights ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'3VUMBFZ0');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great , you 're booked for 4 nights with reference number 3VUMBFZ0 . May I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'boating');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "We are interested in some boating attractions in and around Cambridge . Can you suggest a few ? And we love fishing ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'east');(_:result,area,'north');(_:result,category,'boating attractions');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 4 results for boating attractions . Are you looking for the centre area ? If not there is also one in the east and one in the north ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,area,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No preference ! Can you recommend me one and give me their area , entrance fee if they have one , and their address ? Thanks !"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'granta place , mill lane');(_:result,area,'centre');(_:result,entrance_fee,'is');(_:result,name,'scudamores punting co');(_:result,type,'Attraction'))",
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I can book you with scudamores punting co located in the centre area . The entrance fee is ? and the address is granta place , mill lane . Is that fine ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That should be great ! what about the entrance fee ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'not listed');(_:result,phone,'01223359750');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry but the entrance fee is not listed . But here is there phone number if you wish to contact them 01223359750 . What else can I assist you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . That covers it . Thanks ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a nice day ."
}
] |
MUL1078.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/45117ff4"
],
[
"_:booking/45117ff4",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/45117ff4"
],
[
"_:booking/45117ff4",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3VUMBFZ0"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"boating"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/45117ff4"
],
[
"_:booking/45117ff4",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3VUMBFZ0"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"boating"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"boating attractions"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/45117ff4"
],
[
"_:booking/45117ff4",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3VUMBFZ0"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"boating"
],
[
"_:result",
"category",
"boating attractions"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"granta place , mill lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"is"
],
[
"_:result",
"name",
"scudamores punting co"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"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",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheaply priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/45117ff4"
],
[
"_:booking/45117ff4",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"3VUMBFZ0"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"boating"
],
[
"_:result",
"category",
"boating attractions"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"granta place , mill lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"scudamores punting co"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"not listed"
],
[
"_:result",
"phone",
"01223359750"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'the nirala');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a restaurant call the nirala ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry but I do not have a listing for that ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'Nirala');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Perhaps you could try searching for \" The Nirala \" ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'7 Milton Road Chesterton');(_:result,area,'north');(_:result,food,'Indian');(_:result,name,'Nirala');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , The Nirala is located at 7 Milton Road Chesterton . It 's a moderately priced Indian restaurant in the north area of town . Would you like a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'16:30');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , could you book a table for 5 people at 16:30 on Saturday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'OY06ANHY');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . Your reference number is OY06ANHY . Anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need . Thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for booking with us . Have a great day ."
}
] |
SNG0679.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the nirala"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/832623fc"
],
[
"_:search/832623fc",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Nirala"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/832623fc"
],
[
"_:search/832623fc",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Nirala"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"7 Milton Road Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/832623fc"
],
[
"_:search/832623fc",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Nirala"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"7 Milton Road Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OY06ANHY"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What kind of restaurants are on the east side of town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'British');(_:result,food,'Chinese');(_:result,food,'Indian');(_:result,food,'International');(_:result,food,'Italian');(_:result,food,'gastropub');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are British , Indian , Italian , International , and Chinese restaurant . Plus a gastropub ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like an Indian restaurant ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'Curry Prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry Prince is located in the east area and serves indian food ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'451 Newmarket Road Fen Ditton');(_:result,phone,'01223 566388');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their address is 451 Newmarket Road Fen Ditton and phone 01223 566388 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to be of service . Goodbye ."
}
] |
WOZ20471.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'swimmingpool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a swimmingpool attraction in the centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Gonvill Place');(_:result,count,'1');(_:result,name,'Parkside Pools');(_:result,phone,'01223446100');(_:result,postcode,'cb11ly');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is one , Parkside Pools , located at Gonvill Place . The phone number is 01223446100 and the postcode is cb11ly ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'do not show the entrance fee in my database');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "My apologies . I do not show the entrance fee in my database , but if you call them , I 'm sure they can give you that information ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay . I need some information on an Italian Restaurant in the expensive range . Can you help me ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,food,'italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are about 5 different restaurants that have great italian food . Did you have a preference on the area of town ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I need the restaurant to be in the centre ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Clowns Cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I think Clowns Cafe would be perfect for you . Would you like me to book a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Before you do that , is it expensive and in the same area as the swimming pool you recommended ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yes , it is expensive and in the centre ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'11:00');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do they have a table available for 3 people at 11:00 on Monday ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "yes , shall i go ahead and reserve a table for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , let me know if I can assist with anything else ."
}
] |
PMUL2120.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Gonvill Place"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"address",
"Gonvill Place"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"entrance_fee",
"do not show the entrance fee in my database"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"address",
"Gonvill Place"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"entrance_fee",
"do not show the entrance fee in my database"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"address",
"Gonvill Place"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"entrance_fee",
"do not show the entrance fee in my database"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Clowns Cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"address",
"Gonvill Place"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"entrance_fee",
"do not show the entrance fee in my database"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Clowns Cafe"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimmingpool"
],
[
"_:result",
"address",
"Gonvill Place"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"entrance_fee",
"do not show the entrance fee in my database"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Clowns Cafe"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a place to stay that has free parking and free wifi ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'lots of');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There is lots of places to stay . Do yo have any more preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I would like a guesthouse in the north ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would suggest the acorn guest house ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds great do they have a room for just me ? I 'm checking in Thursday and will be staying 4 nights ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,ref,'VRN7SQL2');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , they have a room available for you and it 's booked for 4 nights starting Tuesday , your confirmation number is VRN7SQL2 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i am also looking fora train from cambridge on monday"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to Stevenage ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 10 available trains that day . Could you please provide me with your departure time and what time you would like to arrive by ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'18:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 18:30 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR9082');(_:result,leave_at,'19:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR9082 departs at 19:21 . Would you like me to create a booking for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No need to book . Can I please get the travel time for that train please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'20:10');(_:result,id,'TR9082');(_:result,leave_at,'19:21');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The trainID TR9082 and will leave at 19:21 and arrive at 20:10 . The cost is 12.80 pounds ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay thanks so much . I appreciate the help ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'22.10');(_:result,id,'TR6530');(_:result,leave_at,'21:21');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "There is another train , TR6530 , that leaves at 21:21 and arrives at 22.10 . The cost is 12.80 pounds . Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can I get the travel time for that train ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,duration,'49 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure the travel time is 49 minutes . Would you like to make a reservation for that train ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all I needed today , thanks !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Have a great day !"
}
] |
PMUL3678.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"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",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"ref",
"VRN7SQL2"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"ref",
"VRN7SQL2"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"ref",
"VRN7SQL2"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"ref",
"VRN7SQL2"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR9082"
],
[
"_:result",
"leave_at",
"19:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"ref",
"VRN7SQL2"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"20:10"
],
[
"_:result",
"id",
"TR9082"
],
[
"_:result",
"leave_at",
"19:21"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"ref",
"VRN7SQL2"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"22.10"
],
[
"_:result",
"id",
"TR6530"
],
[
"_:result",
"leave_at",
"21:21"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"ref",
"VRN7SQL2"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"10"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"22.10"
],
[
"_:result",
"id",
"TR6530"
],
[
"_:result",
"leave_at",
"21:21"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'cheaper');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in West Cambridge , in the cheaper price range please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,food,'vietnamese');(_:result,name,'la margherita');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is la margherita , an italian restaurant and thanh binh , a vietnamese restaurant ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am interested in the one that serves Italian food ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be dining , and for what date and time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'6:15');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "There will be 4 people and I would like to reserve it for Wednesday at 6:15 ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was n't able to make that reservation . Would you like to try a different time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'17:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 17:15 ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'XF1JEIBG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That booking was successful . Your reference number is XF1JEIBG ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'Churchill College');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great . Can you also tell me about Churchill College ? I am thinking of visiting that ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"Storey 's way\");(_:result,area,'west');(_:result,entrance_fee,'no entrance fee');(_:result,name,'Churchill college');(_:result,phone,'01223336233');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Churchill college is on the west side on Storey 's way . There is no entrance fee . The phone number is 01223336233 . Anything else I can tell you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that was it . Thank you for your help !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
MUL2328.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"6:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/4e32aad7"
],
[
"_:booking/4e32aad7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/4e32aad7"
],
[
"_:booking/4e32aad7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:booking",
"ref",
"XF1JEIBG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Churchill College"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:search",
"food",
"italian"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/4e32aad7"
],
[
"_:booking/4e32aad7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:booking",
"ref",
"XF1JEIBG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Churchill College"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's way"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Churchill college"
],
[
"_:result",
"phone",
"01223336233"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a specific hotel . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , do you know the name of the location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'university arms hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for University Arms Hotel ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'University arms hotel');(_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "University arms hotel is in the centre of town with a expensive price range . It has 4 stars and free parking and internet ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book a room for me for 7 people ? We 'll arrive on Wednesday and stay for 3 nights ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'8YO1F8QD');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : 8YO1F8QD . What else may I help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would also like some info on some places to eat in town ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You did n't select restaurant so I ca n't pull it up one moment while I get my manager ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'clare college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "You know what , come to think of it we 'll find a restaurant later . Can you tell me some information on Clare College ? I was thinking of visiting there ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'west');(_:result,entrance_fee,'2.50 pounds');(_:result,name,'Clare College');(_:result,phone,'01223333200');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Clare College is in the west area . The phone number is 01223333200 and the entrance fee is 2.50 pounds . Can I help with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'06:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes please . I need a taxi to commute between the two places . I want to leave the hotel by 06:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'black tesla');(_:result,departure,'hotel');(_:result,destination,'Clare college');(_:result,leave_at,'06:45');(_:result,phone,'07878272300');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "A black tesla will arrive to pick you up at the hotel at 06:45 and will take you to Clare college . The contact number is 07878272300 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for your help !"
},
{
"id": 13,
"rdf-acts": [],
"speaker": "system",
"text": "Is there anything I can do for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all , thanks"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are most welcome . It has been a pleasure assisting you today . Goodbye"
}
] |
PMUL2623.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"8YO1F8QD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"8YO1F8QD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"canthelp",
"_:booking/de894758"
],
[
"_:booking/de894758",
"type",
"Booking"
],
[
"_:search",
"name",
"clare college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"8YO1F8QD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/de894758"
],
[
"_:booking/de894758",
"type",
"Booking"
],
[
"_:search",
"name",
"clare college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"phone",
"01223333200"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"06:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"8YO1F8QD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/de894758"
],
[
"_:booking/de894758",
"type",
"Booking"
],
[
"_:search",
"name",
"clare college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"06:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black tesla"
],
[
"_:result",
"departure",
"hotel"
],
[
"_:result",
"destination",
"Clare college"
],
[
"_:result",
"leave_at",
"06:45"
],
[
"_:result",
"phone",
"07878272300"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"8YO1F8QD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/de894758"
],
[
"_:booking/de894758",
"type",
"Booking"
],
[
"_:search",
"name",
"clare college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"06:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black tesla"
],
[
"_:result",
"departure",
"hotel"
],
[
"_:result",
"destination",
"Clare college"
],
[
"_:result",
"leave_at",
"06:45"
],
[
"_:result",
"phone",
"07878272300"
],
[
"_: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,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I 'm planning a trip and am finding the trains to be a bit confusing . Can you help me find one ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes I would be happy to help you . Where will you be departing from and what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from Stevenage and going into Cambridge on Sunday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'MULTIPLE');(_:result,day,'sunday');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are multiple trains on sunday . Do you have a time you want to depart or arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'15:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to depart anytime after 15:30 , so the soonest available train after that would be nice ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR1577');(_:result,leave_at,'15:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have TR1577 leaving at 15:54 , would you like me to book a ticket ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , thank you , but could you tell me the arrival time ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'16:43');(_:result,destination,'Cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes , the train arrives in Cambridge at 16:43 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,stars,'0-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks ! I 'm also looking to stay in a 0-star guesthouse in the center of town . Oh , and I need free parking ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'north');(_:result,name,'City Centre North B&B');(_:result,name,'El Shaddai');(_:result,type,'Hotel'))",
"inform((_:result,name,'the');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the City Centre North B&B in the north and El Shaddai in the centre . Which would you prefer ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))",
"inform((_:search,name,'El Shaddai');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "El Shaddai , please . I need their phone number , address , and postcode ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'01223327978');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , their phone number is 01223327978 ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Great , thanks so much ! What is their address and postcode ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'41 warkworth street');(_:result,postcode,'cb11eg');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The address is 41 warkworth street and the postcode is cb11eg . Is there anything else I ca help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . That 's all I need . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Goodbye ."
}
] |
PMUL1782.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"MULTIPLE"
],
[
"_:result",
"day",
"sunday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"MULTIPLE"
],
[
"_:result",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1577"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"MULTIPLE"
],
[
"_:result",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"id",
"TR1577"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"MULTIPLE"
],
[
"_:result",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"id",
"TR1577"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"MULTIPLE"
],
[
"_:result",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"id",
"TR1577"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_: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",
"day",
"sunday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"MULTIPLE"
],
[
"_:result",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:result",
"id",
"TR1577"
],
[
"_:result",
"leave_at",
"15:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"16:43"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0-star"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"the"
],
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"01223327978"
],
[
"_:result",
"address",
"41 warkworth street"
],
[
"_:result",
"postcode",
"cb11eg"
],
[
"_: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,food,'european');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care about price range , find me an european food restaurant , please ."
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,food,'european');(_:result,name,'Cambridge lodge restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Cambridge lodge restaurant is a restaurant that serves european food . Would you like more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What ids the address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Cambridge Lodge Hotel 139 Huntingdon Road City Centre');(_:result,phone,'01223 355166');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Thier phone number is 01223 355166 and address is Cambridge Lodge Hotel 139 Huntingdon Road City Centre"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thank you very much ."
},
{
"id": 5,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you bye"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Good bye"
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Good day !"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Good bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge restaurant system . Goodbye ."
}
] |
WOZ20071.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"Cambridge lodge restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"Cambridge lodge restaurant"
],
[
"_:result",
"address",
"Cambridge Lodge Hotel 139 Huntingdon Road City Centre"
],
[
"_:result",
"phone",
"01223 355166"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"Cambridge lodge restaurant"
],
[
"_:result",
"address",
"Cambridge Lodge Hotel 139 Huntingdon Road City Centre"
],
[
"_:result",
"phone",
"01223 355166"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"Cambridge lodge restaurant"
],
[
"_:result",
"address",
"Cambridge Lodge Hotel 139 Huntingdon Road City Centre"
],
[
"_:result",
"phone",
"01223 355166"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am trying to find a public swimming pool . Do you know of any ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'public pools');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are four public pools in Cambridge . Are you looking for one in a specific area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you have one in the centre area . That would be nice ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,category,'pool');(_:result,count,'1');(_:result,name,'parkside pools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , we have 1 pool in the centre named parkside pools . Would you like more information about it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , how much is the entrance fee and can I get their number as well ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'our system does not have information');(_:result,phone,'01223446100');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Of course , I 'd be happy to provide that information . Unfortunately our system does not have information about their entrance fee , but their phone number is 01223446100 so you can ask directly ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'city centre north b and b');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great I am also looking for some info on a hotel called city centre north b and b"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'city centre north b & b');(_:result,pricerange,'fairly cheap');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , City Centre North B & B is a guesthouse on the north side , fairly cheap with 0 stars . Would you like to make a booking there ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you but I would just like the address of the hotel for now . I will also need a taxi to be booked , though ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'328a histon road');(_:result,postcode,'cb43ht');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The address of the hotel is at 328a histon road and its postal code is cb43ht ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,leave_at,'22:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi to pick me up from the attraction by 22:30"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'blue volkswagen');(_:result,departure,'parkside pools');(_:result,leave_at,'22:30');(_:result,phone,'07804944337');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have a taxi , a blue volkswagen , set to pick you up from parkside pools at 22:30 . Your contact number is 07804944337 . Is there anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is everything I needed . Take care . Thanks !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "We hope you have a great time ."
}
] |
MUL2546.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"category",
"public pools"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"pool"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"pool"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"parkside pools"
],
[
"_:result",
"entrance_fee",
"our system does not have information"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"entrance_fee",
"our system does not have information"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"city centre north b & b"
],
[
"_:result",
"pricerange",
"fairly cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"entrance_fee",
"our system does not have information"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"city centre north b & b"
],
[
"_:result",
"pricerange",
"fairly cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"postcode",
"cb43ht"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"leave_at",
"22:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"entrance_fee",
"our system does not have information"
],
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"city centre north b & b"
],
[
"_:result",
"pricerange",
"fairly cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"postcode",
"cb43ht"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"leave_at",
"22:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue volkswagen"
],
[
"_:result",
"departure",
"parkside pools"
],
[
"_:result",
"leave_at",
"22:30"
],
[
"_:result",
"phone",
"07804944337"
],
[
"_: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,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am organizing my trip to cambridge and need a place to stay in the east in the cheap price range ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'allenbell');(_:result,type,'Hotel'))",
"select((_:result,area,'east');(_:result,category,'hotels');(_:result,count,'3');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 3 cheap hotels in the east for you to choose from . There are all good Hotels with free internet and parking though allenbell is closest to cambridge ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'allenbell');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer a hotel with 4 stars . Does Allenbell fit the bill ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes it does would you like me to make a booking ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No but I 'd like to know where it 's exactly located ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'517a coldham lane');(_:result,name,'allenbell');(_:result,postcode,'cb13js');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Allenbell is located at 517a coldham lane with a postcode of cb13js ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train going to stevenage ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay ! What day would you like to travel ? I 'm presuming you 're coming from Cambridge ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on Thursday leaving from Cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,day,'Thursday');(_:result,departure,'Cambridge');(_:result,destination,'Stevenage');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 10 trains that will be leaving Cambridge going to Stevenage on Thursday . What time would you like to leave or arrive ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should arrive by 19:30 the latest ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'18:10');(_:result,id,'TR 4765');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The closest to 19:30 without being after is TR 4765 , they arrive at 18:10 , does that work for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That will give me time to find my way , in case I get lost , so that 's fine . I 'll need you to book 6 tickets , please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'708IJWEK');(_:booking,ticket,'76.80 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your total is 76.80 GBP , which you can pay at the station . Your Reference number is : 708IJWEK ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much , that 's all I need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Bye now !"
}
] |
PMUL1771.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"thursday"
],
[
"_: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",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"id",
"TR 4765"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"id",
"TR 4765"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"708IJWEK"
],
[
"_:booking",
"ticket",
"76.80 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,arrive_by,'19:30');(_:search,destination,'backstreet bistro');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to come to backstreet bistro by 19:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you be coming from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'sesame restaurant and bar');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm coming from sesame restaurant and bar ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'Grey BMW');(_:result,phone,'07216877402');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I can book you a Grey BMW with the contact number 07216877402 . Is there anything else I can do for you today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that is everything ! Thanks !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a great day ."
}
] |
SNG01627.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"destination",
"backstreet bistro"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"destination",
"backstreet bistro"
],
[
"_:search",
"departure",
"sesame restaurant and bar"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"destination",
"backstreet bistro"
],
[
"_:search",
"departure",
"sesame restaurant and bar"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Grey BMW"
],
[
"_:result",
"phone",
"07216877402"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello . Can you suggest a french restaurant in the north end ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'North');(_:result,count,'1');(_:result,name,'two two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have one restaurant in the North end called two two in the expensive range ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am interested in the one in the north . Could I have their postcode and address ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'22 Chesterton Road Chesterton');(_:result,name,'Restaurant Two Two');(_:result,postcode,'cb43ax');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure ! Restaurant Two Two is located at 22 Chesterton Road Chesterton in postcode cb43ax . Will that be all for today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , that will be all . Thanks ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using Cambridge TownInfo centre , and have a great day !"
}
] |
SNG0589.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"two two"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"french"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"22 Chesterton Road Chesterton"
],
[
"_:result",
"name",
"Restaurant Two Two"
],
[
"_:result",
"postcode",
"cb43ax"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'rice house');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for this place called rice house"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'chinese');(_:result,name,'rice house');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "rice house is a cheap chinese restaurant . Do you need me to get a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , just give me their phone number please , I 'm ordering take - out ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223367755');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , their phone number is 01223367755 . Can I help you with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , can you help me find info for a train going into Cambridge please ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure where will you be departing ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'london liverpool street');(_:search,leave_at,'08:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave London Liverpool Street around 08:30 on Thursday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'8');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 8 trains- is there a time you need to be there by ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you give me the arrival time of one of the trains ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'11:07');(_:result,id,'TR0998');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The arrival time of the TR0998 is 11:07 ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Can you please book it for me ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets would you like me to book ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like you to book 4 tickets for me . Thanks ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'NGPNXG1Q');(_:booking,ticket,'66.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train is booked with reference number NGPNXG1Q . The total fee is 66.4 GBP , payable at the station . Is there anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that s all thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome ! Feel free to check back with us if anything comes up that you need help with . Bye !"
}
] |
PMUL4744.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice house"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"11:07"
],
[
"_:result",
"id",
"TR0998"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"11:07"
],
[
"_:result",
"id",
"TR0998"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rice house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"phone",
"01223367755"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"08:30"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"arrive_by",
"11:07"
],
[
"_:result",
"id",
"TR0998"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NGPNXG1Q"
],
[
"_:booking",
"ticket",
"66.4 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,area,'west');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any colleges in the west ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "What about christ 's college ? It has free admission ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "can I have the address , phone number , and entrance fee please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,entrance_fee,'free');(_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's located at saint andrew 's street , 01223334900 is their phone number and the entrance is free as I said ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also interested in a restaurant in the same area"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have a cuisine or price range preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'traditional');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to eat some traditional food , I 'm on a budget so it needs to be cheap !"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry , there is no match , do you have any other location preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about trying Italian food ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'La Margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Margherita meets your criteria . Would you like to book a table ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'11:45');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yeah , could I book a table for 3 on Saturday at 11:45 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'9C381LJE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 9C381LJE ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help !"
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that is all for today . You have been great . Thank you for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service today !"
}
] |
PMUL3445.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"name",
"christ 's college"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7fcff83e"
],
[
"_:search/7fcff83e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7fcff83e"
],
[
"_:search/7fcff83e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7fcff83e"
],
[
"_:search/7fcff83e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"9C381LJE"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7fcff83e"
],
[
"_:search/7fcff83e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"9C381LJE"
],
[
"_: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,'danish');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find a Danish restaurant with a moderate price range ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no matches , can I try something else ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "No , that 's fine ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you find another place to dine ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yeah , how about something that serves European food ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , I can find that for you . Is there a particular section of town that you were looking at ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I definitely would like it to be in the centre , please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'galleria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would suggest galleria ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Okay . I 'd like to reserve a table ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "For when and how many ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'09:30');(_:search,day,'wednesday');(_:search,departure,'liverpool');(_:search,destination,'cambridge');(_:search,duration,'12:15');(_:search,people,'7');(_:search,type,'Restaurant');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "A table for 7 at 12:15 on Wednesday . After booking please provide the reference number . Also need a train departing from Liverpool on Wednesday and arrive by 09:30 going to Cambridge ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,duration,'12:15');(_:booking,name,'Galleria');(_:booking,ref,'ROEZ39JR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked at Galleria for 12:15 on Wednesday . Your reference number is : ROEZ39JR ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need to get a train on Wednesday from London Liverpool Street ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,day,'Wednesday');(_:result,departure,'London Liverpool Street');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 10 trains departing London Liverpool Street on Wednesday ? Do you have a departure time in mind ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'09:30');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train that arrives in Cambridge by 09:30 , please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'09:07');(_:result,destination,'cambridge');(_:result,id,'TR8813');(_:result,ticket,'16.60 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8813 arrives in cambridge at 09:07 . The cost is 16.60 pounds . Would you like me to book it for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please ! Could you book me seats for 7 people ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR8813');(_:booking,ref,'NFC67U5I');(_:booking,ticket,'116.2 GBP');(_:booking,type,'Booking');(_:result,departure,'london liverpool street');(_:result,leave_at,'07:39');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "You are booked on TR8813 with the reference number NFC67U5I . The total fee is 116.2 GBP payable at the station . It departs london liverpool street at 07:39 ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! That is all I need ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Glad I could be of help ."
}
] |
PMUL0530.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"danish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"danish"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/9ad13e1a"
],
[
"_:search/9ad13e1a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/9ad13e1a"
],
[
"_:search/9ad13e1a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/9ad13e1a"
],
[
"_:search/9ad13e1a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/9ad13e1a"
],
[
"_:search/9ad13e1a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"galleria"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/9ad13e1a"
],
[
"_:search/9ad13e1a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"galleria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"liverpool"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_: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",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/9ad13e1a"
],
[
"_:search/9ad13e1a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"galleria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"name",
"Galleria"
],
[
"_:booking",
"ref",
"ROEZ39JR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/9ad13e1a"
],
[
"_:search/9ad13e1a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"galleria"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"name",
"Galleria"
],
[
"_:booking",
"ref",
"ROEZ39JR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"London Liverpool Street"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/9ad13e1a"
],
[
"_:search/9ad13e1a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"galleria"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"name",
"Galleria"
],
[
"_:booking",
"ref",
"ROEZ39JR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"London Liverpool Street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8813"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/9ad13e1a"
],
[
"_:search/9ad13e1a",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"galleria"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"name",
"Galleria"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:30"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8813"
],
[
"_:result",
"ticket",
"16.60 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8813"
],
[
"_:booking",
"ref",
"NFC67U5I"
],
[
"_:booking",
"ticket",
"116.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"london liverpool street"
],
[
"_:result",
"leave_at",
"07:39"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'16:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train that leaves on monday after 16:15 . Any suggestions ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from and what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving Cambridge and headed to Ely ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'Monday');(_:result,destination,'Ely');(_:result,leave_at,'17:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train to Ely that leaves at 17:50 on Monday . Would you like me to book it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , I just need the train ID and arrival time ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'18:07');(_:result,id,'TR4294');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure the train i d is TR4294 and the arrival time is 18:07 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a guesthouse with a rating of 4 stars ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several guesthouses with 4 star ratings . Is there a particular area you 'd like to be in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does not matter but I would like free parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What price range would you like ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Price range is not important , just the four stars ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area of town would you like ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "As long as it has free parking , that 's all I really need . Can you recommend one and tell me a little about it ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'154 Chesterton Road');(_:result,category,'guesthouses');(_:result,count,'5');(_:result,has_parking,'none');(_:result,name,'Acorn Guest House');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 5 guesthouses with free parking . I recommend the Acorn Guest House in 154 Chesterton Road , postcode cb41da ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,type,'Hotel'))",
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free internet ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it has free internet . Would you like me to book it for you ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,area,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , just the area and postcode please ."
},
{
"id": 17,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "it is in the north area and the post code is cb41da . would you like to make a booking ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks . I 'm not ready to book at this time ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can i help you with anything else today ?"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Nope . That 's all . Goodbye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Thank for calling today . Goodbye !"
}
] |
PMUL1625.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR4294"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR4294"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_: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",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR4294"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR4294"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR4294"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_: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,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR4294"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR4294"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"16:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"leave_at",
"17:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"18:07"
],
[
"_:result",
"id",
"TR4294"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_: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,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to visit a museum . What do you have in town within walking distance ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Which side of town will you be on ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Any area is fine ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'museum');(_:result,entrance_fee,'free entrance');(_:result,name,'Cafe jello gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cafe jello gallery is a museum in the west area , it has free entrance . Would you like the address or phone number for it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds good . please get me their phone number , postcode and area ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'Cafe Jello Gallery');(_:result,phone,'01223312112');(_:result,postcode,'cb30af');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The number for Cafe Jello Gallery is 01223312112 . It is in the west end of town and the postcode is cb30af ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I also need a hotel with a 4 star rating in the expensive price range ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,name,'Huntington Marriott Hotel');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have Huntington Marriott Hotel in the west , 4 star rating . Would you like a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to make reservations for 6 people and 2 nights from sunday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'sunday');(_:booking,day,'tuesday');(_:booking,stay,'two');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "just to verify , do you want the hotel for tuesday night ? or for sunday and staying for two night ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm sorry , starting from Sunday for 2 nights , 6 people . If that fails try one night and provide the reference number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'7YAVA5YB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have been successful in this and your reference number is 7YAVA5YB ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,departure,'the hotel');(_:search,destination,'the attraction');(_:search,leave_at,'8:45');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you . Now can you help me book a taxi to go from the hotel to the attraction ? I 'd like to leave the hotel by 8:45"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'grey toyota');(_:result,phone,'07189428446');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi is all set ! You will be picked up in a grey toyota and their contact number is 07189428446 ."
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great , thanks so much for all of your help today . That is everything . Bye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could assist you today . Enjoy your day ."
}
] |
PMUL2674.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free entrance"
],
[
"_:result",
"name",
"Cafe jello gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free entrance"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free entrance"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_: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,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free entrance"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"day",
"tuesday"
],
[
"_:booking",
"stay",
"two"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free entrance"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"day",
"tuesday"
],
[
"_:booking",
"stay",
"two"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"7YAVA5YB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"8:45"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free entrance"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"sunday"
],
[
"_:booking",
"day",
"tuesday"
],
[
"_:booking",
"stay",
"two"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"7YAVA5YB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"8:45"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey toyota"
],
[
"_:result",
"phone",
"07189428446"
],
[
"_:result",
"type",
"Taxi"
],
[
"_: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,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm coming to town from Ely and want to book a train ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'plenty');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are plenty of options , what date and time will you need this service ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'10:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need arrive at cambridge by 10:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'09:52');(_:result,count,'21');(_:result,id,'TR2704');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 21 possible trains with the TR2704 arriving closest to your desired time at 09:52 . Would you like to book a seat ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please book a seat ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'4.40 pounds');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok , it 'll be 4.40 pounds per ticket . How many tickets do you want ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to make a booking for 8 people ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'LWIXNE3T');(_:booking,ticket,'35.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Here is the information - Booking was successful , the total fee is 35.2 GBP payable at the station . \n Reference number is : LWIXNE3T ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Well do you have a preference for food type , price range or location ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "A cheap one in the south part of town ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,food,'chinese');(_:result,food,'portuguese');(_:result,type,'Restaurant'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is a chinese place and a portuguese place . Do you have a preference between the two ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'16:30');(_:search,food,'chinese');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The Chinese restaurant will be find . I 'd like to book a table for 8 people at 16:30 on Friday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Lucky Star Chinese Restaurant');(_:booking,ref,'3NXT0DHF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking at The Lucky Star Chinese Restaurant has been confirmed your table will be reserved for 15 minutes , Reference number 3NXT0DHF . May I assist you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using our service today !"
}
] |
PMUL0581.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"id",
"TR2704"
],
[
"_: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",
"ely"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"id",
"TR2704"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"id",
"TR2704"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LWIXNE3T"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"id",
"TR2704"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LWIXNE3T"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"id",
"TR2704"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LWIXNE3T"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"09:52"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"id",
"TR2704"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"35.2 GBP"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Lucky Star Chinese Restaurant"
],
[
"_:booking",
"ref",
"3NXT0DHF"
],
[
"_: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,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need the phone number and post code of a restaurant in the east part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok . Is there a specific restaurant you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Moderately priced restaurant ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'Curry Prince');(_:result,name,'Rajmahal');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry Prince is moderately priced and in the east part of town . Alternatively , so is Rajmahal ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'curry prince');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number and postcode of Curry Prince ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223 566388');(_:result,postcode,'CB58JJ');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223 566388 and the postcode is CB58JJ ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Goodbye !"
}
] |
WOZ20269.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_:result",
"postcode",
"CB58JJ"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'21:45');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "On Saturday I need a train that will arrive by 21:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you tell me where you will be departing from and heading to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,destination,'london');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from Ely and going to london ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Would that be London Liverpool or London Kings Cross ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Either one is fine with me ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Are you sure you do n't have a preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I 'm sure . I need to book that for 5 people ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,departure,'Ely');(_:search,destination,'London Kings Cross');(_:search,destination,'London Liverpool');(_:search,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "We do n't have any trains going from Ely to London Liverpool or London Kings Cross . Do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'21:45');(_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want a train departing from Cambridge , going to Ely . Saturday , arrival by 21:45 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'20:07');(_:result,destination,'ely');(_:result,id,'TR7349');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The TR7349 train arrives at ely at 20:07 . Would you like to book it or more information ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That 's a good time . Please book TR7349 for 5 people , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'H8XDA6RZ');(_:booking,ticket,'17.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All set ! \n Booking was successful , the total fee is 17.6 GBP payable at the station . \n Reference number is : H8XDA6RZ ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay that is cheap and 4 stars ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'8');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That leaves about 8 places to choose from . Are you looking to stay in a certain area of town ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , i need a guesthouse in the east please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Allenbell');(_:result,pricerange,'cheap');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay ! How about the Allenbell ? It 's cheap , 4-star , and has internet and parking !"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! May I please have the phone number and postcode ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,phone,'01223210353');(_:result,postcode,'cb13js');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Postcode is cb13js , phone number is 01223210353 , anything else that I can help with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I got it . Thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
PMUL1900.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"london"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:search/8003eb69"
],
[
"_:search/8003eb69",
"departure",
"Ely"
],
[
"_:search/8003eb69",
"destination",
"London Kings Cross"
],
[
"_:search/8003eb69",
"destination",
"London Liverpool"
],
[
"_:search/8003eb69",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8003eb69"
],
[
"_:search/8003eb69",
"departure",
"Ely"
],
[
"_:search/8003eb69",
"destination",
"London Kings Cross"
],
[
"_:search/8003eb69",
"destination",
"London Liverpool"
],
[
"_:search/8003eb69",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"destination",
"ely"
],
[
"_:result",
"id",
"TR7349"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8003eb69"
],
[
"_:search/8003eb69",
"departure",
"Ely"
],
[
"_:search/8003eb69",
"destination",
"London Kings Cross"
],
[
"_:search/8003eb69",
"destination",
"London Liverpool"
],
[
"_:search/8003eb69",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"destination",
"ely"
],
[
"_:result",
"id",
"TR7349"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"H8XDA6RZ"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8003eb69"
],
[
"_:search/8003eb69",
"departure",
"Ely"
],
[
"_:search/8003eb69",
"destination",
"London Kings Cross"
],
[
"_:search/8003eb69",
"destination",
"London Liverpool"
],
[
"_:search/8003eb69",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"destination",
"ely"
],
[
"_:result",
"id",
"TR7349"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"H8XDA6RZ"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8003eb69"
],
[
"_:search/8003eb69",
"departure",
"Ely"
],
[
"_:search/8003eb69",
"destination",
"London Kings Cross"
],
[
"_:search/8003eb69",
"destination",
"London Liverpool"
],
[
"_:search/8003eb69",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"destination",
"ely"
],
[
"_:result",
"id",
"TR7349"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"H8XDA6RZ"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8003eb69"
],
[
"_:search/8003eb69",
"departure",
"Ely"
],
[
"_:search/8003eb69",
"destination",
"London Kings Cross"
],
[
"_:search/8003eb69",
"destination",
"London Liverpool"
],
[
"_:search/8003eb69",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"destination",
"ely"
],
[
"_:result",
"id",
"TR7349"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"H8XDA6RZ"
],
[
"_:booking",
"ticket",
"17.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"8"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a moderately priced restaurant in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food are you interested in having ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "do nt care but I would like the address and phone number"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'G4 Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend Pizza Hut Cherry Hinton . its phone number is 01223 323737 , and their address is G4 Cambridge Leisure Park Clifton Way Cherry Hinton ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Which part of town it is in ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "it is located in the south part of town"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
WOZ20088.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"phone",
"01223 323737"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a restaurant that serves Thai food , that is expensive and is in Cambridge please"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'24 Green Street City Centre');(_:result,name,'Bangkok City');(_:result,phone,'01223354382');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Bangkok City is located at 24 Green Street City Centre . Their number is 01223354382"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'3:15');(_:search,people,'7');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds perfect . Can you make a reservation for me for 7 people at 3:15 pm on Sunday ? I need the reference number , as well ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'3CZFPQPV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to reserve that for you . Your reference number is 3CZFPQPV . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'same price');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I also need a place to stay . Same price range as the restaurant and in the centre of town , please ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,name,'gonville hotel');(_:result,name,'university arms hotel');(_:result,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ok i found 2 hotels in that area gonville hotel and university arms hotel which one would you like"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I get one that has free parking ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'Both');(_:result,has_parking,'none');(_:result,name,'University Arms Hotel');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Both offer free parking . The University Arms Hotel has 4 stars . Would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Tell me what hotel type it is ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'Both');(_:result,category,'Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Both of them are in the same category of \" Hotel \""
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks , I would also like a taxi . I 'll need one from the hotel to make it to my dinner reservation ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,name,'University Arms');(_:booking,type,'Booking');(_:result,car,'white honda');(_:result,phone,'07776292730');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I booked a car for you , it 's a white honda , the contact number is 07776292730 . Did you want me to book you at the University Arms , or just the information ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No thanks . I can book it myself later on . Thank you for all your help . Have a good day . Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
MUL1264.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"3:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"3:15"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3CZFPQPV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"3:15"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3CZFPQPV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"3:15"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3CZFPQPV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"thai"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"3:15"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3CZFPQPV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"category",
"Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"the 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",
"thai"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"3:15"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3CZFPQPV"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"category",
"Hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:booking",
"name",
"University Arms"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"white honda"
],
[
"_:result",
"phone",
"07776292730"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm hoping you can help me find a particular attraction ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , what are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'cambridge and county folk museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a place called cambridge and county folk museum"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'2 - 3 castle street');(_:result,area,'west');(_:result,name,'Cambridge and country folk museum');(_:result,postcode,'cb30aq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge and country folk museum is located on the west area at 2 - 3 castle street postcode cb30aq ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'meze bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . I 'm also looking for a particular restaurant called the Meze Bar Restaurant please ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "system",
"text": "I have it here . What would you like to know ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'16:30');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you book a table for 1 at 16:30 on Monday ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'JGNMHYR5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The table will be reserved for 15 minutes . \n Your reference number is : JGNMHYR5 . Is there anything I can do to assist you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,destination,'to restaurant');(_:search,type,'Attraction');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will also need a taxi to get from the attraction to restaurant ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'blue Audi');(_:result,phone,'07434215242');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your booking was successful . Your taxi will be a blue Audi and the contact number is 07434215242 . Can I help you with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that 's all I needed today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day and enjoy your trip !"
}
] |
PMUL2216.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"cambridge and county folk museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cambridge and country folk museum"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"meze bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cambridge and country folk museum"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"meze bar"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cambridge and country folk museum"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"meze bar"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"JGNMHYR5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"to restaurant"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cambridge and country folk museum"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:search",
"name",
"meze bar"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"JGNMHYR5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"to restaurant"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue Audi"
],
[
"_:result",
"phone",
"07434215242"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'2-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you give me any info on whether you have any 2-star hotel or guesthouses somewhere in town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'Ashley Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , there are three ! How about Ashley Hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free wifi and free parking ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Ashley');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , the Ashley offers both free wifi and free parking . Would you like to make a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , make a reservation for 2 for 3 nights starting Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That booking was unsuccessful . Would you like to try a different day , or a different length of stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,stars,'2-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about trying another 2-star hotel with free wifi and free parking ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,name,'Express by Holiday Inn');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you like to try Express by Holiday Inn or Lovell Lodge ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , the Express is fine . I need it for 2 people and for 3 nights starting Wednesday . I need the reference number , please ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unsuccessful . Do you want to change the preferences ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,day,'wednesday');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,people,'2');(_:search,stars,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let me look over my notes quick . I need a hotel , not a guestroom , with 2 stars . Free Parking & WiFi . 3 nights starting Wednesday , 2 people ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have three , what area of town would you like ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Area does n't matter . Just book me one and hand me the reference number ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'ashley hotel');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,ref,'O1T3GRKQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , you have a reservation at the ashley hotel . The reference number is O1T3GRKQ . Can I help you find anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a pleasant stay . Good bye ."
}
] |
SNG0913.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2-star"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"2-star"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"canthelp",
"_:booking/9a6a414e"
],
[
"_:booking/9a6a414e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"canthelp",
"_:booking/9a6a414e"
],
[
"_:booking/9a6a414e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2-star"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"canthelp",
"_:booking/9a6a414e"
],
[
"_:booking/9a6a414e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/f13bd76a"
],
[
"_:booking/f13bd76a",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stars",
"2"
],
[
"_: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": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"canthelp",
"_:booking/9a6a414e"
],
[
"_:booking/9a6a414e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/f13bd76a"
],
[
"_:booking/f13bd76a",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:system",
"canthelp",
"_:booking/9a6a414e"
],
[
"_:booking/9a6a414e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/f13bd76a"
],
[
"_:booking/f13bd76a",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"O1T3GRKQ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to bishops stortford that arrives by 17:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you like to depart from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving cambridge and need to arrive by 17:15 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day do you plan to travel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave on Friday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'16:07');(_:result,id,'TR2730');(_:result,leave_at,'15:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2730 leaves at 15:29 and can get you there at 16:07 , would you like me to book you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'cambridge artworks');(_:search,people,'5');(_:search,type,'Attraction');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need a booking for 5 people and the reference number . I am also looking for information on Cambridge Artworks ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR2730');(_:booking,ref,'DNJTEXTT');(_:booking,ticket,'50.5 GBP');(_:booking,type,'Booking');(_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Train TR2730 is booked . The total fee is 50.5 GBP . Your reference number is DNJTEXTT . Now , what information do you need about Cambridge Artworks ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))",
"request((_:result,area,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Cambridge Artworks');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like to know what area Cambridge Artworks is in ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'East');(_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge Artworks in the East . Is there anything else I can assist you with today ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the address , postcode , and phone number please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'5 greens road');(_:result,phone,'01223902168');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "their address is 5 greens road . postcode is cb13ef . you can reach them at 01223902168 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Cool that 's all I need today thanks !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your stay in cambridge"
}
] |
PMUL1054.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"id",
"TR2730"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cambridge artworks"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"id",
"TR2730"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2730"
],
[
"_:booking",
"ref",
"DNJTEXTT"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"name",
"Cambridge Artworks"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"id",
"TR2730"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2730"
],
[
"_:booking",
"ref",
"DNJTEXTT"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"name",
"Cambridge Artworks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"id",
"TR2730"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2730"
],
[
"_:booking",
"ref",
"DNJTEXTT"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"name",
"Cambridge Artworks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"East"
],
[
"_:result",
"name",
"Cambridge Artworks"
],
[
"_:result",
"address",
"5 greens road"
],
[
"_:result",
"phone",
"01223902168"
],
[
"_:result",
"postcode",
"cb13ef"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'chinese');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a restaurant in the north part of town and serves chinese food . What is the phone number ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,food,'chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "there are three chinese restaurants . Would you like the phone number for all three ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'golden wok');(_:result,name,'hakka');(_:result,name,'the hotpot');(_:result,phone,'01223350688');(_:result,phone,'01223366552');(_:result,phone,'01223568988');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is 01223350688 , hakka is 01223568988 and the hotpot is 01223366552 . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the food type of that restaurant ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They serve chinese food ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no , that 's all I need . thank you and goodbye"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day !"
}
] |
WOZ20241.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"chinese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"phone",
"01223350688"
],
[
"_:result",
"phone",
"01223366552"
],
[
"_:result",
"phone",
"01223568988"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"name",
"hakka"
],
[
"_:result",
"name",
"the hotpot"
],
[
"_:result",
"phone",
"01223350688"
],
[
"_:result",
"phone",
"01223366552"
],
[
"_:result",
"phone",
"01223568988"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'leverton house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need directions to leverton house , a hotel in Cambridge , can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,destination,'leverton house');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Woudl you like me to book a train to leverton house for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,name,'Leverton House');(_:search,people,'5');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No thanks . But I do need to book Leverton House for two nights starting on Tuesday . There are 5 in my party ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Tuesday');(_:booking,name,'leverton house');(_:booking,ref,'CQ1T0JWE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful for your stay at Leverton House on Tuesday . Your reference number is : CQ1T0JWE . Can I help with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I am also looking for a train out of Cambridge for Thursday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to travel to Norwich ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to arrive or leave by ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'20:45');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 20:45 . Could I get the arrival time and train ID ?"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Can you book it for me and get a reference number ?"
}
] |
PMUL1870.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"leverton house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"leverton house"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"Leverton House"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"leverton house"
],
[
"_:search",
"name",
"Leverton House"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"leverton house"
],
[
"_:booking",
"ref",
"CQ1T0JWE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"leverton house"
],
[
"_:search",
"name",
"Leverton House"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"leverton house"
],
[
"_:booking",
"ref",
"CQ1T0JWE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"leverton house"
],
[
"_:search",
"name",
"Leverton House"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"name",
"leverton house"
],
[
"_:booking",
"ref",
"CQ1T0JWE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'de luca cucina and bar');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Taxi to de luca cucina and bar please"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like to arrive at your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'15:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to arrive by 15:30 , please ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Do you want a taxi now ?"
}
] |
SNG02010.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"de luca cucina and bar"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"de luca cucina and bar"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a hotel to stay at that has a 4 star rating and includes free wifi ."
},
{
"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 options for you ! Is there a certain area you need , or a certain price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay in the north area and I have a moderate price range . Do you think you can help me ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many options . do you have a preference for parking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like free parking ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ok , there is acorn guest house as well as 5 others for you to choose from ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "That will be fine can I get the information for them please ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'154 chesterton road');(_:result,name,'Acorn guesthouse');(_:result,phone,'0122335388');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Acorn guesthouse is located at 154 chesterton road , the postcode is cb41da , and the phone is 0122335388 . Shall I book a room for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Not yet , I 'm also looking for a place to eat Chinese food . I need it in the moderate price range as well ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,pricerange,'centre');(_:result,pricerange,'north');(_:result,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 4 options available . 3 are in the centre and 1 is in the north . Do you have a preference ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'Chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want one that serves Chinese food , one that 's in the same area as the acorn guesthouse ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'the golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the golden wok is the only one . When would you like the table and for how many ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need the address please"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'191 Histon Road Chesterton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Of course , the address is 191 Histon Road Chesterton . Would this restaurant work for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , that 's perfect . Thanks 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": "That 's all I need , thanks so much for your help ! Have a great day !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you so much , have a great day ."
}
] |
PMUL0183.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"many"
],
[
"_: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": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"name",
"Acorn guesthouse"
],
[
"_:result",
"phone",
"0122335388"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"name",
"Acorn guesthouse"
],
[
"_:result",
"phone",
"0122335388"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"centre"
],
[
"_:result",
"pricerange",
"north"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_: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",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"0122335388"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"centre"
],
[
"_:result",
"pricerange",
"north"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"Chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"the golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"0122335388"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"centre"
],
[
"_:result",
"pricerange",
"north"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"Chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"the golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"0122335388"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"pricerange",
"centre"
],
[
"_:result",
"pricerange",
"north"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"Chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"the golden wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I sure am looking forward to trying some of your local food when I get there . Can you help me find a train ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , there are many trains where are you going and leaving from ? What time do you want to arrive or depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to go to Kings Lynn on Monday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from and what time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'21:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing from Cambridge after 21:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR8453');(_:result,leave_at,'21:11');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR8453 leaving at 21:11 is that okay for you ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yeah , that works . Is there a seat available ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes there is . Would you like reservations ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yeah , I just need a ticket for myself ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'R547NJH2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made that reservation and your reference number is R547NJH2 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'caribbean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also am looking for an expensive caribbean restaurant ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,area,'in town');(_:search,food,'caribbean');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "i do nt happen to have any caribbean restaurants in town . can i look for something else for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Gastropub ? In the centre ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,food,'gastropubs');(_:result,name,'backstreet bistro');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 3 expensive gastropubs in the centre . My personal favorite is backstreet bistro . Would you like me to make reservations for you ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't need a reservation at the moment but can i have their post code ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,postcode,'cb12qa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their postcode is cb12qa"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL0932.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8453"
],
[
"_:result",
"leave_at",
"21:11"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8453"
],
[
"_:result",
"leave_at",
"21:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"id",
"TR8453"
],
[
"_:result",
"leave_at",
"21:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"R547NJH2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"caribbean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"id",
"TR8453"
],
[
"_:result",
"leave_at",
"21:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"R547NJH2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/63c4b130"
],
[
"_:search/63c4b130",
"area",
"in town"
],
[
"_:search/63c4b130",
"food",
"caribbean"
],
[
"_:search/63c4b130",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"id",
"TR8453"
],
[
"_:result",
"leave_at",
"21:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"R547NJH2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/63c4b130"
],
[
"_:search/63c4b130",
"area",
"in town"
],
[
"_:search/63c4b130",
"food",
"caribbean"
],
[
"_:search/63c4b130",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"gastropubs"
],
[
"_:result",
"name",
"backstreet bistro"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"id",
"TR8453"
],
[
"_:result",
"leave_at",
"21:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"R547NJH2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/63c4b130"
],
[
"_:search/63c4b130",
"area",
"in town"
],
[
"_:search/63c4b130",
"food",
"caribbean"
],
[
"_:search/63c4b130",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"gastropubs"
],
[
"_:result",
"name",
"backstreet bistro"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"postcode",
"cb12qa"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i need a place to stay"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Okay ! What part of town would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd prefer something in the North , a 4 star hotel with free wifi if possible ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,has_internet,'none');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no 4 start hotels in the north with free wifi ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'none');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "would you like to book something without free wifi , or in another area ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,has_internet,'none');(_:search,stars,'4');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no 4 star hotels in the north are with free internet . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What about a guesthouse with 4 stars in the north ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , I see several guesthouses available ! They are all in the moderate price range ; does parking matter to you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'none');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The parking does not matter ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'62 Gilbert Road');(_:result,name,'Avalon');(_:result,postcode,'cb43pd');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , I would recommend Avalon . It is at 62 Gilbert Road , postcode cb43pd ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you tell me the phone number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'01223353071');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , the phone number is 01223353071 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you also help me find an indian place to eat ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Is there a certain area or price range you would like ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm sorry , I meant to ask for help finding something fun to do in town in the north side of town . I do n't need a restaurant after all ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "do you have a type in mind ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,category,'boat');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "can I get a boat ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'riverboat georgina');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "riverboat georgina is in the north . Would this work ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "find me its entrance fee"
},
{
"id": 19,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I would have to give them a quick call . How many people and what day ?"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm not ready to book it . I would just like to know the entrance fee ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,entrance_fee,'unknown');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry . The entrance fee for the Riverboat Georgina is unknown . Would you like the phone number ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no thanks that will be all then"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad that I can help . Have a nice stay ."
}
] |
PMUL3845.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/3ca60e33"
],
[
"_:search/3ca60e33",
"area",
"north"
],
[
"_:search/3ca60e33",
"category",
"hotels"
],
[
"_:search/3ca60e33",
"has_internet",
"none"
],
[
"_:search/3ca60e33",
"stars",
"4"
],
[
"_:search/3ca60e33",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3ca60e33"
],
[
"_:search/3ca60e33",
"area",
"north"
],
[
"_:search/3ca60e33",
"category",
"hotels"
],
[
"_:search/3ca60e33",
"has_internet",
"none"
],
[
"_:search/3ca60e33",
"stars",
"4"
],
[
"_:search/3ca60e33",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/a45615e8"
],
[
"_:search/a45615e8",
"area",
"north"
],
[
"_:search/a45615e8",
"category",
"hotels"
],
[
"_:search/a45615e8",
"has_internet",
"none"
],
[
"_:search/a45615e8",
"stars",
"4"
],
[
"_:search/a45615e8",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3ca60e33"
],
[
"_:search/3ca60e33",
"area",
"north"
],
[
"_:search/3ca60e33",
"category",
"hotels"
],
[
"_:search/3ca60e33",
"has_internet",
"none"
],
[
"_:search/3ca60e33",
"stars",
"4"
],
[
"_:search/3ca60e33",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/a45615e8"
],
[
"_:search/a45615e8",
"area",
"north"
],
[
"_:search/a45615e8",
"category",
"hotels"
],
[
"_:search/a45615e8",
"has_internet",
"none"
],
[
"_:search/a45615e8",
"stars",
"4"
],
[
"_:search/a45615e8",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3ca60e33"
],
[
"_:search/3ca60e33",
"area",
"north"
],
[
"_:search/3ca60e33",
"category",
"hotels"
],
[
"_:search/3ca60e33",
"has_internet",
"none"
],
[
"_:search/3ca60e33",
"stars",
"4"
],
[
"_:search/3ca60e33",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/a45615e8"
],
[
"_:search/a45615e8",
"area",
"north"
],
[
"_:search/a45615e8",
"category",
"hotels"
],
[
"_:search/a45615e8",
"has_internet",
"none"
],
[
"_:search/a45615e8",
"stars",
"4"
],
[
"_:search/a45615e8",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3ca60e33"
],
[
"_:search/3ca60e33",
"area",
"north"
],
[
"_:search/3ca60e33",
"category",
"hotels"
],
[
"_:search/3ca60e33",
"has_internet",
"none"
],
[
"_:search/3ca60e33",
"stars",
"4"
],
[
"_:search/3ca60e33",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/a45615e8"
],
[
"_:search/a45615e8",
"area",
"north"
],
[
"_:search/a45615e8",
"category",
"hotels"
],
[
"_:search/a45615e8",
"has_internet",
"none"
],
[
"_:search/a45615e8",
"stars",
"4"
],
[
"_:search/a45615e8",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:result",
"phone",
"01223353071"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3ca60e33"
],
[
"_:search/3ca60e33",
"area",
"north"
],
[
"_:search/3ca60e33",
"category",
"hotels"
],
[
"_:search/3ca60e33",
"has_internet",
"none"
],
[
"_:search/3ca60e33",
"stars",
"4"
],
[
"_:search/3ca60e33",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/a45615e8"
],
[
"_:search/a45615e8",
"area",
"north"
],
[
"_:search/a45615e8",
"category",
"hotels"
],
[
"_:search/a45615e8",
"has_internet",
"none"
],
[
"_:search/a45615e8",
"stars",
"4"
],
[
"_:search/a45615e8",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:result",
"phone",
"01223353071"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3ca60e33"
],
[
"_:search/3ca60e33",
"area",
"north"
],
[
"_:search/3ca60e33",
"category",
"hotels"
],
[
"_:search/3ca60e33",
"has_internet",
"none"
],
[
"_:search/3ca60e33",
"stars",
"4"
],
[
"_:search/3ca60e33",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/a45615e8"
],
[
"_:search/a45615e8",
"area",
"north"
],
[
"_:search/a45615e8",
"category",
"hotels"
],
[
"_:search/a45615e8",
"has_internet",
"none"
],
[
"_:search/a45615e8",
"stars",
"4"
],
[
"_:search/a45615e8",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:result",
"phone",
"01223353071"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"boat"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/3ca60e33"
],
[
"_:search/3ca60e33",
"area",
"north"
],
[
"_:search/3ca60e33",
"category",
"hotels"
],
[
"_:search/3ca60e33",
"has_internet",
"none"
],
[
"_:search/3ca60e33",
"stars",
"4"
],
[
"_:search/3ca60e33",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/a45615e8"
],
[
"_:search/a45615e8",
"area",
"north"
],
[
"_:search/a45615e8",
"category",
"hotels"
],
[
"_:search/a45615e8",
"has_internet",
"none"
],
[
"_:search/a45615e8",
"stars",
"4"
],
[
"_:search/a45615e8",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:result",
"phone",
"01223353071"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3ca60e33"
],
[
"_:search/3ca60e33",
"area",
"north"
],
[
"_:search/3ca60e33",
"category",
"hotels"
],
[
"_:search/3ca60e33",
"has_internet",
"none"
],
[
"_:search/3ca60e33",
"stars",
"4"
],
[
"_:search/3ca60e33",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/a45615e8"
],
[
"_:search/a45615e8",
"area",
"north"
],
[
"_:search/a45615e8",
"category",
"hotels"
],
[
"_:search/a45615e8",
"has_internet",
"none"
],
[
"_:search/a45615e8",
"stars",
"4"
],
[
"_:search/a45615e8",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:result",
"phone",
"01223353071"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3ca60e33"
],
[
"_:search/3ca60e33",
"area",
"north"
],
[
"_:search/3ca60e33",
"category",
"hotels"
],
[
"_:search/3ca60e33",
"has_internet",
"none"
],
[
"_:search/3ca60e33",
"stars",
"4"
],
[
"_:search/3ca60e33",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"none"
],
[
"_:system",
"canthelp",
"_:search/a45615e8"
],
[
"_:search/a45615e8",
"area",
"north"
],
[
"_:search/a45615e8",
"category",
"hotels"
],
[
"_:search/a45615e8",
"has_internet",
"none"
],
[
"_:search/a45615e8",
"stars",
"4"
],
[
"_:search/a45615e8",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:result",
"postcode",
"cb43pd"
],
[
"_:result",
"phone",
"01223353071"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"boat"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an expensive restaurant in the center of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'Cambridge Chop House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you be interested in The Cambridge Chop House ? It is a british cuisine restaurant located in the centre of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "thank you , I hope its in the expensive price range . and if you could give me the phone number that would be great"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223359506');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , it 's expensive . Phone number is 01223359506 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'16:45');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to book a table for 1 person at 16:45 on friday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That booking is unsuccessful . Does another time / day work ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'15:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . How about 15:45 on Friday instead ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'10P0LEVH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 10P0LEVH .. Anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm also looking for a place to stay . Ideally a hotel with free wifi and parking that is also expensive ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'gonville hotel');(_:result,stars,'3');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "If you 're looking to stay in the town centre area , there is the gonville hotel . It has free parking and internet and is rated 3 stars . Would you like to book ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'one');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great can you book it for one person , for 4 nights starting friday ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,ref,'DRW9QM8S');(_:booking,stay,'four');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful starting Friday for four nights . Your reference number is DRW9QM8S . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'15:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need to book a taxi to commute between the two . I 'd like to arrive prior to the 15:45 time ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'grey bmw');(_:result,phone,'07034136573');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your booking is complete , a grey bmw will be picking you up , the contact number is 07034136573 . Can I assist you with anything further today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , goodbye !"
}
] |
MUL0161.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223359506"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223359506"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/a767c13e"
],
[
"_:booking/a767c13e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"phone",
"01223359506"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/a767c13e"
],
[
"_:booking/a767c13e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"10P0LEVH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_: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",
"area",
"center"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"phone",
"01223359506"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/a767c13e"
],
[
"_:booking/a767c13e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"10P0LEVH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"phone",
"01223359506"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/a767c13e"
],
[
"_:booking/a767c13e",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"ref",
"DRW9QM8S"
],
[
"_:booking",
"stay",
"four"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/a767c13e"
],
[
"_:booking/a767c13e",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"ref",
"DRW9QM8S"
],
[
"_:booking",
"stay",
"four"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey bmw"
],
[
"_:result",
"phone",
"07034136573"
],
[
"_: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,'east');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a moderately priced restaurant on the east part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have a preference on type of food ?"
},
{
"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,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "there are three venues to choose from"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "ok , what are they ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'indian');(_:result,food,'italian');(_:result,name,'curry prince');(_:result,name,'pizza hut fen ditton');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry prince and rajmahal which both serve indian food . And pizza hut fen ditton serves italian food ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I get the address of one of them ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'451 Newmarket Road Fen Ditton');(_:result,name,\"Curry Prince 's\");(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Absolutely . Curry Prince 's address is 451 Newmarket Road Fen Ditton . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge restaurant system . Good bye ."
}
] |
WOZ20517.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"name",
"rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince 's"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I am looking for a restaurant . I would prefer an expensive restaurant in the west of the city ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'9');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We offer 9 such places ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there a British one available ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,name,'Graffiti');(_:result,name,'travellers rest');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Great choice ! I have two . Graffiti and travellers rest . Would you like me to book one of these ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'11:00');(_:search,name,'travellers rest');(_:search,people,'four');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for some rest as a traveler so I choose travellers rest . There will be four of us for Saturday at 11:00 . Please book ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , it seems they are unable to accommodate you at that day and time . Would you like me to try another ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'10:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you try for 10:00 please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'10:00');(_:booking,ref,'TX8BTBJT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "A table is reserved for 10:00 . Your reference number is TX8BTBJT . The table will be reserved for 15 minutes . May I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would also like to find a college to visit ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "What area is this college in ? Do you know the name of it ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,name,'travellers rest');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there a college on the west side of town by the restaurant travellers rest ? I will need the college 's address and phone number , too ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'Silver Street');(_:result,area,'west');(_:result,name,\"Queen 's College\");(_:result,phone,'01223335511');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about Queen 's College ? It is on the west side of town . The phone number is 01223335511 and address is Silver Street ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes ! I would also like to book a taxi ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can certainly help you with that ! Where would you like to be picked up and dropped off , and at what time ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'queens college');(_:search,destination,\"traveler 's west\");(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to be picked up at Queen 's College on Silver street and taken to Traveler 's West . I want to make the reservation on time ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'grey skoda');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , I 've got a grey skoda booked for you ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Could you provide a contact number ? Thanks !"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,phone,'07334374879');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The contact number is 07334374879 . Is there something else I can assist with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great that is all I needed thank you for your help today ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service . Have a great night . Goodbye ."
}
] |
MUL2397.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"travellers rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"travellers rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"people",
"four"
],
[
"_:system",
"canthelp",
"_:booking/d7bd91af"
],
[
"_:booking/d7bd91af",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"10:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"travellers rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"people",
"four"
],
[
"_:system",
"canthelp",
"_:booking/d7bd91af"
],
[
"_:booking/d7bd91af",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"10:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"10:00"
],
[
"_:booking",
"ref",
"TX8BTBJT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"travellers rest"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"four"
],
[
"_:system",
"canthelp",
"_:booking/d7bd91af"
],
[
"_:booking/d7bd91af",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"10:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"10:00"
],
[
"_:booking",
"ref",
"TX8BTBJT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"four"
],
[
"_:system",
"canthelp",
"_:booking/d7bd91af"
],
[
"_:booking/d7bd91af",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"10:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"10:00"
],
[
"_:booking",
"ref",
"TX8BTBJT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"college"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:result",
"address",
"Silver Street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Queen 's College"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"four"
],
[
"_:system",
"canthelp",
"_:booking/d7bd91af"
],
[
"_:booking/d7bd91af",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"10:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"10:00"
],
[
"_:booking",
"ref",
"TX8BTBJT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"college"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:result",
"address",
"Silver Street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Queen 's College"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"queens college"
],
[
"_:search",
"destination",
"traveler 's west"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"four"
],
[
"_:system",
"canthelp",
"_:booking/d7bd91af"
],
[
"_:booking/d7bd91af",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"10:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"10:00"
],
[
"_:booking",
"ref",
"TX8BTBJT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"college"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:result",
"address",
"Silver Street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Queen 's College"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"queens college"
],
[
"_:search",
"destination",
"traveler 's west"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey skoda"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"british"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"four"
],
[
"_:system",
"canthelp",
"_:booking/d7bd91af"
],
[
"_:booking/d7bd91af",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"10:00"
],
[
"_:booking",
"duration",
"10:00"
],
[
"_:booking",
"ref",
"TX8BTBJT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"college"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"name",
"travellers rest"
],
[
"_:result",
"address",
"Silver Street"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Queen 's College"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"queens college"
],
[
"_:search",
"destination",
"traveler 's west"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey skoda"
],
[
"_:result",
"phone",
"07334374879"
],
[
"_: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,food,'traditional');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a place to eat that serves traditional food in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry there are no listings for that type of place , can I help you find one in another area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any cheap places to eat that serve traditional food in other areas of the city ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'traditional');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am sorry but there is no traditional food in the cheap price range . Do you want a different type of cuisine or price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about ones that serve italian food ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,food,'Italian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 3 cheap Italian restaurants located in the centre of the city . Would you like to hear them ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'14:00');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please book a table for 1 on wednesday at 14:00 please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Ask');(_:booking,ref,'LK2P76OS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , I 've booked you at Ask with reference number LK2P76OS . May I help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that should be all , thanks !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your meal ."
}
] |
SSNG0029.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"traditional"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/050b0d6c"
],
[
"_:search/050b0d6c",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/050b0d6c"
],
[
"_:search/050b0d6c",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/7ba0e8d3"
],
[
"_:search/7ba0e8d3",
"type",
"Restaurant"
],
[
"_:result",
"food",
"traditional"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/050b0d6c"
],
[
"_:search/050b0d6c",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/7ba0e8d3"
],
[
"_:search/7ba0e8d3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/050b0d6c"
],
[
"_:search/050b0d6c",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/7ba0e8d3"
],
[
"_:search/7ba0e8d3",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Ask"
],
[
"_:booking",
"ref",
"LK2P76OS"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find me a place with free parking to stay in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I can help with that , are you looking for a guesthouse or a hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A guesthouse with three star rating could be great ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,category,'guesthouses');(_:search,stars,'3');(_:search,type,'Hotel'))",
"inform((_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Gonville Hotel');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no guesthouses with 3 star but there is a 3 star hotel that offers free parking and free wifi . It is called Gonville Hotel ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please book me that hotel , it fits my preferences ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Excellent . For how many people and for how long ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the price range , address and phone number of the hotel ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Gonville Place');(_:result,category,'hotel');(_:result,phone,'01223366611');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The hotel is expensive . The address is Gonville Place , and the phone number is 01223366611 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for a really nice restaurant that serves modern european food . Can you help me with that ?"
},
{
"id": 9,
"rdf-acts": [
"thank()",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'Darrys Cookhouse & Wine Shop');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure ! There is one restaurant meeting that criteria . It is the Darrys Cookhouse & Wine Shop . Would you like me to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the price range of this restaurant and is it located near the hotel ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'both');(_:result,area,'centre');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They 're both in the centre of town , and the restaurant has a price range of expensive ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'19:30');(_:search,name,'Darrys Cookhouse');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a table for 5 on Sunday at 19:30 at Darrys Cookhouse , please ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry , a table is n't available at that time . Would you like to book another day or time ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'18:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can I have a table for 18:30 on the same day ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,duration,'18:30');(_:booking,people,'5');(_:booking,ref,'4PXENUHG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok I have booked your table for 5 at 18:30 on Sunday . Your reference number is 4PXENUHG . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'18:30');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I need a taxi to commute between the two places . I need to arrive to the restaurant by 18:30 . Can you get me a contact number and car type ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'yellow ford');(_:result,phone,'07565490512');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay , it been booked . The car type is a yellow ford and your contact number is 07565490512 . Can I help you with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope that should be it , thank you very much"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a beautiful stay in our fair city ."
}
] |
MUL0195.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"canthelp",
"_:search/51a94dd3"
],
[
"_:search/51a94dd3",
"category",
"guesthouses"
],
[
"_:search/51a94dd3",
"stars",
"3"
],
[
"_:search/51a94dd3",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"canthelp",
"_:search/51a94dd3"
],
[
"_:search/51a94dd3",
"category",
"guesthouses"
],
[
"_:search/51a94dd3",
"stars",
"3"
],
[
"_:search/51a94dd3",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"canthelp",
"_:search/51a94dd3"
],
[
"_:search/51a94dd3",
"category",
"guesthouses"
],
[
"_:search/51a94dd3",
"stars",
"3"
],
[
"_:search/51a94dd3",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223366611"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"canthelp",
"_:search/51a94dd3"
],
[
"_:search/51a94dd3",
"category",
"guesthouses"
],
[
"_:search/51a94dd3",
"stars",
"3"
],
[
"_:search/51a94dd3",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223366611"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Darrys Cookhouse & Wine Shop"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"canthelp",
"_:search/51a94dd3"
],
[
"_:search/51a94dd3",
"category",
"guesthouses"
],
[
"_:search/51a94dd3",
"stars",
"3"
],
[
"_:search/51a94dd3",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223366611"
],
[
"_:search",
"food",
"modern european"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Darrys Cookhouse & Wine Shop"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"name",
"Darrys Cookhouse"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"canthelp",
"_:search/51a94dd3"
],
[
"_:search/51a94dd3",
"category",
"guesthouses"
],
[
"_:search/51a94dd3",
"stars",
"3"
],
[
"_:search/51a94dd3",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223366611"
],
[
"_:search",
"food",
"modern european"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Darrys Cookhouse & Wine Shop"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Darrys Cookhouse"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/f78eafe5"
],
[
"_:booking/f78eafe5",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"canthelp",
"_:search/51a94dd3"
],
[
"_:search/51a94dd3",
"category",
"guesthouses"
],
[
"_:search/51a94dd3",
"stars",
"3"
],
[
"_:search/51a94dd3",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223366611"
],
[
"_:search",
"food",
"modern european"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Darrys Cookhouse & Wine Shop"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Darrys Cookhouse"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/f78eafe5"
],
[
"_:booking/f78eafe5",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"4PXENUHG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_: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",
"area",
"centre"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:system",
"canthelp",
"_:search/51a94dd3"
],
[
"_:search/51a94dd3",
"category",
"guesthouses"
],
[
"_:search/51a94dd3",
"stars",
"3"
],
[
"_:search/51a94dd3",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"food",
"modern european"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Darrys Cookhouse & Wine Shop"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"Darrys Cookhouse"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/f78eafe5"
],
[
"_:booking/f78eafe5",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"18:30"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"duration",
"18:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"4PXENUHG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:30"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow ford"
],
[
"_:result",
"phone",
"07565490512"
],
[
"_: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,'west');(_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a theatre on the west side of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'west');(_:search,category,'theatres');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no theatres located on the west side of town . Would you like to try a different area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a museum instead ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,entrance_fee,'free admission');(_:result,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'7');(_:result,type,'Attraction'))",
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "We do have seven museums in that area . Are you looking for one that has free admission ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That 's not necessary , but I would like to know what the entrance fee and phone number for a good one is ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'the cafe jello gallery');(_:result,phone,'01223312112');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Hi the phone number to the cafe jello gallery is 01223312112 and it is free ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'16:15');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great . Can you also help with a train ? I need to get to Kings Lynn by 16:15 ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Absolutely . First , can you confirm you are departing from Cambridge , and the day you desire ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , departing from Cambridge on Tuesday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'15:58');(_:result,destination,'kings lynn');(_:result,id,'TR8808');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have the TR8808 , that arrives in kings lynn by 15:58 . Would you like me to book this for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Book it for 4 please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'4NQ9WPKL');(_:booking,ticket,'39.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set . Your reference number is 4NQ9WPKL , the total is 39.2 GBP and is payable at the station ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "ok thank you so much !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "you 're welcome . thank you"
}
] |
MUL1900.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a36c970f"
],
[
"_:search/a36c970f",
"area",
"west"
],
[
"_:search/a36c970f",
"category",
"theatres"
],
[
"_:search/a36c970f",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a36c970f"
],
[
"_:search/a36c970f",
"area",
"west"
],
[
"_:search/a36c970f",
"category",
"theatres"
],
[
"_:search/a36c970f",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a36c970f"
],
[
"_:search/a36c970f",
"area",
"west"
],
[
"_:search/a36c970f",
"category",
"theatres"
],
[
"_:search/a36c970f",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"the cafe jello gallery"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a36c970f"
],
[
"_:search/a36c970f",
"area",
"west"
],
[
"_:search/a36c970f",
"category",
"theatres"
],
[
"_:search/a36c970f",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"the cafe jello gallery"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"day",
"tuesday"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/a36c970f"
],
[
"_:search/a36c970f",
"area",
"west"
],
[
"_:search/a36c970f",
"category",
"theatres"
],
[
"_:search/a36c970f",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"the cafe jello gallery"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"id",
"TR8808"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/a36c970f"
],
[
"_:search/a36c970f",
"area",
"west"
],
[
"_:search/a36c970f",
"category",
"theatres"
],
[
"_:search/a36c970f",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"the cafe jello gallery"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"id",
"TR8808"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4NQ9WPKL"
],
[
"_:booking",
"ticket",
"39.2 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi I 'm looking for something to do for entertainment in the centre of Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I do n't have anything that meets those requirements . May I try a different area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No . Do n't try a different area . But what about a museum instead ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,area,'Center of town');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes we have several museums in the Center of town . Would you like me to make a suggestion ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . When you do . Please give me the number and the entrance fee ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'unit su43 grande arcade saint andrews st');(_:result,name,'castle galleries');(_:result,phone,'01223357708');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The castle galleries 01223357708 and the address is unit su43 grande arcade saint andrews st ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need to find a guesthouse that has 0 stars , I really need it to be in the north ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,entrance_fee,'no fee');(_:result,name,'castle galleries');(_:result,name,'city centre north b and b');(_:result,stars,'zero');(_:result,type,'Attraction');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "First , there is no fee for castle galleries . Second , city centre north b and b is a guesthouse in the north with zero stars . Shall I book it ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book a room for 1 person for 4 nights beginning from tuesday"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'8UNDYBSA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Done ! Your reference number for the booking is 8UNDYBSA ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks so much . Can you also help me with a taxi ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I sure can , where will you need picked up and what time ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'castle galleries');(_:search,leave_at,'05:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to leave castle galleries by 05:15 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'black ford');(_:result,phone,'07811109376');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "A black ford is booked for you , with contact number 07811109376"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wow , fast and efficient , thanks for your help . I am all set ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is it anything else i can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks . That is all for now ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Wonderful . Have a great day and please contact us if we can help further ."
}
] |
PMUL2780.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/553f85ed"
],
[
"_:search/553f85ed",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/553f85ed"
],
[
"_:search/553f85ed",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"Center of town"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/553f85ed"
],
[
"_:search/553f85ed",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"Center of town"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"unit su43 grande arcade saint andrews st"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/553f85ed"
],
[
"_:search/553f85ed",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"address",
"unit su43 grande arcade saint andrews st"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"entrance_fee",
"no fee"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"stars",
"zero"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/553f85ed"
],
[
"_:search/553f85ed",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"address",
"unit su43 grande arcade saint andrews st"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"entrance_fee",
"no fee"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"stars",
"zero"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"8UNDYBSA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/553f85ed"
],
[
"_:search/553f85ed",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"address",
"unit su43 grande arcade saint andrews st"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"entrance_fee",
"no fee"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"stars",
"zero"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"8UNDYBSA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"castle galleries"
],
[
"_:search",
"leave_at",
"05:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/553f85ed"
],
[
"_:search/553f85ed",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"address",
"unit su43 grande arcade saint andrews st"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"entrance_fee",
"no fee"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"stars",
"zero"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"8UNDYBSA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"castle galleries"
],
[
"_:search",
"leave_at",
"05:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black ford"
],
[
"_:result",
"phone",
"07811109376"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/553f85ed"
],
[
"_:search/553f85ed",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"address",
"unit su43 grande arcade saint andrews st"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"entrance_fee",
"no fee"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"name",
"city centre north b and b"
],
[
"_:result",
"stars",
"zero"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"8UNDYBSA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"castle galleries"
],
[
"_:search",
"leave_at",
"05:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black ford"
],
[
"_:result",
"phone",
"07811109376"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a museum with a restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,entrance_fee,'does not have');(_:result,name,'Cafe Jello Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How does the Cafe Jello Gallery sound ? It is located in the west and does not have an entrance fee ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great . Please get me their address ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'13 magdalene street');(_:result,name,'Cafe jello gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cafe jello gallery can be found at 13 magdalene street . Is there anything else I can do for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you know of any restaurants in the centre of town that serve lebanese food ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'lebanese');(_:result,name,'Ali Baba');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ali Baba is in the centre of town serving lebanese food"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is it moderately priced ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Ali Baba');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes . Ali Baba is moderately priced . Would you like me to make a reservation for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'19:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I 'd like one for Sunday for 19:15 , there will be 8 of us ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:booking,people,'eight');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "will you need to have all eight of you seated at the same table ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . I need the reference number too ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'H570Z3KN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : H570Z3KN . do you have any other questions"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the gallery');(_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can I get a taxi to take us from the gallery to the restaurant ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'19:15');(_:result,car,'white audi');(_:result,departure,'cafe jello gallery');(_:result,destination,'Ali baba');(_:result,phone,'07646811518');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Ok , a white audi will pick you up at cafe jello gallery and bring you to Ali baba by 19:15 . You can contact the driver at 07646811518 . Anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thank you ."
}
] |
MUL0963.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"does not have"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"does not have"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:result",
"name",
"Cafe jello gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"does not have"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"does not have"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"does not have"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"eight"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"does not have"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"people",
"eight"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"H570Z3KN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the gallery"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"does not have"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"people",
"eight"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"H570Z3KN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the gallery"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"19:15"
],
[
"_:result",
"car",
"white audi"
],
[
"_:result",
"departure",
"cafe jello gallery"
],
[
"_:result",
"destination",
"Ali baba"
],
[
"_:result",
"phone",
"07646811518"
],
[
"_: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,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for someplace fun to visit in town ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'architecture');(_:result,category,'boats');(_:result,category,'cinema');(_:result,category,'museums');(_:result,category,'sports complexes');(_:result,category,'theaters');(_:result,type,'Attraction'))",
"inform((_:result,amount,'lots of');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Well , there 's lots of fun things to do including boats , museums , sports complexes , architecture , cinema and theaters . Do you have something specific in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Hmm , I 'm not sure . Can you pick one for me ? I need it to be in the city centre . I need a phone number , postcode , and attraction type ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'theatre');(_:result,name,'the cambridge corn exchange');(_:result,phone,'01223357851');(_:result,postcode,'cb23qe');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "the cambridge corn exchange is a theatre . Postcode is cb23qe and phone number is \t 01223357851 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'sitar tandoori');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you find a restaurant by the name of sitar tandoori ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure ! it 's an indian restaurant located in the east . Do you want a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'14:45');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please 6 people , at 14:45 on Thursday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'TP86DT67');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : TP86DT67 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i also want to book a taxi to commute between the two places ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay ! When would you like to depart ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'the time for the reservation');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,category,?);(_:result,type,'Attraction');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I would just to arrive by the time for the reservation . Can I have the contact number and car type please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'black volkswagen');(_:result,phone,'07208024782');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I booked you a black volkswagen and the contact number is 07208024782 . Is there anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thanks , goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome have a great day"
}
] |
PMUL4443.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"sports complexes"
],
[
"_:result",
"category",
"theaters"
],
[
"_:result",
"amount",
"lots of"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots of"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"name",
"the cambridge corn exchange"
],
[
"_:result",
"phone",
"01223357851"
],
[
"_:result",
"postcode",
"cb23qe"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots of"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"name",
"the cambridge corn exchange"
],
[
"_:result",
"phone",
"01223357851"
],
[
"_:result",
"postcode",
"cb23qe"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots of"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"name",
"the cambridge corn exchange"
],
[
"_:result",
"phone",
"01223357851"
],
[
"_:result",
"postcode",
"cb23qe"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"TP86DT67"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots of"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"name",
"the cambridge corn exchange"
],
[
"_:result",
"phone",
"01223357851"
],
[
"_:result",
"postcode",
"cb23qe"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"TP86DT67"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"the time for the reservation"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"lots of"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"name",
"the cambridge corn exchange"
],
[
"_:result",
"postcode",
"cb23qe"
],
[
"_:search",
"name",
"sitar tandoori"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"TP86DT67"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"the time for the reservation"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"car",
"black volkswagen"
],
[
"_:result",
"phone",
"07208024782"
],
[
"_: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,area,'centre');(_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , can you tell me about some Asian Oriental restaurants in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several . Would you like a list of all of them , or do you have a preferred price range ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Would you please recommend one ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'j restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend j restaurant . Would you like a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'13:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , for 5 people at 13:45 on Friday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'9Z2BJHO4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 9Z2BJHO4"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am will need a train ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , what day are you traveling and what is your destination ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to get from ely to cambridge , on that same Friday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'5:52');(_:result,id,'TR8519');(_:result,leave_at,'5:35');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The TR8519 train leaves at 5:35 and arrives at 5:52"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'same group of people');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "make a booking for the same group of people ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'J71IZZAE');(_:booking,ticket,'22 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 22 GBP payable at the station . Reference number is : J71IZZAE . Is there anything else I can assist you with today ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "I also need reservation for food ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you know what kinda of food you want ."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "No , do n't worry about it . I already got a reservation earlier . That is all I need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service today ."
}
] |
PMUL4006.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"9Z2BJHO4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"ref",
"9Z2BJHO4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:booking",
"ref",
"9Z2BJHO4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"5:52"
],
[
"_:result",
"id",
"TR8519"
],
[
"_:result",
"leave_at",
"5:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"5:52"
],
[
"_:result",
"id",
"TR8519"
],
[
"_:result",
"leave_at",
"5:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"J71IZZAE"
],
[
"_:booking",
"ticket",
"22 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"5:52"
],
[
"_:result",
"id",
"TR8519"
],
[
"_:result",
"leave_at",
"5:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"J71IZZAE"
],
[
"_:booking",
"ticket",
"22 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Are there any trains going to cambridge from kings cross ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several . What is your departure day and time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'15:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "My departure day is Monday at 15:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:08');(_:result,leave_at,'15:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The closest train I have leaves at 15:17 and arrives at 16:08 . Would you like me to book this for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . Can I get the travel time and departure time first ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,id,'TR9114');(_:result,leave_at,'15:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR9114 leaves at 15:17 and is a trip duration of 51 minutes . Do you want me to book it ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'15:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Oh , no , I see that train will not work for me . I need to arrive by 15:45 , not depart by it . I 'm sorry . Could you find me another ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'14:08');(_:result,id,'TR3194');(_:result,leave_at,'13:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR3194 that departs at 13:17 and arrives at 14:08 . Would that train be better for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would work better . Can you tell me how long the travel time is ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'51 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time is 51 minutes ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Wonderful , thanks . I am also looking for a place to stay in the north . I 'd like free wifi as well ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,category,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a dozen');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Of course ! I have a dozen hotels that meet your needs . What type of place are you looking for ? A certain price range or star rating , perhaps ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am looking for a 4 star hotel that includes free parking and wifi ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The acorn guest house meets this criteria . Should we book something ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could I get the phone number and address please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,address,'154 chesterton road');(_:result,phone,'01223353888');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The phone is 01223353888 and the address is 154 chesterton road ."
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Okay great . That is all I need now ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and have a great trip !"
}
] |
MUL0659.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"id",
"TR9114"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR3194"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR3194"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"north"
],
[
"_: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",
"departure",
"kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR3194"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"a dozen"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR3194"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"a dozen"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_: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",
"kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"15:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"id",
"TR3194"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"duration",
"51 minutes"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"a dozen"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_: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,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for an expensive hotel to stay at in Cambridge , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 5 to choose from ( two with 4 star ratings ) . Which side of town would you like to be close to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care what part of town , just so that it has a 4 star rating ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'west');(_:result,name,'Huntingdon Marriott Hotel');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two options - the University Arms Hotel in the centre and the Huntingdon Marriott Hotel in the west . Do you have a preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'university arms hotel');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The University Arms Hotel . Can you book that for 5 nights please ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like to stay and how many people will be staying ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Myself and my wife will be staying 5 nights starting on wednesday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'8Z83650O');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great ! I 've booked that for you . Your reference number is 8Z83650O . Is there anything else I can do for you today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'frankie and bennys');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for the restaurant Frankie and Bennys , I need the phone number , price range , and postcode please ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,phone,'01223412430');(_:result,postcode,'cb17dy');(_:result,pricerange,'expensive / upscale');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Absolutely ! The phone number is 01223412430 and the postcode is cb17dy . It is expensive / upscale price range . Would you like me to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed , thanks so much for your help ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Glad I could be of help ."
}
] |
MUL0104.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"university arms hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8Z83650O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"frankie and bennys"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8Z83650O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"frankie and bennys"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"01223412430"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"pricerange",
"expensive / upscale"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'carolina bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need some information on the Carolina Bed and Breakfast . Can you help me with that ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'moderately priced');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I can definitely help with that . It is a guesthouse located in the east . It is moderately priced and has a 4-star rating . They also offer free parking and free internet ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds nice . Can you book a room for 2 nights for me ? There will be 2 of us , coming in on Friday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,day,'Friday');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can not get the room booked on Friday , can you come in on another day , or stay for a shorter period ? ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you try for 1 night please ? I 'd also like the reference number if possible ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'W2250JCI');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful and your reference number is W2250JCI . Would you like any more help with anything ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking to get a train on the same day as the hotel booking please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you tell me where you are coming from or going to and the time please ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving cambridge on the same day as the hotel booking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , and where will you be travelling to ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'15:15');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am coming in to Cambridge from Ely I need it to arrive by 15:15"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR5484');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR5484 will suit your needs . Shall I book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the travel time and the train ID ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'17 minutes');(_:result,id,'TR0236');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have checked the schedule again and the travel time is 17 minutes and the train ID is TR0236 . Do you want me to book this train ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I will book it myself , but thank you ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can do to help you today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all the information i needed thank you . Goodbye"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful visit !"
}
] |
MUL2055.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/70dfbca7"
],
[
"_:booking/70dfbca7",
"day",
"Friday"
],
[
"_:booking/70dfbca7",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/70dfbca7"
],
[
"_:booking/70dfbca7",
"day",
"Friday"
],
[
"_:booking/70dfbca7",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"W2250JCI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/70dfbca7"
],
[
"_:booking/70dfbca7",
"day",
"Friday"
],
[
"_:booking/70dfbca7",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"W2250JCI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/70dfbca7"
],
[
"_:booking/70dfbca7",
"day",
"Friday"
],
[
"_:booking/70dfbca7",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"W2250JCI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_: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",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/70dfbca7"
],
[
"_:booking/70dfbca7",
"day",
"Friday"
],
[
"_:booking/70dfbca7",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"W2250JCI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR5484"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/70dfbca7"
],
[
"_:booking/70dfbca7",
"day",
"Friday"
],
[
"_:booking/70dfbca7",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"W2250JCI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR0236"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/70dfbca7"
],
[
"_:booking/70dfbca7",
"day",
"Friday"
],
[
"_:booking/70dfbca7",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"W2250JCI"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"17 minutes"
],
[
"_:result",
"id",
"TR0236"
],
[
"_: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,'hotel');(_:search,pricerange,'moderately');(_:search,stars,'3');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a moderately priced 3 star hotel to stay in in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , i have no matches for your request . Would you like for me to search all hotels in cambridge ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would like a hotel in the moderate price range with 3 stars ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , but I found no hotels matching your criteria , would you like to look for a cheaper hotel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would be open to a guesthouse if there are no 3 star hotels . I would like to stay in the moderate price range if possible ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'4');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 4 moderately priced guesthouses available . Is there a particular area you would like to stay in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay in the south area if possible ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'bridge guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have bridge guest house . Would you like me to make a reservation , ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No thanks . Not today . But I could use some help finding a train from Leicester to Cambridge ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can look that up for you . First , can you tell me the day and time frame you were thinking of travelling ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It needs to leave after 17:45 , thanks for checking ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'42');(_:result,leave_at,'17:45');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 42 trains that leave after 17:45 ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Pick one for me and give me the price and arrival time if you do n't mind ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'19:54');(_:result,id,'TR9629');(_:result,leave_at,'18:09');(_:result,ticket,'37,80');(_:result,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure . I 'd recommend TR9629 which leaves at 18:09 and arrives at 19:54 . The price is 37,80 pounds per ticket ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Just to check , does TR9629 leave on Friday ? That 's the day I would like to travel ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,id,'TR9629');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , TR9629 leaves on Friday . Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that was everything , thank you very much !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Do n't hesitate to ask if there 's ever anything else we can help you with ."
}
] |
MUL2203.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/0e38a595"
],
[
"_:search/0e38a595",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/0e38a595"
],
[
"_:search/0e38a595",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a4b1a761"
],
[
"_:search/a4b1a761",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/0e38a595"
],
[
"_:search/0e38a595",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a4b1a761"
],
[
"_:search/a4b1a761",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/0e38a595"
],
[
"_:search/0e38a595",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a4b1a761"
],
[
"_:search/a4b1a761",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/0e38a595"
],
[
"_:search/0e38a595",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a4b1a761"
],
[
"_:search/a4b1a761",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/0e38a595"
],
[
"_:search/0e38a595",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a4b1a761"
],
[
"_:search/a4b1a761",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"42"
],
[
"_:result",
"leave_at",
"17:45"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/0e38a595"
],
[
"_:search/0e38a595",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a4b1a761"
],
[
"_:search/a4b1a761",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"count",
"42"
],
[
"_:result",
"arrive_by",
"19:54"
],
[
"_:result",
"id",
"TR9629"
],
[
"_:result",
"leave_at",
"18:09"
],
[
"_:result",
"ticket",
"37,80"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/0e38a595"
],
[
"_:search/0e38a595",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a4b1a761"
],
[
"_:search/a4b1a761",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"bridge guest house"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:result",
"count",
"42"
],
[
"_:result",
"arrive_by",
"19:54"
],
[
"_:result",
"leave_at",
"18:09"
],
[
"_:result",
"ticket",
"37,80"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"id",
"TR9629"
],
[
"_: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,destination,'ely');(_:search,leave_at,'17:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi ! I need to find a train to Ely . Can you find me one that does n't leave until at least 17:30 ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , what day are you traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave Cambridge on Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have 4 trains that fit that . Any specifics on arrival or departure times ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No . Please book one of for 6 people and let me know the reference number please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,arrive_by,'18:07,the');(_:booking,category,'Train');(_:booking,id,'tr7733,leave');(_:booking,leave_at,'17:50,arrive');(_:booking,ref,'KN3TLBK8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked you on TR7733,leave at 17:50,arrive 18:07,The reference number is : KN3TLBK8 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . I am also looking for places to go in town . Are there any architecture sights in the city centre ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'Centre');(_:result,category,'architecture');(_:result,count,'5');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , I can recommend up to five different architecture attractions in the Centre area . How about All Saints Church ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds wonderful . Can you give me their address , phone number and postcode ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Jesus Lane');(_:result,phone,'01223452587');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course - the address is Jesus Lane cb58bs and the phone number is 01223452587"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Can you give me another idea -- just to have a choice ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'Trinity Lane');(_:result,amount,'several');(_:result,category,'churches');(_:result,name,'Holy Trinity church');(_:result,name,'old schools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure there are several churches in the area . Holy Trinity church is interesting . Also , if you are not interested in churches , old schools on Trinity Lane is nice ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,address,'Trinity');(_:search,name,'old schools');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am interested in the old schools on Trinity Lane , can you give me the information of one ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Trinity Lane');(_:result,entrance_fee,'free');(_:result,name,'Old Schools');(_:result,phone,'01223332320');(_:result,postcode,'cb21tt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , Old Schools is located on Trinity Lane , their postcode is cb21tt and their phone number is 01223332320 . Their entrance fee is free . Can I help you with any other information ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's all I needed . You 've been quite helpful ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay great , have a good day !"
}
] |
MUL1716.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"18:07,the"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"tr7733,leave"
],
[
"_:booking",
"leave_at",
"17:50,arrive"
],
[
"_:booking",
"ref",
"KN3TLBK8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"18:07,the"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"tr7733,leave"
],
[
"_:booking",
"leave_at",
"17:50,arrive"
],
[
"_:booking",
"ref",
"KN3TLBK8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"18:07,the"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"tr7733,leave"
],
[
"_:booking",
"leave_at",
"17:50,arrive"
],
[
"_:booking",
"ref",
"KN3TLBK8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"address",
"Jesus Lane"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"18:07,the"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"tr7733,leave"
],
[
"_:booking",
"leave_at",
"17:50,arrive"
],
[
"_:booking",
"ref",
"KN3TLBK8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"name",
"Holy Trinity church"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"address",
"Trinity"
],
[
"_:search",
"name",
"old schools"
],
[
"_: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",
"destination",
"ely"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"18:07,the"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"tr7733,leave"
],
[
"_:booking",
"leave_at",
"17:50,arrive"
],
[
"_:booking",
"ref",
"KN3TLBK8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"churches"
],
[
"_:search",
"address",
"Trinity"
],
[
"_:search",
"name",
"old schools"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Old Schools"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a place to dine that serves indian food in the centre ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'multiple');(_:result,area,'centre');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are multiple Indian restaurants in the centre . Are you looking for something cheap or something expensive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'12:15');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm not concerned about price , but I need a table for 6 at 12:15 on Sunday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'IKOI9CFQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Curry Garden , your booking was successful . The table will be reserved for 15 minutes . Reference number is : IKOI9CFQ . Will there be anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you so much . Can you also find me an expensive hotel with free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,stars,'3');(_:result,stars,'4');(_:result,type,'Hotel'))",
"inform((_:result,area,'near the restaurant');(_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two hotels near the restaurant you booked , they will meet your needs . Would you like the 3 star or 4 star ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the name of the 3 star one ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'gonville hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "it is gonville hotel . Need a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please for 6 people for 2 nights starting sunday"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'NCHKFTG3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : NCHKFTG3 . what else can i do for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all . thank you"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling in today . I hope you have a great stay ."
}
] |
PMUL4746.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IKOI9CFQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IKOI9CFQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"area",
"near the restaurant"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IKOI9CFQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"area",
"near the restaurant"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"multiple"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"area",
"near the restaurant"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"NCHKFTG3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,'eurology');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "i am looking for a hospital with a eurology department"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,department,'neurology');(_:result,department,'urology');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Did you mean urology or neurology ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,department,'urology');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Sorry , urology department ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,department,'urology');(_:result,phone,'01223256650');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The urology department can be contacted at 01223256650 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Thank you ! Can you also send me the hospital address , including the postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The address is Hills Rd , Cambridge with the postcode CB20QQ . May I help with something else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was everything , thanks !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG01396.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"eurology"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"department",
"neurology"
],
[
"_:result",
"department",
"urology"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"urology"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"urology"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"urology"
],
[
"_:result",
"phone",
"01223256650"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"urology"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"urology"
],
[
"_:result",
"phone",
"01223256650"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.