turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi . I need to find a train ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , where and when are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm departing from bishops stortford . I need to arrive in cambridge by 13:15 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))",
"inform((_:result,arrive_by,'12:07');(_:result,day,'Friday');(_:result,id,'TR6834');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "On Friday , you can catch the TR6834 and arrive by 12:07 . Will you be traveling on Friday ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , I 'll be leaving on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'12:07');(_:result,day,'Sunday');(_:result,id,'TR1478');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR1478 runs on Sunday and will get you in by 12:07 . Will that work for you ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes that s perfect can you book that ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Before I book I need to know how many tickets you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It will be for 3 people ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,arrive_by,'12:07');(_:booking,category,'Train');(_:booking,people,'three');(_:booking,ref,'YQ92IJKO');(_:booking,ticket,'24.24 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "three tickets , you will arrive at 12:07 or a little after . 24.24 GBP payable at the station , your confirmation is YQ92IJKO . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'sunday');(_:search,duration,'20:30');(_:search,people,'3');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a restaurant in the moderate price range in the centre . I need a reservation for 3 at 20:30 on Sunday and please provide the reference number ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'21');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 21 moderately priced restaurants in the centre , do you have a preference for the type of food served ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care about that . Please just pick what looks good to you !"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'asian oriental');(_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The yippee noodle bar serves asian oriental food . Do you want me to book this restaurant for you ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please book it for me ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'7YNOXJF4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked that for you . The reference number is 7YNOXJF4 . What else can I help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you for your help ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL0590.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"id",
"TR6834"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR1478"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR1478"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR1478"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"12:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"YQ92IJKO"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"20:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR1478"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"12:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"YQ92IJKO"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"20:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR1478"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"arrive_by",
"12:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"YQ92IJKO"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"20:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_: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",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"id",
"TR1478"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"12:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"20:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7YNOXJF4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for information on the town centre ."
},
{
"id": 1,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "I can help with that . What information are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you recommend a favorite place to go ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'Cambridge');(_:result,category,'architecture');(_:result,category,'nightclubs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have many great attractions in Cambridge , from architecture to nightclubs . Is there a particular kind of attraction you 'd like to visit ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No particular attraction but I do need it to be in the centre ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museum');(_:result,name,'castle galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I like castle galleries that 's a museum in the centre . Would that interest you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds interesting . How much do they charge for entrance ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is no entrance fee , it is free ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I needed today . Goodbye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , have a great time ! Goodbye ."
}
] |
SNG1200.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me what sorts of entertainment are offered in the city center ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm afraid we do n't have any entertainment attractions in the city centre . Can I help you find anything else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What about a museum ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'museums');(_:result,count,'11');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , there are 11 museums available in that area . Would you like me to list several of them out so you can choose ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Never mind . How about colleges ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,entrance_fee,'free');(_:result,entrance_fee,'has an entrance fee');(_:result,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'13');(_:result,type,'Attraction'))",
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I show 13 colleges in the centre area . Would you like one that is free or has an entrance fee ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "what are the ones with an entrance fee ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,entrance_fee,'have an entrance fee');(_:result,name,'Corpus Christi');(_:result,name,\"Saint John 's College\");(_:result,name,'Trinity College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Corpus Christi , Saint John 's College , and Trinity College have an entrance fee ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'trinity college');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "How much is it to get into Trinity College ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,entrance_fee,'1 pound');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The entrance fee is 1 pound ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'that area');(_:search,day,'thursday');(_:search,duration,'12:00');(_:search,people,'6');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for an expensive restaurant in that area . I would like to book for 6 people , at 12:00 on Thursday . Can you help me ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What sort of food would you like it to be ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'12:00');(_:search,food,'dontcare');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "You choose . Book me a table for 6 people at 12:00 on Thursday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,day,'Thursday');(_:booking,duration,'12:00');(_:booking,name,'cambridge chop house');(_:booking,people,'6');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Sounds good . I have booked a table for 6 at the cambridge chop house on Thursday at 12:00 . Can I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need the reference number for the reservation ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,ref,'7SFRSRQC');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "The reference number is 7SFRSRQC . Is there anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all for now . Thank you so much for helping me plan this !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , let me know if I can assist with anything else ."
}
] |
PMUL2304.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:system",
"canthelp",
"_:search/3e75abc3"
],
[
"_:search/3e75abc3",
"area",
"centre"
],
[
"_:search/3e75abc3",
"category",
"entertainment"
],
[
"_:search/3e75abc3",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:system",
"canthelp",
"_:search/3e75abc3"
],
[
"_:search/3e75abc3",
"area",
"centre"
],
[
"_:search/3e75abc3",
"category",
"entertainment"
],
[
"_:search/3e75abc3",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:system",
"canthelp",
"_:search/3e75abc3"
],
[
"_:search/3e75abc3",
"area",
"centre"
],
[
"_:search/3e75abc3",
"category",
"entertainment"
],
[
"_:search/3e75abc3",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"has an entrance fee"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:system",
"canthelp",
"_:search/3e75abc3"
],
[
"_:search/3e75abc3",
"area",
"centre"
],
[
"_:search/3e75abc3",
"category",
"entertainment"
],
[
"_:search/3e75abc3",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"entrance_fee",
"have an entrance fee"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"name",
"Saint John 's College"
],
[
"_:result",
"name",
"Trinity College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"trinity college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/3e75abc3"
],
[
"_:search/3e75abc3",
"area",
"centre"
],
[
"_:search/3e75abc3",
"category",
"entertainment"
],
[
"_:search/3e75abc3",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"name",
"Saint John 's College"
],
[
"_:result",
"name",
"Trinity College"
],
[
"_:search",
"name",
"trinity college"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"6"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/3e75abc3"
],
[
"_:search/3e75abc3",
"area",
"centre"
],
[
"_:search/3e75abc3",
"category",
"entertainment"
],
[
"_:search/3e75abc3",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"name",
"Saint John 's College"
],
[
"_:result",
"name",
"Trinity College"
],
[
"_:search",
"name",
"trinity college"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_: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/3e75abc3"
],
[
"_:search/3e75abc3",
"area",
"centre"
],
[
"_:search/3e75abc3",
"category",
"entertainment"
],
[
"_:search/3e75abc3",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"name",
"Saint John 's College"
],
[
"_:result",
"name",
"Trinity College"
],
[
"_:search",
"name",
"trinity college"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"name",
"cambridge chop house"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/3e75abc3"
],
[
"_:search/3e75abc3",
"area",
"centre"
],
[
"_:search/3e75abc3",
"category",
"entertainment"
],
[
"_:search/3e75abc3",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"name",
"Saint John 's College"
],
[
"_:result",
"name",
"Trinity College"
],
[
"_:search",
"name",
"trinity college"
],
[
"_:result",
"entrance_fee",
"1 pound"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"12:00"
],
[
"_:booking",
"name",
"cambridge chop house"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"7SFRSRQC"
],
[
"_: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,'Taxi'))"
],
"speaker": "user",
"text": "I want help booking a taxi"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge county fair next to the city tourist museum');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am going to the Cambridge county fair next to the city tourist museum ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "And when would you like to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'16:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave after 16:45"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "And where will you be leaving from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'travelers rest');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Leaving from travelers rest"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,car,'white ford');(_:result,phone,'07267142867');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t white ford \n Contact number \t : \t 07267142867"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Perfect ! Thank you so much for all of your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are more than welcome !"
}
] |
SNG01476.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge county fair next to the city tourist museum"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge county fair next to the city tourist museum"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge county fair next to the city tourist museum"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"departure",
"travelers rest"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge county fair next to the city tourist museum"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"departure",
"travelers rest"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white ford"
],
[
"_:result",
"phone",
"07267142867"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "Hello , I need information for the nearest police station please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The telephone is 01223358966 and the address is Parkside , Cambridge . Is there anything else I can help you with ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Can I have the postcode please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The postcode is CB11JG . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you for your help ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Please let us know if there 's anything else we can assist you with in the future ."
}
] |
SNG0107.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "Where is the Parkside Police Station located ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "In Parkside , Cambridge , CB11JG"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , what is their number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Their phone number is 01223358966 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you goodbye"
}
] |
SNG01282.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need help locating a place to go . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Of course . What type of place ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for entertainment in the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'funky fun house');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I hear the funky fun house is awesome ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the address . What is so funky about it ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'lots');(_:result,category,'interesting');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It 's a really fun house with lots of interesting things to do in it ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Interesting . Is it a museum ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Actually , for reasons that are n't clear to me , there are no entertainment attractions in the centre of Cambridge in our listings ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay . How about a museum instead ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'regency gallery');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I recommend the regency gallery , they have nice things . Would you like more information ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yeah , I see them on the map but I need their entrance fee ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,name,'Regency Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is free admission for the Regency Gallery . Anything else for you today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train as well ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay ! From where to where ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be departing from cambridge and going to birmingham new street ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,count,'133');(_:result,departure,'cambridge');(_:result,destination,'birmingham new street');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 133 trains departing from cambridge to birmingham new street . To help narrow it down what day are you travelling and what time do you want to depart ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you , the train should arrive at 13:45 and leave on Monday ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'7:44');(_:result,id,'TR9195');(_:result,leave_at,'5:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR9195 leaving at 5:01 and arriving 7:44 ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please book it for 3 people on a Monday ."
},
{
"id": 19,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OKay I will work on booking this for you and be back with you shortly ."
},
{
"id": 20,
"rdf-acts": [],
"speaker": "user",
"text": "I need those reservations please ."
},
{
"id": 21,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'SUL26CG0');(_:booking,ticket,'225.3 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 225.3 GBP payable at the station . Reference number is : SUL26CG0 . Can I assist you further today ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . I hope you have a fantastic day . Goodbye ."
}
] |
PMUL1256.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"funky fun house"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"funky fun house"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"category",
"interesting"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"name",
"funky fun house"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"category",
"interesting"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/c3a70de9"
],
[
"_:search/c3a70de9",
"area",
"centre"
],
[
"_:search/c3a70de9",
"category",
"entertainment"
],
[
"_:search/c3a70de9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"category",
"interesting"
],
[
"_:system",
"canthelp",
"_:search/c3a70de9"
],
[
"_:search/c3a70de9",
"area",
"centre"
],
[
"_:search/c3a70de9",
"category",
"entertainment"
],
[
"_:search/c3a70de9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"regency gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"category",
"interesting"
],
[
"_:system",
"canthelp",
"_:search/c3a70de9"
],
[
"_:search/c3a70de9",
"area",
"centre"
],
[
"_:search/c3a70de9",
"category",
"entertainment"
],
[
"_:search/c3a70de9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Regency Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"category",
"interesting"
],
[
"_:system",
"canthelp",
"_:search/c3a70de9"
],
[
"_:search/c3a70de9",
"area",
"centre"
],
[
"_:search/c3a70de9",
"category",
"entertainment"
],
[
"_:search/c3a70de9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Regency Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"category",
"interesting"
],
[
"_:system",
"canthelp",
"_:search/c3a70de9"
],
[
"_:search/c3a70de9",
"area",
"centre"
],
[
"_:search/c3a70de9",
"category",
"entertainment"
],
[
"_:search/c3a70de9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Regency Gallery"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"birmingham new street"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"category",
"interesting"
],
[
"_:system",
"canthelp",
"_:search/c3a70de9"
],
[
"_:search/c3a70de9",
"area",
"centre"
],
[
"_:search/c3a70de9",
"category",
"entertainment"
],
[
"_:search/c3a70de9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Regency Gallery"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:result",
"arrive_by",
"7:44"
],
[
"_:result",
"id",
"TR9195"
],
[
"_:result",
"leave_at",
"5:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"category",
"interesting"
],
[
"_:system",
"canthelp",
"_:search/c3a70de9"
],
[
"_:search/c3a70de9",
"area",
"centre"
],
[
"_:search/c3a70de9",
"category",
"entertainment"
],
[
"_:search/c3a70de9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Regency Gallery"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:result",
"arrive_by",
"7:44"
],
[
"_:result",
"id",
"TR9195"
],
[
"_:result",
"leave_at",
"5:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_: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": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"category",
"interesting"
],
[
"_:system",
"canthelp",
"_:search/c3a70de9"
],
[
"_:search/c3a70de9",
"area",
"centre"
],
[
"_:search/c3a70de9",
"category",
"entertainment"
],
[
"_:search/c3a70de9",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Regency Gallery"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:result",
"arrive_by",
"7:44"
],
[
"_:result",
"id",
"TR9195"
],
[
"_:result",
"leave_at",
"5:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"SUL26CG0"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any restaurants that serve proper British food in town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'quite a few');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Oh yes quite a few . Which part of town will you be dining in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "West , if possible ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'Graffiti');(_:result,name,\"Saint John 's Chop House\");(_:result,name,\"Traveller 's Rest\");(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have three : Graffiti , Saint John 's Chop House , and Traveller 's Rest ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'graffiti');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Will you give me the phone number , address , and postcode for Graffiti , please ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Hotel Felix Whitehouse Lane Huntingdon Road');(_:result,phone,'01223277977');(_:result,postcode,'cb30lx');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , the phone number is 01223277977 . The address is Hotel Felix Whitehouse Lane Huntingdon Road , and the post code is cb30lx . Want to book ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No Thank you . I think that will be everything today ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , glad to help . Have a nice day !"
}
] |
SNG0689.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Saint John 's Chop House"
],
[
"_:result",
"name",
"Traveller 's Rest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"graffiti"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"british"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Graffiti"
],
[
"_:result",
"name",
"Saint John 's Chop House"
],
[
"_:result",
"name",
"Traveller 's Rest"
],
[
"_:search",
"name",
"graffiti"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Hotel Felix Whitehouse Lane Huntingdon Road"
],
[
"_:result",
"phone",
"01223277977"
],
[
"_:result",
"postcode",
"cb30lx"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive Italian restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'32 Bridge Street City Centre');(_:result,area,'centre');(_:result,name,'Cafe Uno');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about Cafe Uno , in the centre of town , 32 Bridge Street City Centre"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'16:15');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds good . Could you book me a reservation for 8 , Friday , at 16:15 ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,duration,'16:15');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , I 'm unable to book you a table at 16:15 . Would you like to try another time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'15:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Maybe 15:15 work work then . Could you try that ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'BVU9ETYF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . You have a table reserved for 15 minutes . Your reference number is BVU9ETYF ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,departure,'norwich');(_:search,leave_at,'11:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great , thanks ! Can you also help me find a train departing norwich arriving by 11:45 ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Did you want that train for Friday ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I do . I 'll be taking the train into Cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'11:35');(_:result,count,'6');(_:result,day,'Friday');(_:result,destination,'Cambridge');(_:result,leave_at,'10:16');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 6 trains leaving to Cambridge on Friday . We have one leaving at 10:16 and arriving by 11:35 . Would that be okay ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That would be perfect ! Please make a booking for 8 people ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'4ITZ3ZMO');(_:booking,ticket,'140.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the train for you . The reference number is 4ITZ3ZMO and the total fee is 140.8 GBP payable at the station ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Great ! That is all I need today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Have a good day ."
}
] |
MUL0375.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cafe Uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cafe Uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/60276be7"
],
[
"_:booking/60276be7",
"duration",
"16:15"
],
[
"_:booking/60276be7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cafe Uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/60276be7"
],
[
"_:booking/60276be7",
"duration",
"16:15"
],
[
"_:booking/60276be7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:booking",
"ref",
"BVU9ETYF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cafe Uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/60276be7"
],
[
"_:booking/60276be7",
"duration",
"16:15"
],
[
"_:booking/60276be7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:booking",
"ref",
"BVU9ETYF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cafe Uno"
],
[
"_:system",
"canthelp",
"_:booking/60276be7"
],
[
"_:booking/60276be7",
"duration",
"16:15"
],
[
"_:booking/60276be7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:booking",
"ref",
"BVU9ETYF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:35"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cafe Uno"
],
[
"_:system",
"canthelp",
"_:booking/60276be7"
],
[
"_:booking/60276be7",
"duration",
"16:15"
],
[
"_:booking/60276be7",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"11:35"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"4ITZ3ZMO"
],
[
"_:booking",
"ticket",
"140.8 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for train that go to Cambridge that leaves on Tuesday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'norwich');(_:search,leave_at,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from Norwich and would like to leave after 12:15 , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'twelve');(_:result,leave_at,'12:15');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are twelve possible trains leaving after 12:15 . Should I book you on one of them ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'norwich');(_:search,leave_at,'21:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am sorry . I need the train to leave after 21:15 from Norwich . Are there any available ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'22:35');(_:result,id,'TR7935');(_:result,leave_at,'21:16');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7935 leaves at 21:16 and arrives by 22:35 . Is that okay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That sounds good , I will need 2 tickets please and a reference number ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'two');(_:booking,ref,'RJOUA7E1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked for two tickets , Reference number is : RJOUA7E1 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for places to go in town ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'70');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge has over 70 delightful attractions , what type appeals to you most ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I think I would like a nightclub in the centre of town please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'that');(_:result,category,'nightclubs');(_:result,count,'5');(_:result,name,'Ballare');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 5 different nightclubs in that area . Might I suggest Ballare . Would you like more info ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need the address , entrance fee , and phone number ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'heidelberg gardens , lion yard');(_:result,entrance_fee,'5 pounds');(_:result,name,'Ballare');(_:result,phone,'01223364222');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address of Ballare is heidelberg gardens , lion yard . The phone number is 01223364222 . The entrance fee is 5 pounds ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was everything I needed . Thank you very much for helping me ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , goodbye ."
}
] |
MUL0470.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"twelve"
],
[
"_:result",
"leave_at",
"12:15"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"twelve"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"arrive_by",
"22:35"
],
[
"_:result",
"id",
"TR7935"
],
[
"_:result",
"leave_at",
"21:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"twelve"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"arrive_by",
"22:35"
],
[
"_:result",
"id",
"TR7935"
],
[
"_:result",
"leave_at",
"21:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"RJOUA7E1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"twelve"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"arrive_by",
"22:35"
],
[
"_:result",
"id",
"TR7935"
],
[
"_:result",
"leave_at",
"21:16"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"RJOUA7E1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"twelve"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"arrive_by",
"22:35"
],
[
"_:result",
"id",
"TR7935"
],
[
"_:result",
"leave_at",
"21:16"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"RJOUA7E1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"that"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"twelve"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"arrive_by",
"22:35"
],
[
"_:result",
"id",
"TR7935"
],
[
"_:result",
"leave_at",
"21:16"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"RJOUA7E1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"that"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"heidelberg gardens , lion yard"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"phone",
"01223364222"
],
[
"_: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,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i am looking for a place to stay . The hotel should be in the expensive price range and should have a star of 4 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'huntingdon marriott hotel');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "how about huntingdon marriott hotel ? i hear it 's lovely ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is that a guesthouse ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "No it is a hotel , would you like a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I really need a guesthouse . How about if we search for a cheap one instead ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Nothing is available , should I try a search for less than 4 stars ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "look for a cheap one ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'7');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 7 in that price range is there an area you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,stay,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No can you recommend one and book for wednesday ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'53 roseford road');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,day,'1');(_:booking,name,\"Rosa 's bed and breakfast\");(_:booking,ref,'HJP6P9IK');(_:booking,stay,'1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked Rosa 's bed and breakfast for 1 night , it 's cheap located at 53 roseford road , 4 stars with internet and parking . Reference number HJP6P9IK . Will you need anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,name,'sidney sussex college');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes please , I need the address and phone number for sidney sussex college please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'Saint Johns Street');(_:result,phone,'01223338800');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes their address is Saint Johns Street and their telephone number is 01223338800 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need to know . Thank you so much ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "As mentioned before I am all set , have a great day and goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you good bye ."
}
] |
PMUL4962.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:system",
"canthelp",
"_:search/fbabf02c"
],
[
"_:search/fbabf02c",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"?"
],
[
"_:system",
"canthelp",
"_:search/fbabf02c"
],
[
"_:search/fbabf02c",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"stars",
"?"
],
[
"_:system",
"canthelp",
"_:search/fbabf02c"
],
[
"_:search/fbabf02c",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"one"
],
[
"_:result",
"address",
"53 roseford road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"1"
],
[
"_:booking",
"name",
"Rosa 's bed and breakfast"
],
[
"_:booking",
"ref",
"HJP6P9IK"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"sidney sussex college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"stars",
"?"
],
[
"_:system",
"canthelp",
"_:search/fbabf02c"
],
[
"_:search/fbabf02c",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"one"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"1"
],
[
"_:booking",
"name",
"Rosa 's bed and breakfast"
],
[
"_:booking",
"ref",
"HJP6P9IK"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"sidney sussex college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Saint Johns Street"
],
[
"_:result",
"phone",
"01223338800"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:search",
"stars",
"?"
],
[
"_:system",
"canthelp",
"_:search/fbabf02c"
],
[
"_:search/fbabf02c",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"one"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"day",
"1"
],
[
"_:booking",
"name",
"Rosa 's bed and breakfast"
],
[
"_:booking",
"ref",
"HJP6P9IK"
],
[
"_:booking",
"stay",
"1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"name",
"sidney sussex college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Saint Johns Street"
],
[
"_:result",
"phone",
"01223338800"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'8:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train headed to Cambridge that leaves after 8:00 AM . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Yes , I can help with that . What day will you be leaving and where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will leave from Cambridge to Kings Lynn ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'earliest');(_:result,day,'Friday');(_:result,leave_at,'08:11');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The earliest train on that route leaves Friday at 08:11 is that okay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,leave_at,'08:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , sorry , I had that backwards . I need a train from Kings Lynn to Cambridge on Monday after 08:00"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'08:11');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The earliest train will leave at 08:11 . Is that okay ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes can I get the train ID and arrival time please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'08:58');(_:result,id,'TR4758');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure its TR4758 and it will arrive at 08:58"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd also like to find an expensive restaurant that serves european food ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,food,'European');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 5 expensive European restaurants . What area of town would you like to be in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "In the north ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,count,'1');(_:result,food,'European');(_:result,name,'City Stop Restaurant');(_:result,pricerange,'high - end');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one high - end European restaurant in the north -- City Stop Restaurant . Would you like to make a reservation ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book it for me and get a reference number ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can . What 's the day and time you 'd like to dine . Also , how many people will be dining ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'14:00');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "2 people , on monday at 14:00"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,duration,'14:00');(_:booking,people,'2');(_:booking,ref,'COB3ZU7O');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Excellent ; your booking for 2 people at 14:00 on Monday was successful . Your reference number is COB3ZU7O . May I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a nice day ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You have a nice day as well and thank you for calling the Cambridge TownInfo centre ."
}
] |
PMUL0945.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"8:00"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"leave_at",
"08:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"08:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"leave_at",
"08:11"
],
[
"_:result",
"arrive_by",
"08:58"
],
[
"_:result",
"id",
"TR4758"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"leave_at",
"08:11"
],
[
"_:result",
"arrive_by",
"08:58"
],
[
"_:result",
"id",
"TR4758"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"leave_at",
"08:11"
],
[
"_:result",
"arrive_by",
"08:58"
],
[
"_:result",
"id",
"TR4758"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"City Stop Restaurant"
],
[
"_:result",
"pricerange",
"high - end"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"leave_at",
"08:11"
],
[
"_:result",
"arrive_by",
"08:58"
],
[
"_:result",
"id",
"TR4758"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"City Stop Restaurant"
],
[
"_:result",
"pricerange",
"high - end"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"2"
],
[
"_: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": [
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"day",
"Friday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:result",
"leave_at",
"08:11"
],
[
"_:result",
"arrive_by",
"08:58"
],
[
"_:result",
"id",
"TR4758"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"City Stop Restaurant"
],
[
"_:result",
"pricerange",
"high - end"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"14:00"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"ref",
"COB3ZU7O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train for Thursday please . Get me one that arrives by 13:45"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "sure , what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be heading to Cambridge . Leaving from Stevenage . Can you tell me about this ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:43');(_:result,id,'TR1661');(_:result,leave_at,'11:54');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure ! TR1661 will leave at 11:54 and arrive by 12:43 . Do you require more information or do you want book now ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you tell me the price for a ticket , and the typical travel time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'49 minutes');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train ride is 49 minutes and it will cost 12.80 pounds ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'vegetarian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Thank you ! Also , can you recommend a moderately - priced vegetarian restaurant , please ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'vegetarian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry . I 'm not finding any vegetarian restaurants at all . Would you like to choose a different type of food ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , try the asian oriental food then ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'only one');(_:result,name,'Yippee Noodle Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok the only one is Yippee Noodle Bar . Would you like for me to book a table ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'18:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure ! I 'll need a booking for 5 at 18:45 on Thursday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'MZZNA6KZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . Your booking was successful . The reference number is MZZNA6KZ . Your table will be reserved for 15 minutes ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Any time . I was happy to help ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You are doing a great job ! That 's all I needed ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system today !"
}
] |
PMUL4726.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"id",
"TR1661"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"id",
"TR1661"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"id",
"TR1661"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/bfefe585"
],
[
"_:search/bfefe585",
"food",
"vegetarian"
],
[
"_:search/bfefe585",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"id",
"TR1661"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/bfefe585"
],
[
"_:search/bfefe585",
"food",
"vegetarian"
],
[
"_:search/bfefe585",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_: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",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"id",
"TR1661"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/bfefe585"
],
[
"_:search/bfefe585",
"food",
"vegetarian"
],
[
"_:search/bfefe585",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"MZZNA6KZ"
],
[
"_: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",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:43"
],
[
"_:result",
"id",
"TR1661"
],
[
"_:result",
"leave_at",
"11:54"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/bfefe585"
],
[
"_:search/bfefe585",
"food",
"vegetarian"
],
[
"_:search/bfefe585",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"MZZNA6KZ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'tuscan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive restaurant in Cambridge that serves Tuscan food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , I do not have anything that matches your request . Would you like me to check a different type of restaurant or price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there anything Tuscan in the centre of town ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Tuscan');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "No Tuscan food in town , shall I try another type for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about mediterranean food ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'mediterranean');(_:result,name,'la mimosa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "May I suggest la mimosa ? Wonderful mediterranean , took my mother there for her birthday and it was exquisite !"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the postcode , address , and phone number , please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Thompsons Lane Fen Ditton');(_:result,phone,'01223362525');(_:result,postcode,'cb58aq');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode is cb58aq , the address is Thompsons Lane Fen Ditton , and the phone number is 01223362525 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'15:15');(_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks for the restaurant , I also need to take train departing from Leicester that will arrive by 15:15 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Just to confirm , was that a train into Cambridge ? What day will you be traveling ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave on wednesday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'14:54');(_:result,destination,'Cambridge');(_:result,id,'TR8292');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR8292 arrives in Cambridge at 14:54 , would you like for me to book it for you ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "I am still thinking about it ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,ticket,'37.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Take your time . Just for your information , the total cost would be 37.80 pounds payable at the station . There are also other options available ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't think I will book just yet but can you give me the travel time for TR8392 please ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,duration,'105 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The duration of travel is 105 minutes . Do you need anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all for now . If I change my mind in booking , I will call you back . Thank you ."
},
{
"id": 17,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Have a nice day ."
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "You as well ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service good bye"
}
] |
MUL1599.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/bf4e30af"
],
[
"_:search/bf4e30af",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/bf4e30af"
],
[
"_:search/bf4e30af",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ea235041"
],
[
"_:search/ea235041",
"food",
"Tuscan"
],
[
"_:search/ea235041",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/bf4e30af"
],
[
"_:search/bf4e30af",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ea235041"
],
[
"_:search/ea235041",
"food",
"Tuscan"
],
[
"_:search/ea235041",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/bf4e30af"
],
[
"_:search/bf4e30af",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ea235041"
],
[
"_:search/ea235041",
"food",
"Tuscan"
],
[
"_:search/ea235041",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"phone",
"01223362525"
],
[
"_:result",
"postcode",
"cb58aq"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/bf4e30af"
],
[
"_:search/bf4e30af",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ea235041"
],
[
"_:search/ea235041",
"food",
"Tuscan"
],
[
"_:search/ea235041",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"phone",
"01223362525"
],
[
"_:result",
"postcode",
"cb58aq"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/bf4e30af"
],
[
"_:search/bf4e30af",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ea235041"
],
[
"_:search/ea235041",
"food",
"Tuscan"
],
[
"_:search/ea235041",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"phone",
"01223362525"
],
[
"_:result",
"postcode",
"cb58aq"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:54"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8292"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/bf4e30af"
],
[
"_:search/bf4e30af",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ea235041"
],
[
"_:search/ea235041",
"food",
"Tuscan"
],
[
"_:search/ea235041",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"phone",
"01223362525"
],
[
"_:result",
"postcode",
"cb58aq"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:54"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8292"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"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",
"?"
],
[
"_:system",
"canthelp",
"_:search/bf4e30af"
],
[
"_:search/bf4e30af",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ea235041"
],
[
"_:search/ea235041",
"food",
"Tuscan"
],
[
"_:search/ea235041",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"phone",
"01223362525"
],
[
"_:result",
"postcode",
"cb58aq"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:54"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8292"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/bf4e30af"
],
[
"_:search/bf4e30af",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/ea235041"
],
[
"_:search/ea235041",
"food",
"Tuscan"
],
[
"_:search/ea235041",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:result",
"food",
"mediterranean"
],
[
"_:result",
"name",
"la mimosa"
],
[
"_:result",
"address",
"Thompsons Lane Fen Ditton"
],
[
"_:result",
"phone",
"01223362525"
],
[
"_:result",
"postcode",
"cb58aq"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:54"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8292"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,departure,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train that departs from bishops stortford and arrives by 12:15 ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,arrive_by,'12:07');(_:booking,category,'Train');(_:booking,day,'Friday');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can book you for an arrival time by 12:07 on Friday , is that a good time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Does that train leave from Cambridge ? I need something on sunday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'12:07');(_:result,departure,'Bishops Stortford');(_:result,destination,'Cambridge');(_:result,id,'TR1478');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR1478 departs from Bishops Stortford and arrives in Cambridge by 12:07 , would you like me to book this train for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would need a booking for 3 people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'G32O0XHA');(_:booking,ticket,'24.24 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 24.24 GBP payable at the station . Reference number is : G32O0XHA ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'no');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you ! I 'm also looking for a cheap hotel . It does not need to have free parking ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'ten');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Certainly , there are ten hotels . Do you have a preference of type , or area ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I would like to stay on the East side of town ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "We have 3 for you to choose from . Do you have any further preferences ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , is there one that has free parking ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,count,'3');(_:result,has_internet,'none');(_:result,name,'Allenbell');(_:result,name,'Autumn House');(_:result,name,'Leverton House');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I have 3 of them that offer free wifi in the East . I have the Autumn House , Leverton House and Allenbell . Would you like more info on one of those ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,name,'autumn house');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes book the Autumn House for 3 people for 5 nights starting Sunday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'8ED0YD26');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set , you 're booking reference is 8ED0YD26 . Is there anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thank you !"
},
{
"id": 15,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Okay Thank you very much for calling !"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That was great service , good day to you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "We are happy to help . Thank you for using our service ."
}
] |
MUL0612.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"12:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"12:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1478"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"12:07"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1478"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"G32O0XHA"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"12:07"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1478"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"G32O0XHA"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"12:07"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1478"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"G32O0XHA"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"ten"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"12:07"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1478"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"G32O0XHA"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"ten"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"12:07"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1478"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"ten"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8ED0YD26"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"12:07"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"departure",
"Bishops Stortford"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR1478"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"24.24 GBP"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"ten"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"name",
"Leverton House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8ED0YD26"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm wanting to find a museum to go to located in the centre . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,name,'Primavera');(_:result,type,'Attraction'))",
"inform((_:result,amount,'a few');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are a few . Does Primavera sound like what you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great ! Can I get the address for it ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'10 king s parade');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure thing , the address is 10 king s parade ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need to find a train for Friday . Can you help ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok , I am getting the systems up , where will you be going to and arriving from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,day,'friday');(_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train leaving on friday and I want to get there by 21:30 . Leaving broxbourne and going to cambridge"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . would you like me to book you a seat ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'eight');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , for eight people , please . And may I please get the reference number for that booking ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR5056');(_:booking,ref,'G2VTHEIO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book TR5056 , the reference number is G2VTHEIO ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Oh . I 'm sorry , I need that booking for 6 people . Can you change that and give me the new referrence number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'6');(_:booking,ref,'EAO8WB62');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure your new reservation number for 6 people is EAO8WB62 ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you good bye"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I could help ."
}
] |
PMUL1268.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5056"
],
[
"_:booking",
"ref",
"G2VTHEIO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"id",
"TR5056"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"EAO8WB62"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "All right , and how can I help with that ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to come by those high speed trains from Leicester"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be traveling ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'20:30');(_:search,day,'saturday');(_:search,destination,'Cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "My travel day is Saturday . I 'd like to arrive in Cambridge by 20:30 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR8070');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR8070 meets your criteria . Would you like to book tickets ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , not right now . What is the travel time , please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,leave_at,'05:09');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "starts from 05:09"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Ok book for 1 please"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ticket,'30.24 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The cost of your ticket will be 30.24 pounds"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a hotel in the west and should be in the moderate price range ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "How many stars would you like ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel should have a star of 3"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'hobsons house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "hobsons house meets your requirements . Would you like to book ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , for 2 people for 3 nights ."
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "When would you like to arrive ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "On Saturday please"
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'UAKXT244');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : UAKXT244 . \n Is there anything else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Awesome , thanks so much for your help ! That is all I needed , have a good day ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge Town Info centre . Have a nice day !"
}
] |
PMUL3592.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8070"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8070"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"05:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8070"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"05:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"30.24 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8070"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"05:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"30.24 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8070"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"05:09"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"30.24 pounds"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8070"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"05:09"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"30.24 pounds"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_: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",
"departure",
"leicester"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8070"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"05:09"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"30.24 pounds"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"UAKXT244"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train . I need to leave from Cambridge on Tuesday and go to Leicester ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have a time that you would like to leave by or arrive by ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'8:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need to arrive by 8:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'08:06');(_:result,id,'TR2950');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR2950 will arrive at 08:06 , would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , can I get 6 tickets please and I 'll need the reference number too"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'XYAOCTIY');(_:booking,ticket,'226.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "the total fee is 226.8 GBP payable at the station and the reference number is : XYAOCTIY . May i help you with anything else ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay that has 4 stars and is in the centre ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,name,'alexander bed and breakfast');(_:result,name,'university arms hotel');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have two choices , alexander bed and breakfast which is in the cheap prince range and university arms hotel whic is in this expensive price range ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do need free wifi included , so whichever of those has wifi is the best !"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,name,'Alexander bed and breakfast');(_:result,name,'University Arms hotel');(_:result,type,'Hotel'))",
"inform((_:result,amount,'both');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Actually , they both do offer free wifi and free parking . Alexander bed and breakfast is a guesthouse and the University Arms hotel is a hotel type . Do you have preference ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd prefer a hotel . Can you book that for 6 people and 3 nights ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Which day would you like to check in ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Starting saturday , either place is fine if available ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking did not go through , can you book another day or a shorter stay ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , could you try for a stay of 1 night ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,name,'University Arms Hotel');(_:booking,people,'6');(_:booking,ref,'7XXHIROP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to make a reservation for Saturday night at University Arms Hotel for 6 people . Your reference number is 7XXHIROP . Is there anything else you need today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need . Thank you for your help ! Goodbye !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Goodbye !"
}
] |
MUL2043.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:result",
"arrive_by",
"08:06"
],
[
"_:result",
"id",
"TR2950"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:result",
"arrive_by",
"08:06"
],
[
"_:result",
"id",
"TR2950"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"XYAOCTIY"
],
[
"_:booking",
"ticket",
"226.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:result",
"arrive_by",
"08:06"
],
[
"_:result",
"id",
"TR2950"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"XYAOCTIY"
],
[
"_:booking",
"ticket",
"226.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:result",
"arrive_by",
"08:06"
],
[
"_:result",
"id",
"TR2950"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"XYAOCTIY"
],
[
"_:booking",
"ticket",
"226.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"people",
"6"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:result",
"arrive_by",
"08:06"
],
[
"_:result",
"id",
"TR2950"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"XYAOCTIY"
],
[
"_:booking",
"ticket",
"226.8 GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:result",
"arrive_by",
"08:06"
],
[
"_:result",
"id",
"TR2950"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"XYAOCTIY"
],
[
"_:booking",
"ticket",
"226.8 GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"canthelp",
"_:booking/002a7132"
],
[
"_:booking/002a7132",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"8:45"
],
[
"_:result",
"arrive_by",
"08:06"
],
[
"_:result",
"id",
"TR2950"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"226.8 GBP"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"canthelp",
"_:booking/002a7132"
],
[
"_:booking/002a7132",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"name",
"University Arms Hotel"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"7XXHIROP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to see a museum while I am in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have many types of museums . Were you interested in archaeology or art , or did you have a specific one in mind . Or a particular part of the city ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Archaeology . Give me the address , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'sidgwick avenue');(_:result,name,'the museum of classical archaeology');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure thing . You can find the museum of classical archaeology on sidgwick avenue ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you give me a more specific address ? I also need an expensive restaurant in the center ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food would you like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i do n't care , but I 'd like expensive food"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Can you tell me what kind of food you are in the mood for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't really have a preference , just make sure it 's expensive and in the centre ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'European');(_:result,name,'Eraina');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend the Eraina which is a European restaurant . Would you like for me to book a table ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'19:15');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , book a table for 2 people at 19:15 on Sunday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'BTKETES2');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Ok . I was able to book a table for you . Your reference number is BTKETES2 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help !"
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything further I can assist you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need , thanks so much for all of your help ! Have a great day !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure serving you , goodbye !"
}
] |
PMUL3928.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"name",
"the museum of classical archaeology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"name",
"the museum of classical archaeology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"name",
"the museum of classical archaeology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"BTKETES2"
],
[
"_: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",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"BTKETES2"
],
[
"_: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,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a college to visit ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'many');(_:result,area,'center');(_:result,category,'colleges');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have many colleges in Cambridge , most of which are in the center of town . Do you have a specific area in mind ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't have a preference , but could I have the entrance fee , postcode , and phone number please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,entrance_fee,'2.50 pounds');(_:result,name,'Clare college');(_:result,postcode,'01223333200');(_:result,postcode,'cb21tl');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Clare college is located in the west with a postcode of cb21tl . The phone number is 01223333200 and the entrance fee is 2.50 pounds ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . Can you help me in finding a hotel in the centre of town ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'56 Saint Barnabas Road');(_:result,area,'centre');(_:result,name,'Alexander Bed & Breakfast Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "May I recommend the Alexander Bed & Breakfast Hotel located in the centre of town at 56 Saint Barnabas Road ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have 0 stars ? I 'm wanting to make sure I book a room at a place with 0 stars ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'2');(_:result,name,'Alexander');(_:result,stars,'0');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "No , the Alexander has a 4 star rating . There are two others located in the centre of town that have 0 stars . Would you like information for either of those ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'7');(_:search,stars,'0');(_:search,stay,'4');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could either of the ones with 0 stars accommodate 7 people for 4 nights , starting from Saturday ? If so , book it and please provide a reference number ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "In order that I may better serve you , I will need the date you will need your accommodations ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I just said I needed it on Saturday for 4 nights ? There will be 7 of us ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'ACLLASUS');(_:booking,stay,'four');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked for four nights . Your reference number is ACLLASUS ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great , I also need a taxi to take me between the two places ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "I 'd be happy to help you with a taxi . Which will you be departing from and what time are you looking to leave ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'clare college');(_:search,leave_at,'02:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will be departing from Clare college at 02:15 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow Tesla');(_:result,departure,'Clare College');(_:result,destination,'Alexander');(_:result,leave_at,'02:15');(_:result,phone,'07924405989');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , I booked a taxi from Clare College to Alexander at 02:15 . The car will be a yellow Tesla , contact number is 07924405989 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need . Have a nice day ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "We are happy to help . Thank you for using our service . Have a great day !"
}
] |
MUL1080.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"name",
"Clare college"
],
[
"_:result",
"postcode",
"01223333200"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"postcode",
"01223333200"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Alexander Bed & Breakfast Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"postcode",
"01223333200"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Alexander"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"postcode",
"01223333200"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Alexander"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"postcode",
"01223333200"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Alexander"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"ACLLASUS"
],
[
"_:booking",
"stay",
"four"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"postcode",
"01223333200"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Alexander"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"ACLLASUS"
],
[
"_:booking",
"stay",
"four"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"clare college"
],
[
"_:search",
"leave_at",
"02:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"2.50 pounds"
],
[
"_:result",
"postcode",
"01223333200"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"address",
"56 Saint Barnabas Road"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Alexander"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"ACLLASUS"
],
[
"_:booking",
"stay",
"four"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"clare college"
],
[
"_:search",
"leave_at",
"02:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Tesla"
],
[
"_:result",
"departure",
"Clare College"
],
[
"_:result",
"destination",
"Alexander"
],
[
"_:result",
"leave_at",
"02:15"
],
[
"_:result",
"phone",
"07924405989"
],
[
"_: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,area,'west');(_:search,food,'italian');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need the phone number of a restaurant in the west part of town that serves italian ood ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'Italian');(_:result,name,'Prezzo');(_:result,phone,'01799 521260');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Prezzo is an Italian restaurant in the west part of town , their phone number is 01799 521260 ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Goodbye !"
}
] |
WOZ20102.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"phone",
"01799 521260"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'primavera');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to find an attraction called Primavera ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Primavera');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Primavera is a free museum in the center of town . Would you like their address or phone ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great can I get the postcode for it ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'cb21sj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "their postcode is \t cb21sj"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'gourmet burger kitchen');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . Have you heard of a particular restaurant , I think it 's called Gourmet Burger Kitchen ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "that is an expensive restaurant in centre . Would you like reservations"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'18:15');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I would , could you book a table for 2 at 18:15 on Tuesday ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'TD2BO4CX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to make a booking for you . Your reference number is TD2BO4CX ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye , have a great day"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Do you need me to book anything else or look up anymore info ?"
}
] |
PMUL3583.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"primavera"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"primavera"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"gourmet burger kitchen"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"name",
"gourmet burger kitchen"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"name",
"gourmet burger kitchen"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"TD2BO4CX"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay that provides wifi without any extra charges . Can you find something like that for me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'32');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 32 places to stay with free internet . Is there a preferred part of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but I 'd like a guesthouse of at leas 3 stars and I 'd also like free parking ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'hobsons house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "hobsons house is a good choice in the west . Would you like to book ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book it for me and get a reference number ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Sure . How many people are in your party ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "4 people and 2 nights starting from sunday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,people,'4');(_:booking,ref,'K55JXP0G');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked a room for 2 nights beginning on Sunday . The room is for 4 and your confirmation number is K55JXP0G . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be heading and departing from and what day and time ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,day,'same day');(_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Hotel');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going from cambridge to stevenage on the same day as the hotel booking . I need to arrive by 12:30 ."
},
{
"id": 11,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "I will find a train for you ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Train'))",
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Great ! What is the departure time ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,id,'TR8464');(_:booking,leave_at,'11:21');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR8464 meets your criteria . The departure time is 11:21 . Would you like to book tickets ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Sure ! Can you tell me the cost , too ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'and');(_:booking,ref,'HHBZ1L0T');(_:booking,ticket,'40.96 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your tickets have been booked . Reference # : HHBZ1L0T and the total fee is 40.96 GBP , payable at the station . Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thank you so much ."
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "thanks and welcome anytime"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I may have gotten mixed up . I am departing from Stevenage to go to Cambridge . I 'm sorry ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,arrive_by,'10:43');(_:result,id,'TR7802');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "ok , the TR7802 arrives by 10:43"
},
{
"id": 20,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What is the cost and departure time of the TR7802 train ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,leave_at,'09:54');(_:result,ticket,'10.24 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "It departs at 09:54 and the cost is 10.24 pounds ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's all I need today ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Have a great trip . Goodbye ."
}
] |
PMUL4203.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"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"K55JXP0G"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"area",
"?"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"K55JXP0G"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"K55JXP0G"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"K55JXP0G"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR8464"
],
[
"_:booking",
"leave_at",
"11:21"
]
],
"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",
"area",
"?"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"2"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"leave_at",
"11:21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"and"
],
[
"_:booking",
"ref",
"HHBZ1L0T"
],
[
"_:booking",
"ticket",
"40.96 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"2"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"leave_at",
"11:21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"and"
],
[
"_:booking",
"ref",
"HHBZ1L0T"
],
[
"_:booking",
"ticket",
"40.96 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_: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",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"2"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:booking",
"leave_at",
"11:21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"and"
],
[
"_:booking",
"ref",
"HHBZ1L0T"
],
[
"_:booking",
"ticket",
"40.96 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"id",
"TR7802"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"2"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"same day"
],
[
"_:booking",
"leave_at",
"11:21"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"and"
],
[
"_:booking",
"ref",
"HHBZ1L0T"
],
[
"_:booking",
"ticket",
"40.96 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:43"
],
[
"_:result",
"id",
"TR7802"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:result",
"ticket",
"10.24 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'bloomsbury restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to find out more about the bloomsbury restaurant"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'the Crowne Plaza Hotel , at 20 Downing Street');(_:result,area,'Centre of town');(_:result,food,'international');(_:result,pricerange,'moderately - priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Certainly ! It is an international restaurant in the Centre of town . It is moderately - priced . It is at the Crowne Plaza Hotel , at 20 Downing Street . Would you like a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'18:15');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please , Friday at 18:15 for 7 people ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'G0X4NIAA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : G0X4NIAA . is there any way i can be of help to you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Well , I 'm also looking to stay somewhere for a bit . I need someplace with free wifi and parking ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a number');(_:result,category,'hotels');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , there are a number of hotels with free parking and WiFi , what area do you wish to stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'western');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a hotel in the western part of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are four choices . Does it matter whether it is a hotel or guest house ? Or any other preferences ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Looking specifcally for a hotel , can you book me for 7 people for 5 nights on friday"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you prefer cheap or expensive ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't have a preference ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'the cambridge belfry');(_:booking,ref,'TNJXRQR5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful at the cambridge belfry , Reference number is : TNJXRQR5 . Can I assist you with anything further ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is everything I needed . Thanks !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre service !"
}
] |
PMUL3078.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"the Crowne Plaza Hotel , at 20 Downing Street"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"the Crowne Plaza Hotel , at 20 Downing Street"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"G0X4NIAA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"the Crowne Plaza Hotel , at 20 Downing Street"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"ref",
"G0X4NIAA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"the Crowne Plaza Hotel , at 20 Downing Street"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:booking",
"ref",
"G0X4NIAA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"the Crowne Plaza Hotel , at 20 Downing Street"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"food",
"international"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:booking",
"ref",
"G0X4NIAA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"the Crowne Plaza Hotel , at 20 Downing Street"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"food",
"international"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"the cambridge belfry"
],
[
"_:booking",
"ref",
"TNJXRQR5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'18:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello ! I need a train departing Cambridge after 18:30 , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Friday and go to Birmingham New Street ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'21:44');(_:result,count,'5');(_:result,day,'Friday');(_:result,departure,'cambridge');(_:result,destination,'birmingham new street');(_:result,leave_at,'19:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have 5 trains departing cambridge on Friday to birmingham new street . The earliest is leaving at 19:01 arriving by 21:44 , will this suit you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I 'd like 3 tickets on the 19:01 train , please . And can I have the reference number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR5389');(_:booking,ref,'E9OPMWVM');(_:booking,ticket,'225.3 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful for TR5389 , the total fee is 225.3 GBP payable at the station . Your reference number is E9OPMWVM . Do you need further assistance ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . I would like to know about places to go in the west area of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'quite a few');(_:result,category,'colleges');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Well , there are quite a few museums and colleges you can visit in this area . Do you want to pay an entrance fee ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'concerthall');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to go to a concerthall ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,area,'West part of town');(_:search,category,'concert halls');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry but I do n't have any concert halls in the West part of town ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I suppose a museum would do as well . Any recommendations for museums west of town ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Absolutely ! We have 7 of them . Would you like details on any specific one ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Any of them would be fine . Can you just give me the name , address with postcode and the phone number ? Thanks ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'23 high street , fen ditton');(_:result,name,\"Kettle 's Yard Museum\");(_:result,phone,'01223295264');(_:result,postcode,'cb30aq');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure thing ! I 've picked for you Kettle 's Yard Museum . Their phone is 01223295264 and they 're located in postcode cb30aq at 23 high street , fen ditton . Is that everything you need today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need . Thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
MUL0496.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"21:44"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"birmingham new street"
],
[
"_:result",
"leave_at",
"19:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"21:44"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"birmingham new street"
],
[
"_:result",
"leave_at",
"19:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5389"
],
[
"_:booking",
"ref",
"E9OPMWVM"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"21:44"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"birmingham new street"
],
[
"_:result",
"leave_at",
"19:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5389"
],
[
"_:booking",
"ref",
"E9OPMWVM"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"21:44"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"birmingham new street"
],
[
"_:result",
"leave_at",
"19:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5389"
],
[
"_:booking",
"ref",
"E9OPMWVM"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/ff9a8c37"
],
[
"_:search/ff9a8c37",
"area",
"West part of town"
],
[
"_:search/ff9a8c37",
"category",
"concert halls"
],
[
"_:search/ff9a8c37",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"21:44"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"birmingham new street"
],
[
"_:result",
"leave_at",
"19:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5389"
],
[
"_:booking",
"ref",
"E9OPMWVM"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:system",
"canthelp",
"_:search/ff9a8c37"
],
[
"_:search/ff9a8c37",
"area",
"West part of town"
],
[
"_:search/ff9a8c37",
"category",
"concert halls"
],
[
"_:search/ff9a8c37",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"21:44"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"birmingham new street"
],
[
"_:result",
"leave_at",
"19:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5389"
],
[
"_:booking",
"ref",
"E9OPMWVM"
],
[
"_:booking",
"ticket",
"225.3 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:system",
"canthelp",
"_:search/ff9a8c37"
],
[
"_:search/ff9a8c37",
"area",
"West part of town"
],
[
"_:search/ff9a8c37",
"category",
"concert halls"
],
[
"_:search/ff9a8c37",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"address",
"23 high street , fen ditton"
],
[
"_:result",
"name",
"Kettle 's Yard Museum"
],
[
"_:result",
"phone",
"01223295264"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_: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,arrive_by,'16:45');(_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train departing ely and should arrive by 16:45 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'42');(_:result,departure,'Ely');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I can help with that ! There are a total of 42 trains departing from Ely . What is your destination so I can narrow this down for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go to cambridge on thursday"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time you like to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'16:45');(_:search,leave_at,'dontcare');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It does n't matter what time I leave as long as I 'm there by 16:45 ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"inform((_:result,arrive_by,'15:52');(_:result,arrive_by,'16:45');(_:result,count,'6');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 6 trains leaving that will get you there by 16:45 , the closest TR3240 arriving at 15:52 . Would you like to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please make me a reservation for two people on TR3240 arriving at 15:52 ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'T4I7L6BG');(_:booking,ticket,'8.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 8.8 GBP payable at the station . Reference number is : T4I7L6BG . Can I help with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for a expensive restaurant in the north ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,food,'Asian Oriental');(_:result,food,'Chinese');(_:result,food,'European');(_:result,food,'French');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , do you have a food preference ? I see Chinese , French , European and Asian Oriental ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Choose your favorite . I do need an address and post code , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'66 Chesterton Road Chesterton');(_:result,name,'Hotpot');(_:result,postcode,'cb41ep');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about The Hotpot ? It is located at 66 Chesterton Road Chesterton and the postal code is cb41ep ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'8 pm');(_:search,name,'Hotpot');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The Hotpot sounds great ! Can you please make a reservation for Friday for 2 people at 8 pm ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,day,'Friday');(_:booking,duration,'8 pm');(_:booking,name,'the hotpot');(_:booking,people,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure ! Your reservation at the hotpot for Friday for 2 people at 8 pm is successful . Would you like a reference number ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , thank you for your help . The reference number will come in handy ."
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry at the moment I can not obtain that for you ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Alright , thank you , I think that will be all for today ."
},
{
"id": 17,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're welcome , have a nice day ."
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Again , thanks for all of your help today . Good bye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Let me know if there is anything else I can help you with ."
}
] |
MUL1502.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"42"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"42"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"arrive_by",
"16:45"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"arrive_by",
"16:45"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"T4I7L6BG"
],
[
"_:booking",
"ticket",
"8.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_: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",
"ely"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"arrive_by",
"16:45"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"people",
"two"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"T4I7L6BG"
],
[
"_:booking",
"ticket",
"8.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"arrive_by",
"16:45"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"T4I7L6BG"
],
[
"_:booking",
"ticket",
"8.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"address",
"66 Chesterton Road Chesterton"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:result",
"postcode",
"cb41ep"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"8 pm"
],
[
"_:search",
"name",
"Hotpot"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"arrive_by",
"16:45"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"T4I7L6BG"
],
[
"_:booking",
"ticket",
"8.8 GBP"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"address",
"66 Chesterton Road Chesterton"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:result",
"postcode",
"cb41ep"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"8 pm"
],
[
"_:search",
"name",
"Hotpot"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"8 pm"
],
[
"_:booking",
"name",
"the hotpot"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_: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",
"departure",
"ely"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"arrive_by",
"16:45"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"T4I7L6BG"
],
[
"_:booking",
"ticket",
"8.8 GBP"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"address",
"66 Chesterton Road Chesterton"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:result",
"postcode",
"cb41ep"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"8 pm"
],
[
"_:search",
"name",
"Hotpot"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"8 pm"
],
[
"_:booking",
"name",
"the hotpot"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:booking/a1ab3da6"
],
[
"_:booking/a1ab3da6",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"leave_at",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"arrive_by",
"16:45"
],
[
"_:result",
"count",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"T4I7L6BG"
],
[
"_:booking",
"ticket",
"8.8 GBP"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"address",
"66 Chesterton Road Chesterton"
],
[
"_:result",
"name",
"Hotpot"
],
[
"_:result",
"postcode",
"cb41ep"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"8 pm"
],
[
"_:search",
"name",
"Hotpot"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"8 pm"
],
[
"_:booking",
"name",
"the hotpot"
],
[
"_:booking",
"people",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:booking/a1ab3da6"
],
[
"_:booking/a1ab3da6",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train from cambridge to leicester ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "To better help you find the right train , what day are you wanting to travel on ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'19:15');(_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to travel on Saturday and I need to arrive by 19:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR7457');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "The train TR7457 meets your specifications . How many tickets would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "What time does that train depart from cambridge ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,arrive_by,'7:06');(_:result,destination,'cambridge');(_:result,id,'TR7457');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR7457 will arrive in cambridge at 7:06 . There are many later trains that will arrive before your specified time , as well , if you prefer to travel later ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,duration,'7:06');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Please book me on the train with the 7:06 departure time . I am also looking for a cheap restaurant in the centre ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'15');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets would you like for the train ? I have 15 cheap restaurants in the centre , what cuisine would you like ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'malaysian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a Malaysian restaurant that s on the cheap side in centre ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants that meet those criteria . Would you like to look in a different area or price range ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Asian oriental food"
},
{
"id": 11,
"rdf-acts": [
"select((_:result,name,'dojo noodle bar');(_:result,name,'j restaurant');(_:result,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two places dojo noodle bar , and j restaurant would you like either of those ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'dojo noodle bar');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Dojo noodle bar sounds good . May I have the phone number and postcode please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'40210 Millers Yard City Centre');(_:result,name,'dojo noodle bar');(_:result,phone,'01223363471');(_:result,postcode,'cb21rq');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for dojo noodle bar is 01223363471 . It is located at 40210 Millers Yard City Centre , postcode cb21rq . Is there anything else I can do for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Happy to be of service . Have a wonderful day !"
}
] |
MUL0276.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"id",
"TR7457"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"arrive_by",
"7:06"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7457"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"duration",
"7:06"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"arrive_by",
"7:06"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7457"
],
[
"_:search",
"duration",
"7:06"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"arrive_by",
"7:06"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7457"
],
[
"_:search",
"duration",
"7:06"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/2d7b6c7d"
],
[
"_:search/2d7b6c7d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"arrive_by",
"7:06"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7457"
],
[
"_:search",
"duration",
"7:06"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/2d7b6c7d"
],
[
"_:search/2d7b6c7d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"name",
"j restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"dojo noodle bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"arrive_by",
"19:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"arrive_by",
"7:06"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR7457"
],
[
"_:search",
"duration",
"7:06"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/2d7b6c7d"
],
[
"_:search/2d7b6c7d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"name",
"dojo noodle bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"40210 Millers Yard City Centre"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"phone",
"01223363471"
],
[
"_:result",
"postcode",
"cb21rq"
],
[
"_: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,day,'saturday');(_:search,leave_at,'8:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello . Are there any trains leaving after 8:00 on Saturday ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i m going to kings lynn"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be leaving from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would be leaving from Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'9:11');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train leaving at 9:11 would that work for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be fine . What 's the train ID and travel time for that one ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,day,'sunday');(_:result,departure,'cambridge');(_:result,leave_at,'9:11');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "the cambridge train leaves at 9:11 on sunday ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you give me the ID for this train and the overall travel time ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'47 minutes');(_:result,id,'TR6088');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The ID is TR6088 and the total travel time is 47 minutes . Can I be of further assistance today ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That is all I will need . Good bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Please let us know if we can assist you in the future . Have a great day !"
}
] |
SNG0264.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"9:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"day",
"sunday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"9:11"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"8:00"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"sunday"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"9:11"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"id",
"TR6088"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for multiple sports in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sorry I have no listing in centre , can I check another area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No . How about colleges ? Are there any of those in the area ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'thirteen');(_:result,area,'centre');(_:result,category,'colleges');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are thirteen colleges that are listed in the city 's centre ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Pick one ! I just need to phone number , postcode , and address , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Saint andrews Street');(_:result,name,'Christ College');(_:result,phone,'0122334900');(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ College , 0122334900 , Saint andrews Street cb23bu ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . I was also interested in finding a train from Cambridge . Can you help me with that ?"
},
{
"id": 7,
"rdf-acts": [
"thank()",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We will miss you ! Where are you traveling to ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'kings lynn');(_:search,leave_at,'19:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go to Kings Lynn on Thursday after 19:00 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR0481');(_:result,leave_at,'19:11');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Okay the TR0481 matches your needs . It leaves at 19:11 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'eight');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "that sounds good , i will need a reservation for eight people and give me a reference number also please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'AUPD31QM');(_:booking,ticket,'78.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking has been successful . Your total fee is 78.4 GBP payable at the station . Your reference number is AUPD31QM . Is there anything else I can assist you with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That s everything I needed thanks"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "wonderful , enjoy your visit !"
}
] |
PMUL1258.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/bc8599ff"
],
[
"_:search/bc8599ff",
"area",
"centre"
],
[
"_:search/bc8599ff",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/bc8599ff"
],
[
"_:search/bc8599ff",
"area",
"centre"
],
[
"_:search/bc8599ff",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"thirteen"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/bc8599ff"
],
[
"_:search/bc8599ff",
"area",
"centre"
],
[
"_:search/bc8599ff",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"amount",
"thirteen"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"address",
"Saint andrews Street"
],
[
"_:result",
"name",
"Christ College"
],
[
"_:result",
"phone",
"0122334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/bc8599ff"
],
[
"_:search/bc8599ff",
"area",
"centre"
],
[
"_:search/bc8599ff",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"amount",
"thirteen"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"address",
"Saint andrews Street"
],
[
"_:result",
"name",
"Christ College"
],
[
"_:result",
"phone",
"0122334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_: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/bc8599ff"
],
[
"_:search/bc8599ff",
"area",
"centre"
],
[
"_:search/bc8599ff",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"amount",
"thirteen"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"address",
"Saint andrews Street"
],
[
"_:result",
"name",
"Christ College"
],
[
"_:result",
"phone",
"0122334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"id",
"TR0481"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"eight"
],
[
"_: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",
"?"
],
[
"_:system",
"canthelp",
"_:search/bc8599ff"
],
[
"_:search/bc8599ff",
"area",
"centre"
],
[
"_:search/bc8599ff",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"amount",
"thirteen"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"address",
"Saint andrews Street"
],
[
"_:result",
"name",
"Christ College"
],
[
"_:result",
"phone",
"0122334900"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"leave_at",
"19:00"
],
[
"_:result",
"id",
"TR0481"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"AUPD31QM"
],
[
"_:booking",
"ticket",
"78.4 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,day,'saturday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "can you book me a train to Cambridge that leaves on Saturday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'202');(_:result,day,'Saturday');(_:result,destination,'cambridge');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 202 trains to cambridge on Saturday . Can you tell me your departure station and the time you 'd like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,leave_at,'15:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave from stansted airport after 15:00"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'nine');(_:result,departure,'stansted airport');(_:result,destination,'cambridge');(_:result,leave_at,'15:24');(_:result,leave_at,'every hour');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I found nine trains leaving stansted airport for cambridge , leaving every hour starting at 15:24 . Would you like to book that first train ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would maybe be interested in booking this train . What is the train i d , price per ticket and arrival time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'15:52');(_:result,id,'TR1493');(_:result,ticket,'8.08 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train is TR1493 with the price 8.08 pounds . The arrival time is 15:52 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'the cow pizza kitchen and bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay thanks , I also need info for the cow pizza kitchen and bar ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'gastropub');(_:result,pricerange,'moderately - priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ok . That 's a moderately - priced gastropub in the centre . Would you like the address or phone number ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to make a reservation for 6 people on Saturday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time would you like ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'19:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like the table for 19:00 , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,duration,'19:00');(_:booking,people,'six');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . I have made a reservation for Saturday at 19:00 for six people ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , all I need is the reference number please ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I unfortunately do not have this info for you . The booking is now saying unsuccessful ."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Can you try again please ?"
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately , after trying to book again I was still unsuccessful . Would you like to try another day or time ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'18:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you please try 18:00 on the same day ?"
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Saturday');(_:booking,duration,'18:00');(_:booking,ref,'L7W1NACD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking for Saturday at 18:00 was made . Your reference number is L7W1NACD . May I help you with anything else today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ."
}
] |
MUL0246.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"15:24"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"15:24"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"id",
"TR1493"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"the cow pizza kitchen and bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"15:24"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"id",
"TR1493"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"15:24"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"id",
"TR1493"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"15:24"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"id",
"TR1493"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"19:00"
],
[
"_:booking",
"people",
"six"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"15:24"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"id",
"TR1493"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"19:00"
],
[
"_:booking",
"people",
"six"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/07ece120"
],
[
"_:booking/07ece120",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"15:24"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"id",
"TR1493"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"people",
"six"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/07ece120"
],
[
"_:booking/07ece120",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/122ff18f"
],
[
"_:booking/122ff18f",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"15:00"
],
[
"_:result",
"amount",
"nine"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"15:24"
],
[
"_:result",
"leave_at",
"every hour"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"15:52"
],
[
"_:result",
"id",
"TR1493"
],
[
"_:result",
"ticket",
"8.08 pounds"
],
[
"_:search",
"name",
"the cow pizza kitchen and bar"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"pricerange",
"moderately - priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"people",
"six"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/07ece120"
],
[
"_:booking/07ece120",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/122ff18f"
],
[
"_:booking/122ff18f",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"ref",
"L7W1NACD"
],
[
"_: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,area,'north');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a moderately priced restaurant in the north part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'Chinese');(_:result,food,'Indian');(_:result,name,'Golden Wok');(_:result,name,'Nirala');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is the Golden Wok for Chinese food and the Nirala for Indian food ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I get the address and phone number ?"
},
{
"id": 3,
"rdf-acts": [],
"speaker": "system",
"text": "For which location would you like that address and phone number ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "For both please"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'191 histon road chesterton');(_:result,address,'7 milton road chesterton');(_:result,name,'The nirala');(_:result,name,'golden wok');(_:result,phone,'01223 350688');(_:result,phone,'01223360966');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "golden wok is located at 191 histon road chesterton and its phone number is 01223 350688 . The nirala is located at 7 milton road chesterton and its phone number is 01223360966 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you and goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Thanks and goodbye ."
}
] |
WOZ20096.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"name",
"Nirala"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"191 histon road chesterton"
],
[
"_:result",
"address",
"7 milton road chesterton"
],
[
"_:result",
"name",
"The nirala"
],
[
"_:result",
"name",
"golden wok"
],
[
"_:result",
"phone",
"01223 350688"
],
[
"_:result",
"phone",
"01223360966"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like a place to say that is a guesthouse type , and includes free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many matches to your request . Do you have a preference in area or star rating ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I have no preference for area but I am looking for something with a 4 star rating and moderately priced ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouse');(_:result,count,'11');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I have 11 guesthouse hotels fitting this criteria . Do you have any other preferences ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer a 4 star guesthouse please and I 'll need the area and address please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'11');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 11 matches that fit your criteria . Do you have any other preferences ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "No , no other preferences . What would you recommend ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'154 Chesterton Road');(_:result,area,'north');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommend Acorn Guest House in the north . The address is 154 Chesterton Road . Would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I prefer something a little more south ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Aylesbray lodge guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Aylesbray lodge guest house matches your criteria . Would you like me to book that for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'royal spice');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Hotel');(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , can you send me the address and area of Aylesbray lodge ? I am also looking for a restaurant called royal spice ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'is 5 mowbray road');(_:result,area,'south');(_:result,name,'Aylesbray Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Aylesbray Lodge is in the south part of town and the address is 5 mowbray road ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'19:45');(_:search,name,'royal spice');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to book table at the royal spice for 6 people at 19:45 Tuesday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'EQ2EWQ22');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful and the table will be reserved for 15 minutes . Your reference number is EQ2EWQ22 ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'19:45');(_:search,departure,'acorn guest house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can I book a taxi from Acorn Guest House to Aylesbray Lodge ? It needs to get there by 19:45 Tuesday ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'White Skoda');(_:result,phone,'07145741426');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I was able to book your taxi . You will be in a White Skoda . If you need to contact them , the number is 07145741426 . Can I help with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's all I need . Thank you !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Please let me know if I can be of any other assistance . Enjoy your visit ."
}
] |
MUL0075.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray lodge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"address",
"is 5 mowbray road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"people",
"6"
],
[
"_: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"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"address",
"is 5 mowbray road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"EQ2EWQ22"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"acorn guest house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"address",
"is 5 mowbray road"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray Lodge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"name",
"royal spice"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"EQ2EWQ22"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"19:45"
],
[
"_:search",
"departure",
"acorn guest house"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"White Skoda"
],
[
"_:result",
"phone",
"07145741426"
],
[
"_: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,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , I can help you . What station will you be leaving from and what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving from cambridge and going to broxbourne ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When will you be traveling ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "On Monday , and I need to arrive by 12:15"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'12:01');(_:result,id,'TR5971');(_:result,leave_at,'11:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5971 departs at 11:01 and arrives by 12:01 . Would you like a ticket ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't need to book at this time , but can I get the travel time for that route ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'60 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Of course ! The duration of the trip is 60 minutes . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'cinemas');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any cinemas in the centre of town ?"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Yes the is Vue Cinema would you like their information ?"
}
] |
PMUL3543.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:01"
],
[
"_:result",
"id",
"TR5971"
],
[
"_:result",
"leave_at",
"11:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"12:01"
],
[
"_:result",
"id",
"TR5971"
],
[
"_:result",
"leave_at",
"11:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"cinemas"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a place to go for entertainment in town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Which specific area of town are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No I do n't have an area preference ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'west');(_:result,name,'whale of a time');(_:result,type,'Attraction'))",
"inform((_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 5 entries . Would you like to try whale of a time in the west ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me the entrance fee and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,\"do n't have any information\");(_:result,phone,'01954781018');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately I do n't have any information on their entrance fee , but the phone number is 01954781018 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'basque');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking to eat Basque food in the moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,food,'basque');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is no restaurant offering basque food in the moderate price range ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Indian food ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 4 restaurants that meet your criteria . Is there a certain area you are interested in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like to find one in the west ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'west');(_:result,food,'Indian');(_:result,name,'Meghna Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have found the Meghna Restaurant which serves Indian food and is in the west . Do you need more information ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'19:45');(_:search,people,'2');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book that for me and give me the reference number ? for saturday at 19:45 , 2 people"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'PA99NW0H');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was successful , the reference number is PA99NW0H . , any further questions ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))",
"inform((_:search,departure,'the attraction');(_:search,destination,'my restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Please get me a taxi from the attraction to my restaurant , arriving in time for my reservation . And give me car type and contact info"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'white tesla');(_:result,phone,'07621171342');(_:result,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Done . A white tesla will pick you up . Contact : 07621171342"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much . That will be all . Have a great day !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great , I 'm glad I could help ! Bye !"
}
] |
PMUL2174.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"whale of a time"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"whale of a time"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"do n't have any information"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"basque"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"whale of a time"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"do n't have any information"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/2254afa9"
],
[
"_:search/2254afa9",
"food",
"basque"
],
[
"_:search/2254afa9",
"pricerange",
"moderate"
],
[
"_:search/2254afa9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"whale of a time"
],
[
"_:result",
"entrance_fee",
"do n't have any information"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/2254afa9"
],
[
"_:search/2254afa9",
"food",
"basque"
],
[
"_:search/2254afa9",
"pricerange",
"moderate"
],
[
"_:search/2254afa9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"entrance_fee",
"do n't have any information"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/2254afa9"
],
[
"_:search/2254afa9",
"food",
"basque"
],
[
"_:search/2254afa9",
"pricerange",
"moderate"
],
[
"_:search/2254afa9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"entrance_fee",
"do n't have any information"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/2254afa9"
],
[
"_:search/2254afa9",
"food",
"basque"
],
[
"_:search/2254afa9",
"pricerange",
"moderate"
],
[
"_:search/2254afa9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PA99NW0H"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"my restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"entrance_fee",
"do n't have any information"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/2254afa9"
],
[
"_:search/2254afa9",
"food",
"basque"
],
[
"_:search/2254afa9",
"pricerange",
"moderate"
],
[
"_:search/2254afa9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"PA99NW0H"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"my restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white tesla"
],
[
"_:result",
"phone",
"07621171342"
],
[
"_: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,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap restaurant in the city centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'Centre area');(_:result,count,'15');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 15 cheap restaurants available in the Centre area . Are you looking for a particular type of food cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'13:45');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm not looking for anything in particular , could you choose one and book a table at 13:45 for 2 on Wednesday ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately , that time slot is n't available . Would you like to try a different time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'12:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , how about 12:45 ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,duration,'12:45');(_:booking,name,'river bar steakhouse and grill');(_:booking,people,'two');(_:booking,ref,'TX50SNZS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked you a table for two at the river bar steakhouse and grill on Wednesday at 12:45 . The reference number is TX50SNZS ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'near the restaurant');(_:search,category,'hotel');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a hotel near the restaurant"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,area,'centre');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several options for hotels in the centre of town near the restaurant . Do you have a specific price range for the hotel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'cheaper');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am looking for a cheaper hotel and would need free parking ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,stars,'0');(_:result,stars,'4');(_:result,type,'Hotel'))",
"inform((_:result,amount,'a couple of');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "ok I have a couple of options . Would you prefer the one with 4 stars or 0 stars ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "it does n't matter"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Alexander Bed and Breakfast');(_:result,type,'Hotel'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , let 's try the Alexander Bed and Breakfast . How many days would you like to stay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book it for 2 people on wednesday for 4 nights ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'N1Q230JF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your room is booked , your reference number is : N1Q230JF . Anything else I can do for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all , thanks for all of your help !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome . Goodbye !"
}
] |
MUL1370.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",
"area",
"Centre area"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"Centre area"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/55adfc0e"
],
[
"_:booking/55adfc0e",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"Centre area"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/55adfc0e"
],
[
"_:booking/55adfc0e",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:45"
],
[
"_:booking",
"name",
"river bar steakhouse and grill"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"TX50SNZS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/55adfc0e"
],
[
"_:booking/55adfc0e",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:45"
],
[
"_:booking",
"name",
"river bar steakhouse and grill"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"TX50SNZS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/55adfc0e"
],
[
"_:booking/55adfc0e",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:45"
],
[
"_:booking",
"name",
"river bar steakhouse and grill"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"TX50SNZS"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:booking/55adfc0e"
],
[
"_:booking/55adfc0e",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:45"
],
[
"_:booking",
"name",
"river bar steakhouse and grill"
],
[
"_:booking",
"people",
"two"
],
[
"_:booking",
"ref",
"TX50SNZS"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:booking/55adfc0e"
],
[
"_:booking/55adfc0e",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:45"
],
[
"_:booking",
"name",
"river bar steakhouse and grill"
],
[
"_:booking",
"people",
"two"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"amount",
"a couple of"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"N1Q230JF"
],
[
"_: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,'north');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello . I 'm looking for a hotel on the north end of town with a 4 star rating ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I can assist you with finding a place to stay , but first , I can tell you we have no 4-star hotels on the north side of town in our database ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Nothing in the north , four star ? I need that and cheap with free parking ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Sorry , I do n't have anything 4 star in that area . Would you like to try another area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,stars,'4-stars');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I really need something in the north that has 4-stars . Can you double check ? I would even take a guesthouse if there is one ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_parking,'none');(_:result,name,'Worth House');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found a guesthouse , Worth House , that meets all your criteria ( north , cheap , 4 stars , free parking ) . Would you like help booking this guest house ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , can I please just have the post code of that hotel for now ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,postcode,'cb41da');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes . The postcode is cb41da . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train as well ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time would you like to take the train ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'08:30');(_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave on Sunday with an arrival time by 08:30 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,day,'Sunday');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "No problem , there are many trains for Sunday . From which station will you be leaving and your destination ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving cambridge going to leicester please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'08:06');(_:result,destination,'leicester');(_:result,id,'TR9187');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is TR9187 that arrives at leicester by 08:06 . Will that work for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , make it for 3 people and I need a reference number ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'KNXJT4PR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have your tickets booked , and your reference number is KNXJT4PR ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you , that 's all I need !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your trip !"
}
] |
MUL2117.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:system",
"canthelp",
"_:search/ee5b4582"
],
[
"_:search/ee5b4582",
"area",
"north"
],
[
"_:search/ee5b4582",
"category",
"hotels"
],
[
"_:search/ee5b4582",
"stars",
"4-star"
],
[
"_:search/ee5b4582",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ee5b4582"
],
[
"_:search/ee5b4582",
"area",
"north"
],
[
"_:search/ee5b4582",
"category",
"hotels"
],
[
"_:search/ee5b4582",
"stars",
"4-star"
],
[
"_:search/ee5b4582",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/f1f470c3"
],
[
"_:search/f1f470c3",
"stars",
"4"
],
[
"_:search/f1f470c3",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-stars"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ee5b4582"
],
[
"_:search/ee5b4582",
"area",
"north"
],
[
"_:search/ee5b4582",
"category",
"hotels"
],
[
"_:search/ee5b4582",
"stars",
"4-star"
],
[
"_:search/ee5b4582",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/f1f470c3"
],
[
"_:search/f1f470c3",
"stars",
"4"
],
[
"_:search/f1f470c3",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-stars"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ee5b4582"
],
[
"_:search/ee5b4582",
"area",
"north"
],
[
"_:search/ee5b4582",
"category",
"hotels"
],
[
"_:search/ee5b4582",
"stars",
"4-star"
],
[
"_:search/ee5b4582",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/f1f470c3"
],
[
"_:search/f1f470c3",
"stars",
"4"
],
[
"_:search/f1f470c3",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-stars"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ee5b4582"
],
[
"_:search/ee5b4582",
"area",
"north"
],
[
"_:search/ee5b4582",
"category",
"hotels"
],
[
"_:search/ee5b4582",
"stars",
"4-star"
],
[
"_:search/ee5b4582",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/f1f470c3"
],
[
"_:search/f1f470c3",
"stars",
"4"
],
[
"_:search/f1f470c3",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-stars"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_: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/ee5b4582"
],
[
"_:search/ee5b4582",
"area",
"north"
],
[
"_:search/ee5b4582",
"category",
"hotels"
],
[
"_:search/ee5b4582",
"stars",
"4-star"
],
[
"_:search/ee5b4582",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/f1f470c3"
],
[
"_:search/f1f470c3",
"stars",
"4"
],
[
"_:search/f1f470c3",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-stars"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ee5b4582"
],
[
"_:search/ee5b4582",
"area",
"north"
],
[
"_:search/ee5b4582",
"category",
"hotels"
],
[
"_:search/ee5b4582",
"stars",
"4-star"
],
[
"_:search/ee5b4582",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/f1f470c3"
],
[
"_:search/f1f470c3",
"stars",
"4"
],
[
"_:search/f1f470c3",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-stars"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"08:06"
],
[
"_:result",
"destination",
"leicester"
],
[
"_:result",
"id",
"TR9187"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"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
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ee5b4582"
],
[
"_:search/ee5b4582",
"area",
"north"
],
[
"_:search/ee5b4582",
"category",
"hotels"
],
[
"_:search/ee5b4582",
"stars",
"4-star"
],
[
"_:search/ee5b4582",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/f1f470c3"
],
[
"_:search/f1f470c3",
"stars",
"4"
],
[
"_:search/f1f470c3",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-stars"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"08:06"
],
[
"_:result",
"destination",
"leicester"
],
[
"_:result",
"id",
"TR9187"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KNXJT4PR"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'stansted airport');(_:search,leave_at,'17:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Are there any trains leaving after 17:15 that go to the Stansted Airport ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'18:08');(_:result,departure,'Cambridge');(_:result,destination,'the airport');(_:result,leave_at,'17:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train leaving Cambridge at 17:40 and arriving at the airport at 18:08 . Can I book that for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))",
"thank()"
],
"speaker": "user",
"text": "Yes , as long as its leaving Cambridge on friday .... thank you"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "5 tickets . Can you please also provide the reference number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'3R5W0FNB');(_:booking,ticket,'50.5 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 50.5 GBP payable at the station . \n Reference number is : 3R5W0FNB . Is there anything else I can help with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'german');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find a German restaurant in the center of town ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,food,'German');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are no results for a German restaurant in the town centre area . Would you like me to look in other areas , or try for another cuisine ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What options are there for moderately priced restaurants at the centre ?"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,food,'asian oriental');(_:result,food,'british');(_:result,food,'international');(_:result,food,'italian');(_:result,food,'turkish');(_:result,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'21');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 21 various restaurants in town centre . Possibilities include british food , asian oriental , italian , turkish , international . Do any of those sound good to you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is the asian oriental food Chinese food or from another country ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm not sure I understand your request . Could you be a little more specific ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book a Chinese restaurant is that clear ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,food,'Chinese');(_:result,name,'Jinling Noodle Bar');(_:result,name,'Lan Hong House');(_:result,name,'Shanghai Family Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , I understand you now . There are three restaurants with Chinese cuisine to choose from : the Jinling Noodle Bar , the Lan Hong House , and the Shanghai Family Restaurant ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are all 3 of those restaurants moderately priced and in the centre of town ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'all of them');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , all of them are . Which one could you like me to book for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'14:45');(_:search,name,'lan hong house');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try the Lan Hong House . I 'll need a table for 5 at 14:45 Friday ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,day,'Friday');(_:booking,duration,'14:45');(_:booking,name,'Lan Hong House');(_:booking,people,'5');(_:booking,ref,'BHRH5JY4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Excellent choice . I have booked Lan Hong House for Friday at 14:45 , party of 5 . The reference number is BHRH5JY4 ."
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great thanks . I think that 's all I needed for today . Have a good day . Bye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us , have a nice day ."
}
] |
MUL0388.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"arrive_by",
"18:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"arrive_by",
"18:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"arrive_by",
"18:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3R5W0FNB"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"german"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"arrive_by",
"18:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3R5W0FNB"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/7f92a15d"
],
[
"_:search/7f92a15d",
"area",
"centre"
],
[
"_:search/7f92a15d",
"food",
"German"
],
[
"_:search/7f92a15d",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"arrive_by",
"18:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3R5W0FNB"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/7f92a15d"
],
[
"_:search/7f92a15d",
"area",
"centre"
],
[
"_:search/7f92a15d",
"food",
"German"
],
[
"_:search/7f92a15d",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"arrive_by",
"18:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3R5W0FNB"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/7f92a15d"
],
[
"_:search/7f92a15d",
"area",
"centre"
],
[
"_:search/7f92a15d",
"food",
"German"
],
[
"_:search/7f92a15d",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"arrive_by",
"18:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3R5W0FNB"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/7f92a15d"
],
[
"_:search/7f92a15d",
"area",
"centre"
],
[
"_:search/7f92a15d",
"food",
"German"
],
[
"_:search/7f92a15d",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Jinling Noodle Bar"
],
[
"_:result",
"name",
"Lan Hong House"
],
[
"_:result",
"name",
"Shanghai Family Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_: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",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"arrive_by",
"18:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3R5W0FNB"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/7f92a15d"
],
[
"_:search/7f92a15d",
"area",
"centre"
],
[
"_:search/7f92a15d",
"food",
"German"
],
[
"_:search/7f92a15d",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Jinling Noodle Bar"
],
[
"_:result",
"name",
"Lan Hong House"
],
[
"_:result",
"name",
"Shanghai Family Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"all of them"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"lan hong house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"17:15"
],
[
"_:result",
"arrive_by",
"18:08"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"leave_at",
"17:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_:system",
"canthelp",
"_:search/7f92a15d"
],
[
"_:search/7f92a15d",
"area",
"centre"
],
[
"_:search/7f92a15d",
"food",
"German"
],
[
"_:search/7f92a15d",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Jinling Noodle Bar"
],
[
"_:result",
"name",
"Lan Hong House"
],
[
"_:result",
"name",
"Shanghai Family Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"all of them"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"name",
"lan hong house"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"14:45"
],
[
"_:booking",
"name",
"Lan Hong House"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"BHRH5JY4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'warkworth house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like a taxi departing from Warkworth House and arriving at Jinling Noodle ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time did you want to leave warkworth house ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'23:15');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "by 23:15 and can I get a contact number and the car type ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'blue BMW');(_:result,leave_at,'23:15');(_:result,phone,'07304029260');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "A blue BMW will pick you up by 23:15 . The contact number is 07304029260 ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you so much . Have a great day . Bye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a good day ."
}
] |
SNG0037.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"warkworth house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"warkworth house"
],
[
"_:search",
"leave_at",
"23:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"warkworth house"
],
[
"_:search",
"leave_at",
"23:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue BMW"
],
[
"_:result",
"leave_at",
"23:15"
],
[
"_:result",
"phone",
"07304029260"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'sri lankan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the expensive price range . It should serve Sri Lankan food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry but I have nothing listed . Is there another type of food you might be interested in ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I was really hoping for Sri Lankan ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'in town');(_:search,food,'Sri Lankan');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm afraid there are n't any Sri Lankan restaurants in town at all . Is there something else I can search for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about gastropub ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'east');(_:result,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found three located in the centre and one on the east . Which would you prefer ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Are they all listed as expensive ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'all');(_:result,area,'centre');(_:result,area,'east');(_:result,name,'backstreet bistro');(_:result,name,'royal standard');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , they are all expensive . backstreet bistro is in the centre area , and royal standard is in the east . Would you like me to make a reservation at either of these ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Royal Standard');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you please give me the phone number for the Royal Standard ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,phone,'01223247877');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , it 's 01223247877 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thanks . That will do it for today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are most welcome . Thank you for calling Cambridge TownInfo Centre . Goodbye ."
}
] |
SNG0685.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"sri lankan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/134d7a5f"
],
[
"_:search/134d7a5f",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/134d7a5f"
],
[
"_:search/134d7a5f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7d8b54a8"
],
[
"_:search/7d8b54a8",
"area",
"in town"
],
[
"_:search/7d8b54a8",
"food",
"Sri Lankan"
],
[
"_:search/7d8b54a8",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/134d7a5f"
],
[
"_:search/134d7a5f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7d8b54a8"
],
[
"_:search/7d8b54a8",
"area",
"in town"
],
[
"_:search/7d8b54a8",
"food",
"Sri Lankan"
],
[
"_:search/7d8b54a8",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/134d7a5f"
],
[
"_:search/134d7a5f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7d8b54a8"
],
[
"_:search/7d8b54a8",
"area",
"in town"
],
[
"_:search/7d8b54a8",
"food",
"Sri Lankan"
],
[
"_:search/7d8b54a8",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"backstreet bistro"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"Royal Standard"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/134d7a5f"
],
[
"_:search/134d7a5f",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7d8b54a8"
],
[
"_:search/7d8b54a8",
"area",
"in town"
],
[
"_:search/7d8b54a8",
"food",
"Sri Lankan"
],
[
"_:search/7d8b54a8",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"backstreet bistro"
],
[
"_:result",
"name",
"royal standard"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"Royal Standard"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"01223247877"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'02:15');(_:search,destination,'scott polar museum');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you get me a taxi that will transport me to scott polar museum by 02:15 ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'graffiti');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm leaving the graffiti ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'black Honda');(_:result,phone,'07290394135');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I can have a black Honda pick you up , the contact number is 07290394135 . Can I do anything else for you today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that settles everything . Thanks !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a good one !"
}
] |
SNG02273.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"02:15"
],
[
"_:search",
"destination",
"scott polar museum"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"02:15"
],
[
"_:search",
"destination",
"scott polar museum"
],
[
"_:search",
"departure",
"graffiti"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"02:15"
],
[
"_:search",
"destination",
"scott polar museum"
],
[
"_:search",
"departure",
"graffiti"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black Honda"
],
[
"_:result",
"phone",
"07290394135"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I need a train out of london liverpool street on Monday"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,departure,'london liverpool');(_:result,destination,'cambridge');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time did you want to leave london liverpool or arrive in cambridge ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i want to leave after 12:15"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,id,'TR6226');(_:booking,leave_at,'13:39');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR6226 will leave at 13:39 , would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Sure . Can I get the arrival time and how long it will take ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'15:07');(_:result,duration,'88 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The arrival time is by 15:07 and it will take 88 minutes . Can I book that for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Not right now . However , I do need to find an expensive restaurant to dine at in the centre of town . Any suggestions ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Kymmoy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Kymmoy looks like a good choice ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'19:15');(_:search,people,'five');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please reserve a restaurant for five people at 19:15 on Monday"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'DWLEYVAV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : DWLEYVAV . is there anything else i could help you with ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "That is all I need ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "It has been a pleasure , have a great day . Goodbye"
}
] |
PMUL4004.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"departure",
"london liverpool"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"departure",
"london liverpool"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6226"
],
[
"_:booking",
"leave_at",
"13:39"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"departure",
"london liverpool"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6226"
],
[
"_:booking",
"leave_at",
"13:39"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"departure",
"london liverpool"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6226"
],
[
"_:booking",
"leave_at",
"13:39"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Kymmoy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"departure",
"london liverpool"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR6226"
],
[
"_:booking",
"leave_at",
"13:39"
],
[
"_:result",
"arrive_by",
"15:07"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Kymmoy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DWLEYVAV"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , you can help me by getting me some options about where to stay on the North end . Preferably a 4 star hotel"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The acorn guest house is nice"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any hotels available , instead of a guesthouse ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no 4 star hotels in the north part of town"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok , let 's go with guesthouse . A moderately priced one , 4 stars ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'78 - 80 milton road');(_:result,name,'home from home');(_:result,postcode,'cb41la');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "home from home \t is located at 78 - 80 milton road , cb41la . can i give you the phone number ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have free parking ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "yes they do . can we book ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'persian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't need a room right now , but I would like to know if there is a Persian restaurant in the north ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,food,'persian');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no persian restaurants in the north , would you like me to run another search ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any italian places around the hotel ?"
},
{
"id": 11,
"rdf-acts": [
"thank()",
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'20 Milton Road Chesterton');(_:result,name,'Da Vinci Pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is ! I have Da Vinci Pizzeria , located at 20 Milton Road Chesterton . It is in the cheap range . Would you like to book a table ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'18:45');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book a table for 1 at 18:45 on Sunday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'V8O2HYKW');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , I 've got your table reserved , they 'll hold it for 15 minutes . Your reference number is V8O2HYKW . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also want to book a taxi to commute between the two places , from my lodgings , so it gets me to the restaurant on time ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'white audi');(_:result,phone,'07231461791');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your booking has been completed ! Booked car type : white audi The contact number \t is : 07231461791 . Can I help you with anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I do n't think so . Thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , too . I hope you have a great day . Goodbye !"
}
] |
PMUL4560.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/e716e5c6"
],
[
"_:search/e716e5c6",
"area",
"north"
],
[
"_:search/e716e5c6",
"category",
"hotels"
],
[
"_:search/e716e5c6",
"stars",
"4"
],
[
"_:search/e716e5c6",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/e716e5c6"
],
[
"_:search/e716e5c6",
"area",
"north"
],
[
"_:search/e716e5c6",
"category",
"hotels"
],
[
"_:search/e716e5c6",
"stars",
"4"
],
[
"_:search/e716e5c6",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"address",
"78 - 80 milton road"
],
[
"_:result",
"name",
"home from home"
],
[
"_:result",
"postcode",
"cb41la"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e716e5c6"
],
[
"_:search/e716e5c6",
"area",
"north"
],
[
"_:search/e716e5c6",
"category",
"hotels"
],
[
"_:search/e716e5c6",
"stars",
"4"
],
[
"_:search/e716e5c6",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"address",
"78 - 80 milton road"
],
[
"_:result",
"name",
"home from home"
],
[
"_:result",
"postcode",
"cb41la"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"persian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e716e5c6"
],
[
"_:search/e716e5c6",
"area",
"north"
],
[
"_:search/e716e5c6",
"category",
"hotels"
],
[
"_:search/e716e5c6",
"stars",
"4"
],
[
"_:search/e716e5c6",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"address",
"78 - 80 milton road"
],
[
"_:result",
"name",
"home from home"
],
[
"_:result",
"postcode",
"cb41la"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/19fc6395"
],
[
"_:search/19fc6395",
"area",
"north"
],
[
"_:search/19fc6395",
"food",
"persian"
],
[
"_:search/19fc6395",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e716e5c6"
],
[
"_:search/e716e5c6",
"area",
"north"
],
[
"_:search/e716e5c6",
"category",
"hotels"
],
[
"_:search/e716e5c6",
"stars",
"4"
],
[
"_:search/e716e5c6",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"postcode",
"cb41la"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/19fc6395"
],
[
"_:search/19fc6395",
"area",
"north"
],
[
"_:search/19fc6395",
"food",
"persian"
],
[
"_:search/19fc6395",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"1"
],
[
"_: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/e716e5c6"
],
[
"_:search/e716e5c6",
"area",
"north"
],
[
"_:search/e716e5c6",
"category",
"hotels"
],
[
"_:search/e716e5c6",
"stars",
"4"
],
[
"_:search/e716e5c6",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"postcode",
"cb41la"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/19fc6395"
],
[
"_:search/19fc6395",
"area",
"north"
],
[
"_:search/19fc6395",
"food",
"persian"
],
[
"_:search/19fc6395",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"V8O2HYKW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/e716e5c6"
],
[
"_:search/e716e5c6",
"area",
"north"
],
[
"_:search/e716e5c6",
"category",
"hotels"
],
[
"_:search/e716e5c6",
"stars",
"4"
],
[
"_:search/e716e5c6",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"postcode",
"cb41la"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"canthelp",
"_:search/19fc6395"
],
[
"_:search/19fc6395",
"area",
"north"
],
[
"_:search/19fc6395",
"food",
"persian"
],
[
"_:search/19fc6395",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"V8O2HYKW"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white audi"
],
[
"_:result",
"phone",
"07231461791"
],
[
"_: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,type,'Police'))"
],
"speaker": "user",
"text": "Could you tell me where to find the nearest police station and give the telephone number ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The nearest police station is Parkside Police Station . It is located in Parkside , Cambridge , postcode CB11JG . Their phone number is 01223358966 ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You are quite welcome . Do you need any further assistance ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you 've been quite helpful . Thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are quite welcome . I 'm glad to have helped ."
}
] |
SNG02264.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'pembroke college');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm looking to book a taxi to Pembroke College for this evening ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'primavera');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave from primavera"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Great , do you have a leave by , or an arrival time in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'9:15');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave by 9:15 . I also need to know the car type and contact number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'yellow audi');(_:result,phone,'07881400116');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay , look for a yellow audi to pick you up . The contact number is 07881400116 . May I assist you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no that s all thanks"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "It has been a pleasure . Have a great day ."
}
] |
SNG0048.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"pembroke college"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"pembroke college"
],
[
"_:search",
"departure",
"primavera"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"pembroke college"
],
[
"_:search",
"departure",
"primavera"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"pembroke college"
],
[
"_:search",
"departure",
"primavera"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow audi"
],
[
"_:result",
"phone",
"07881400116"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a hotel ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I sure can , what would you like for your hotel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for something moderately priced with a 4 star rating ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'11');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 11 hotels that would meet your criteria . Did you have a certain area that you would like to stay in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but I would like to have free wifi ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several that meet your criteria . Do you need free parking ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "That does not matter . Which one would you recommend ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'a and b guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommend the a and b guest house . Do you want me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , I would like something that has 4 stars . Does A and B have 4 stars ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'A & B guesthouse');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , A & B guesthouse does have 4 stars . Are you ready to book a room ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , and can I get the phone number for the guesthouse , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'01223315702');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The number is 01223315702 . Is there anything else that I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , you have been very helpful , thanks . I do n't need anything else at the moment . Bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
SNG0757.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"A & B guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"A & B guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I am excited to visit some of Cambridge 's tourist attractions soon . Can you help me find a place to stay ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Yes , I can help with that . What area would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to be in the East ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'east');(_:result,category,'hotels');(_:result,count,'7');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 7 options for hotels in the east , is there a particular price range you 're looking for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to be in the moderate price ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'warkworth terrace');(_:result,name,'warkworth house');(_:result,postcode,'cb11ee');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "warkworth house \t is located in warkworth terrace , cb11ee can i go ahead in booking ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'the place');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the star rating of the place ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Warkworth House');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Warkworth House is a 4 star establishment . Would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No booking right now . I 'm also looking for a museum ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 23 museums to choose from . To help narrow the results , what area are you looking for a museum in ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I do not have an area preference , can you recommend a museum ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,name,'cambridge artworks');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "My favorite is cambridge artworks in the east . Does that sound interesting to you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds nice , can you just give me the address & area ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'5 Greens Road');(_:result,area,'east');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , it is located on the east side , at 5 Greens Road ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . I think that 's everything I need today ."
},
{
"id": 15,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "Perfect . Thank you for using the Cambridge TownInfo centre . Have a great day ."
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Cheers to you too ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Okay Thank you for calling ."
}
] |
PMUL2670.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"warkworth terrace"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"the place"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"warkworth terrace"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"warkworth terrace"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"name",
"Warkworth House"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"warkworth terrace"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"cambridge artworks"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"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",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"cambridge artworks"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb11ee"
],
[
"_:search",
"name",
"the place"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"cambridge artworks"
],
[
"_:result",
"address",
"5 Greens Road"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to find a 4 star hotel that also has free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'19');(_:result,has_parking,'none');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 19 places to stay with 4 stars and parking , which area would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to be in the north area ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"canthelp((_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'7');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no hotels that fit your criteria . However , there are 7 guesthouses available . Would you like me to book one of those for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any guesthouses with free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'7');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , all 7 guesthouses have internet available . What price range are you looking for ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Oh , cool . It really does n't matter . Which would you recommend ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'about acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about Acorn Guest House ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "How much per night ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,pricerange,'moderately');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is moderately priced . I do n't have an exact price ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "OK , I do n't need a room right now , but can I have the post code and phone number for Acorn ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,phone,'01223353888');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure . Postcode cb41da and phone number 01223353888 . Is there anything else I can do for you ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks ! That 's all I needed today . Bye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , have a great day ."
}
] |
SNG0995.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/a461b806"
],
[
"_:search/a461b806",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/a461b806"
],
[
"_:search/a461b806",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"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",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/a461b806"
],
[
"_:search/a461b806",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"about acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/a461b806"
],
[
"_:search/a461b806",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"about acorn guest house"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"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"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/a461b806"
],
[
"_:search/a461b806",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"about acorn guest house"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello there . I am trying to locate a train for Monday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Where will you be going ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "All right , and where would you like to depart from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll will be leaving from London Liverpool Street ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 've got 10 trains that are on that route . Do you have a preferred departure or arrival time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'london');(_:search,leave_at,'21:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need on that will leave London after 21:00 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,leave_at,'21:00');(_:result,leave_at,'21:39');(_:result,leave_at,'23:39');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have two trains that will leave after 21:00 . One leaves at 21:39 and one leaves at 23:39 . Which would you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))",
"request((_:result,arrive_by,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What time does the one that leaves at 21:39 arrive in Cambridge ? Also , what is the train ID ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'23:07');(_:result,destination,'Cambridge');(_:result,id,'TR5906');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train ID is TR5906 and it arrives by 23:07 in Cambridge . Would you like me to book that one for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No I do n't need to book it right now . Thanks for the information ."
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're very welcome . Is there anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope . Thanks though . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Let me know if you do need any more help . Good bye ."
}
] |
SNG0392.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"london"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"london"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"leave_at",
"21:00"
],
[
"_:result",
"leave_at",
"21:39"
],
[
"_:result",
"leave_at",
"23:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"london"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"leave_at",
"21:00"
],
[
"_:result",
"leave_at",
"21:39"
],
[
"_:result",
"leave_at",
"23:39"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"23:07"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5906"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"london"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"leave_at",
"21:00"
],
[
"_:result",
"leave_at",
"21:39"
],
[
"_:result",
"leave_at",
"23:39"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"23:07"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5906"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the south part of town that is moderately priced ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Italian');(_:result,food,'Modern European');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,name,'Restaurant Alimentum');(_:result,type,'Restaurant'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is the Pizza Hut Cherry Hinton which serves Italian food and the Restaurant Alimentum which serves Modern European food . Which would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there any Korean food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Korean');(_:result,name,'Little Seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , Little Seoul is an expensive Korean restaurant in the centre of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'modern european');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I need something moderate priced in the south . Is there one that serves modern european food ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,food,'modern European');(_:result,name,'Restaurant Alimentum');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant Alimentum in modern European moderately priced in the south . Would you like for me to book it ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No but I would like their phone number , address and postcode ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'152 - 154 Hills Road');(_:result,name,'Alimentum');(_:result,phone,'01223413000');(_:result,postcode,'cb28pb');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Alimentum is located at 152 - 154 Hills Road , postcode cb28pb , and their phone number is 01223413000 . Is there any other way I could be of assistance ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for a place to go . Can you recommend a theatre ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What area ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Area does n't really matter . Are there a lot of theatre options in town ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'6 saint edwards passage');(_:result,name,'cambridge arts theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge Arts Theatre located at 6 saint edwards passage"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great ! Could you please give me the phone number ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,phone,'01223503333');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The number is 01223503333 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that 's it . Thank you !"
},
{
"id": 15,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "i m glad to have satisfied you in every way possible for me to given the context of this interaction"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you for the help ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a great day ."
}
] |
MUL0946.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"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Modern European"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"Alimentum"
],
[
"_:result",
"phone",
"01223413000"
],
[
"_:result",
"postcode",
"cb28pb"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"Alimentum"
],
[
"_:result",
"phone",
"01223413000"
],
[
"_:result",
"postcode",
"cb28pb"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223413000"
],
[
"_:result",
"postcode",
"cb28pb"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"6 saint edwards passage"
],
[
"_:result",
"name",
"cambridge arts theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb28pb"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"6 saint edwards passage"
],
[
"_:result",
"name",
"cambridge arts theatre"
],
[
"_:result",
"phone",
"01223503333"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb28pb"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"6 saint edwards passage"
],
[
"_:result",
"name",
"cambridge arts theatre"
],
[
"_:result",
"phone",
"01223503333"
],
[
"_: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,'stevenage');(_:search,leave_at,'09:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking to book a ticket for a train that leaves stevenage after 09:45 ."
},
{
"id": 1,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you so much . Have a nice day"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "did you book the ticket and if so , how much does it cost ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,departure,'stevenage');(_:result,leave_at,'09:54');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train to leave stevenage after 09:45 leaves at 09:54 and costs 12.80 pounds . Would you like me to book that for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I need the booking for 8 people , and I would like a reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'EM07DZ7Z');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "done . Your reference number is EM07DZ7Z ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'golden wok');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you ! I am also looking for information about the Golden Wok restaurant ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'191 Histon Road Chesterton');(_:result,area,'north');(_:result,food,'chinese');(_:result,name,'Golden wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Golden wok serves \t chinese food and is in the north area of town in the moderate price range . The address is 191 Histon Road Chesterton . Would you like to make a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . But the information you gave me helps alot . Thank you so much for your help . Have a good day ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome - have a great day !"
}
] |
MUL0225.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:result",
"departure",
"stevenage"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:result",
"departure",
"stevenage"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EM07DZ7Z"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:result",
"departure",
"stevenage"
],
[
"_:result",
"leave_at",
"09:54"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"EM07DZ7Z"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Golden wok"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cocum');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Hello , I 'm looking to book a taxi to Cocum ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "All right , when would you like to depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'2:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "After 2:30 , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'grey toyota');(_:result,phone,'07520577289');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Certainly . I 'm sending a grey toyota . The contact number is 07520577289 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'archway house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will need the taxi to depart from archway house ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you , I am all set ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your trip !"
}
] |
SNG0013.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cocum"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cocum"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"2:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cocum"
],
[
"_:search",
"leave_at",
"2:30"
],
[
"_:result",
"car",
"grey toyota"
],
[
"_:result",
"phone",
"07520577289"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"archway house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cocum"
],
[
"_:search",
"leave_at",
"2:30"
],
[
"_:result",
"car",
"grey toyota"
],
[
"_:result",
"phone",
"07520577289"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"departure",
"archway house"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,leave_at,'14:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train from leicester that leaves after 14:30 ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,id,'TR4351');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "ok thank you . I would like to book a ticket on TR4351 since that is the closest time you guys have ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Does that train leave on Wednesday and go to Cambridge ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'earliest');(_:result,leave_at,'15:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The earliest train that day leaves at 15:09 . Do you want to book it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "What time will it arrive ? How many minutes does it take to get there ? Can you tell me the price ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'16:54');(_:result,ticket,'37.80 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "It arrives at 16:54 and is 37.80 pounds . Is there anything else you need ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you tell me what the total travel time is for the entire ride ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'105 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The travel time is 105 minutes . Is there anything else you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for a expensive indian restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "What area would you like the indian restaurant to be in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like it in the west please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,count,'5');(_:result,food,'Indian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found 5 restaurants that are expensive Indian restaurants in the west area . Do you want information on all of them ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , just pick one and book it and provide me with the reference number please ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day , time , and party size would you like to book ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'18:45');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Just a table for 1 at 18:45 on Wednesday please"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,duration,'18:45');(_:booking,name,'Cocum');(_:booking,people,'1');(_:booking,ref,'JZ2XD42N.');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your table for 1 on Wednesday at 18:45 at Cocum . They will hold your table for 15 minutes . Your Reference number is : JZ2XD42N."
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "That 's great you 've been a big help ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Glad I could help , have a great day ."
}
] |
PMUL0812.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4351"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4351"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"leave_at",
"15:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4351"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"leave_at",
"15:09"
],
[
"_:result",
"arrive_by",
"16:54"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4351"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"leave_at",
"15:09"
],
[
"_:result",
"arrive_by",
"16:54"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4351"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"leave_at",
"15:09"
],
[
"_:result",
"arrive_by",
"16:54"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4351"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"leave_at",
"15:09"
],
[
"_:result",
"arrive_by",
"16:54"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"leicester"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4351"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"leave_at",
"15:09"
],
[
"_:result",
"arrive_by",
"16:54"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"14:30"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4351"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"leave_at",
"15:09"
],
[
"_:result",
"arrive_by",
"16:54"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"18:45"
],
[
"_:booking",
"name",
"Cocum"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"JZ2XD42N."
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "Hello , I need information about Parkside Police Station , please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number to the police station is 01223358966 . Is there anything else I can help you with ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Yes , could I get the postcode as well please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Of course ! Their post code is CB11JG ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that will be all ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ."
}
] |
SNG0122.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'Portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a Portuguese restaurant in the south of Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,food,'portuguese');(_:result,name,'Nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I can recommend Nandos , a cheap portuguese place in the south . I can help you book a table if you 'd like ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'15:30');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . A table for 2 at 15:30 on Thursday would be great ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ID2VGNB7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great I was able to get that booked for you . Reservation # is ID2VGNB7 . Is there anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . I 'd also like to go to a museum in the same area ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Byard Art');(_:result,type,'Attraction'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,\"14 King 's Parade\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Byard Art is in the south . They 're at 14 King 's Parade . Would that suit you ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , can I purchase the tickets now or do I need to buy them at the door ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'museum');(_:result,entrance_fee,'free of charge');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "For the museum the admission is free of charge , so you do not have to have a ticket . Is there anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I please get a phone number ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'byard art');(_:result,phone,'01223464646');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number for byard art is \t 01223464646 . Is that all you needed help with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yeah , that should be all , thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Great , enjoy the trip !"
}
] |
MUL2333.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ID2VGNB7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ID2VGNB7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:result",
"address",
"14 King 's Parade"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"ID2VGNB7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Byard Art"
],
[
"_:result",
"address",
"14 King 's Parade"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free of charge"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"ID2VGNB7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"address",
"14 King 's Parade"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free of charge"
],
[
"_:result",
"name",
"byard art"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'saint barnabas press gallery');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want a taxi to saint barnabas press gallery"
},
{
"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,'02:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to arrive by 02:15 please"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "And where shall the taxi pick you up from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'the gardenia');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll be leaving from the gardenia ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'white Honda');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I was able to book a white Honda to come pick you up ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Do you have a contact number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'07565551226');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I do . The contact number is 07565551226 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need thanks"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre ."
}
] |
SNG02101.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"saint barnabas press gallery"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"saint barnabas press gallery"
],
[
"_:search",
"arrive_by",
"02:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"saint barnabas press gallery"
],
[
"_:search",
"arrive_by",
"02:15"
],
[
"_:search",
"departure",
"the gardenia"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"saint barnabas press gallery"
],
[
"_:search",
"arrive_by",
"02:15"
],
[
"_:search",
"departure",
"the gardenia"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Honda"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"saint barnabas press gallery"
],
[
"_:search",
"arrive_by",
"02:15"
],
[
"_:search",
"departure",
"the gardenia"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Honda"
],
[
"_:result",
"phone",
"07565551226"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'arbury lodge guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel called the arbury lodge guesthouse ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Arbury Lodge Guesthouse');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Arbury Lodge Guesthouse is a 4-star guesthouse in the north area . Would like like to book a room there ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please ! For 5 people and for 5 nights . Starting Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'PWYHRHPR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set . The reference number is PWYHRHPR . Can I help you with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I am finished , thank you for your help ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Have a wonderful day !"
}
] |
SNG0874.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"arbury lodge guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"arbury lodge guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Arbury Lodge Guesthouse"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"arbury lodge guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Arbury Lodge Guesthouse"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"PWYHRHPR"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train to go to cambridge on tuesday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I am happy to help with that . Can you tell me where you would be leaving from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,leave_at,'18:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "From London Kings Cross and I need it to leave after 18:15 ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,leave_at,'19:17');(_:result,leave_at,'21:17');(_:result,leave_at,'23:17');(_:result,type,'Train'))",
"inform((_:result,count,'3');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have 3 trains available . They leave at 19:17 , 21:17 and 23:17 . Would you prefer one of those ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to book the 19:17 train for 8 please and need the reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,leave_at,'19:17');(_:booking,people,'8');(_:booking,ref,'L0TQ4FD6');(_:booking,ticket,'188.8 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was successfully able to book the 19:17 train for 8 people . The total fee is 188.8 GBP payable at the station . Your reference number is L0TQ4FD6 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'Portuguese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I will also need a place to dine . I 'm thinking something cheap , after that . Maybe Portuguese food ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,food,'Portuguese');(_:result,name,'Nandos');(_:result,name,'Nandos City Centre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two cheap Portuguese restaurants located in the city , the Nandos and Nandos City Centre . Would you like to book a table with either of these ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,name,'Nandos City Centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to dine in the centre area , so let 's go with Nandos City Centre ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . How many seats will you need to reserve for the restaurant ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'same amount of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I will need it for the same amount of people ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time would you like to make your reservation ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,duration,'21:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to dine at 21:00 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Will you be dining on Tuesday as well ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'21:00');(_:search,people,'8');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Please reserve a table for 8 on tuesday at 21:00 . Also can you give me the reference number ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'W5J24TC2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , I 've got you booked with reference number W5J24TC2 , they 'll hold your table for 15 minutes . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that looks great . Have a good day ."
},
{
"id": 17,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you , have a nice day , too ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for all the help . Goodbye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye and enjoy the restaurant and trip !"
}
] |
MUL1601.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"19:17"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"L0TQ4FD6"
],
[
"_:booking",
"ticket",
"188.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"19:17"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"L0TQ4FD6"
],
[
"_:booking",
"ticket",
"188.8 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"name",
"Nandos City Centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"Nandos City Centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"19:17"
],
[
"_:booking",
"ref",
"L0TQ4FD6"
],
[
"_:booking",
"ticket",
"188.8 GBP"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"name",
"Nandos City Centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"Nandos City Centre"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"same amount of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"19:17"
],
[
"_:booking",
"ref",
"L0TQ4FD6"
],
[
"_:booking",
"ticket",
"188.8 GBP"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"name",
"Nandos City Centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"Nandos City Centre"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"same amount of people"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"19:17"
],
[
"_:booking",
"ref",
"L0TQ4FD6"
],
[
"_:booking",
"ticket",
"188.8 GBP"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"name",
"Nandos City Centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"Nandos City Centre"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"8"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"19:17"
],
[
"_:booking",
"ticket",
"188.8 GBP"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"name",
"Nandos City Centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"Nandos City Centre"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"W5J24TC2"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"19:17"
],
[
"_:booking",
"ticket",
"188.8 GBP"
],
[
"_:search",
"food",
"Portuguese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"name",
"Nandos City Centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"Nandos City Centre"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"W5J24TC2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you assist me to find places in the centre part of town to go to ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Absolutely . What type of attraction are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'architect');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am studying to be an architect so something having to do with that would be great ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,\"great saint mary 's church\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "great saint mary 's church is in the centre area . would you like some information about that choice ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I actually would like something in the south ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay there is n't any in the south ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a cinema in the south ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'cineworld cinema');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'd recommend cineworld cinema . Would you like more information on it ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can I get the address and postcode please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'cambridge leisure park , clifton way');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They are located at cambridge leisure park , clifton way , postcode cb17dy , can I assist with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , thanks . I also need a train ; can you help me with that ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where is your destination that your traveling to ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling to cambridge from birmingham new street ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "which day do you want to travel ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on Monday , please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,amount,'a lot');(_:result,day,'Monday');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , there are a lot of trains going to Cambridge on Monday . Do you have a preferred departure or arrival time ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'09:45');(_:search,type,'Train'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "it should arrive 09:45 . get me the price"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,ticket,'75.10 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The price of the train is 75.10 pounds ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . thank you very much ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day ."
}
] |
PMUL4138.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"architect"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"architect"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"great saint mary 's church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"great saint mary 's church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/3a67923c"
],
[
"_:search/3a67923c",
"area",
"south"
],
[
"_:search/3a67923c",
"type",
"Restaurant"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/3a67923c"
],
[
"_:search/3a67923c",
"area",
"south"
],
[
"_:search/3a67923c",
"type",
"Restaurant"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/3a67923c"
],
[
"_:search/3a67923c",
"area",
"south"
],
[
"_:search/3a67923c",
"type",
"Restaurant"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/3a67923c"
],
[
"_:search/3a67923c",
"area",
"south"
],
[
"_:search/3a67923c",
"type",
"Restaurant"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_: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": [
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/3a67923c"
],
[
"_:search/3a67923c",
"area",
"south"
],
[
"_:search/3a67923c",
"type",
"Restaurant"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_: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": [
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/3a67923c"
],
[
"_:search/3a67923c",
"area",
"south"
],
[
"_:search/3a67923c",
"type",
"Restaurant"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/3a67923c"
],
[
"_:search/3a67923c",
"area",
"south"
],
[
"_:search/3a67923c",
"type",
"Restaurant"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"name",
"cineworld cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm trying to figure out my eating options . Are there any expensive restaurants in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'33');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 33 expensive restaurants to choose from in the centre . To narrow down results , what type of food are you wanting to eat ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'canapes');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about a place that serves canapes ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'canapes');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no expensive restaurants in the centre of town serving canapes"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Aww , that 's too bad . Do you have any that serve korean food ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'korean');(_:result,name,'little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , little seoul is a great place for korean food ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book a table for 7 people ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes I can , I need the day and time you 'd like to go please ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'19:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Thursday at 19:15 ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'718ZBFFA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 718ZBFFA . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I now need a train"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I need to get a little information from you to book a train . Where are you traveling to and from and for what day and time do you need to travel ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should depart from broxbourne and should go to cambridge ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "On what day and time do you need to go there ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'16:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to arrive at 16:15 please ."
},
{
"id": 15,
"rdf-acts": [
"select((_:result,arrive_by,'06:32');(_:result,arrive_by,'10:32');(_:result,type,'Train'))",
"inform((_:result,amount,'several');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The earliest I can have you there is 06:32 . The latest is 10:32 , with several options in between . Any preference ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'10:32');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I would like to arrive by 10:32 is 16:15 is not available ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'10:32');(_:result,destination,'Cambridge');(_:result,id,'TR2145');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Train TR2145 will arrive at Cambridge by 10:32 . How many tickets should I book for you ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to book for 7 people please ."
},
{
"id": 19,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I would be happy to book a train for you . Which day will you be travelling ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on Thursday ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,id,'TR5687');(_:result,type,'Train'))",
"canthelp((_:search,id,'TR2145');(_:search,type,'Train'))",
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'8XYHVB3U');(_:booking,ticket,'125.29 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry it looks like TR2145 is no longer available , I will substitute with TR5687 which arrives same time . Booking complete 125.29 GBP payable at the station , Reference number 8XYHVB3U .Anything else ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that is all I need"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "thank you that is all good bye"
}
] |
PMUL3753.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"canapes"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ca2ed0c9"
],
[
"_:search/ca2ed0c9",
"area",
"centre"
],
[
"_:search/ca2ed0c9",
"food",
"canapes"
],
[
"_:search/ca2ed0c9",
"pricerange",
"expensive"
],
[
"_:search/ca2ed0c9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ca2ed0c9"
],
[
"_:search/ca2ed0c9",
"area",
"centre"
],
[
"_:search/ca2ed0c9",
"food",
"canapes"
],
[
"_:search/ca2ed0c9",
"pricerange",
"expensive"
],
[
"_:search/ca2ed0c9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ca2ed0c9"
],
[
"_:search/ca2ed0c9",
"area",
"centre"
],
[
"_:search/ca2ed0c9",
"food",
"canapes"
],
[
"_:search/ca2ed0c9",
"pricerange",
"expensive"
],
[
"_:search/ca2ed0c9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ca2ed0c9"
],
[
"_:search/ca2ed0c9",
"area",
"centre"
],
[
"_:search/ca2ed0c9",
"food",
"canapes"
],
[
"_:search/ca2ed0c9",
"pricerange",
"expensive"
],
[
"_:search/ca2ed0c9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"718ZBFFA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ca2ed0c9"
],
[
"_:search/ca2ed0c9",
"area",
"centre"
],
[
"_:search/ca2ed0c9",
"food",
"canapes"
],
[
"_:search/ca2ed0c9",
"pricerange",
"expensive"
],
[
"_:search/ca2ed0c9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"718ZBFFA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ca2ed0c9"
],
[
"_:search/ca2ed0c9",
"area",
"centre"
],
[
"_:search/ca2ed0c9",
"food",
"canapes"
],
[
"_:search/ca2ed0c9",
"pricerange",
"expensive"
],
[
"_:search/ca2ed0c9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"718ZBFFA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"16:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ca2ed0c9"
],
[
"_:search/ca2ed0c9",
"area",
"centre"
],
[
"_:search/ca2ed0c9",
"food",
"canapes"
],
[
"_:search/ca2ed0c9",
"pricerange",
"expensive"
],
[
"_:search/ca2ed0c9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"718ZBFFA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"arrive_by",
"06:32"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"10:32"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ca2ed0c9"
],
[
"_:search/ca2ed0c9",
"area",
"centre"
],
[
"_:search/ca2ed0c9",
"food",
"canapes"
],
[
"_:search/ca2ed0c9",
"pricerange",
"expensive"
],
[
"_:search/ca2ed0c9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"718ZBFFA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"10:32"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2145"
],
[
"_: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,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ca2ed0c9"
],
[
"_:search/ca2ed0c9",
"area",
"centre"
],
[
"_:search/ca2ed0c9",
"food",
"canapes"
],
[
"_:search/ca2ed0c9",
"pricerange",
"expensive"
],
[
"_:search/ca2ed0c9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"718ZBFFA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"10:32"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2145"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/ca2ed0c9"
],
[
"_:search/ca2ed0c9",
"area",
"centre"
],
[
"_:search/ca2ed0c9",
"food",
"canapes"
],
[
"_:search/ca2ed0c9",
"pricerange",
"expensive"
],
[
"_:search/ca2ed0c9",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:result",
"food",
"korean"
],
[
"_:result",
"name",
"little seoul"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"arrive_by",
"10:32"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR5687"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/0bf7f2c5"
],
[
"_:search/0bf7f2c5",
"id",
"TR2145"
],
[
"_:search/0bf7f2c5",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8XYHVB3U"
],
[
"_:booking",
"ticket",
"125.29 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a Spanish restaurant in the west side of town"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , but there are no restaurants matching your request ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about a restaurant that serves British food ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have three excellent options here . Do you prefer a moderate pricerange or expensive ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "A moderate price range , please ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found saint johns chop house . Would you like me to book a table for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , I just need an address with postcode and phone number ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'21 - 24 Northampton Street');(_:result,phone,'01223353110');(_:result,postcode,'cb30ad');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 21 - 24 Northampton Street , postcode : cb30ad and the phone number is 01223353110 . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you have been a great help . Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye"
}
] |
SNG1288.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e015de28"
],
[
"_:search/e015de28",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e015de28"
],
[
"_:search/e015de28",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e015de28"
],
[
"_:search/e015de28",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/e015de28"
],
[
"_:search/e015de28",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"21 - 24 Northampton Street"
],
[
"_:result",
"phone",
"01223353110"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I wanted to visit the Center , could you tell the the hours it is open ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , which centre would you like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a place to go in the centre of town . Can you make suggestions ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'movies');(_:result,category,'nightclub');(_:result,name,'Ballare');(_:result,name,'Vue Cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Vue Cinema is a great place in the centre of town for movies . Or there 's Ballare which is a great nightclub ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'ballare');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me the postcode for Ballare ? That sounds fun ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Ballare');(_:result,postcode,'cb23na');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Ballare postcode is cb23na . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'Vue Cinema');(_:search,pricerange,'cheap');(_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I was hoping for a cheap restaurant close to the Vue Cinema ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "we got 5 . which type of food do you want ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'australian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you have any that serve Australian ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have none that serve that food . Perhaps another type ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about chinese food ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'Charlie Chan');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "May I recommend Charlie Chan ? It 's a cheap chinese restaurant in the centre of town . Would you like to book any tables ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'12:15');(_:search,people,'4');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I 'd like to book a table for 4 people at 12:15 on Friday . May I please have the reference number ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'LN38RS7A');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : LN38RS7A ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i would also like to check on getting a taxi to commute me between the two places ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "what time would you want to be picked ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Sorry not sure yet ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need anything else ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "For the taxi I need to be picked up in enough time to arrive to the restaurant in time ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "To book a taxi I need time of travel , departure location and arrival location ."
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,departure,'vue cinema');(_:search,destination,'charlie chan');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave from the Vue Cinema to get to Charlie Chan by 12:15 ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'yellow audi');(_:result,departure,'Vue Cinema');(_:result,destination,'the restaurant');(_:result,phone,'07365464061');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "The taxi is a yellow audi which will pick you up at Vue Cinema and take you to the restaurant by your reservation time . The taxi contact number is 07365464061 ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help ."
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
PMUL2189.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"movies"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"ballare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"movies"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Vue Cinema"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"movies"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"name",
"Vue Cinema"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"australian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"movies"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Ballare"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"name",
"Vue Cinema"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/8b65f27b"
],
[
"_:search/8b65f27b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"movies"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"name",
"Vue Cinema"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"canthelp",
"_:search/8b65f27b"
],
[
"_:search/8b65f27b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"movies"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"name",
"Vue Cinema"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"canthelp",
"_:search/8b65f27b"
],
[
"_:search/8b65f27b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"LN38RS7A"
],
[
"_: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": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"movies"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"name",
"Vue Cinema"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"canthelp",
"_:search/8b65f27b"
],
[
"_:search/8b65f27b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"LN38RS7A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_: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"
],
[
"_:result",
"category",
"movies"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"name",
"Vue Cinema"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"canthelp",
"_:search/8b65f27b"
],
[
"_:search/8b65f27b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"LN38RS7A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"movies"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"name",
"Vue Cinema"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"canthelp",
"_:search/8b65f27b"
],
[
"_:search/8b65f27b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"LN38RS7A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"vue cinema"
],
[
"_:search",
"destination",
"charlie chan"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"movies"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"postcode",
"cb23na"
],
[
"_:search",
"name",
"Vue Cinema"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"canthelp",
"_:search/8b65f27b"
],
[
"_:search/8b65f27b",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"LN38RS7A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"vue cinema"
],
[
"_:search",
"destination",
"charlie chan"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow audi"
],
[
"_:result",
"departure",
"Vue Cinema"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:result",
"phone",
"07365464061"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'hk fusion');(_:search,leave_at,'5:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi from Kings Lynn station at 5:15 , going to HK Fusion , please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,car,'grey volvo');(_:result,phone,'07406139758');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "You are booked with a grey volvo , phone number is 07406139758 . Anything else I can do for you ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's it ! Thank you !"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Have a great time in town !"
}
] |
SNG1386.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"hk fusion"
],
[
"_:search",
"leave_at",
"5:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"hk fusion"
],
[
"_:search",
"leave_at",
"5:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey volvo"
],
[
"_:result",
"phone",
"07406139758"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , i want an expensive place to stay in the town centre please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'gonville hotel and university arms hotel');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 2 places , gonville hotel and university arms hotel , any other preference or questions before I book ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , do either include free wifi or free parking ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , both of them have free wifi & parking . Would you like to book this for you ? Just tell me which hotel you prefer ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,name,'gonville hotel');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Book the gonville hotel for 3 people and 3 nights starting Tuesday . May I have the reference number too ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'C0ASBZHA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your hotel . Your reservation number is C0ASBZHA"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you ! I 'm also looking for some places to go around the hotel . Do you have any recommendations ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'All Saints Church');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I would recommend the All Saints Church in that area . Would you like more information regarding it ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,category,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I get the address , postcode and attraction type ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'architecture');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure ! It 's architecture in the centre of town . It has postcode to cb58bs"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much . I think that 's all ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Well , thank you for booking through our service . Have a pleasant day !"
}
] |
MUL2611.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"gonville hotel and university arms hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"gonville hotel and university arms hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"gonville hotel and university arms hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"C0ASBZHA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"C0ASBZHA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"gonville hotel"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"C0ASBZHA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay with free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels / guesthouses');(_:result,count,'32');(_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 32 hotels / guesthouses that offer free wifi , do you want to stay on a specific side of town , or a specific amenity you want ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to be in the south and I prefer a guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'that area');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 3 listings in that area , what price range were you looking for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Price does not matter as long as they have 3 stars ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Bridge Guest House');(_:result,name,'the');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have one , the Bridge Guest House , shall I book it for you ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "No , let me check around , I will call back ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day . Call back if you need anything ."
}
] |
SSNG0258.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",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"hotels / guesthouses"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"hotels / guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"hotels / guesthouses"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"that area"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"name",
"the"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want some advice on places to go ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What area of town would you be in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I do n't have a preference ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'vue cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about the vue cinema located in the centre of town ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great . Can I get the postcode , entrance fee , and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'uncertain');(_:result,phone,'08712240240');(_:result,postcode,'cb11ps');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm uncertain about the entrance fee . The postcode is cb11ps and the phone number is 08712240240 . anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like to find a mediterranean restaurant in the cheap price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the gardenia should meet your needs ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great , can you give me the phone number ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223356354');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their phone number is 01223356354 . Do you need anything else ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "And what area are they located ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Gardenia is in the centre of town ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok , thank you , that 's all the information I need right now ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "i am happy i have been of help . welcome any time ."
}
] |
PMUL2173.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"vue cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"vue cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"uncertain"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"uncertain"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"uncertain"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"gardenia"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223356354"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"entrance_fee",
"uncertain"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223356354"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'20:45');(_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train . I need to leave on Tuesday and want to arrive by 20:45 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from ? And where would you like to go ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm heading to Cambridge , and I 'd like to leave from peterborough ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'20:38');(_:result,departure,'peterborough');(_:result,destination,'cambridge');(_:result,id,'TR2673');(_:result,leave_at,'19:48');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The last train into cambridge before 20:45 is the TR2673 , arriving at 20:38 . You would leave peterborough at 19:48 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That will do , what is the price and train ID ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR2673');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price is 16.50 pounds . The train ID is TR2673 . Shall I book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No thank you . I am looking for a place to stay though that has free parking and expensive . Do you have anything like that there ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,stars,'four');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I 've got 5 hotels here that fit your criteria , including 2 four star hotels . Would you like to hear more about one of those ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please tell me about the four star hotels , the cheaper of the two ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'both');(_:result,area,'center');(_:result,area,'west');(_:result,name,'Huntingdon Marriott');(_:result,name,'University Arms');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the Huntingdon Marriott in the west and the University Arms in the center . Both are lovely hotels . Would you like to book a room ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's okay , I think that will be all for today , thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ! Have a great day . Goodbye ."
}
] |
MUL0750.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:38"
],
[
"_:result",
"departure",
"peterborough"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR2673"
],
[
"_:result",
"leave_at",
"19:48"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"20:38"
],
[
"_:result",
"departure",
"peterborough"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"19:48"
],
[
"_:result",
"id",
"TR2673"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"20:38"
],
[
"_:result",
"departure",
"peterborough"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"19:48"
],
[
"_:result",
"id",
"TR2673"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"20:38"
],
[
"_:result",
"departure",
"peterborough"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"19:48"
],
[
"_:result",
"id",
"TR2673"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"stars",
"four"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"both"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a moderately priced Indian food restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the curry prince is nice . Do you want reservations ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "If it is in the west part of town , yes . If not can you suggest something else ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"canthelp((_:search,area,'west');(_:search,name,'Curry Prince');(_:search,type,'Restaurant'))",
"inform((_:result,food,'Indian');(_:result,name,'Meghna');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Curry Prince is n't in the west part of town , but there 's a moderately priced Indian restaurant called Meghna , would you like to make reservations there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I need a reservation on Thursday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can definitely do that , how many people will be dining and at what time would you like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'12:15');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "3 people at 12:15 on thursday"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'TZPHV671');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set . Your reference number is TZPHV671 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also going to need a place to stay - somewhere in the north , I think ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'5');(_:result,stars,'3');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "there are 5 guesthouses in the north ranging from 3 to 4 stars . do you need internet or parking ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't need parking , but I would like to make sure it is a hotel , not a guesthouse ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,name,'Ashley hotel');(_:result,name,'lovell lodge');(_:result,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'2');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 2 hotels in the north , Ashley hotel and lovell lodge . Both are moderately priced , do you have a preference between them ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "It does n't matter ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,name,'Ashley');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay if you would like me to book the Ashley I would be happy to do so ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'3');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes 3 people , two nights on thursday ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'VDE49MAL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : VDE49MAL ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'the booked time');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi that will arrive at the restaurant by the booked time ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "where is your departure site ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'ashley');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am departing from The Ashley ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'blue honda');(_:result,phone,'07061162285');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay I booked a taxi for you . The car type is going to be a blue honda , and the contact number is 07061162285 ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that will be it for today . thanks"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day ."
}
] |
PMUL4655.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/a819da65"
],
[
"_:search/a819da65",
"area",
"west"
],
[
"_:search/a819da65",
"name",
"Curry Prince"
],
[
"_:search/a819da65",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/a819da65"
],
[
"_:search/a819da65",
"area",
"west"
],
[
"_:search/a819da65",
"name",
"Curry Prince"
],
[
"_:search/a819da65",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/a819da65"
],
[
"_:search/a819da65",
"area",
"west"
],
[
"_:search/a819da65",
"name",
"Curry Prince"
],
[
"_:search/a819da65",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"TZPHV671"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/a819da65"
],
[
"_:search/a819da65",
"area",
"west"
],
[
"_:search/a819da65",
"name",
"Curry Prince"
],
[
"_:search/a819da65",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"TZPHV671"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/a819da65"
],
[
"_:search/a819da65",
"area",
"west"
],
[
"_:search/a819da65",
"name",
"Curry Prince"
],
[
"_:search/a819da65",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"TZPHV671"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/a819da65"
],
[
"_:search/a819da65",
"area",
"west"
],
[
"_:search/a819da65",
"name",
"Curry Prince"
],
[
"_:search/a819da65",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:booking",
"ref",
"TZPHV671"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Ashley"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/a819da65"
],
[
"_:search/a819da65",
"area",
"west"
],
[
"_:search/a819da65",
"name",
"Curry Prince"
],
[
"_:search/a819da65",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Ashley"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"ref",
"VDE49MAL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_: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
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/a819da65"
],
[
"_:search/a819da65",
"area",
"west"
],
[
"_:search/a819da65",
"name",
"Curry Prince"
],
[
"_:search/a819da65",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Ashley"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"ref",
"VDE49MAL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"departure",
"ashley"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/a819da65"
],
[
"_:search/a819da65",
"area",
"west"
],
[
"_:search/a819da65",
"name",
"Curry Prince"
],
[
"_:search/a819da65",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"?"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"name",
"Ashley"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"two"
],
[
"_:booking",
"ref",
"VDE49MAL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"the booked time"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"departure",
"ashley"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue honda"
],
[
"_:result",
"phone",
"07061162285"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a moderately priced indian restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have several options for you . What area would you like to dine in today ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "In the West part of town for 3 people"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Meghna');(_:result,type,'Restaurant'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Meghna looks like it will be perfect for you . What day and time would you like to book the table for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'17:30');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the reservation to be for 6 people at 17:30 on Wednesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,duration,'17:30');(_:booking,name,'Meghna');(_:booking,people,'6');(_:booking,ref,'X1A261KF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reservation at Meghna was successfull for Wednesday at 17:30 for 6 people . The Reference number is : X1A261KF ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'concerthall');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . Can you help me find a concerthall in town to visit ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'2 Norfolk Street');(_:result,area,'centre');(_:result,name,'Man on the Moon');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Man on the Moon is located in the centre area at 2 Norfolk Street ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entrance fee there ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'concerthall');(_:result,entrance_fee,'no information');(_:result,phone,'01223474144');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There appears to be no information for the entrance fee , you can call and inquire with the concerthall at 01223474144 . Is there anything else I can assist you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'17:30');(_:search,departure,'the attraction');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I want a taxi to go from the attraction to the restaurant , arriving by 17:30 . Tell me the contact number and car type please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'red honda');(_:result,phone,'07583896240');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was complete your car will be a red honda and the contact # is 07583896240 . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Do you have their phone number ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,phone,'07583896240');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , their contact number is 07583896240 . Do you need anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all for today . Thank you and goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and enjoy your stay in Cambridge !"
}
] |
PMUL4026.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"name",
"Meghna"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"X1A261KF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"name",
"Meghna"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"X1A261KF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"name",
"Meghna"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"X1A261KF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"concerthall"
],
[
"_:result",
"entrance_fee",
"no information"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_: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
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"name",
"Meghna"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"X1A261KF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"category",
"concerthall"
],
[
"_:result",
"entrance_fee",
"no information"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red honda"
],
[
"_:result",
"phone",
"07583896240"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"name",
"Meghna"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"X1A261KF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"concerthall"
],
[
"_:result",
"address",
"2 Norfolk Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"category",
"concerthall"
],
[
"_:result",
"entrance_fee",
"no information"
],
[
"_:search",
"arrive_by",
"17:30"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red honda"
],
[
"_:result",
"phone",
"07583896240"
],
[
"_: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,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to find an expensive Indian restaurant in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many in Cambridge . Is there a certain area of town you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'westside');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "We are going to be on the westside , anything close by there ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,count,'5');(_:result,name,'tandoori place');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there are 5 . I think you 'd really like tandoori place . Want more info ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'15:45');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you see if you can make a reservation for me for 15:45 on Tuesday for 4 people ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Will you be needing a reference number ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , please . And I could also use some help finding something fun to do in the west as well ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,category,'colleges');(_:result,category,'museums');(_:result,type,'Attraction'))",
"inform((_:booking,ref,'G0843WFO');(_:booking,type,'Booking');(_:result,amount,'many');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Your table has been reserved . The reference # is G0843WFO . There are many fun things to do in town . What kind of things interest you ? ... museums , colleges ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Tell me more about the museum ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'no entrance fee');(_:result,name,'Cambridge book and print gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cambridge book and print gallery is a wonderful place and there is no entrance fee . Will there be anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'abd print gallery');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "cambridge book abd print gallery sounds wonderful . Can I please have their address and phone number ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'49 newnham road');(_:result,phone,'01223694264');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their address is 49 newnham road \t and they are located at 01223694264"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Grat , ca nt wait to get there , ... wow . I am actually all set now , that went much faster than expected . Thanks for your efficiency ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Oh gosh , I 'm so sorry . I must have forgotten that I need the postcode for the museum . Can I get that please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,postcode,'cb39ey');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "its no problem . the post code is cb39ey"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . That is all I need today ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "thank you that will be all for now"
}
] |
PMUL2327.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"westside"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"westside"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"tandoori place"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"tandoori place"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"tandoori place"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:booking",
"ref",
"G0843WFO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:booking",
"ref",
"G0843WFO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Cambridge book and print gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"abd print gallery"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:booking",
"ref",
"G0843WFO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Cambridge book and print gallery"
],
[
"_:search",
"name",
"abd print gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"49 newnham road"
],
[
"_:result",
"phone",
"01223694264"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:booking",
"ref",
"G0843WFO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Cambridge book and print gallery"
],
[
"_:search",
"name",
"abd print gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"49 newnham road"
],
[
"_:result",
"phone",
"01223694264"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:booking",
"ref",
"G0843WFO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Cambridge book and print gallery"
],
[
"_:search",
"name",
"abd print gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"49 newnham road"
],
[
"_:result",
"phone",
"01223694264"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking to book a train , if you could help me ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We can definitely help you with that . Where will you be departing from , and what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'15:30');(_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "depart from stevenage and should arrive by 15:30 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can certainly look that up for you , what is your destination ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "cambridge on teusday . book for 7 people and please get me reference number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,arrive_by,'06:43');(_:booking,category,'Train');(_:booking,day,'Tuesday');(_:booking,id,'TR9263');(_:booking,leave_at,'05:54');(_:booking,ref,'0QGD9JB5');(_:booking,ticket,'89.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book on train TR9263 for Tuesday leaving at 05:54 and arriving at 06:43 . The total fee is 89.6 GBP and the reference number is 0QGD9JB5 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you I also need to find a college to go to ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'all over town');(_:result,category,'colleges');(_:result,count,'18');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , I found 18 colleges all over town . Is there a particular area you 're interested in so I can narrow down your options ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Whichever you recommend is great"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'herschel road');(_:result,entrance_fee,'free');(_:result,name,'clare hall');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend clare hall located at herschel road and has free entrance ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What part of town is it in ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'west');(_:result,name,'Clare Hall');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Clare Hall is in the west part of town . Do you need more information ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you ! Can you please tell me the postcode ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'CB3 9AL');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is CB3 9AL . What else can I help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is everything thank you so much ."
},
{
"id": 15,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "Thank you for using our services . Have we met all of your needs ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , you have . Thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for contacting Cambridge TownInfo centre . Goodbye ."
}
] |
PMUL1341.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"06:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"id",
"TR9263"
],
[
"_:booking",
"leave_at",
"05:54"
],
[
"_:booking",
"ref",
"0QGD9JB5"
],
[
"_:booking",
"ticket",
"89.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"06:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"id",
"TR9263"
],
[
"_:booking",
"leave_at",
"05:54"
],
[
"_:booking",
"ref",
"0QGD9JB5"
],
[
"_:booking",
"ticket",
"89.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"all over town"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"06:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"id",
"TR9263"
],
[
"_:booking",
"leave_at",
"05:54"
],
[
"_:booking",
"ref",
"0QGD9JB5"
],
[
"_:booking",
"ticket",
"89.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"all over town"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"clare hall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"06:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"id",
"TR9263"
],
[
"_:booking",
"leave_at",
"05:54"
],
[
"_:booking",
"ref",
"0QGD9JB5"
],
[
"_:booking",
"ticket",
"89.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Clare Hall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"06:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"id",
"TR9263"
],
[
"_:booking",
"leave_at",
"05:54"
],
[
"_:booking",
"ref",
"0QGD9JB5"
],
[
"_:booking",
"ticket",
"89.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Clare Hall"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"CB3 9AL"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"06:43"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"id",
"TR9263"
],
[
"_:booking",
"leave_at",
"05:54"
],
[
"_:booking",
"ref",
"0QGD9JB5"
],
[
"_:booking",
"ticket",
"89.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"address",
"herschel road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Clare Hall"
],
[
"_:result",
"postcode",
"CB3 9AL"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I am planning a trip to Cambridge soon and could use some help with a train ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure , I can help you with that . Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from Ely ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'70');(_:result,departure,'Ely');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 70 trains departing from Ely to Cambridge , what day are you planning to travel on ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'9:15');(_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Leaving on Monday after 9:15 . I would like a booking for 3 people and the reference number as well ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'9:52');(_:result,leave_at,'9:35');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a 9:35 that arrives at 9:52 . How does that sound ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'three');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds great ! I need to book that for three people ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR2987');(_:booking,ref,'8QYPSGFH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number for TR2987 is 8QYPSGFH . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'hobsons house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you also look up the hotel called Hobsons House ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,name,'Hobsons House');(_:result,pricerange,'moderate in price');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , the Hobsons House is a guesthouse in the west area . It 's moderate in price with three stars . Would you like to make a booking ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book it for 3 people for 5 nights starting on monday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'V3HJ3TKN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All set your reservation number is V3HJ3TKN ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Awesome , thanks a lot ! Have a great day !"
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thanks for using our service today !"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Hey thanks for helping , it really means a lot to me ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "any time . great day"
}
] |
PMUL1875.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"leave_at",
"9:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"leave_at",
"9:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2987"
],
[
"_:booking",
"ref",
"8QYPSGFH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"leave_at",
"9:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2987"
],
[
"_:booking",
"ref",
"8QYPSGFH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderate in price"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"leave_at",
"9:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2987"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderate in price"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"V3HJ3TKN"
],
[
"_: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",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"count",
"70"
],
[
"_:result",
"departure",
"Ely"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"leave_at",
"9:35"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2987"
],
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderate in price"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"V3HJ3TKN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i need a place to stay in the centre of cambridge that s very expensive"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'university arms hotel');(_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "university arms hotel is located in the centre , is expensive and has 4 stars ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i need a 3 star hotel"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'gonville hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "what about gonville hotel ? it 's lovely"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i want to book it for 3 people and 2 nights starting from friday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'CB34K46T');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : CB34K46T"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much !"
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Glad I was able to help . Is there anything else I could help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'jesus green outdoor pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I am looking for a particular attraction called Jesus Green Outdoor Pool ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'between victoria road and the river');(_:result,area,'north');(_:result,phone,'01223302579');(_:result,postcode,'cb43px');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is in the north area address between victoria road and the river , postcode cb43px and phone 01223302579 . Despite the name the water is clear blue ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "You so much . I think I have everything I need ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Great , have a lovely day !"
}
] |
PMUL3434.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"CB34K46T"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"CB34K46T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"jesus green outdoor pool"
],
[
"_: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",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"ref",
"CB34K46T"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"jesus green outdoor pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"postcode",
"cb43px"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , you can help me find a hotel somewhere on the North side of town please"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'33');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i have 33 hotels on the north side of town . what amenities are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like it to have free wifi , it does n't need to have free parking ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay and what is your price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,*);(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any price range is fine ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'328a histon road');(_:result,name,'city centre north b and b.');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I recommend city centre north b and b. \t They 're in the cheap price range and their address is 328a histon road"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book it for 4 people and 5 nights starting from sunday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,people,'4');(_:booking,ref,'T0GOB1RP');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The room is booked starting Sunday for 4 people , 5 nights . Reference number is : T0GOB1RP . Is there anything else I can assist with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'expensive');(_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like to dine at an expensive hotel in the same area ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have a food type in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'bistro');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like bistro food please ."
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants that meet those requirements ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh darn it . How about one that offers european food ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Free School Lane City Centre');(_:result,area,'centre');(_:result,count,'3');(_:result,food,'european');(_:result,name,'Eraina');(_:result,postcode,'cb23rh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 3 options in the centre area with european food . Eraina is located at Free School Lane City Centre , postcode cb23rh . Would you like info on the others also ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'17:15');(_:search,name,'eraina');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Eraina sounds great . Could you please make a reservation for 4 people on Sunday at 17:15 ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'VZB1B67F');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : VZB1B67F . Is there anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i also want to book a taxi"
},
{
"id": 17,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Okay , I can help with that . What is your departure site and destination . Do you have a certain time you 'd like to leave or arrive by ?"
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "I need to go to the North ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay . Will you be leaving from Cambridge ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,departure,'city centre north b and b');(_:search,destination,'eraina');(_:search,duration,'17:15');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave from city centre north b and b to arrive at the Eraina restaurant in time for my 17:15 reservation ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,arrive_by,'17:05');(_:result,car,'red toyota');(_:result,phone,'07919147301');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Ok I have booked you a red toyota , contact number 07919147301 arriving at 17:05 . Anything else I can help with ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . Thank you . Goodbye"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Goodbye"
}
] |
PMUL3823.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"33"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"pricerange",
"*"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"name",
"city centre north b and b."
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"name",
"city centre north b and b."
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"T0GOB1RP"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"name",
"city centre north b and b."
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"T0GOB1RP"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"bistro"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"33"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"name",
"city centre north b and b."
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"T0GOB1RP"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/43a9182a"
],
[
"_:search/43a9182a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"T0GOB1RP"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/43a9182a"
],
[
"_:search/43a9182a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Free School Lane City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"name",
"eraina"
],
[
"_:search",
"people",
"4"
],
[
"_: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",
"stars",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/43a9182a"
],
[
"_:search/43a9182a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"address",
"Free School Lane City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"name",
"eraina"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VZB1B67F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"stars",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/43a9182a"
],
[
"_:search/43a9182a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"address",
"Free School Lane City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"name",
"eraina"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VZB1B67F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_: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",
"stars",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/43a9182a"
],
[
"_:search/43a9182a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"address",
"Free School Lane City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"eraina"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VZB1B67F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"departure",
"city centre north b and b"
],
[
"_:search",
"destination",
"eraina"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/43a9182a"
],
[
"_:search/43a9182a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"address",
"Free School Lane City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"name",
"eraina"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"VZB1B67F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"departure",
"city centre north b and b"
],
[
"_:search",
"destination",
"eraina"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"17:05"
],
[
"_:result",
"car",
"red toyota"
],
[
"_:result",
"phone",
"07919147301"
],
[
"_: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,area,'north');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you help me find a hotel in the north that includes free parking ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two matching results for your needs . The Ashley Hotel and Lovell Lodge ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are either in the moderate price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes they are ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,name,'lovell lodge');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you give me the postcode and star rating for Lovell Lodge and tell me if they have wifi ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,name,'lovell lodge');(_:result,postcode,'cb41sr');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "lovell lodge is in postcode area cb41sr , and is a 2 star location with free wifi ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ! I appreciate your help today ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That s all thank you !"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "You 're very welcome . If you need information or reservations , we 'd be happy to assist ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks again for your help . Have a great day ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye !"
}
] |
SNG1400.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"postcode",
"cb41sr"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"postcode",
"cb41sr"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"lovell lodge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"lovell lodge"
],
[
"_:result",
"postcode",
"cb41sr"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train leaving on Sunday going to Cambridge ? Thanks ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be traveling from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'peterborough');(_:search,leave_at,'09:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving from peterborough and would like to leave after 09:00 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you need to arrive ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "It does not matter as long as I can leave after 9:00 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR0774');(_:result,leave_at,'09:19');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR0774 leaving at 09:19 is that okay for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that 'll work . Can you also please find me a place to stay ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many places to stay , could you give me some preferences to find the best one for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Three stars , moderate price range ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Would you like a hotel or guesthouse ?"
}
] |
PMUL4183.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR0774"
],
[
"_:result",
"leave_at",
"09:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"leave_at",
"09:00"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR0774"
],
[
"_:result",
"leave_at",
"09:19"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'stansted airport');(_:search,leave_at,'21:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm wondering if there is a train leaving at 21:15 that will take me to the Stansted Airport ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,day,'Friday');(_:result,leave_at,'21:40');(_:result,type,'Train'))",
"canthelp((_:search,leave_at,'21:15');(_:search,type,'Train'))"
],
"speaker": "system",
"text": "thank you , though there are many choices there is n't a 21:15 so I guess I will take the 21:40 on Friday ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Is there a train leaving before that ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'that');(_:result,leave_at,'21:40');(_:result,type,'Train'))",
"canthelp((_:search,type,'Train'))"
],
"speaker": "system",
"text": "Unfortunately no . The earliest that day departs at 21:40 ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Okay . Can you book that for me please ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure . how many will be traveling ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "It 's just me . Can I have the price , travel time , and train ID ? Also , do you have any places I can go when I get there ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'28 minutes');(_:result,id,'TR4067');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"canthelp((_:search,address,'at the Stansted Airport');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Price is 10.10 pounds , the travel time is 28 minutes , and the train ID is TR4067 . I 'm sorry , but I do n't see any attractions at the Stansted Airport ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay , can you find attractions near the centre ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'center');(_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 44 attractions near the center of town . Is there a certain type you 're looking for ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,category,?);(_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'the place');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you suggest me one ? Also let me know of what type of attraction it is and the place 's postcode ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'theatre');(_:result,name,'Cambridge corn exchange');(_:result,postcode,'cb23qe');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cambridge corn exchange is a theatre and the post code is cb23qe . Would you like any more information ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , I have all I need . Have a nice day ."
},
{
"id": 13,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "No problem ! Have a great day ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wonderful help , thanks"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , Enjoy the Cambridge Exchange !"
}
] |
MUL0441.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"leave_at",
"21:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/3b6fa3b7"
],
[
"_:search/3b6fa3b7",
"leave_at",
"21:15"
],
[
"_:search/3b6fa3b7",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"canthelp",
"_:search/3b6fa3b7"
],
[
"_:search/3b6fa3b7",
"leave_at",
"21:15"
],
[
"_:search/3b6fa3b7",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"that"
],
[
"_:result",
"leave_at",
"21:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/75950af5"
],
[
"_:search/75950af5",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"canthelp",
"_:search/3b6fa3b7"
],
[
"_:search/3b6fa3b7",
"leave_at",
"21:15"
],
[
"_:search/3b6fa3b7",
"type",
"Train"
],
[
"_:result",
"day",
"that"
],
[
"_:result",
"leave_at",
"21:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/75950af5"
],
[
"_:search/75950af5",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"canthelp",
"_:search/3b6fa3b7"
],
[
"_:search/3b6fa3b7",
"leave_at",
"21:15"
],
[
"_:search/3b6fa3b7",
"type",
"Train"
],
[
"_:result",
"day",
"that"
],
[
"_:result",
"leave_at",
"21:40"
],
[
"_:system",
"canthelp",
"_:search/75950af5"
],
[
"_:search/75950af5",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR4067"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/d147c846"
],
[
"_:search/d147c846",
"address",
"at the Stansted Airport"
],
[
"_:search/d147c846",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"canthelp",
"_:search/3b6fa3b7"
],
[
"_:search/3b6fa3b7",
"leave_at",
"21:15"
],
[
"_:search/3b6fa3b7",
"type",
"Train"
],
[
"_:result",
"day",
"that"
],
[
"_:result",
"leave_at",
"21:40"
],
[
"_:system",
"canthelp",
"_:search/75950af5"
],
[
"_:search/75950af5",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR4067"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"canthelp",
"_:search/d147c846"
],
[
"_:search/d147c846",
"address",
"at the Stansted Airport"
],
[
"_:search/d147c846",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"the place"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"canthelp",
"_:search/3b6fa3b7"
],
[
"_:search/3b6fa3b7",
"leave_at",
"21:15"
],
[
"_:search/3b6fa3b7",
"type",
"Train"
],
[
"_:result",
"day",
"that"
],
[
"_:result",
"leave_at",
"21:40"
],
[
"_:system",
"canthelp",
"_:search/75950af5"
],
[
"_:search/75950af5",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR4067"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"canthelp",
"_:search/d147c846"
],
[
"_:search/d147c846",
"address",
"at the Stansted Airport"
],
[
"_:search/d147c846",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"name",
"the place"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"name",
"Cambridge corn exchange"
],
[
"_:result",
"postcode",
"cb23qe"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"amount",
"many"
],
[
"_:system",
"canthelp",
"_:search/3b6fa3b7"
],
[
"_:search/3b6fa3b7",
"leave_at",
"21:15"
],
[
"_:search/3b6fa3b7",
"type",
"Train"
],
[
"_:result",
"day",
"that"
],
[
"_:result",
"leave_at",
"21:40"
],
[
"_:system",
"canthelp",
"_:search/75950af5"
],
[
"_:search/75950af5",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"id",
"TR4067"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:system",
"canthelp",
"_:search/d147c846"
],
[
"_:search/d147c846",
"address",
"at the Stansted Airport"
],
[
"_:search/d147c846",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"name",
"the place"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"name",
"Cambridge corn exchange"
],
[
"_:result",
"postcode",
"cb23qe"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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,'Hospital'))"
],
"speaker": "user",
"text": "i want to find 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 located at Hills Rd , Cambridge . Is there a particular department you 're looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,department,'emergency department');(_:search,type,'Hospital'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Could I get the phone and postal for the emergency department ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,department,'emergency department');(_:result,phone,'01223217118');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The phone number for the emergency department is 01223217118 . The postal code for the entire hospital is CB20QQ ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "May I also have the general hospital number , too , just in case I need it ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The phone numbe to the hospital is 01223245151 ."
},
{
"id": 6,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "user",
"text": "enjoyed your services . keep that up"
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Well thank you . I will , and I enjoyed talking to you as well . Have a great day !"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I will , good bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo Centre . Good - bye ."
}
] |
SNG01641.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",
"emergency department"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"emergency department"
],
[
"_:result",
"department",
"emergency department"
],
[
"_:result",
"phone",
"01223217118"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"emergency department"
],
[
"_:result",
"department",
"emergency department"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"emergency department"
],
[
"_:result",
"department",
"emergency department"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to find a guesthouse in Cambridge that has free wifi ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,count,'32');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I have 32 hotels . Do you have any other preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a guesthouse in the cheap price range ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "In what area of town would you like it to be ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't have a preference but I would like free wifi , parking in a guesthouse in the cheap price range ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'9');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found 9 hotels that meet your criteria . Do you have a preference on the hotels star rating ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "No , I do n't have any preference on star rating . Whichever one that meets my previous criteria would be great ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Allenbell');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommend the Allenbell . Would you like me to book a room for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but could you give me their address , phone number , and post code ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'517a coldham lane');(_:result,phone,'01223210353');(_:result,postcode,'cb13js');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The address is at 517a coldham lane , postcode is cb13js , and the phone number is 01223210353 . Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'western');(_:search,category,'sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for somewhere to go in the western part of town , I 'm a big sports fan so it should involve any type of sport ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'cherry hinton village centre');(_:result,amount,'only');(_:result,area,'east');(_:result,category,'multiple sports center');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Are only multiple sports center is the cherry hinton village centre in the east , would you care for that or something else in the west ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That is fine , I just need to know the entrance fee please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,entrance_fee,\"do n't have any information\");(_:result,phone,'01223576412');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I do n't have any information about the entrance fee . I 'm sure you could call and ask them . Their phone number is 01223576412 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay thank you . That was all I needed to know . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , I hope you have a pleasant stay !"
}
] |
PMUL2926.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"32"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"western"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223210353"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cherry hinton village centre"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"multiple sports center"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb13js"
],
[
"_:search",
"area",
"western"
],
[
"_:search",
"category",
"sports"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cherry hinton village centre"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"multiple sports center"
],
[
"_:result",
"entrance_fee",
"do n't have any information"
],
[
"_:result",
"phone",
"01223576412"
],
[
"_: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,'express by holiday inn cambridge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , can you give me information about Express by Holiday Inn Cambridge , please ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'15 - 17 Norman Way , Coldhams Business Park');(_:result,area,'east');(_:result,pricerange,'pretty expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , it is located at 15 - 17 Norman Way , Coldhams Business Park . That is the east side of town . It 's pretty expensive , but very nice ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Price is of no concern since I just won the lottery . Please book a room starting on Monday for 2 people for 3 nights . Thanks !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Congratulations ! I have made your reservation . Do you want the reference number now ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I would like the reference number , thank you ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ref,'JEEFI2OW');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Reference number is : JEEFI2OW . Is there anything else you need ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can you help me find a great place to spend my time and money in town . I prefer the east . It 's time to live life to the fullest !"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'10');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "i have found 10 attractions . what type of attraction did you have in mind ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you recommend one and give me their post code ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Funky Fun House');(_:result,phone,'01223304705');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure . How about the Funky Fun House and their telephone number is 01223304705 ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "could I have the postcode please"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb58hy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , it is cb58hy . What else can I help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,leave_at,'05:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am pretty sure i wo nt be in condition to drive if you know what i mean , need a taxi from the attraction to the restaurant , leaving at 05:15"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))",
"offer((_:booking,type,'Booking'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I do not have a restaurant for you . Shall I book one before I book the taxi ? Or would you like to go from the Funky Fun House to the hotel ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'the hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am sorry . Yes please book from the funky house to the hotel ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'red volkswagen');(_:result,departure,'Funky Fun House');(_:result,leave_at,'05:15');(_:result,phone,'07739352636');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi has been booked . You will be picked up at the Funky Fun House a 05:15 . Please look out for a red volkswagen . The contact number is 07739352636 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for helping me ."
},
{
"id": 17,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome ! Can I help you with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Actually that 's all , thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Great thanks for letting us assist you today !"
}
] |
PMUL3289.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"address",
"15 - 17 Norman Way , Coldhams Business Park"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"pretty expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"address",
"15 - 17 Norman Way , Coldhams Business Park"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"pretty expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"address",
"15 - 17 Norman Way , Coldhams Business Park"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"pretty expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"JEEFI2OW"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"address",
"15 - 17 Norman Way , Coldhams Business Park"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"pretty expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"JEEFI2OW"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"address",
"15 - 17 Norman Way , Coldhams Business Park"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"pretty expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"JEEFI2OW"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"address",
"15 - 17 Norman Way , Coldhams Business Park"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"pretty expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"JEEFI2OW"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_: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": [
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"address",
"15 - 17 Norman Way , Coldhams Business Park"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"pretty expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"JEEFI2OW"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"phone",
"01223304705"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"05:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/e7a441b6"
],
[
"_:search/e7a441b6",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"address",
"15 - 17 Norman Way , Coldhams Business Park"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"pretty expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"JEEFI2OW"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:search",
"leave_at",
"05:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/e7a441b6"
],
[
"_:search/e7a441b6",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red volkswagen"
],
[
"_:result",
"departure",
"Funky Fun House"
],
[
"_:result",
"leave_at",
"05:15"
],
[
"_:result",
"phone",
"07739352636"
],
[
"_: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",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"address",
"15 - 17 Norman Way , Coldhams Business Park"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"pretty expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"JEEFI2OW"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:search",
"leave_at",
"05:15"
],
[
"_:search",
"departure",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/e7a441b6"
],
[
"_:search/e7a441b6",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red volkswagen"
],
[
"_:result",
"departure",
"Funky Fun House"
],
[
"_:result",
"leave_at",
"05:15"
],
[
"_:result",
"phone",
"07739352636"
],
[
"_: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,food,'austrian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a place with austrian food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , I do n't have a restaurant that serves austrian food . Do you have a second choice ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , how about a place with Spanish food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'14 -16 Bridge Street');(_:result,address,'4 - 6 Rose Crescent');(_:result,food,'spanish');(_:result,name,'la raza');(_:result,name,'la tasca');(_:result,pricerange,'cheap');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is la raza , a cheap spanish restaurant located at 4 - 6 Rose Crescent . There is also la tasca , a moderately priced spanish restaurant located at 14 -16 Bridge Street ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for your help ! Goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system . Goodbye ."
}
] |
WOZ20049.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"austrian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ebe7ba9e"
],
[
"_:search/ebe7ba9e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ebe7ba9e"
],
[
"_:search/ebe7ba9e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"14 -16 Bridge Street"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"name",
"la tasca"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want a train that goes to stansted airport and leaves from cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,departure,'cambridge');(_:result,destination,'stansted airport');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many that leave cambridge and go to stansted airport ; what day would you like to leave and what time ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'09:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need the train to leave after 09:15 on Saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:08');(_:result,destination,'the airport');(_:result,id,'TR2755');(_:result,leave_at,'09:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR2755 that will leave at 09:40 and put you at the airport by 10:08 . Would that work for you ? If not , I have later trains ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "That train works well ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book this train for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . Get me 8 tickets for my party as well as a reference number ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'UKOTND0A');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is UKOTND0A . Would you like anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a hotel that has free parking . I do n't need internet or anything like that ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'29');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 29 places to stay with free parking . Is there a price range you 'd like to stay in ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are any of the 29 places , guest houses ? I would actually prefer a hotel rather than a guest house ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "There are 8 hotels that match that description . Did you have a price range or area in mind ?"
}
] |
PMUL4794.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"stansted airport"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:result",
"arrive_by",
"10:08"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR2755"
],
[
"_:result",
"leave_at",
"09:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:result",
"arrive_by",
"10:08"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR2755"
],
[
"_:result",
"leave_at",
"09:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:result",
"arrive_by",
"10:08"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR2755"
],
[
"_:result",
"leave_at",
"09:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UKOTND0A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:result",
"arrive_by",
"10:08"
],
[
"_:result",
"destination",
"the airport"
],
[
"_:result",
"id",
"TR2755"
],
[
"_:result",
"leave_at",
"09:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UKOTND0A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"29"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hi , I 'm looking for some places to go in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "sure . do you know what you would like to do ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "A park or swimming on the East side"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Cherry Hinton park and Abbey Pool and Astroturf Pitch');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is Cherry Hinton park and Abbey Pool and Astroturf Pitch . Would you like more information ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'abbey pool and astroturf pitch');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the phone number for Abbey Pool and Astroturf Pitch ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223902088');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number is 01223902088 . Can I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you also tell me Abbey Pool 's address ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Pool Way , Whitehill Road , off Newmarket Road');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is Pool Way , Whitehill Road , off Newmarket Road . Can I help you any further ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would also like help finding a guesthouse ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,category,'guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "what type of guest house are yo looking for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to find a cheap 4 star place in the cheap price range please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Which area would you like to stay in ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The area does not matter . Just whatever you think is best in that criteria ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'alexander bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "In that case , I would recommend the alexander bed and breakfast in the centre ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you ! Do they have free WiFi ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they do . Would you like me to book a reservation for you ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "no , thanks . I just need their address and phone number"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,address,'56 saint barnabas road');(_:result,phone,'01223525725');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure thing . Their phone number is 01223525725 . The address is 56 saint barnabas road . Anything else I can do for you ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Take care !"
}
] |
PMUL4515.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cherry Hinton park and Abbey Pool and Astroturf Pitch"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"abbey pool and astroturf pitch"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"Cherry Hinton park and Abbey Pool and Astroturf Pitch"
],
[
"_:search",
"name",
"abbey pool and astroturf pitch"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"Cherry Hinton park and Abbey Pool and Astroturf Pitch"
],
[
"_:search",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Pool Way , Whitehill Road , off Newmarket Road"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"Cherry Hinton park and Abbey Pool and Astroturf Pitch"
],
[
"_:search",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Pool Way , Whitehill Road , off Newmarket Road"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:result",
"name",
"Cherry Hinton park and Abbey Pool and Astroturf Pitch"
],
[
"_:search",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Pool Way , Whitehill Road , off Newmarket Road"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Pool Way , Whitehill Road , off Newmarket Road"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guest house"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"name",
"abbey pool and astroturf pitch"
],
[
"_:result",
"phone",
"01223902088"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Pool Way , Whitehill Road , off Newmarket Road"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guest house"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"name",
"abbey pool and astroturf pitch"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guest house"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"address",
"56 saint barnabas road"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_: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,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello I am new to Cambridge and was wondering about good 4 star hotels with free wifi . Any suggestions ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Alexander bed and breakfast');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alexander bed and breakfast \t looks good , would you like to try that ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,name,'Alexander bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it to be in the north area , is Alexander bed and breakfast located there ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "No , but the Acorn Guest House is in the north . Would you like a room there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please ! I 'd like a room for 6 people . We 'll arrive on Friday and stay for 4 nights ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Acorn Guesthouse');(_:booking,people,'six');(_:booking,ref,'GLVBZVYO');(_:booking,stay,'four');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked at the Acorn Guesthouse , six people for four nights . Your confirmation is GLVBZVYO"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'near the hotel');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would also like to eat some Chinese food near the hotel ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'close to that area');(_:result,name,'Golden wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How does the Golden wok sound ? It is close to that area ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'17:15');(_:search,people,'6');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , can you book it for 6 people on friday at 17:15 please ? And then give me the reference number"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'XZZTYRWB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Successfully booked . Your reference number is XZZTYRWB . What else would you like help with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all for now . Thank you for all your help ."
},
{
"id": 11,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "I 'm glad I could help , have a great time ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much , goodbye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Best wishes for an enjoyable stay from the Cambridge TownInfo Centre . Goodbye ."
}
] |
PMUL0113.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"Acorn Guesthouse"
],
[
"_:booking",
"people",
"six"
],
[
"_:booking",
"ref",
"GLVBZVYO"
],
[
"_:booking",
"stay",
"four"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"Acorn Guesthouse"
],
[
"_:booking",
"people",
"six"
],
[
"_:booking",
"ref",
"GLVBZVYO"
],
[
"_:booking",
"stay",
"four"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"close to that area"
],
[
"_:result",
"name",
"Golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"Acorn Guesthouse"
],
[
"_:booking",
"people",
"six"
],
[
"_:booking",
"stay",
"four"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"close to that area"
],
[
"_:result",
"name",
"Golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"XZZTYRWB"
],
[
"_:booking",
"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",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"Acorn Guesthouse"
],
[
"_:booking",
"people",
"six"
],
[
"_:booking",
"stay",
"four"
],
[
"_:search",
"area",
"near the hotel"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"close to that area"
],
[
"_:result",
"name",
"Golden wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"XZZTYRWB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for suggestions on where to go in town , I would like it to be entertaining and in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'center');(_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 44 attractions in the center of town . Is there a particular kind of attraction you 'd be interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Just some kind of entertainment ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,category,'museums and cinemas');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,category,'nightclub');(_:result,name,'club salsa');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is a nightclub called club salsa if you like to dance . Would you like more information ? There are also some museums and cinemas if that sounds better ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entrance fee for the museum please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'Museum of Archaelogy and Anthropology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Museum of Archaelogy and Anthropology is free to enter . Would you like the address ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I apologize . I need to clarify that I 'm looking for an entertainment type of attraction in the center of town ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no entertainment attractions in the centre of town in the system ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'parks');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any parks in the centre of town ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'4 pounds');(_:result,name,'Cambridge University botanic gardens');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Yes ! The Cambridge University botanic gardens are in the centre and the entrance fee is 4 pounds ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'10:15');(_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get their phone number and address , too ? I also need to book a train from Cambridge arriving by 10:15 on Friday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'bateman street');(_:result,name,'botanic gardens');(_:result,phone,'01223336265');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address for the botanic gardens is bateman street and the phone number is 01223336265 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . Will you be able to book me that train ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure thing what destination and departure are you looking for on your train ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "What trains do you have going to Bishops Stortford on Friday ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,destination,'Bishops Stortford');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 10 trains that go to Bishops Stortford , did you know what time you would like to arrive by ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,arrive_by,'10:15');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 10:15 . I wo n't need you to book tickets for me , but the trainID , travel time , and price would be super helpful ."
},
{
"id": 17,
"rdf-acts": [
"select((_:result,arrive_by,'10:07');(_:result,arrive_by,'6:07');(_:result,arrive_by,'8:07');(_:result,type,'Train'))",
"inform((_:result,count,'3');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 3 trains that arrive before 10:15 . One that arrives at 6:07 , another at 8:07 and another at 10:07 . Which would you prefer ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "The one for 8:07 . I just need the train i d , travel time , and price . No need to book it ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,duration,'38 minutes');(_:result,id,'Tr6809');(_:result,leave_at,'07:29');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Tr6809 leaves Cambridge at 07:29 . It has a travel time of 38 minutes and costs 10.10 pounds . Do you need any thing else today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed , thank you very much !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Have a lovely day ."
}
] |
MUL0453.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"44"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"44"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Museum of Archaelogy and Anthropology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"center"
],
[
"_:result",
"count",
"44"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Museum of Archaelogy and Anthropology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/c291ce5f"
],
[
"_:search/c291ce5f",
"area",
"centre"
],
[
"_:search/c291ce5f",
"category",
"entertainment"
],
[
"_:search/c291ce5f",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"44"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:system",
"canthelp",
"_:search/c291ce5f"
],
[
"_:search/c291ce5f",
"area",
"centre"
],
[
"_:search/c291ce5f",
"category",
"entertainment"
],
[
"_:search/c291ce5f",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"parks"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"Cambridge University botanic gardens"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"44"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:system",
"canthelp",
"_:search/c291ce5f"
],
[
"_:search/c291ce5f",
"area",
"centre"
],
[
"_:search/c291ce5f",
"category",
"entertainment"
],
[
"_:search/c291ce5f",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"parks"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"name",
"botanic gardens"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"44"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:system",
"canthelp",
"_:search/c291ce5f"
],
[
"_:search/c291ce5f",
"area",
"centre"
],
[
"_:search/c291ce5f",
"category",
"entertainment"
],
[
"_:search/c291ce5f",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"parks"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"name",
"botanic gardens"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_: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",
"inquired",
"_:user"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:system",
"canthelp",
"_:search/c291ce5f"
],
[
"_:search/c291ce5f",
"area",
"centre"
],
[
"_:search/c291ce5f",
"category",
"entertainment"
],
[
"_:search/c291ce5f",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"parks"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"name",
"botanic gardens"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"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",
"inquired",
"_:user"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:system",
"canthelp",
"_:search/c291ce5f"
],
[
"_:search/c291ce5f",
"area",
"centre"
],
[
"_:search/c291ce5f",
"category",
"entertainment"
],
[
"_:search/c291ce5f",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"parks"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"name",
"botanic gardens"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"arrive_by",
"6:07"
],
[
"_:result",
"arrive_by",
"8:07"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"nightclub"
],
[
"_:system",
"canthelp",
"_:search/c291ce5f"
],
[
"_:search/c291ce5f",
"area",
"centre"
],
[
"_:search/c291ce5f",
"category",
"entertainment"
],
[
"_:search/c291ce5f",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"parks"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"name",
"botanic gardens"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:result",
"destination",
"Bishops Stortford"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"arrive_by",
"6:07"
],
[
"_:result",
"arrive_by",
"8:07"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"id",
"Tr6809"
],
[
"_:result",
"leave_at",
"07:29"
],
[
"_:result",
"ticket",
"10.10 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,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yeah , I 'm looking for an entertaining tourist attraction , can point me in the direction of some places to check out ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'entertainment');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have about 5 different entertainment venues if that is what you are looking for . Do you have a preference on the area its located in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No preference , please just pick one and give me the postcode and address ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Funky Fun House');(_:result,type,'Attraction'))",
"reqmore()",
"inform((_:result,address,'8 mercers row , mercers row industrial estate');(_:result,postcode,'cb58hy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I think you 'd enjoy the Funky Fun House . They 're located at 8 mercers row , mercers row industrial estate . Their postcode is cb58hy . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'funky fun house');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What area is the Funky Fun House located ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'east');(_:result,name,'Funky fun house');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Funky fun house is located in the east area . Can I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a restaurant that 's moderately priced and serves british food ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'west');(_:result,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have five different restaurants to choose from . There are 4 in the centre of town , and 1 in the west . Do you have a preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try making at booking at the one in the west ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , what day would you like to make the reservation on ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'West');(_:search,day,'friday');(_:search,duration,'19:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "We 'll need the reservation for Friday at 19:30 . What 's the name of the restaurant in the West ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:result,name,'Saint Johns Chop House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "That one is called Saint Johns Chop House . How many people will be dining ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "There will be 7 of us . Can you please give me the reference number as well ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'JTWXFM7M');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation was a success and the reference number is JTWXFM7M ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'funky fun house');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you . Now I need to arrange a taxi to take me from Funky Fun House to dinner at Saint John 's ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'19:30');(_:result,car,'Blue Volvo');(_:result,departure,'the funky fun house');(_:result,destination,'the restaurant');(_:result,leave_at,'19:00');(_:result,phone,'07566667235');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked a Blue Volvo . It will pick you up at the funky fun house at 19:00 and get you to the restaurant in time for your 19:30 reservation . The contact number is 07566667235"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . That 's all I need for tonight . Take care . Goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day , goodbye ."
}
] |
MUL2305.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"name",
"Funky Fun House"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"funky fun house"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:search",
"name",
"funky fun house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Funky fun house"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:search",
"name",
"funky fun house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Funky fun house"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:search",
"name",
"funky fun house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Funky fun house"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"West"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:search",
"name",
"funky fun house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"area",
"West"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:search",
"name",
"funky fun house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"area",
"West"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"JTWXFM7M"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"funky fun house"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"address",
"8 mercers row , mercers row industrial estate"
],
[
"_:result",
"postcode",
"cb58hy"
],
[
"_:search",
"name",
"funky fun house"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"area",
"West"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"name",
"Saint Johns Chop House"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"JTWXFM7M"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"funky fun house"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"19:30"
],
[
"_:result",
"car",
"Blue Volvo"
],
[
"_:result",
"departure",
"the funky fun house"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:result",
"leave_at",
"19:00"
],
[
"_:result",
"phone",
"07566667235"
],
[
"_: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,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am staying in the centre of cambridge , can you tell me about places to go there ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , what type of place interests you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "It does n't matter but can I get their entrance fee ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Castle Galleries is located in the centre of town and are free to enter ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "OK , that sounds great . I also need a train to get me to Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have several options but if you let me know your preferred departure point , day and time i can recommend the best option for you ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be departing from Kings Lynn on Saturday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'19.what');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "i found 19.what time would you like to go"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'20:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave after 20:00 ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,leave_at,'20:11');(_:result,leave_at,'21:11 . 22:11');(_:result,leave_at,'23:11');(_:result,type,'Train'))",
"inform((_:result,count,'4');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have 4 trains that match your criteria . The first leaves at 20:11 , then 21:11 . 22:11 and 23:11 . Which one would you like to book ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please book the one for 21:11 please ."
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'CJNO95ZP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . Booking was successful . Your reference number is CJNO95ZP . Anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed . Thanks !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ."
}
] |
PMUL4625.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"19.what"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"19.what"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:result",
"leave_at",
"21:11 . 22:11"
],
[
"_:result",
"leave_at",
"23:11"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"19.what"
],
[
"_:search",
"leave_at",
"20:00"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:result",
"leave_at",
"21:11 . 22:11"
],
[
"_:result",
"leave_at",
"23:11"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CJNO95ZP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train to Cambridge that arrives by 12:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'd be happy to find you a train ; where will you be traveling from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from cambridge and it should go to leicester ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR7195');(_:booking,ref,'RT2NOVFD');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I booked the train for you , it is train number TR7195 , reference number RT2NOVFD . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all . Thank you very much ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Are you certain you do n't need further assistance ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'parks');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , are there any parks in the east ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'east');(_:result,category,'park');(_:result,entrance_fee,'free');(_:result,name,'Cherry Hinton Water Play park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , there is Cherry Hinton Water Play park on the east side . Entrance is free there ! Would you like any other information about the park ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , can I please get the address and the entrance fee ? Thanks ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'cherry Hinton hall on cherry Hinton road');(_:result,entrance_fee,'no fee');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , it 's at cherry Hinton hall on cherry Hinton road . There is no fee ."
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Okay . That 's all I need now . Good bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome please let me know if you need anything else ."
}
] |
MUL1886.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7195"
],
[
"_:booking",
"ref",
"RT2NOVFD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7195"
],
[
"_:booking",
"ref",
"RT2NOVFD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7195"
],
[
"_:booking",
"ref",
"RT2NOVFD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cherry Hinton Water Play park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7195"
],
[
"_:booking",
"ref",
"RT2NOVFD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"name",
"Cherry Hinton Water Play park"
],
[
"_:result",
"address",
"cherry Hinton hall on cherry Hinton road"
],
[
"_:result",
"entrance_fee",
"no fee"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'tang chinese');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi departing from tang chinese ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'downing college');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to get to Downing college ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Great . Now I will just need a time ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'19:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to arrive by 19:30"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'white bmw');(_:result,phone,'07454674026');(_:result,type,'Taxi'))",
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Alright . I have a white bmw and the contact number is 07454674026 . Anything else ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "No that is all I needed ."
},
{
"id": 7,
"rdf-acts": [],
"speaker": "system",
"text": "I 'm sorry , I thought you wanted to leave at 19:30 . You are booked for a yellow bmw with the contact number 07816577086 arriving at 19:30 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you very much ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it . Thanks ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you goodbye"
}
] |
SNG01219.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"tang chinese"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"tang chinese"
],
[
"_:search",
"destination",
"downing college"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"tang chinese"
],
[
"_:search",
"destination",
"downing college"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"tang chinese"
],
[
"_:search",
"destination",
"downing college"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white bmw"
],
[
"_:result",
"phone",
"07454674026"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"tang chinese"
],
[
"_:search",
"destination",
"downing college"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white bmw"
],
[
"_:result",
"phone",
"07454674026"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"tang chinese"
],
[
"_:search",
"destination",
"downing college"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white bmw"
],
[
"_:result",
"phone",
"07454674026"
],
[
"_: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,food,'indian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for an Indian Restaurant with high ratings in the moderate price range please ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,count,'4');(_:result,name,'curry price');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 4 restaurants that meet your request . I would recommend the \" curry price \" located in the east . Would you like me to book that you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))",
"inform((_:search,name,'Curry');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you tell me more information about Curry Price ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'451 Newmarket Road Fen Ditton');(_:result,name,'Curry Prince');(_:result,phone,'01223566388');(_:result,postcode,'cb58jj');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry Prince is located at 451 Newmarket Road Fen Ditton . Their postcode is cb58jj , and their phone number is 01223566388 . Would you like to book a table there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'12:30');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . I would like to book a table for 5 at 12:30 on Friday , please ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry booking that was unsuccessful , can you choose another time or day possibly ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'11:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is it available at 11:30 ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,duration,'11:30');(_:booking,people,'5');(_:booking,ref,'WBHZZWO7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're in luck - they do have a table for 5 at 11:30 on Friday . Your Reference number is : WBHZZWO7 . Can I help with something else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I 'm also looking for a train to Kings Lynn on Saturday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'10:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to depart from Cambridge after 10:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR1817');(_:result,leave_at,'11:11');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I found one TR1817 leaving at 11:11 would that work for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Maybe . How much does that cost ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,ticket,'7.84 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "7.84 pounds . What 's your price point ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That one will work just fine , thank you ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok , before booking I will need to know how many tickets you would like to purchase ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No need , that 's all I wanted . Thank you for the help !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Have a great day ."
}
] |
MUL0328.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"curry price"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"Curry"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Curry"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Curry"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/02be3f02"
],
[
"_:booking/02be3f02",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Curry"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/02be3f02"
],
[
"_:booking/02be3f02",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"11:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"WBHZZWO7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Curry"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/02be3f02"
],
[
"_:booking/02be3f02",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"11:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"WBHZZWO7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Curry"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/02be3f02"
],
[
"_:booking/02be3f02",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"11:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"WBHZZWO7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1817"
],
[
"_:result",
"leave_at",
"11:11"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Curry"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/02be3f02"
],
[
"_:booking/02be3f02",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"11:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"WBHZZWO7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1817"
],
[
"_:result",
"leave_at",
"11:11"
],
[
"_:result",
"ticket",
"7.84 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",
"food",
"indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"Curry"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:system",
"canthelp",
"_:booking/02be3f02"
],
[
"_:booking/02be3f02",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"11:30"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"WBHZZWO7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"10:45"
],
[
"_:result",
"id",
"TR1817"
],
[
"_:result",
"leave_at",
"11:11"
],
[
"_:result",
"ticket",
"7.84 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'bangkok city');(_:search,leave_at,'19:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a taxi to take me from Bangkok City . I need to leave by 19:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "And where will you be going to , please ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'prezzo');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to go to Prezzo"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay I have booked your taxi for you"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "What is the car type ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'yellow lexus');(_:result,phone,'07405095877');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Here you are ! Booked car type \t : \t yellow lexus \n Contact number \t : \t 07405095877"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you . i apreciate having gotten help from your desk . hope to get more and better help sometime latter . looking foward to seeng you latter on , thank you so much again"
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "alaways welcome for more services"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for allowing me to help . Good bye ."
}
] |
SNG01687.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bangkok city"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bangkok city"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"destination",
"prezzo"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bangkok city"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"destination",
"prezzo"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bangkok city"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"destination",
"prezzo"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow lexus"
],
[
"_:result",
"phone",
"07405095877"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"bangkok city"
],
[
"_:search",
"leave_at",
"19:30"
],
[
"_:search",
"destination",
"prezzo"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow lexus"
],
[
"_:result",
"phone",
"07405095877"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Am looking for a hospital in town"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The telephone for the local hospital is Addenbrookes the phone number is 01223245151 ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you Goodbye ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You are quite welcome . Is there anything else you need assistance with ?"
}
] |
SNG01625.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi . I 'm looking for a restaurant that serves Irish food . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()",
"inform((_:result,food,'irish');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry , there are n't any restaurants that serve irish food . Would you like help with anything else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can i have a thai restaurant instead ?"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "There are two Thai restaurants . There is sala thong in the west area and bangkok city in the centre area"
}
] |
WOZ20212.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"irish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/db39c863"
],
[
"_:search/db39c863",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"irish"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would love to locate a hotel that includes wifi and parking in its prices ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several hotels that have wifi and parking . Is there an area of town you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))",
"request((_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No specific area , but I would like a guesthouse type of hotel ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,count,'21');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderately priced');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 21 hotels that match your criteria . Might I recommend the Acorn Guest House ? It is a moderately priced 4-star guesthouse in the north ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure ! Can I have the address and the area it 's located in ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'154 Chesterton road');(_:result,area,'north');(_:result,name,'Acorn Guesthouse');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Acorn Guesthouse is located at 154 chesterton road , cb41da . It is located in the north part of town ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay great . Thank you so much ."
},
{
"id": 7,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You are most welcome !"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for a park to visit , can I get the postcode of one ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,entrance_fee,'free admission');(_:result,name,'milton country park');(_:result,postcode,'cb46az');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! milton country park is at cb46az . It 's free admission ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'from my hotel');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Free is perfect . That will leave me extra to book a taxi from my hotel ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "system",
"text": "I can book your taxi for you if you would like , would you care to go ahead and book one ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'14:00');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need the taxi to commute and I have to leave the hotel by 14:00 , can I get their contact number and car type please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'black volkswagen');(_:result,destination,'milton county park');(_:result,leave_at,'14:00');(_:result,phone,'07563800570');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "It is a black volkswagen . The number is 07563800570 . It will be there at 14:00 to take you to milton county park"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thank you so very much !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your trip !"
}
] |
MUL1107.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",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"address",
"154 Chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"address",
"154 Chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"address",
"154 Chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"milton country park"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"from my hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"address",
"154 Chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"milton country park"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"14: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",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"address",
"154 Chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"name",
"milton country park"
],
[
"_:result",
"postcode",
"cb46az"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black volkswagen"
],
[
"_:result",
"destination",
"milton county park"
],
[
"_:result",
"leave_at",
"14:00"
],
[
"_:result",
"phone",
"07563800570"
],
[
"_: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,area,'south');(_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I need a cinema to go to in the south ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'The cineworld cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The cineworld cinema is the place !"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me the address ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'cambridge leisure park , clifton way');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is cambridge leisure park , clifton way . Can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I need to find a restaurant in the same area ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'south');(_:result,count,'9');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 9 different restaurants in the south . Lets try to narrow it down . Do you have a preference on price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do any of the nine restaurants serve north american food ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'Italian');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No , they do not . How about Pizza Hut Cherry Hinton ? It is Italian but it is popular with the Americans here ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,name,'Pizza Hut');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "We eat Pizza Hut way to much . Can you try something with indian food ? It is a special occasion so it can be expensive ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'64 Cherry Hinton Road');(_:result,name,'Taj Tandoori');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is Taj Tandoori which is located on 64 Cherry Hinton Road . Would you like me to book a table for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , but can you give me the phone number and postcode ? Thanks !"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'Taj Tandoori');(_:result,phone,'01223412299');(_:result,postcode,'cb17aa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Taj Tandoori 's phone number is 01223412299 and the postcode is cb17aa ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! You have answered all of my needs ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure . Thank you for using our service . Good night ."
}
] |
MUL2408.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"The cineworld cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"name",
"The cineworld cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_: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",
"cinema"
],
[
"_:result",
"name",
"The cineworld cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"9"
],
[
"_:system",
"canthelp",
"_:search/e1a597cc"
],
[
"_:search/e1a597cc",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"name",
"Pizza Hut"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"9"
],
[
"_:system",
"canthelp",
"_:search/e1a597cc"
],
[
"_:search/e1a597cc",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"name",
"Pizza Hut"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"64 Cherry Hinton Road"
],
[
"_:result",
"name",
"Taj Tandoori"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"9"
],
[
"_:system",
"canthelp",
"_:search/e1a597cc"
],
[
"_:search/e1a597cc",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Italian"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"name",
"Pizza Hut"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"64 Cherry Hinton Road"
],
[
"_:result",
"name",
"Taj Tandoori"
],
[
"_:result",
"phone",
"01223412299"
],
[
"_:result",
"postcode",
"cb17aa"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a cheap Spanish restaurant . Are there any around ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'4 - 6 Rose Crescent');(_:result,food,'spanish');(_:result,name,'la raza');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , la raza is a restaurant serving spanish food in the cheap price range . It is located at 4 - 6 Rose Crescent . Would you like a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a restaurant in the centre ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'4 - 6 Rose Crescent');(_:result,area,'centre');(_:result,food,'spanish');(_:result,name,'la raza');(_:result,postcode,'cb2311');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "la raza is a cheap restaurant serving spanish food in the centre part of town . It 's address is 4 - 6 Rose Crescent and it 's post code is cb2311 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'11:45');(_:search,people,'7');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great . can you book me a table for 7 on Tuesday at 11:45 and provide me with a reference number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'OOG9KQ5V');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All right , I 've made a reservation . Your reference number is OOG9KQ5V . What else can I do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "hey , do you know any restaurants near me in the city ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a lot');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There a lot of restaurants in the city , what kind are you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Never mind , I 'm all set . I even have the reference number for my reservation . Thanks for your help - goodbye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure to serve you . Please feel free to use our service again anytime . Have a good day ."
}
] |
SNG0477.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"postcode",
"cb2311"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"postcode",
"cb2311"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OOG9KQ5V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"la raza"
],
[
"_:result",
"postcode",
"cb2311"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OOG9KQ5V"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"a lot"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "Help I was just robbed ! Could you please help me contact the police ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Parkside police phone number is : 01223358966 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Could I also get the address of the police station ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cabridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The address for the police station is Parkside , Cabridge and the postcode is CB11JG ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You are welcome ! Is there anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "no that is all good day ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Best of luck to you ."
}
] |
SNG0133.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"Parkside , Cabridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"Parkside , Cabridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'broxbourne');(_:search,leave_at,'10:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train , actually . I need to go to Broxbourne on tuesday after 10:15 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'13');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 13 options available . Do you need to arrive by a certain time ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "No , not particularly . Sooner the better , I suppose ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR2130');(_:result,leave_at,'11:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR2130 leaves at 11:01 , with the rest following in one hour increments ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Ok . What is the travel time ? When does the train arrive ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'12:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It arrives at 12:01 . Shall I book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "How long is the train ride ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,departure,'cambridge');(_:result,destination,'broxbourne');(_:result,duration,'60 minutes');(_:result,id,'TR2130');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR2130 goes from cambridge to broxbourne , the travel time is 60 minutes . Can I book that train for you ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Sure , why not ? Thank you ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'NZE7UPOS');(_:booking,ticket,'17.89 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've reserved your ticket . The total fee is 17.89 GBP payable at the station , and your reference number is NZE7UPOS ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you ! That is all I need today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Happy I was able to accommodate you ."
}
] |
SNG0407.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR2130"
],
[
"_:result",
"leave_at",
"11:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"id",
"TR2130"
],
[
"_:result",
"leave_at",
"11:01"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"12:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"leave_at",
"11:01"
],
[
"_:result",
"arrive_by",
"12:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"broxbourne"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR2130"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"leave_at",
"11:01"
],
[
"_:result",
"arrive_by",
"12:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"broxbourne"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR2130"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"NZE7UPOS"
],
[
"_:booking",
"ticket",
"17.89 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,leave_at,'15:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking to book a train from leicester that leaves after 15:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm trying to get the leicester from cambridge , actually ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is the day of travel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It will be on Saturday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'16:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that leaves at 16:21 . If that works for you , I 'd be happy to book your seat ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great , can you book it for 2 people ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'6OINE67F');(_:booking,ticket,'60.48 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 60.48 GBP payable at the station . \n Reference number is : 6OINE67F ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'the cambridge corn exchange');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for an attraction called the cambridge corn exchange . I would like to know the area and the address please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Wheeler Street');(_:result,area,'centre');(_:result,name,'Cambridge Corn Exchange');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The area of the Cambridge Corn Exchange is centre . The address is on Wheeler Street . Is there anything else I can help with ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that is all . Good bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "I am happy I could assist you today . Let us know if you need anything else ."
}
] |
PMUL1233.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"leave_at",
"16:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"leave_at",
"16:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"6OINE67F"
],
[
"_:booking",
"ticket",
"60.48 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"the cambridge corn exchange"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"15:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"leave_at",
"16:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"6OINE67F"
],
[
"_:booking",
"ticket",
"60.48 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"the cambridge corn exchange"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Wheeler Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cambridge Corn Exchange"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to visit a museum ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Great ! What area are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Any area would be fine . Can you recommend one for me ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'cambridge and county folk museum');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "The cambridge and county folk museum is in the west area . Would you care for more information on it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Oh yes please . That sounds wonderful . Can you get me the address and tell me what the entrance fee is ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'2 - 3 Castle Street');(_:result,entrance_fee,'3.50 pounds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure . It 's located at 2 - 3 Castle Street and the fee is 3.50 pounds . Anything else ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's great . Thank you so much ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome ! Have a great day ! Goodbye !"
}
] |
SNG1144.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"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge and county folk museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cambridge and county folk museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 - 3 Castle Street"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for Hotels in the center area of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Great . I have 3 options available for you . Is there a price range or star rating you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care , but I 'd like free parking ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,has_parking,'none');(_:result,name,'Gonville Hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the Gonville Hotel with free parking in the center that is in the expensive price range ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'Gonville Hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The Gonville Hotel is good . Can I book a room ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes I need to know how many people wil be staying and for how long and from when ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free wifi and what is the rating of the hotel ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They have free wifi and the rating of the hotel ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,stars,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "How many stars is the hotel rated ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Gonville Hotel');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Gonville Hotel is rated 3 stars . Can I book you a room ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'close to the hotel');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any museums close to the hotel ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museums');(_:result,count,'11');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 11 museums in the centre ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That 's great , could you pick me one and provide the entrance fee , phone number , and address ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'98 king street');(_:result,entrance_fee,'free');(_:result,name,'broughton house gallery');(_:result,phone,'01223314960');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "broughton house gallery is free entrance . The address is 98 king street and phone is 01223314960 . Is there anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I AM also looking for a place to stay"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,name,'Gonville hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Gonville hotel is nice . Would you like me to reserve you any rooms ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "What is their star rating ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They have a 3 Star rating"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Attraction');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks , but I believe we are repeating ourselves . The hotel and attraction are all I need at this time . Goodbye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Do you want hotel reservations ?"
}
] |
PMUL2969.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Gonville Hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"Gonville Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"Gonville Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"stars",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"Gonville Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"close to the hotel"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"Gonville Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Gonville Hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"close to the hotel"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"Gonville Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"close to the hotel"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"address",
"98 king street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"Gonville Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"close to the hotel"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"address",
"98 king street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Gonville hotel"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"Gonville Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"close to the hotel"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"address",
"98 king street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Gonville hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.