turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a moderately priced hotel with free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a preference on area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'guesthouse');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but I would like a 4-star guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,count,'9');(_:result,name,'home from home guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 9 options , including home from home guesthouse in the north . Shall I book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds good . Yes , please book it for 2 nights starting on Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Of course , how many people will there be ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "3 people only ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'CM5SEPYO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : CM5SEPYO . Is there anything else I can assist you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thank you for your help ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ! Have a nice day !"
}
] |
SNG1176.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"home from home guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"home from home guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"home from home guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"CM5SEPYO"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm interested in places to in the centre ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'trinity l;ane');(_:result,name,'old school architecture');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "i recommend old school architecture . its in trinity l;ane . can i give you the address"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes and also the entrance fee and phone number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,phone,'01223332320');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "admission is free and the phone number is 01223332320"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you also help me find a train ?"
},
{
"id": 5,
"rdf-acts": [
"thank()",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Absolutely ! What day would you like to travel and where are you departing from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thursday and going to Ely !"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to arrive by and what time would you like to depart by ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave pretty early so I can spend the day . I would also like to have dinner there so sometime after 8 pm ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))",
"inform((_:result,day,'Thursday');(_:result,destination,'Ely');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have that you are going to Ely Thursday by 8 pm . Where are you departing from and when would like to arrive ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'10:15');(_:search,departure,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am departing for Bishops Stortford . I need to arrive by 10:15 . No departure preference ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I just need the train ID and the departure and travel times please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'10:07');(_:result,departure,'Cambridge');(_:result,destination,'Ely');(_:result,id,'TR1923');(_:result,leave_at,'09:50');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Yes I have the TR1923 that leaves Cambridge at 09:50 and arrives in Ely by 10:07 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay . Thank you for your information ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for calling ."
}
] |
PMUL1205.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"trinity l;ane"
],
[
"_:result",
"name",
"old school architecture"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"trinity l;ane"
],
[
"_:result",
"name",
"old school architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"trinity l;ane"
],
[
"_:result",
"name",
"old school architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"trinity l;ane"
],
[
"_:result",
"name",
"old school architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"trinity l;ane"
],
[
"_:result",
"name",
"old school architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"8"
],
[
"_:search",
"destination",
"?"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_: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"
],
[
"_:result",
"address",
"trinity l;ane"
],
[
"_:result",
"name",
"old school architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"8"
],
[
"_:search",
"destination",
"?"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"address",
"trinity l;ane"
],
[
"_:result",
"name",
"old school architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223332320"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"leave_at",
"8"
],
[
"_:search",
"destination",
"?"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"10:07"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR1923"
],
[
"_:result",
"leave_at",
"09:50"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a place to go in the centre of cambridge that is a museum"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museums');(_:result,count,'11');(_:result,type,'Attraction'))",
"request((_:search,name,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 11 museums in the centre of town . Would you like specific information about any of them ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Great ! Are there any without an entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,amount,'all');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , all of have free entrance , would you like more info on them ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Which would you recommend ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'museum of archaeology and anthropology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The museum of archaeology and anthropology is a popular site , would like their phone number or address ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , that 'd be great ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'university of cambridge , downing street');(_:result,phone,'01223333516');(_:result,postcode,'cb23dz');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223333516 and the address is university of cambridge , downing street with a postcode of cb23dz . Can I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yes i am also looking for an expensive hotel"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What part of town would you prefer ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It does n't matter ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are 5 expensive hotels that I can recommend for you . Is there anything else you would like to narrow them down ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "As long as it has free wifi it 's good ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'huntingdon marriott hotel');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about huntingdon marriott hotel ? They are located in the west and have four stars ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any three star locations ? I 'd like an expensive place too ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Lensfield Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes in the south I have the Lensfield Hotel . Does that interest you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free wifi ?"
},
{
"id": 17,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It does include free wifi - would you like me to book you a room ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No thank you , could you give their full address ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,name,'53 - 57 lensfield road');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Their address is 53 - 57 lensfield road . Is there anything else I can help you with ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that 's everything . Thanks very much !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Have a great stay !"
}
] |
MUL1198.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"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"museum of archaeology and anthropology"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"museum of archaeology and anthropology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"museum of archaeology and anthropology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"museum of archaeology and anthropology"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"museums"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Lensfield Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"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",
"museums"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"all"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"address",
"university of cambridge , downing street"
],
[
"_:result",
"phone",
"01223333516"
],
[
"_:result",
"postcode",
"cb23dz"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"area",
"south"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"name",
"53 - 57 lensfield road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for some place to go in the center of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Cambridge Contemporary Art Museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "May I recommend the Cambridge Contemporary Art Museum ? It is located in the town centre ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds neat ! Can I have the postcode and phone number for the museum ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223324222');(_:result,postcode,'cb21su');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Certainly ! The phone number is 01223324222 and the postcode is cb21su . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'a and b guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a hotel called a and b guest house . Can you get me information on that ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,has_internet,'none');(_:result,name,'a and b guest house');(_:result,phone,'01223315702');(_:result,postcode,'cb12dp');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "a and b guest house is located east of town center , but they have internet and a 4 star rating . Their phone is 01223315702 and postcode cb12dp ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you ! What type of hotel is that , and the address please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'124 tenison road');(_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's a guesthouse located on 124 tenison road ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your day !"
}
] |
MUL1106.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cambridge Contemporary Art Museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cambridge Contemporary Art Museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223324222"
],
[
"_:result",
"postcode",
"cb21su"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"a and b guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"a and b guest house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"a and b guest house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"a and b guest house"
],
[
"_:result",
"phone",
"01223315702"
],
[
"_:result",
"postcode",
"cb12dp"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"address",
"124 tenison road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a multiple sports attraction that is in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))",
"inform((_:result,area,'east');(_:result,count,'1');(_:result,name,'Cherry Hinton Village Centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no multiple sports attractions in the centre of town . There is one in the east however . The Cherry Hinton Village Centre ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'concerthalls');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No I want to stay in the centre . Can you check if there are any concerthalls ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'2 norfolk street');(_:result,area,'centre');(_:result,name,'The man on the moon');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The man on the moon is in the centre part of town . It 's address is 2 norfolk street . Would you like me to reserve a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'man on the moon');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me the entrance fee and postcode for The Man on the Moon ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Man on the Moon');(_:result,phone,'01223474144');(_:result,postcode,'cb12lf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode for The Man on the Moon is cb12lf . You will need to give them a call at 01223474144 to find out the entrance fee ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'vietnamese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a cheap vietnamese restaurant ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'17 Magdalene Street City Centre');(_:result,area,'west');(_:result,food,'vietnamese');(_:result,name,'Thanh Binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is a vietnamese restaurant called Thanh Binh on the west side of town . It is located at 17 Magdalene Street City Centre ."
},
{
"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": "Ok , I 'd like to book a table for 6 people at 17:15 on friday . Please give a reference number as well , thanks !"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'IYKHKOC7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table will be reserved for 15 minutes at the time you requested . Reference number IYKHKOC7 ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd also like a taxi that can get me to the restaurant on time . I need a contact number and the car type ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'Blue Volvo');(_:result,phone,'07461170081');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Alright , I have your Taxi booked . It will be a Blue Volvo , contact number : 07461170081 . Can I help you with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is everything I needed . Thank you for the help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo center . Have a wonderful day ."
}
] |
MUL0815.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4455e1ea"
],
[
"_:search/4455e1ea",
"area",
"centre"
],
[
"_:search/4455e1ea",
"category",
"multiple sports"
],
[
"_:search/4455e1ea",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Cherry Hinton Village Centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"concerthalls"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4455e1ea"
],
[
"_:search/4455e1ea",
"area",
"centre"
],
[
"_:search/4455e1ea",
"category",
"multiple sports"
],
[
"_:search/4455e1ea",
"type",
"Attraction"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"concerthalls"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"2 norfolk street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"The man on the moon"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"man on the moon"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4455e1ea"
],
[
"_:search/4455e1ea",
"area",
"centre"
],
[
"_:search/4455e1ea",
"category",
"multiple sports"
],
[
"_:search/4455e1ea",
"type",
"Attraction"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"concerthalls"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"2 norfolk street"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"name",
"man on the moon"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4455e1ea"
],
[
"_:search/4455e1ea",
"area",
"centre"
],
[
"_:search/4455e1ea",
"category",
"multiple sports"
],
[
"_:search/4455e1ea",
"type",
"Attraction"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"concerthalls"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"man on the moon"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/4455e1ea"
],
[
"_:search/4455e1ea",
"area",
"centre"
],
[
"_:search/4455e1ea",
"category",
"multiple sports"
],
[
"_:search/4455e1ea",
"type",
"Attraction"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"concerthalls"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"name",
"man on the moon"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"01223474144"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"IYKHKOC7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/4455e1ea"
],
[
"_:search/4455e1ea",
"area",
"centre"
],
[
"_:search/4455e1ea",
"category",
"multiple sports"
],
[
"_:search/4455e1ea",
"type",
"Attraction"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"concerthalls"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"name",
"man on the moon"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"17 Magdalene Street City Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"IYKHKOC7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"Blue Volvo"
],
[
"_:result",
"phone",
"07461170081"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm trying to find an Italian restaurant in the city centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What price range are you looking at ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a expensive price range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'3 others');(_:result,name,'caffee uno');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about caffee uno . there are also 3 others ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds interesting actually . Can you give me the address and phone number perhaps ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'32 Bridge Street City Centre');(_:result,phone,'01223448620');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , they are on 32 Bridge Street City Centre and their number is 01223448620 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'huntingdon marriott hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great can I also get some information on the huntingdon marriott hotel ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Huntingdon Marriott Hotel');(_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Huntingdon Marriott Hotel has 4 stars and is located in the west and is in the expensive price range . They have internet and parking ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for the information . Have a lovely day ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Caffee Uno');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , actually . What is the postcode of Caffee Uno ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Caffe Uno');(_:result,postcode,'cb21uj');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode for Caffe Uno is cb21uj . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,destination,'the hotel');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can I get a taxi to take me from the restaurant to the hotel ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like that taxi to pick you up ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'11:45');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I am wanting to leave the restaurant by 11:45 . Once the taxi is booked , can I have the contact number and car type ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow skoda');(_:result,phone,'07563271262');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , your taxi is booked . The car will be a yellow skoda and the contact number is 07563271262 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Perfect ! Thanks . That 's it for today . Goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! I hope you enjoy your time here ! Thank you for contacting Cambridge TownInfo centre ."
}
] |
MUL1258.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"amount",
"3 others"
],
[
"_:result",
"name",
"caffee uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"amount",
"3 others"
],
[
"_:result",
"name",
"caffee uno"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"3 others"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"3 others"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Caffee Uno"
],
[
"_: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"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"3 others"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"Caffee Uno"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"3 others"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223448620"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"Caffee Uno"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"3 others"
],
[
"_:result",
"address",
"32 Bridge Street City Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"Caffee Uno"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Caffe Uno"
],
[
"_:result",
"postcode",
"cb21uj"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow skoda"
],
[
"_:result",
"phone",
"07563271262"
],
[
"_: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,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am looking for a cheap restaurant in the south . Can you tell me what you have ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Chinese');(_:result,food,'Portuguese');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . There is a Chinese Restaurant and a Portuguese Restaurant . Would you like me to book one for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'fusion');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Does this restaurant serve fusion food ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'Chinese');(_:result,food,'Portuguese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No , I 'm sorry . Either Chinese or Portuguese ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That 's disappointing . Can you tell me about the Chinese restaurant ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,name,'Lucky Star');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It 's called The Lucky Star . It 's at Cambridge Leisure Park Clifton Way Cherry Hinton ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'17:15');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great can you book it for 1 person at 17:15 on saturday ?"
},
{
"id": 7,
"rdf-acts": [
"select((_:result,food,'Portuguese');(_:result,type,'Restaurant'))",
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It is n't available . Shall I try the Portuguese restaurant ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , that would be fine , thanks ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'6U8PG73H');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table will be waiting for you . Your reference number is 6U8PG73H ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for you help . That is all I need ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Thank you for using the Cambridge TownInfo centre . Have a wonderful day !"
}
] |
SSNG0032.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"fusion"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/d161e1e2"
],
[
"_:search/d161e1e2",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/d161e1e2"
],
[
"_:search/d161e1e2",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/d161e1e2"
],
[
"_:search/d161e1e2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/22689c07"
],
[
"_:booking/22689c07",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:search/d161e1e2"
],
[
"_:search/d161e1e2",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"name",
"Lucky Star"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/22689c07"
],
[
"_:booking/22689c07",
"type",
"Booking"
],
[
"_:booking",
"ref",
"6U8PG73H"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'german');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find a German restaurant please that 's in the cheap price range ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,food,'German');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , there are no German restaurants in the price range you requested . Would you like a different restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Perhaps there is one that serves Indian food . Indian food is also good ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Indian');(_:result,name,'Kohinoor');(_:result,pricerange,'budget friendly');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Can I recommend Kohinoor ? They serve budget friendly Indian food in the centre of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'Kohinoor');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The Kohinoor sounds good . Could you book a table for 2 for me ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to reserve your table . What time would you like to dine ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'12:45');(_:search,people,'2');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "It 's for around 12:45 on Wednesday . And that was for 2 people please . Can I get the reference number then too please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,duration,'12:45');(_:booking,ref,'0CUR7IQX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book a table for you at 12:45 . The reference number is 0CUR7IQX ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,destination,'birmingham new street');(_:search,leave_at,'15:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train that leaves after 15:15 that arrives at Birmingham New Street ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,departure,'cambridge');(_:result,id,'TR8952');(_:result,leave_at,'16:01');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Please book trainid TR8952 leaving cambridge at 16:01 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Thanks , could you book 2 tickets and let me know the reference number please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'FGBPBWP1');(_:booking,ticket,'150.19 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked ! Reference number is FGBPBWP1 . Total fee is 150.19 GBP , paid at the station . Anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's everything . Thank you very much !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Enjoy your day ."
}
] |
MUL0363.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"german"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ff076c3e"
],
[
"_:search/ff076c3e",
"food",
"German"
],
[
"_:search/ff076c3e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ff076c3e"
],
[
"_:search/ff076c3e",
"food",
"German"
],
[
"_:search/ff076c3e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"pricerange",
"budget friendly"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Kohinoor"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ff076c3e"
],
[
"_:search/ff076c3e",
"food",
"German"
],
[
"_:search/ff076c3e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"pricerange",
"budget friendly"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Kohinoor"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ff076c3e"
],
[
"_:search/ff076c3e",
"food",
"German"
],
[
"_:search/ff076c3e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"pricerange",
"budget friendly"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Kohinoor"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"12:45"
],
[
"_:booking",
"ref",
"0CUR7IQX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ff076c3e"
],
[
"_:search/ff076c3e",
"food",
"German"
],
[
"_:search/ff076c3e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"pricerange",
"budget friendly"
],
[
"_:search",
"name",
"Kohinoor"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"12:45"
],
[
"_:booking",
"ref",
"0CUR7IQX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR8952"
],
[
"_:result",
"leave_at",
"16:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ff076c3e"
],
[
"_:search/ff076c3e",
"food",
"German"
],
[
"_:search/ff076c3e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"pricerange",
"budget friendly"
],
[
"_:search",
"name",
"Kohinoor"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"12:45"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR8952"
],
[
"_:result",
"leave_at",
"16:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"FGBPBWP1"
],
[
"_:booking",
"ticket",
"150.19 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a place to dine in the moderate price range in the east ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))",
"inform((_:result,area,'east');(_:result,count,'3');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 3 moderately priced restaurants on the east side . Do you prefer Indian or Italian food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there one with unusual food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'the only');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "No , I 'm afraid Indian or Italian are the only options ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Ok , tell me what s available in Indian food ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'Curry Prince');(_:result,name,'Rajmahal');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "For indian food , I have the Curry Prince restaurant and Rajmahal . They are both moderately priced and located in the east . Can I tell you more about one of those ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Give me the address and postcode for one of those , please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'451 Newmarket Road Fen Ditton');(_:result,name,'Curry Prince');(_:result,postcode,'cb58jj');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address and postcode for Curry Prince is 451 Newmarket Road Fen Ditton , cb58jj . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all the information I need . Thanks for your help !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy ! Goodbye !"
}
] |
SNG0717.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"unusual"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"amount",
"the only"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"amount",
"the only"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"postcode",
"cb58jj"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'express by holiday inn cambridge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel named Express by Holiday Inn Cambridge . Do you have any information on that ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'15 - 17 norman way , coldhams business park');(_:result,category,'hotel');(_:result,phone,'01223866800');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Yes I do ! The hotel is located at 15 - 17 norman way , coldhams business park and the phone number is 01223866800 . Would you like for me to book you a room ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like to book the room for 3 people and 3 nights starting on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking');(_:search,name,?);(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , I was unable to book for that day . Would you like to try for another day or search for another hotel ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you try 1 night instead ?"
},
{
"id": 5,
"rdf-acts": [
"thank()",
"reqmore()",
"inform((_:booking,people,'3');(_:booking,ref,'SERCRCLN');(_:booking,stay,'one');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ah yes . That worked . I have a booking for 3 people for one night . Your reference number is SERCRCLN . Is there anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'castle galleries');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Sure , Is there an attraction called Castle Galleries ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , it 's a museum in the city centre ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like the phone number and postcode for the museum ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223307402');(_:result,postcode,'cb23bj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Phone number is 01223307402 and the postcode is cb23bj . Is there anything else I can help with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the museum');(_:search,destination,'my hotel');(_:search,leave_at,'9:45');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , please I would like a taxi to get me from the museum by 9:45 to my hotel ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'Blue Ford');(_:result,leave_at,'9:45');(_:result,phone,'07985144147');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I reserved a Blue Ford to pick you up at 9:45 . The contact number is 07985144147 . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . I 'm all set !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and enjoy your stay !"
}
] |
MUL1012.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"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"15 - 17 norman way , coldhams business park"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"15 - 17 norman way , coldhams business park"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/f0cdd01b"
],
[
"_:booking/f0cdd01b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"15 - 17 norman way , coldhams business park"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/f0cdd01b"
],
[
"_:booking/f0cdd01b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"SERCRCLN"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"castle galleries"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"15 - 17 norman way , coldhams business park"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/f0cdd01b"
],
[
"_:booking/f0cdd01b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"SERCRCLN"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"castle galleries"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"15 - 17 norman way , coldhams business park"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/f0cdd01b"
],
[
"_:booking/f0cdd01b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"SERCRCLN"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"castle galleries"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"my hotel"
],
[
"_:search",
"leave_at",
"9:45"
],
[
"_: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": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"15 - 17 norman way , coldhams business park"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/f0cdd01b"
],
[
"_:booking/f0cdd01b",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"SERCRCLN"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"castle galleries"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"postcode",
"cb23bj"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"my hotel"
],
[
"_:search",
"leave_at",
"9:45"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Blue Ford"
],
[
"_:result",
"leave_at",
"9:45"
],
[
"_:result",
"phone",
"07985144147"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a guesthouse that includes free parking ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I like acorn guest house . Need me to book a room ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,name,'acorn guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does the Acorn Guest House include free parking and is it located in the north ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,has_parking,'none');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is indeed in the north , and includes complimentary parking . They 're moderately priced and have a 4 star rating ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "What is the postcode ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Acorn Guesthouse');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The postcode for Acorn Guesthouse is cb41da . Would you like my help booking a room there ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'18:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , thank you . I do need information about a train leaving after 18:00 on Saturday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you leaving from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Departing from Kings Lynn ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What 's your destination ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "My destination is Cambridge ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,departure,'Kings Lynn');(_:result,id,'TR9408');(_:result,leave_at,'18:11');(_:result,leave_at,'19:11');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR9408 leaves Kings Lynn at 18:11 . Does that work for you or would you prefer the next train , which leaves at 19:11 ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you tell me the travel time and price of that train please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'47 minutes');(_:result,ticket,'7.84 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The total travel time is 47 minutes and it 's 7.84 pounds per ticket . Would you like me to book a ticket for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks , just the information is enough ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Okay . Can I help you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all today . thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , Have a great day ."
}
] |
PMUL1599.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"id",
"TR9408"
],
[
"_:result",
"leave_at",
"18:11"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"id",
"TR9408"
],
[
"_:result",
"leave_at",
"18:11"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"ticket",
"7.84 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"acorn guest house"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"name",
"Acorn Guesthouse"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"Kings Lynn"
],
[
"_:result",
"id",
"TR9408"
],
[
"_:result",
"leave_at",
"18:11"
],
[
"_:result",
"leave_at",
"19:11"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"ticket",
"7.84 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a cheap restaurant in the north part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What kind of food are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'20 Milton Road , Chesterton');(_:result,name,'Da Vinci Pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend the Da Vinci Pizzeria . They are located at 20 Milton Road , Chesterton ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,\"da vinci pizzeria 's\");(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "da vinci pizzeria 's phone number is 01223 351707 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'20 Milton Road Chesterton');(_:result,name,'Da Vinci Pizzeria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address of Da Vinci Pizzeria is 20 Milton Road Chesterton ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the food type they serve ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They serve italian food ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! Goodbye !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge restaurant system . Goodbye ."
}
] |
WOZ20139.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"20 Milton Road , Chesterton"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"20 Milton Road , Chesterton"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"da vinci pizzeria 's"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"address",
"20 Milton Road Chesterton"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'tuscan');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm interested in finding a restaurant that serves Tuscan food . Do you know of any in the moderate price range ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'Italian');(_:result,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "no I am sorry I do n't have anything but I 'm sure I could find you something that is simply Italian ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'Tuscan');(_:search,pricerange,'and');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm sorry . I 'm only looking for a place that is moderately priced and serves Tuscan food ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,food,'tuscan');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I apologize , but it appears tuscan with the moderate price range does not have any result ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That okay . Italian does sound fine , actually . Could you find a moderately priced Italian restaurant instead ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'Prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found Prezzo in the west part of town , would that work ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'19:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , that works . Please book a table for 8 people at 19:00 on Wednesday . Can you do that ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was unfortunately unsuccessful . Can we try another day or time slot ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'18:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can we book the table for 8 people at 18:00 on Wednesday please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'7U1BWJ5Q');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure . No problem . Your reference number is 7U1BWJ5Q ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's all I need !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
SNG0658.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"tuscan"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/861d4b79"
],
[
"_:search/861d4b79",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Tuscan"
],
[
"_:search",
"pricerange",
"and"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/861d4b79"
],
[
"_:search/861d4b79",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a461ae03"
],
[
"_:search/a461ae03",
"food",
"tuscan"
],
[
"_:search/a461ae03",
"pricerange",
"moderate"
],
[
"_:search/a461ae03",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"canthelp",
"_:search/861d4b79"
],
[
"_:search/861d4b79",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a461ae03"
],
[
"_:search/a461ae03",
"food",
"tuscan"
],
[
"_:search/a461ae03",
"pricerange",
"moderate"
],
[
"_:search/a461ae03",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"canthelp",
"_:search/861d4b79"
],
[
"_:search/861d4b79",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a461ae03"
],
[
"_:search/a461ae03",
"food",
"tuscan"
],
[
"_:search/a461ae03",
"pricerange",
"moderate"
],
[
"_:search/a461ae03",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/7f8ebd17"
],
[
"_:booking/7f8ebd17",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"canthelp",
"_:search/861d4b79"
],
[
"_:search/861d4b79",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a461ae03"
],
[
"_:search/a461ae03",
"food",
"tuscan"
],
[
"_:search/a461ae03",
"pricerange",
"moderate"
],
[
"_:search/a461ae03",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/7f8ebd17"
],
[
"_:booking/7f8ebd17",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"7U1BWJ5Q"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like a train from Birmingham New Street that will arrive by 12:45 , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination and what day would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'cambidge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am coming to cambidge on friday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,leave_at,'every hour starting at 05:40 until 09:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great . There are four trains available with departure times every hour starting at 05:40 until 09:40 . Would you like to book a ticket on one of them ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , I need 6 tickets and a reference number for my purchase when you are done . Thanks !"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'4');(_:booking,ref,'5JAC9295');(_:booking,ticket,'450.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are successfully booked for 4 ticket with a total fee of 450.6 GBP that is payable at the station and the reference number is : 5JAC9295 . May i help you with something else ? If not have an awesome day ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'kirkwood house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a hotel . I think it is called Kirkwood House ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'172 chesterton road');(_:result,name,'kirkwood house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes I 've found the kirkwood house at 172 chesterton road . Would you like me to make a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'six');(_:search,stay,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . Can you please make the it for six people and for three nights starting on the same day as the train ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , there is no availability for that time frame . Would you like to travel a different amount of days ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stay,'2');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you check for 2 nights instead ? And I need the reference number ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'DOSXP70O');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : DOSXP70O . Is there anything else you need to know ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . Have a great day !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You too , enjoy your stay in Cambridge ."
}
] |
MUL2092.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambidge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambidge"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"leave_at",
"every hour starting at 05:40 until 09:40"
],
[
"_: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",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambidge"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"leave_at",
"every hour starting at 05:40 until 09:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"5JAC9295"
],
[
"_:booking",
"ticket",
"450.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"kirkwood house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambidge"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"leave_at",
"every hour starting at 05:40 until 09:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"5JAC9295"
],
[
"_:booking",
"ticket",
"450.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"kirkwood house"
],
[
"_:result",
"address",
"172 chesterton road"
],
[
"_:result",
"name",
"kirkwood house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"six"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambidge"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"leave_at",
"every hour starting at 05:40 until 09:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"5JAC9295"
],
[
"_:booking",
"ticket",
"450.6 GBP"
],
[
"_:search",
"name",
"kirkwood house"
],
[
"_:result",
"address",
"172 chesterton road"
],
[
"_:result",
"name",
"kirkwood house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"six"
],
[
"_:system",
"canthelp",
"_:booking/6602cbdc"
],
[
"_:booking/6602cbdc",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambidge"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"leave_at",
"every hour starting at 05:40 until 09:40"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ticket",
"450.6 GBP"
],
[
"_:search",
"name",
"kirkwood house"
],
[
"_:result",
"address",
"172 chesterton road"
],
[
"_:result",
"name",
"kirkwood house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"six"
],
[
"_:system",
"canthelp",
"_:booking/6602cbdc"
],
[
"_:booking/6602cbdc",
"type",
"Booking"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DOSXP70O"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Do you know an Indian restaurants in east Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes I do . What price range do you have in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'does not matter');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Price does not matter ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Curry prince');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry prince may be a good choice for you ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,name,'curry prince');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I forgot to mention I 'm looking for something in the east area . If Curry Prince is in the east I 'll just need the phone number please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'east');(_:result,name,'Curry Prince');(_:result,phone,'01223566388');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry Prince is located in the east area , their phone is 01223566388 . Is there any else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train that departs from Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When are you traveling ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on friday ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you need to depart ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'14:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive after 14:30 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "My destination is stevenage ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,id,'TR7852');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7852 looks like it would work for you , would you like to book that ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . Book it for 5 people"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'IR34MGT4');(_:booking,ticket,'64 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful , the total fee is 64 GBP payable at the station . \n Your reference number is IR34MGT4 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's great thank you ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need anything else today ?"
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "That is all I need ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a great day !"
}
] |
PMUL0662.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_: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",
"does not matter"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_: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",
"does not matter"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7852"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_: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",
"food",
"indian"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR7852"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"IR34MGT4"
],
[
"_:booking",
"ticket",
"64 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",
"food",
"indian"
],
[
"_:search",
"pricerange",
"does not matter"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"phone",
"01223566388"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:30"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR7852"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"IR34MGT4"
],
[
"_:booking",
"ticket",
"64 GBP"
],
[
"_: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,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train departing from cambridge going to stevenage ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "sure , what day will you be travelling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'18:45');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be travelling on Monday and need to arrive by 18:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'18:10');(_:result,id,'TR0254');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0254 arrives 18:10 . Want to book ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Could you tell me the cost of the train ticket ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'12.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The cost is 12.80 pounds ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great thanks . So what time do I need to be at the Cambridge station ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,departure,'Cambridge station');(_:result,leave_at,'17:21');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "You need to be at the Cambridge station at 17:21 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you very much . Could you help me get a guesthouse as well ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a price range or area preference ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "One in the west , would be best ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What price range would you like ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like something in the moderate price range ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "sure when are you planning your stay so I can book the room for you"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,has_internet,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I do not need it to be booked . Can I just get the postcode and whether it has internet ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'guest house');(_:result,has_internet,'none');(_:result,name,'Hobsons House');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Sure . Hobsons House is a guest house in the west with moderate pricing and internet . Do you need any additional information ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , does the guesthouse have a star rating of 3 ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,address,'96 barton road');(_:result,name,'hobsons house');(_:result,phone,'01223304906');(_:result,stars,'3');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , hobsons house does have a 3 star rating . It is located at 96 barton road and their phone number is 01223304906 . Do you need anything else today ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Just one other thing . Can you clarify the travel time for the train ? I need to make sure I am prepared . TR0254 I believe ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "sure , the travel time for the train is as follows ; departure 17:21 arrival 18:10"
}
] |
PMUL4639.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"id",
"TR0254"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"id",
"TR0254"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"id",
"TR0254"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"departure",
"Cambridge station"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"id",
"TR0254"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"departure",
"Cambridge station"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"west"
],
[
"_: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",
"stevenage"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"id",
"TR0254"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"departure",
"Cambridge station"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"id",
"TR0254"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"departure",
"Cambridge station"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"id",
"TR0254"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"departure",
"Cambridge station"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stars",
"3"
],
[
"_: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",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"id",
"TR0254"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"departure",
"Cambridge station"
],
[
"_:result",
"leave_at",
"17:21"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"96 barton road"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"phone",
"01223304906"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i want to go to a museum in the west area of the town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'West');(_:result,category,'museums');(_:result,count,'7');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have found 7 museums in the West area of town . What type of museum would you like to visit ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Can you list 2 of them for me to choose from ? Thanks"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Cafe jello gallery');(_:result,name,\"people 's portraits exhibition at girton college\");(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Cafe jello gallery and people 's portraits exhibition at girton college are the two places I would recommend . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'cafe jello gallery');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "May I get the phone number and Postcode for the Cafe Jello Gallery ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Cafe Jello Gallery');(_:result,phone,'01223312112');(_:result,postcode,'cb30af');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course . The phone number for Cafe Jello Gallery is 01223312112 . The post code is cb30af . May I be of further assistance ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'warkworth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for the Warkworth House . What area is that in ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is in east . Need a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . I need it for 1 person , 2 nights starting on Monday please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'OTQ22OMB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : OTQ22OMB ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I look up anything else for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , let me know if I can assist with anything else ."
}
] |
PMUL2614.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"Cafe jello gallery"
],
[
"_:result",
"name",
"people 's portraits exhibition at girton college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"cafe jello gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"OTQ22OMB"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"name",
"Cafe Jello Gallery"
],
[
"_:result",
"phone",
"01223312112"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"OTQ22OMB"
],
[
"_: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,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am planning a trip in Cambridge , looking for a train"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "sure , what day will you be traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on a Saturday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Please tell me your destination and departure site so that I can narrow down the options"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'norwich');(_:search,leave_at,'10:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "norwich and should leave at 10:30"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,day,'Saturday');(_:result,departure,'Norwich');(_:result,destination,'Cambridge');(_:result,leave_at,'10:30');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Just to clarify , you want to leave Norwich to head into Cambridge on Saturday , after 10:30 ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , correct . I 'd like to make a booking on that train for 3 people ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,leave_at,'10:30');(_:search,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,leave_at,'11:16');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry , there is no 10:30 train available , but I could book you on an 11:16 train instead ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that would be fine . And I will need a reference number please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'3PH9MFON');(_:booking,ticket,'42.24 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 42.24 GBP payable at the station . \n Reference number is : 3PH9MFON . anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I need somewhere to eat that day . Are there any good Italian restaurants on the south side of town ?"
},
{
"id": 11,
"rdf-acts": [
"select((_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'a couple');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a couple of options . Did you have a preference between moderately priced and expensive ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "That does n't matter . Could you recommend something ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'frankie and bennys');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommended frankie and bennys . Do you need a reservation ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds good . I need to book a reservation for 3 people ."
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time and day would you like to reserve it for ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'21:00');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to book a table for the same group of people at 21:00 on the same day ."
},
{
"id": 17,
"rdf-acts": [
"thank()",
"inform((_:booking,ref,'WCEMVAAG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Excellent . Your booking was successful and your reference number is WCEMVAAG . Your table will be held for 15 minutes ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great ! Thank you !"
},
{
"id": 19,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I assist you further , today ?"
},
{
"id": 20,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Nope , that 's all I needed . Goodbye !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad we could be of assistance today . Good - bye ."
}
] |
PMUL4723.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:30"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:30"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/f77abe47"
],
[
"_:search/f77abe47",
"leave_at",
"10:30"
],
[
"_:search/f77abe47",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"leave_at",
"11:16"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:30"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:search/f77abe47"
],
[
"_:search/f77abe47",
"leave_at",
"10:30"
],
[
"_:search/f77abe47",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"leave_at",
"11:16"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3PH9MFON"
],
[
"_:booking",
"ticket",
"42.24 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_: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": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:30"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:search/f77abe47"
],
[
"_:search/f77abe47",
"leave_at",
"10:30"
],
[
"_:search/f77abe47",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"leave_at",
"11:16"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3PH9MFON"
],
[
"_:booking",
"ticket",
"42.24 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"amount",
"a couple"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:30"
],
[
"_:system",
"canthelp",
"_:search/f77abe47"
],
[
"_:search/f77abe47",
"leave_at",
"10:30"
],
[
"_:search/f77abe47",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"leave_at",
"11:16"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3PH9MFON"
],
[
"_:booking",
"ticket",
"42.24 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"amount",
"a couple"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_: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",
"?"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:30"
],
[
"_:system",
"canthelp",
"_:search/f77abe47"
],
[
"_:search/f77abe47",
"leave_at",
"10:30"
],
[
"_:search/f77abe47",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"leave_at",
"11:16"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"3PH9MFON"
],
[
"_:booking",
"ticket",
"42.24 GBP"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"amount",
"a couple"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_: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",
"?"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:30"
],
[
"_:system",
"canthelp",
"_:search/f77abe47"
],
[
"_:search/f77abe47",
"leave_at",
"10:30"
],
[
"_:search/f77abe47",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"leave_at",
"11:16"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"42.24 GBP"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"amount",
"a couple"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"WCEMVAAG"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Norwich"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"10:30"
],
[
"_:system",
"canthelp",
"_:search/f77abe47"
],
[
"_:search/f77abe47",
"leave_at",
"10:30"
],
[
"_:search/f77abe47",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"leave_at",
"11:16"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"42.24 GBP"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"amount",
"a couple"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"WCEMVAAG"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'avalon');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel called Avalon ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Avalon hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Avalon hotel is located in the north area ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_internet,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have internet ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it has internet ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'11:15');(_:search,day,'sunday');(_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great . Thanks for the information . I 'm also looking for a train that departs from Norwich for Cambridge on Sunday that will arrive by 11:15 . Can you help with that ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'10:35');(_:result,departure,'norwich');(_:result,destination,'cambridge');(_:result,id,'TR0996');(_:result,leave_at,'9:16');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR0996 departs norwich at 9:16 and arrives at 10:35 in cambridge ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Please book me ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'GT4JL5RA');(_:booking,ticket,'14.08 GBO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The cost for the ticket is 14.08 GBO and your reference number is GT4JL5RA . May I help you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I actually need 5 tickets on that train , please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'5');(_:booking,ref,'R6QP0VXM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have corrected the booking for 5 people . Your new reference number is R6QP0VXM . Is there anything more I can help with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it . thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "We are happy to help . Thanks for using our service . Have a great day !"
}
] |
MUL0610.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Avalon hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Avalon hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Avalon hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"departure",
"norwich"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR0996"
],
[
"_:result",
"leave_at",
"9:16"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Avalon hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"departure",
"norwich"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR0996"
],
[
"_:result",
"leave_at",
"9:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GT4JL5RA"
],
[
"_:booking",
"ticket",
"14.08 GBO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"avalon"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Avalon hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"arrive_by",
"11:15"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"10:35"
],
[
"_:result",
"departure",
"norwich"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR0996"
],
[
"_:result",
"leave_at",
"9:16"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"ticket",
"14.08 GBO"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"R6QP0VXM"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'meghna');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant called Meghna ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,food,'Indian');(_:result,name,'Meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Meghna is an Indian restaurant in the west . Would you like me to book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please book for 3 people ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I m happy to book that for you , what date and time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'13:00');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Make the booking for Friday at 13:00 . If that is n't available , then 12:00 is fine . Please provide the reference number if you 're successful ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'06PQA3E2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 06PQA3E2"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great . I 'll also need to make a reservation for a hotel with free parking in the south ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Ok i will try and find you one thank and welcome again"
}
] |
PMUL0375.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"meghna"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"meghna"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"meghna"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"meghna"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"06PQA3E2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'lebanese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the moderate price range that serves Lebanese food ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'lebanese');(_:result,name,'Ali baba restaraunt');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Ali baba restaraunt serves lebanese food and is in the moderate price range ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Ali baba');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Tell me the address and phone number of Ali baba restaraunt ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'59 Hills Road City Centre');(_:result,postcode,'01462 432565');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their address is 59 Hills Road City Centre and their phone number is 01462 432565 ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you bye bye"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge Restaurant Phone System . Enjoy your meal !"
}
] |
WOZ20544.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"Ali baba restaraunt"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"Ali baba"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"Ali baba restaraunt"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"Ali baba"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"59 Hills Road City Centre"
],
[
"_:result",
"postcode",
"01462 432565"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a moderate priced place to stay in the north part of town"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'11');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 11 to choose from . Do you have preferred quality ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd like a 3 star place . It does n't need to have free parking ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'the hamilton lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , the hamilton lodge fits those conditions . Would you like me to book you a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . Book me a stay for 7 people and 5 nights starting from Saturday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,has_parking,'none');(_:result,name,'The hamilton lodge guesthouse');(_:result,name,'alpha - milton guest house');(_:result,pricerange,'moderately priced');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The hamilton lodge guesthouse does have free parking , is that okay ? There is the alpha - milton guest house in the north , it ' 3 stars , moderately priced and does n't offer parking ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "The Alpha Milton guest house sounds better . Please book a room there ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'8EPNPVVM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have that booked , the reference code is 8EPNPVVM . Anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is it , thanks ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Ok thank you for using our service & have a good day !"
}
] |
SNG0802.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"the hamilton lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"The hamilton lodge guesthouse"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"The hamilton lodge guesthouse"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"8EPNPVVM"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "There 's been a traffic accident and I need some help resolving a dispute about it ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Sure ! I think you 'll need the police . Their contact number is 01223358966 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Thank you so much . Do you have their address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Their address is Parkside , Cambridge"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much ! I think that is all I need today ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are more than welcome !"
}
] |
SNG01826.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",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a local restaurant in the south that offers modern European cuisine"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found one for you called restaurant alimentum . Would you like me to book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes !"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like to book your reservation ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'11:15');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Two people at 11:15 for 2 people ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "For which day shall I book the table ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Tuesday , please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'IMSY2GMJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : IMSY2GMJ . Is there anything else I can do for you today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
MUL0867.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"modern european"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"modern european"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"modern european"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"IMSY2GMJ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'bangkok city');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What can you tell me about the bangkok city restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223354382');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "sure their phone number is 01223354382 . anything else i can help you with ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you ! What part of town is it in ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'24 Green Street City Centre');(_:result,area,'centre');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They 're in the centre of town . They are an expensive restaurant located at 24 Green Street City Centre . Would you like me to book a table for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "yes and also looking for a train . The train should leave after 13:15 and should depart from cambridge"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,departure,'cambridge');(_:result,leave_at,'13:15');(_:result,type,'Train'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'll need to know how many will be dining , the day and the time you want to dine to book the restaurant . There are several trains leaving cambridge after 13:15 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I wo n't need to book a table but thank you . For the train I need to leave monday and am headed towards peterborough ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'14:24');(_:result,id,'TR5901');(_:result,leave_at,'13:34');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I have the TR5901 that leaves at 13:34 and arrives at 14:24 Will that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "First can I have the price and what the travel time is ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'50 minutes');(_:result,id,'TR5901');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Train TR5901 has a travel time of 50 minutes and has a price of 16.50 pounds"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Can you book it for me ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets do you need ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I 'm not sure how many yet . Thank you for all the information . I 'll get back to you . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "it is okey , thanks and good bye too"
}
] |
PMUL3722.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"13:15"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:24"
],
[
"_:result",
"id",
"TR5901"
],
[
"_:result",
"leave_at",
"13:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:24"
],
[
"_:result",
"leave_at",
"13:34"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"id",
"TR5901"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bangkok city"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223354382"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"24 Green Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"arrive_by",
"14:24"
],
[
"_:result",
"leave_at",
"13:34"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"id",
"TR5901"
],
[
"_:result",
"ticket",
"16.50 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'10:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train that goes to Cambridge around 10:45"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on Thursday , and departing from Stevenage ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 3 trains that match your search . Do you want to book one ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , can you just let me know the travel time for this trip ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,departure,'Stevenage');(_:result,destination,'Cambridge');(_:result,duration,'49 minutes');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The travel time from Stevenage to Cambridge is 49 minutes ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok thanks . I 'll have to get back to you on how many tickets . Have a great day ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye !"
}
] |
SNG1317.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"10:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"departure",
"Stevenage"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"duration",
"49 minutes"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'city centre north b and b');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you tell me about the city centre north b and b hotel ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's a guesthouse in the north . It 's cheap , and has free wifi and parking . Would you like a room ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . We will be arriving on Sunday for 3 nights . There are 7 of us ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'EBL4A5DL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Oh great . your booking was successful and your reference number is EBL4A5DL ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for a cheap place to eat in the centre area , what do you recommend ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many is there a type of food you 'd prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer portuguese food please ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'33 - 34 Saint Andrews Street');(_:result,name,'Nandos City Centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos City Centre is located at 33 - 34 Saint Andrews Street . Would you like me to make reservations for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'18:00');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yeah I want a table for 7 people on sunday at 18:00"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I can not book it for you . Would you like any more information ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'17:00');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is the 17:00 time slot available for 7 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,duration,'17:00');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can book it for you at 17:00 but I need to know what day , I can do Monday for you ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there another restaurant in that area with portuguese food ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'6UDMBSI2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry for the confusion , I booked the restaurant for you and the reference number is 6UDMBSI2 . Anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'17:00');(_:search,departure,'the hotel');(_:search,destination,'nandos city centre');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi . I want to be taken from the hotel to nandos city centre , arriving by 17:00 . Please give me the car and contact information"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'blue volkswagon');(_:result,phone,'07525527431');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your all set ! A blue volkswagon will be picking you up the contact number is 07525527431 , is there anything else I can assist you with today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for all of your help you 've been great !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome enjoy !"
}
] |
PMUL0307.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"EBL4A5DL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"EBL4A5DL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"EBL4A5DL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"name",
"Nandos City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"EBL4A5DL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"name",
"Nandos City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"canthelp",
"_:booking/c8492b78"
],
[
"_:booking/c8492b78",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"EBL4A5DL"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"name",
"Nandos City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"canthelp",
"_:booking/c8492b78"
],
[
"_:booking/c8492b78",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"name",
"Nandos City Centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"canthelp",
"_:booking/c8492b78"
],
[
"_:booking/c8492b78",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6UDMBSI2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"nandos city centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"address",
"33 - 34 Saint Andrews Street"
],
[
"_:result",
"name",
"Nandos City Centre"
],
[
"_:search",
"day",
"sunday"
],
[
"_:system",
"canthelp",
"_:booking/c8492b78"
],
[
"_:booking/c8492b78",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"duration",
"17:00"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:booking",
"ref",
"6UDMBSI2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"nandos city centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue volkswagon"
],
[
"_:result",
"phone",
"07525527431"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'northside');(_:search,category,'gueshouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for a gueshouse on the northside ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'11');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 11 guesthouses in the north , do you need free parking or free internet ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'dontcare');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am looking for free parking . Internet is not important ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there a price range you 'd like to stay in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Not particularly considered about price range , just as long as it 's a 4 star hotel"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommend the Acorn Guest House . Would you like me to book a room for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'08:15');(_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay book it for 2 people for 3 nights and let me have the reference number . Also find me a Train departing from London liverpool street to arrive Cambridge by 08:15 ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "London liverpool street to arrive Cambridge by 08:15 the TR536 leaves at 8:00,Would you like me to book it for you ?"
}
] |
PMUL1819.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"northside"
],
[
"_:search",
"category",
"gueshouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"northside"
],
[
"_:search",
"category",
"gueshouse"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"northside"
],
[
"_:search",
"category",
"gueshouse"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"northside"
],
[
"_:search",
"category",
"gueshouse"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"11"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"08:15"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'kirkwood house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for kirkwood house ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Kirkwood House');(_:result,pricerange,'moderately');(_:result,stars,'4-star');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Kirkwood House is a 4-star , moderately priced guesthouse in the north area of town . Do you need more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , what is the address , please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'172 Chesterton Road');(_:result,name,'Kirkwood house');(_:result,postcode,'CB41DA');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The address for Kirkwood house is 172 Chesterton Road , CB41DA . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Just let us know if you need anything else !"
}
] |
SNG0948.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Kirkwood House"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kirkwood house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"address",
"172 Chesterton Road"
],
[
"_:result",
"name",
"Kirkwood house"
],
[
"_:result",
"postcode",
"CB41DA"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you help me find a 0 star lodging with free parking ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,area,'north');(_:result,name,'City Centre North B&B');(_:result,name,'El Shaddai');(_:result,pricerange,'very affordable');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Certainly , we have City Centre North B&B in the north and El Shaddai in the centre , both very affordable . Would you like to book one ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to make sure also , that it is a hotel and includes free wifi"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,name,'City Centre North B and B and El Shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Both City Centre North B and B and El Shaddai have free wifi . Would you like to book one of these ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I just get the address for them please"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'328a histon road');(_:result,address,'is 41 warkworth street');(_:result,name,'City centre');(_:result,name,'el shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "City centre is 328a histon road and el shaddai is 41 warkworth street ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks , I also need a train to go to cambridge ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"inform((_:result,destination,'cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "From where to cambridge then ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'12:15');(_:search,departure,'bishops stortford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave from bishops stortford and arrive by 12:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'4');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Alright , what day will you be traveling ? There are four trains per day that meet your requirements ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on friday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'12:07');(_:result,destination,'Cambridge');(_:result,id,'TR2083');(_:result,id,'TR6834');(_:result,leave_at,'11:29');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR6834 leaves at 11:29 and arrives in Cambridge at 12:07 . Does this allow you enough time ? Or TR2083 that leaves at 09:29 and arrives in Cambridge at 10:07 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Please book me for one for train TR 6834"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,day,'Friday');(_:booking,departure,'Bishops Stortford');(_:booking,destination,'Cambridge');(_:booking,id,'TR6834');(_:booking,leave_at,'11:29');(_:booking,ref,'MFL4CZTS');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked you one seat on TR6834 departing Bishops Stortford for Cambridge Friday at 11:29 . Reference is MFL4CZTS . Is there anything more today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome have a great time !"
}
] |
MUL2217.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"City Centre North B&B"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"very affordable"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"very affordable"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"City Centre North B and B and El Shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"very affordable"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"address",
"is 41 warkworth street"
],
[
"_:result",
"name",
"City centre"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"very affordable"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"address",
"is 41 warkworth street"
],
[
"_:result",
"name",
"City centre"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"very affordable"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"address",
"is 41 warkworth street"
],
[
"_:result",
"name",
"City centre"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"very affordable"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"address",
"is 41 warkworth street"
],
[
"_:result",
"name",
"City centre"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2083"
],
[
"_:result",
"id",
"TR6834"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_: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",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"0"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"very affordable"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"address",
"is 41 warkworth street"
],
[
"_:result",
"name",
"City centre"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"12:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"12:07"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2083"
],
[
"_:result",
"id",
"TR6834"
],
[
"_:result",
"leave_at",
"11:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"departure",
"Bishops Stortford"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR6834"
],
[
"_:booking",
"leave_at",
"11:29"
],
[
"_:booking",
"ref",
"MFL4CZTS"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I would like to stay in a guesthouse that is moderately priced ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'acorn guest house');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , acorn guest house has 4 stars , would you like me to book it ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place in the north , with free wifi ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'about 8');(_:result,name,'Limehouse');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "You have about 8 places that would fit your criteria . Almost all are 4 star rated . If you do n't mind a recommendation , the Limehouse is known as one of the best ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds good please book me a room for 1 person staying 4 nights starting from Saturday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry . It appears that the hotel does not have anything available . Would you like to try a shorter stay or a different check in date ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What about 3 nights ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'I198LDZ3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , you 're all set ! Reference number is I198LDZ3 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i am also looking for a place to go in town , college maybe ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,category,'colleges');(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,entrance_fee,'no entrance fee');(_:result,name,\"Christ 's college\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no colleges in the north however Christ 's college in the centre is nice with no entrance fee . Would you like the address ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , could you give me the postcode ? Thanks !"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,name,\"Christ 's College\");(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Christ 's College postcode is cb23bu and address is saint andrew 's street"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . Also , what is the entrance fee if any ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,entrance_fee,'no entrance fee');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is no entrance fee . Would you like the phone number ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thanks . You were tremendously helpful . Have a great day !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You too ! Please let us know if you need anything else !"
}
] |
MUL2588.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"about 8"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"about 8"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/9e77836e"
],
[
"_:booking/9e77836e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"about 8"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/9e77836e"
],
[
"_:booking/9e77836e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"I198LDZ3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"about 8"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/9e77836e"
],
[
"_:booking/9e77836e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"I198LDZ3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/e69499ef"
],
[
"_:search/e69499ef",
"area",
"north"
],
[
"_:search/e69499ef",
"category",
"colleges"
],
[
"_:search/e69499ef",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"about 8"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/9e77836e"
],
[
"_:booking/9e77836e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"I198LDZ3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/e69499ef"
],
[
"_:search/e69499ef",
"area",
"north"
],
[
"_:search/e69499ef",
"category",
"colleges"
],
[
"_:search/e69499ef",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_: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",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"about 8"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"canthelp",
"_:booking/9e77836e"
],
[
"_:booking/9e77836e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"I198LDZ3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/e69499ef"
],
[
"_:search/e69499ef",
"area",
"north"
],
[
"_:search/e69499ef",
"category",
"colleges"
],
[
"_:search/e69499ef",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Christ 's College"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_: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,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book a hotel room for two ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , is it possible you meant to say you needed to find a train ? I can help you with that ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , sorry . I need to leave Stansted airport on Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "And what is your destination ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Cambridge . Please give me departure time and travel time ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,arrive_by,'5:52');(_:result,leave_at,'5:24');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Would leaving at 5:24 and arriving at 5:52 work ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "It most certainly would , thank you . I am not ready to book , can you just give me the travel time for that trip ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'28 minutes');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The travel time is 28 minutes . Is there anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all , thanks ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
SNG0375.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"arrive_by",
"5:52"
],
[
"_:result",
"leave_at",
"5:24"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"5:52"
],
[
"_:result",
"leave_at",
"5:24"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , hopefully you can help with some information on a particular hotel ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What hotel are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'home from home');(_:search,type,'Hotel'))",
"request((_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "It is called home from home . I was wondering what type of hotel it is and the star of the hotel ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'guesthouse type hotel');(_:result,name,'Home from Home');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Home from Home is a 4 star , guesthouse type hotel ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'20:45');(_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks , that is all I need on the hotel but can I book a train from cambridge to stevenage , I need ot arrive by 20:45 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'll be more than happy to help you book the train . What day do you want to leave ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Thursday ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have trains available would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I just need the departure time and price please"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'6:10');(_:result,leave_at,'5:21');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "leave at 5:21 and arrive by 6:10 for 12.80 pounds"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Can you book this for me that will work just fine ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many seats do you need me to book ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I actually do nt need you to book anything . This is all I need today . thank you"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a good day ."
}
] |
PMUL1881.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"category",
"guesthouse type hotel"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"category",
"guesthouse type hotel"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"category",
"guesthouse type hotel"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"category",
"guesthouse type hotel"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"6:10"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"category",
"guesthouse type hotel"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"6:10"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'english');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for an expensive restaurant serving English food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "No restaurant matching your description have been found ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about find me a turkish one ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'1');(_:result,food,'Turkish');(_:result,name,'Meze Bar Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one expensive Turkish restaurant in town : Meze Bar Restaurant ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! Where is it located ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'196 Mill Road City Centre');(_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It 's in the centre of town , the address is 196 Mill Road City Centre ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
WOZ20155.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"english"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/aafe860a"
],
[
"_:search/aafe860a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/aafe860a"
],
[
"_:search/aafe860a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/aafe860a"
],
[
"_:search/aafe860a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"name",
"Meze Bar Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"196 Mill Road City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'birmingham new street');(_:search,leave_at,'17:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "What train do I take to get to Birmingham New Street ? I need to leave after 17:00 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,duration,'163 minutes');(_:result,leave_at,'from 17:01 until 23:01');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are trains departing hourly at 1 minute past the hour from 17:01 until 23:01 . All are 75.10 pounds , and take 163 minutes ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'17:01');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to travel on Monday . The first train at 17:01 would be fine . Can I get that train info ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'19:44');(_:result,id,'TR7728');(_:result,leave_at,'17:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure the trainID is TR7728 . It leaves at 17:01 and arrives at 19:44 . Would you like to make a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please make a reservation and give me the reference number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'LMB9KCHM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation is book . The reference number is LMB9KCHM . Can I assist you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for an expensive restaurant in the south ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 restaurants that fit your description . What type of food are you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'12:30');(_:search,food,'mexican');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to book a table for the same group of people at 12:30 on the same day at a mexican restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many are in your party ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'five');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Five people . I will need the reference number please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,duration,'12:30');(_:booking,name,'Chiquito restaurant bar');(_:booking,people,'5');(_:booking,ref,'SO1F7EVU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You have a reservation for Chiquito restaurant bar for Monday at 12:30 for 5 people . The table will be held for 15-minutes . Reference number is SO1F7EVU . Anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all . Thank you for your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a great day !"
}
] |
MUL1624.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"leave_at",
"from 17:01 until 23:01"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"17:01"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"17:01"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"19:44"
],
[
"_:result",
"id",
"TR7728"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"17:01"
],
[
"_:result",
"arrive_by",
"19:44"
],
[
"_:result",
"id",
"TR7728"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LMB9KCHM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:search",
"leave_at",
"17:01"
],
[
"_:result",
"arrive_by",
"19:44"
],
[
"_:result",
"id",
"TR7728"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LMB9KCHM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:search",
"leave_at",
"17:01"
],
[
"_:result",
"arrive_by",
"19:44"
],
[
"_:result",
"id",
"TR7728"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"LMB9KCHM"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"food",
"mexican"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"duration",
"163 minutes"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:search",
"leave_at",
"17:01"
],
[
"_:result",
"arrive_by",
"19:44"
],
[
"_:result",
"id",
"TR7728"
],
[
"_:result",
"leave_at",
"17:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"people",
"five"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:booking",
"name",
"Chiquito restaurant bar"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"SO1F7EVU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi I am looking for an entertainment venue in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'in town');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately , there is no such place in town . Could you like to consider other areas of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "how about one that is in the type of cinema ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'grafton centre , east road');(_:result,name,'Vue cinema');(_:result,phone,'08712240240');(_:result,postcode,'cb11ps');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Vue cinema is available , they are at the grafton centre , east road , postal cb11ps , they can be reached at 08712240240 , can I assist with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , is there a restaurant also in that same area ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "what price range do you want your restaurant ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like to save some money for other things , so let 's find one that 's on the cheap , please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'15');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 15 cheap restaurants in the centre . What type of food do you want to eat ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,\"do n't care\");(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care . What do you recommend out of those options ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Dojo Noodle Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Dojo Noodle Bar is available , should I book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))",
"inform((_:search,day,'thursday');(_:search,duration,'18:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . It 'll be just me dining . I want to reserve thursday at 18:00 there . Give me the reference number too please"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am unable to book at this time ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Oh , that 's too bad . How about Monday ?"
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,day,'Monday');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I am unable to make that booking for you . Would you like to make a reservation at another restaurant for Monday ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Try once more in case they fixed the system glitch , if not Ill try any other place that you recommend ."
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,day,'Monday');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I am still unable to make that booking for you . Would you like to make a reservation at another restaurant for Monday ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please that would be okay I guess ."
},
{
"id": 17,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be dining ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'18:00');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "1 person at 18:00 on Monday , please ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'XL39ZCSJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : XL39ZCSJ . Is there anything else I can help you with ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,arrive_by,'18:00');(_:search,departure,'vue cinema');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you have a taxi pick me up at vue cinema and bring me to the restaurant , arriving by 18:00 ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'black toyota');(_:result,phone,'07409806592');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "A black toyota has been booked , and you can call 07409806592 to reach the driver if you need . Anything else today ?"
},
{
"id": 22,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's everything ! thanks a bunch ! bye !"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "I want to confirm your restaurant reservation is for Dojo Noodle Bar . Sorry for the previous delay . I am glad I was able to help you . Goodbye ."
}
] |
PMUL2001.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/8c776fd8"
],
[
"_:search/8c776fd8",
"area",
"in town"
],
[
"_:search/8c776fd8",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8c776fd8"
],
[
"_:search/8c776fd8",
"area",
"in town"
],
[
"_:search/8c776fd8",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"name",
"Vue cinema"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8c776fd8"
],
[
"_:search/8c776fd8",
"area",
"in town"
],
[
"_:search/8c776fd8",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"name",
"Vue cinema"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8c776fd8"
],
[
"_:search/8c776fd8",
"area",
"in town"
],
[
"_:search/8c776fd8",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"name",
"Vue cinema"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8c776fd8"
],
[
"_:search/8c776fd8",
"area",
"in town"
],
[
"_:search/8c776fd8",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Dojo Noodle Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_: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/8c776fd8"
],
[
"_:search/8c776fd8",
"area",
"in town"
],
[
"_:search/8c776fd8",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Dojo Noodle Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/8e6c12d6"
],
[
"_:booking/8e6c12d6",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8c776fd8"
],
[
"_:search/8c776fd8",
"area",
"in town"
],
[
"_:search/8c776fd8",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Dojo Noodle Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/8e6c12d6"
],
[
"_:booking/8e6c12d6",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/c5ad5807"
],
[
"_:booking/c5ad5807",
"day",
"Monday"
],
[
"_:booking/c5ad5807",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8c776fd8"
],
[
"_:search/8c776fd8",
"area",
"in town"
],
[
"_:search/8c776fd8",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Dojo Noodle Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/8e6c12d6"
],
[
"_:booking/8e6c12d6",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/c5ad5807"
],
[
"_:booking/c5ad5807",
"day",
"Monday"
],
[
"_:booking/c5ad5807",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/6d4af18f"
],
[
"_:booking/6d4af18f",
"day",
"Monday"
],
[
"_:booking/6d4af18f",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8c776fd8"
],
[
"_:search/8c776fd8",
"area",
"in town"
],
[
"_:search/8c776fd8",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Dojo Noodle Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/8e6c12d6"
],
[
"_:booking/8e6c12d6",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/c5ad5807"
],
[
"_:booking/c5ad5807",
"day",
"Monday"
],
[
"_:booking/c5ad5807",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/6d4af18f"
],
[
"_:booking/6d4af18f",
"day",
"Monday"
],
[
"_:booking/6d4af18f",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8c776fd8"
],
[
"_:search/8c776fd8",
"area",
"in town"
],
[
"_:search/8c776fd8",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Dojo Noodle Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/8e6c12d6"
],
[
"_:booking/8e6c12d6",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/c5ad5807"
],
[
"_:booking/c5ad5807",
"day",
"Monday"
],
[
"_:booking/c5ad5807",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/6d4af18f"
],
[
"_:booking/6d4af18f",
"day",
"Monday"
],
[
"_:booking/6d4af18f",
"type",
"Booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"XL39ZCSJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"departure",
"vue cinema"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8c776fd8"
],
[
"_:search/8c776fd8",
"area",
"in town"
],
[
"_:search/8c776fd8",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"do n't care"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Dojo Noodle Bar"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/8e6c12d6"
],
[
"_:booking/8e6c12d6",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/c5ad5807"
],
[
"_:booking/c5ad5807",
"day",
"Monday"
],
[
"_:booking/c5ad5807",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/6d4af18f"
],
[
"_:booking/6d4af18f",
"day",
"Monday"
],
[
"_:booking/6d4af18f",
"type",
"Booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"XL39ZCSJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"departure",
"vue cinema"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black toyota"
],
[
"_:result",
"phone",
"07409806592"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'gandhi');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a tax departing from gandhi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What is your destination and when would you like to depart ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'02:00');(_:search,destination,'broxbourne train station');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm going to broxbourne train station and i need to arrive by 02:00"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'Red Lexus');(_:result,phone,'07595414661');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have you in a Red Lexus , 07595414661 is the number to call if you need to speak to them ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wonderful , thanks for your help ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "My pleasure . Do you need any other assistance while in town ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Please let us know if there 's anything else we can do for you during your visit to Cambridge ."
}
] |
SNG02207.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"gandhi"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"gandhi"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"02:00"
],
[
"_:search",
"destination",
"broxbourne train station"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"gandhi"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"02:00"
],
[
"_:search",
"destination",
"broxbourne train station"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Red Lexus"
],
[
"_:result",
"phone",
"07595414661"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"gandhi"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"02:00"
],
[
"_:search",
"destination",
"broxbourne train station"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"Red Lexus"
],
[
"_:result",
"phone",
"07595414661"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a 4 star place to stay ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What area would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like it to be in the north , and to be a guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'avalon');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Great , there are 4 options for you here . I personally recommend avalon . Would you like to book ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please book it for 5 people and 5 nights starting from wednesday ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'YB23KVSX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Reference number is : YB23KVSX . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all . Thanks for your help !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and thanks for using our help desk . Goodbye ."
}
] |
SNG1382.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"avalon"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"name",
"avalon"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"YB23KVSX"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'lebanese');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a moderately priced restaurant that serves lebanese food"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,name,'Ali Baba');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is the Ali Baba at the city center , would you like to have the address ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'59 Hills Road City Centre');(_:result,phone,'01462 432565');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Address is 59 Hills Road City Centre and phone number is 01462 432565"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you . Goodbye !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Good bye !"
}
] |
WOZ20601.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"address",
"59 Hills Road City Centre"
],
[
"_:result",
"phone",
"01462 432565"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'barbeque');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant serving barbeque in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'barbeque');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Sorry , there are no barbeque restaurants in the centre . Can I help you find something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'asian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you find a restaurant that has asian or oriental food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'asian oriental');(_:result,name,'Yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yippee noodle bar serves asian oriental food ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you give me their postcode please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Yippee Noodle Bar');(_:result,postcode,'cb11lh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , Yippee Noodle Bar is in postcode cb11lh . Can I be of any further assistance today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks all I need today . Thank you ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Have a good day , goodbye ."
}
] |
SNG0700.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"barbeque"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/840ca43d"
],
[
"_:search/840ca43d",
"area",
"centre"
],
[
"_:search/840ca43d",
"food",
"barbeque"
],
[
"_:search/840ca43d",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/840ca43d"
],
[
"_:search/840ca43d",
"area",
"centre"
],
[
"_:search/840ca43d",
"food",
"barbeque"
],
[
"_:search/840ca43d",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"Yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/840ca43d"
],
[
"_:search/840ca43d",
"area",
"centre"
],
[
"_:search/840ca43d",
"food",
"barbeque"
],
[
"_:search/840ca43d",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"postcode",
"cb11lh"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a place to dine in Cambridge , if you could help me with some options ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I would love to help you . What type food are you wanting to eat and what area would you like to dine in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would love some afghan food in the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'centre');(_:search,food,'afghan');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no afghan food places located in the centre of town . How about something else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Indian food , I hear there are some good indian places in Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,food,'Indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several Indian restaurants in the area . Is there a certain price range you were looking for ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any price range is okay with me ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Curry Garden is a nice place , do you want their info ?"
}
] |
PMUL2161.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/6831176c"
],
[
"_:search/6831176c",
"area",
"centre"
],
[
"_:search/6831176c",
"food",
"afghan"
],
[
"_:search/6831176c",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/6831176c"
],
[
"_:search/6831176c",
"area",
"centre"
],
[
"_:search/6831176c",
"food",
"afghan"
],
[
"_:search/6831176c",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to find a guesthouse in the centre to stay at ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'alexander bed and breakfast');(_:result,name,'el shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "there are 2 . alexander bed and breakfast , and el shaddai . which one do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want one that has free wifi and a rating of 4 stars . Does either of those match that description ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,name,'Alexander Bed and Breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Alexander Bed and Breakfast has all your preferences . It is a wonderful guesthouse . Would you like me to reserve a room for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "yes please book it for 3 people and 5 nights starting from wednesday . \n Make sure you get the reference number"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'wednesday');(_:booking,name,'alexander bed and breakfast');(_:booking,people,'3');(_:booking,ref,'2Z64N0C6');(_:booking,stay,'6 days 5 nights');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation at the alexander bed and breakfast this wednesday for 6 days 5 nights for 3 people was successful . Your Reference number is : 2Z64N0C6 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'cotto');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you . I 'm also looking for a restaurant called Cotto . Can you give me more info ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,food,'British');(_:result,name,'Cotto');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . Cotto serves British food in the center and is moderately priced . Would you like to make a booking ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'13:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "book a table for 3 at 13:30 on wednesday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'AS8Z2W5W');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked , the reference number is AS8Z2W5W , can I assist with anything else ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "I think that is all I will need today . Cheers ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Great , enjoy your stay and we look forward to helping you again sometime ."
}
] |
PMUL3987.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"wednesday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"2Z64N0C6"
],
[
"_:booking",
"stay",
"6 days 5 nights"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cotto"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"wednesday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"2Z64N0C6"
],
[
"_:booking",
"stay",
"6 days 5 nights"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"cotto"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"wednesday"
],
[
"_:booking",
"name",
"alexander bed and breakfast"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"stay",
"6 days 5 nights"
],
[
"_:search",
"name",
"cotto"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cotto"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AS8Z2W5W"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'06:45');(_:search,destination,'adc theatre');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a taxi to arrive by 06:45 to go to ADC Theatre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , what is your departure site ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'wagamama');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to be picked up from Wagamama ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t black lexus \n Contact number \t : \t 07069964497"
}
] |
SNG01521.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"06:45"
],
[
"_:search",
"destination",
"adc theatre"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"06:45"
],
[
"_:search",
"destination",
"adc theatre"
],
[
"_:search",
"departure",
"wagamama"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"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": [
"request((_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "No particular department . I just need the phone number please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number is 01223245151 . What else can I help you with ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I need the street number , please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "There is no street number . Anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all . Thank you for your time ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are more than welcome !"
}
] |
SNG01800.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi I 'm looking to find a moderate priced place to eat serving Italian food"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What area of town are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does n't really matter , just someplace really good . I 'll need a table ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,'pizza hut fen ditton');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can set you up at pizza hut fen ditton on the east side , how many will you be booking for and what day and time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'19:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Wednesday at 19:45 the table is only for me ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'QRDN1YRX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Reference number is : QRDN1YRX . Is there anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm also looking for a guesthouse with free parking ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I could help you better if I knew which location or area of town you would like to stay . There are several options ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same part of town');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "something that is in the same part of town as the restaurant would be good ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Okay , great . And what is your price range ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_internet,'dontcare');(_:search,has_parking,'yes');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Price does n't matter . Just something with the free parking . Wifi is great but not needed ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'El shaddai');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "El shaddai is a guesthouse in the center of town with both free parking and wifi . It is in the cheap price range . Do you want me to book a room ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "i just want the address for now ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'41 warkworth st');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "sure they are at 41 warkworth st"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks ! That 's all I needed right now !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "I think you will enjoy el shaddai very much . Have a great week ."
}
] |
PMUL0145.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:booking",
"name",
"pizza hut fen ditton"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:booking",
"name",
"pizza hut fen ditton"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"QRDN1YRX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:booking",
"name",
"pizza hut fen ditton"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"QRDN1YRX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same part of town"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:booking",
"name",
"pizza hut fen ditton"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"QRDN1YRX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"same part of town"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:booking",
"name",
"pizza hut fen ditton"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"QRDN1YRX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"same part of town"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:booking",
"name",
"pizza hut fen ditton"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"QRDN1YRX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"same part of town"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"41 warkworth st"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for museums"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I can recommend a museum for you . First , was there a particular area of town you wanted to visit ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I am open to suggestions on the location ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'museum');(_:result,name,'The cafe jello gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The cafe jello gallery is a museum in the west of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you recommend an Italian restaurant in the centre as well ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have a preference for the price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am on a tight budget so would prefer something in the cheap price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'zizzi cambridge');(_:result,pricerange,'cheaper');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "zizzi cambridge is in the cheaper range , how does that sound ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'18:45');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds perfect . Can you book me a table for 3 on Thursday at 18:45 ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,duration,'at that time');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was unable to book at that time . would you like to try another time ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'17:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you try to book at 17:45 ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'FDCBUD77');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the reference number is FDCBUD77 the table will be held for 15 minutes , anything else that I can assist with ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I think that is all I need , thank you . Good bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm happy we were able to help you today . Enjoy your time in Cambridge !"
}
] |
MUL2340.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"The cafe jello gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"The cafe jello gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/14a1a83b"
],
[
"_:booking/14a1a83b",
"duration",
"at that time"
],
[
"_:booking/14a1a83b",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museums"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museum"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"zizzi cambridge"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/14a1a83b"
],
[
"_:booking/14a1a83b",
"duration",
"at that time"
],
[
"_:booking/14a1a83b",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"FDCBUD77"
],
[
"_: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": [
"inform((_:search,departure,'london liverpool street');(_:search,leave_at,'15:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Will I be able to get a train out of London Liverpool Street that leaves after 15:15 , or will I need to use a different station ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to be there on Friday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,day,'Friday');(_:result,leave_at,'15:39');(_:result,type,'Train'))",
"canthelp((_:search,leave_at,'15:15');(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There is no train leaving at 15:15 . However there is leaving at 15:39 on Friday , would you like that one ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'15:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do n't have to leave at exactly 15:15 . I just need to leave after that time and travel to Cambridge . What are my choices ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'15:39');(_:result,leave_at,'every other hour after that');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train at 15:39 and every other hour after that ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like to book it for Friday for 7 people and will need a reference number ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'M0H2YQDY');(_:booking,ticket,'116.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 116.2 GBP payable at the station . Reference number is : M0H2YQDY . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for a place to stay . With free parking and one star ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm afraid that I did n't find any . Would you like to try for a different star rating ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Try for a 4 star instead ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'arbury lodge guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure thing I would suggest this one arbury lodge guesthouse ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay can you make a booking for 4 nights from Friday for 7 people ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'T4EBBLA6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : T4EBBLA6 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , great . Thanks for your help !"
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need anything else today ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "That is all I will need ."
},
{
"id": 17,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Have a great day and stay !"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Good day to you too , goodbye"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks ! And if you think of anything more that you need , feel free to contact us again !"
}
] |
PMUL4163.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/ac493506"
],
[
"_:search/ac493506",
"leave_at",
"15:15"
],
[
"_:search/ac493506",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"day",
"Friday"
],
[
"_:system",
"canthelp",
"_:search/ac493506"
],
[
"_:search/ac493506",
"leave_at",
"15:15"
],
[
"_:search/ac493506",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:result",
"leave_at",
"every other hour after that"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"day",
"Friday"
],
[
"_:system",
"canthelp",
"_:search/ac493506"
],
[
"_:search/ac493506",
"leave_at",
"15:15"
],
[
"_:search/ac493506",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:result",
"leave_at",
"every other hour after that"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"M0H2YQDY"
],
[
"_:booking",
"ticket",
"116.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"one"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"day",
"Friday"
],
[
"_:system",
"canthelp",
"_:search/ac493506"
],
[
"_:search/ac493506",
"leave_at",
"15:15"
],
[
"_:search/ac493506",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:result",
"leave_at",
"every other hour after that"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"M0H2YQDY"
],
[
"_:booking",
"ticket",
"116.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/379bef19"
],
[
"_:search/379bef19",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"day",
"Friday"
],
[
"_:system",
"canthelp",
"_:search/ac493506"
],
[
"_:search/ac493506",
"leave_at",
"15:15"
],
[
"_:search/ac493506",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:result",
"leave_at",
"every other hour after that"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"M0H2YQDY"
],
[
"_:booking",
"ticket",
"116.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/379bef19"
],
[
"_:search/379bef19",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"day",
"Friday"
],
[
"_:system",
"canthelp",
"_:search/ac493506"
],
[
"_:search/ac493506",
"leave_at",
"15:15"
],
[
"_:search/ac493506",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:result",
"leave_at",
"every other hour after that"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"116.2 GBP"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/379bef19"
],
[
"_:search/379bef19",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"T4EBBLA6"
],
[
"_: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",
"departure",
"london liverpool street"
],
[
"_:result",
"day",
"Friday"
],
[
"_:system",
"canthelp",
"_:search/ac493506"
],
[
"_:search/ac493506",
"leave_at",
"15:15"
],
[
"_:search/ac493506",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:result",
"leave_at",
"every other hour after that"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"116.2 GBP"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/379bef19"
],
[
"_:search/379bef19",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"T4EBBLA6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"day",
"Friday"
],
[
"_:system",
"canthelp",
"_:search/ac493506"
],
[
"_:search/ac493506",
"leave_at",
"15:15"
],
[
"_:search/ac493506",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:result",
"leave_at",
"15:39"
],
[
"_:result",
"leave_at",
"every other hour after that"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"116.2 GBP"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/379bef19"
],
[
"_:search/379bef19",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"arbury lodge guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"T4EBBLA6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_: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,destination,'leicester');(_:search,leave_at,'18:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train going to leicester leaving after 18:15 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Okay ! From where are you departing ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving Cambridge on Tuesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,departure,'Leicester');(_:result,destination,'Cambridge');(_:result,leave_at,'18:21');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There is a train leaving Leicester at 18:21 and heading for Cambridge . Would you be interested in this one ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No thanks , I need one going from Cambridge to Leicester . Are there any that meet my needs ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,departure,'cambridge');(_:result,destination,'leicester');(_:result,leave_at,'18:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "My mistake . It does depart from cambridge to leicester at 18:21 . Would you like a ticket ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please for 1 person ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,day,'Tuesday');(_:booking,departure,'cambridge');(_:booking,destination,'leicester');(_:booking,id,'TR0776');(_:booking,leave_at,'18:21');(_:booking,type,'Booking');(_:result,ref,'IH9JZWAI');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Your ticket is booked on TR0776 from cambridge to leicester on Tuesday at 18:21 . The confirmation number is IH9JZWAI ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I 'm also looking for a place to stay in the east with free parking ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several options . Do you have a price range in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel should be in the moderate price range ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'warkworth house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I would recommend the warkworth house ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great . I need to make a reservation for Saturday ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "ok , how many days and guests ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It will be 2 nights and for 1 person ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,category,'hotel');(_:result,count,'1');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is one hotel in the east . Would you like me to book it for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please . I would like it for one person for 2 nights ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'1RC02K68');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : 1RC02K68"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "that will be it for now . thanks"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Please feel free to call again if we can help in any other way . Have a great day ! Goodbye ."
}
] |
PMUL4715.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"leicester"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"leicester"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"destination",
"leicester"
],
[
"_:booking",
"id",
"TR0776"
],
[
"_:booking",
"leave_at",
"18:21"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"IH9JZWAI"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"east"
],
[
"_: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",
"leave_at",
"18:15"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"leicester"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"destination",
"leicester"
],
[
"_:booking",
"id",
"TR0776"
],
[
"_:booking",
"leave_at",
"18:21"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"IH9JZWAI"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"leicester"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"destination",
"leicester"
],
[
"_:booking",
"id",
"TR0776"
],
[
"_:booking",
"leave_at",
"18:21"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"IH9JZWAI"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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",
"leave_at",
"18:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"leicester"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"destination",
"leicester"
],
[
"_:booking",
"id",
"TR0776"
],
[
"_:booking",
"leave_at",
"18:21"
],
[
"_:result",
"ref",
"IH9JZWAI"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"18:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"leicester"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"destination",
"leicester"
],
[
"_:booking",
"id",
"TR0776"
],
[
"_:booking",
"leave_at",
"18:21"
],
[
"_:result",
"ref",
"IH9JZWAI"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:search",
"day",
"saturday"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"2"
],
[
"_: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",
"leave_at",
"18:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"leicester"
],
[
"_:result",
"leave_at",
"18:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"departure",
"cambridge"
],
[
"_:booking",
"destination",
"leicester"
],
[
"_:booking",
"id",
"TR0776"
],
[
"_:booking",
"leave_at",
"18:21"
],
[
"_:result",
"ref",
"IH9JZWAI"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"warkworth house"
],
[
"_:search",
"day",
"saturday"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"1RC02K68"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'kohinoor');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Hi , I need to get a taxi out of kohinoor ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "And when would you like to leave or arrive by ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'07:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave after 07:45 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I 'd love to help ! Where are you going ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'allenbell');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am going to allenbell"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'black toyota');(_:result,phone,'07768938666');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your booking is complete , a black toyota will pick you up . The contact number is 07768938666 ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "That s perfect that you for your help"
},
{
"id": 7,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're welcome . Do you have any other concerns ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I do n't . I appreciate your help . Goodbye for now ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "OK , I 'm glad I was able to assist you . If there ever is anything else do n't hesitate to contact us ."
}
] |
SNG02258.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kohinoor"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kohinoor"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"07:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kohinoor"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"07:45"
],
[
"_:search",
"destination",
"allenbell"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kohinoor"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"07:45"
],
[
"_:search",
"destination",
"allenbell"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black toyota"
],
[
"_:result",
"phone",
"07768938666"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kohinoor"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"07:45"
],
[
"_:search",
"destination",
"allenbell"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black toyota"
],
[
"_:result",
"phone",
"07768938666"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you find me a good restaurant in the city centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'quite a number');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "there are quite a number . what is your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't really have one but would like to try a European restaurant ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Free School Lane City');(_:result,name,'Eraina');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , how about Eraina that 's on Free School Lane City ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'19:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great . Would you book me a table for 8 , for Monday at 19:00 ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'GV2YF6H5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table is booked ! Reference # : GV2YF6H5 . The table will be reserved for 15 minutes . Can I assist you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'near the restaurant');(_:search,category,'entertainment');(_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any entertainment venues near the restaurant ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 44 options available . Is there anything particular you are interested in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "The attraction should be in the same area as the restaurant and should be in the type of entertainment . A museum"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'museums');(_:result,count,'11');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 11 museums is that area . The great thing is they are all free . Do you want additional information on any of them ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What area are they in ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They are all located in the centre the same as the restaurant . Would you like me to recommend one ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please provide a suggestion ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'trumpington street');(_:result,category,'art and sculpture');(_:result,name,'fitzwilliam museum');(_:result,phone,'01223332900');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "The fitzwilliam museum has amazing art and sculpture . The address is trumpington street and the phone number is 01223332900 . Do you want more information ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,type,'Attraction');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will also need a taxi from the attraction to my dinning ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'red toyota');(_:result,phone,'07932820731');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your red toyota has been booked and its contact number is 07932820731 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for all your help ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your time in Cambridge . Goodbye ."
}
] |
PMUL3563.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"quite a number"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"quite a number"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"address",
"Free School Lane City"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"quite a number"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"address",
"Free School Lane City"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GV2YF6H5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"near the restaurant"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"quite a number"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"address",
"Free School Lane City"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GV2YF6H5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"quite a number"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"address",
"Free School Lane City"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"GV2YF6H5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_: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",
"pricerange",
"?"
],
[
"_:result",
"amount",
"quite a number"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"address",
"Free School Lane City"
],
[
"_:result",
"name",
"Eraina"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"GV2YF6H5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"area",
"centre"
],
[
"_: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",
"pricerange",
"?"
],
[
"_:result",
"amount",
"quite a number"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"GV2YF6H5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"trumpington street"
],
[
"_:result",
"category",
"art and sculpture"
],
[
"_:result",
"name",
"fitzwilliam museum"
],
[
"_:result",
"phone",
"01223332900"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"quite a number"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"GV2YF6H5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"address",
"trumpington street"
],
[
"_:result",
"category",
"art and sculpture"
],
[
"_:result",
"name",
"fitzwilliam museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red toyota"
],
[
"_:result",
"phone",
"07932820731"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay with a guesthouse set up and free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Sure , I can assist you with that . Was there an area of town you were looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'none');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking in the Cambridge area ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry but I am unable to find anything with those specifications . Would you like to try anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "ok no preference for area any guest house"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there a price range you 'd prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No that does n't matter . Please just recommend a guesthouse for me that has both parking and internet"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are quite a few choices available for guest houses with free parking and internet . May I suggest the acorn guest house in the north part of town ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure , 4 people for 5 nights beginning Sunday ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Okay I have that booked for you . Is there anything else you need ?"
}
] |
PMUL0097.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"area",
"none"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/1bea46e1"
],
[
"_:search/1bea46e1",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/1bea46e1"
],
[
"_:search/1bea46e1",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/1bea46e1"
],
[
"_:search/1bea46e1",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a moderately priced restaurant in the north part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Golden Wok');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Golden Wok is a moderately priced restaurant in the north side of town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'golden wok');(_:search,type,'Restaurant'))",
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What type of food does Golden Wok serve ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,food,'Chinese');(_:result,name,'Golden Wok');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Golden Wok serves Chinese food . Would you like more information ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes what is the address for the business ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'191 Histon Road Chesterton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are located at 191 Histon Road Chesterton"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . I have everything I need , Thank you"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welconme"
}
] |
WOZ20004.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"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Golden Wok"
],
[
"_:result",
"address",
"191 Histon Road Chesterton"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge arts theatre');(_:search,destination,'peking restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Hello ! I would like a taxi , please . I will by departing from Cambridge Arts Theatre and going to Peking Restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can book that for you . What time would you like to leave the theatre ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'12:15');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to leave after 12:15 . Please let me know the car type and contact number ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'blue Honda');(_:result,phone,'07344292445');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The car is a blue Honda and the contact number is 07344292445 . Anything else I can help with ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Nope . That 'll be it ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Great , hope you have a fantastic day !"
}
] |
SNG0052.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge arts theatre"
],
[
"_:search",
"destination",
"peking restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge arts theatre"
],
[
"_:search",
"destination",
"peking restaurant"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge arts theatre"
],
[
"_:search",
"destination",
"peking restaurant"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue Honda"
],
[
"_:result",
"phone",
"07344292445"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Find me a Mediterranean restaurant in the centre of Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The gardenia');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The gardenia fits your criteria , can I book that for you ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please book that for me ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people and what time / day are you looking at ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'12:15');(_:search,people,'3');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need the table booked for monday at 12:15 for 3 people . Thanks . Also could i get the ref # ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'NZ89K99X');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is : NZ89K99X , they will only hold your table for 15 minutes . Is there anything else I can assist you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great I also am looking for a hotel to stay at that includes free parking . What 's available ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,has_parking,'none');(_:result,name,'acorn guest house');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found acorn guest house \t\t which is a 4 star guesthouse and includes free parking ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , I 'm looking for a hotel and in the same price range as the restaurant ."
},
{
"id": 9,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Can you please restate your hotel needs clearly ? Thank you !"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I need a hotel in the same price range as the restaurant with free parking ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,count,'5');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are five hotels in the expensive price range . Do you have any other preferences ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you give me the first one and the star rating for it please ? It has to have free parking ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'express by holiday inn cambridge');(_:result,stars,'2');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "express by holiday inn cambridge is rated 2 stars . Do you want me to make a booking there ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,name,'Express by Holiday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does the Express by Holiday Inn have free parking ?"
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,name,'Express by Holiday Inn');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , the Express by Holiday Inn does have free parking . Do you want me to go ahead and make a booking for you ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes also I will need a taxi to get me between the hotel and the restaurant . I will need a contact number and car type with the booking ."
},
{
"id": 17,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "First I need to know how many are in your party , what day you wish to check in , and how many nights you need a room ."
},
{
"id": 18,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))",
"inform((_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd just like to book a taxi between the two . I 'd like to get to the restaurant by my reservation time and I 'll need the contact number and car type please ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:booking,duration,'12:15');(_:booking,ref,'NZ89K99X');(_:booking,type,'Booking');(_:result,car,'Grey Tesla');(_:result,phone,'07635386509');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your reservation is for 12:15 with reference number NZ89K99X . And I have reserved a Grey Tesla to get you there . Contact number is 07635386509 ."
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "What time will the taxi arrive ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,arrive_by,'11:30');(_:result,departure,'the hotel');(_:result,destination,'the restaurant');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "It will take about twenty minutes to get to the restaurant from the hotel . Say the taxi gets there at 11:30 ?"
},
{
"id": 22,
"rdf-acts": [],
"speaker": "user",
"text": "That will be fine ."
},
{
"id": 23,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else that I can help you with today ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it . Thanks !"
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a pleasant stay , goodbye ."
}
] |
MUL0099.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The gardenia"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The gardenia"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"NZ89K99X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"NZ89K99X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"NZ89K99X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"NZ89K99X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_: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,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"NZ89K99X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Express by Holiday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"NZ89K99X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Express by Holiday"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"NZ89K99X"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Express by Holiday"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Express by Holiday"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"ref",
"NZ89K99X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"Grey Tesla"
],
[
"_:result",
"phone",
"07635386509"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Express by Holiday"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"ref",
"NZ89K99X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"Grey Tesla"
],
[
"_:result",
"phone",
"07635386509"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"11:30"
],
[
"_:result",
"departure",
"the hotel"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_: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": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"name",
"Express by Holiday"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by Holiday Inn"
],
[
"_:search",
"category",
"hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"ref",
"NZ89K99X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"Grey Tesla"
],
[
"_:result",
"phone",
"07635386509"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"11:30"
],
[
"_:result",
"departure",
"the hotel"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me about the entertainment type attractions in the west ?"
},
{
"id": 1,
"rdf-acts": [
"thank()",
"inform((_:result,area,'west');(_:result,entrance_fee,'free of charge');(_:result,name,'clare college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure ! clare college is located in the west and is free of charge ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What 's their postcode ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Clare College');(_:result,postcode,'cb21tl');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode for Clare College is cb21tl . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'city centre north b and b.');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel called city centre north b and b."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'328a Histon Road');(_:result,category,'guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , that is a guesthouse located at 328a Histon Road . Would you like to book a room ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please , for 4 nights starting Monday for 4 people ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'B93N5UVZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , your reference number is : B93N5UVZ . Can I assist you with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that 's all I need . Thank you so much for all your help !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure to help . Have a great night . Goodbye ."
}
] |
PMUL4133.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free of charge"
],
[
"_:result",
"name",
"clare college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free of charge"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free of charge"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"328a Histon Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"entrance_fee",
"free of charge"
],
[
"_:result",
"name",
"Clare College"
],
[
"_:result",
"postcode",
"cb21tl"
],
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"328a Histon Road"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"B93N5UVZ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the city center that serves modern European food ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Michaelhouse Cafe');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I can recommend the Michaelhouse Cafe . Would you like me to make a reservation ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'18:00');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like to reserve a table for 5 people at 18:00 on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,name,'michaelhouse');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , but there are n't any reservations available at michaelhouse at that time . Would you like to try a different restaurant ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please find me another restaurant in the city center in the same price range ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "michaelhouse cafe is a nice place and the only option available ."
}
] |
SSNG0172.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"european"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"european"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Michaelhouse Cafe"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/a7c7a0a4"
],
[
"_:booking/a7c7a0a4",
"name",
"michaelhouse"
],
[
"_:booking/a7c7a0a4",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'hobsons house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for information on a hotel called Hobsons House ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,name,'Hobsons House');(_:result,pricerange,'moderately priced');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Hobsons House is a 3 star , moderately priced guesthouse in the west . Would you like me to book a room for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I need accommodations for 8 people for 3 nights starting from Sunday . I will also need a reference number once the arrangements are made ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,ref,'QGI4OAH5');(_:result,type,'Hotel'))",
"reqmore()",
"inform((_:booking,day,'Sunday');(_:booking,name,'hobsons house');(_:booking,people,'8');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . Your reservation for 8 people , staying 3 nights , starting on Sunday at Hobsons House was successful . The reference number is QGI4OAH5 . Is there anything else I can do for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you like the train for and when did you want to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to go to the stansted airport on wednesday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you leave from ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from Cambridge ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to leave or arrive by ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive at the airport by 13:15 . Can I get a departure time and also the travel time for a train ? Thanks !"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,duration,'28 minute');(_:result,id,'TR1610');(_:result,leave_at,'5:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1610 \t leaves at 5:40 and is a 28 minute trip . Shall I book it ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "not now . thanks for the information"
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I 'm good , that 's all I needed , Thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us and have a nice day ."
}
] |
PMUL1937.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"QGI4OAH5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"hobsons house"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"QGI4OAH5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"hobsons house"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"QGI4OAH5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"hobsons house"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"QGI4OAH5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"hobsons house"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"QGI4OAH5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"hobsons house"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"28 minute"
],
[
"_:result",
"id",
"TR1610"
],
[
"_:result",
"leave_at",
"5:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:result",
"ref",
"QGI4OAH5"
],
[
"_:booking",
"day",
"Sunday"
],
[
"_:booking",
"name",
"hobsons house"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"28 minute"
],
[
"_:result",
"id",
"TR1610"
],
[
"_:result",
"leave_at",
"5:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to find a train going to Stansted Airport and departing on Thursday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,id,'TR7966');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "the train i d is TR7966"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "How much is a ticket ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,ticket,'10.10 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train ticket will cost you 10.10 pounds ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'16:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Does that train arrive by 16:45 , I need to be there by then ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,arrive_by,'16:08');(_:result,arrive_by,'16:45');(_:result,arrive_by,'6:08');(_:result,id,'TR7966');(_:result,id,'TR9427');(_:result,type,'Train'))",
"inform((_:result,amount,'first');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR7966 is the first train of the day , arriving at 6:08 . The latest train arriving before 16:45 would be the TR9427 arriving at 16:08 . Would you prefer that ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Do either of those trains depart from Cambridge ? I 'd like to leave from there if possible ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'latest train');(_:result,arrive_by,'10:10');(_:result,arrive_by,'6:08');(_:result,day,'Thursday');(_:result,departure,'Cambridge');(_:result,destination,'Stansted airport');(_:result,id,'TR6242');(_:result,id,'TR7966');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7966 does depart from Cambridge and arrives at 6:08 . The latest train from Cambridge to Stansted airport on Thursday arrives at 10:10 . It is train TR6242 . Which do you prefer ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "The 10:10 would work for me !"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Alright , how many tickets do you need ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I can get my own ticket , thank you . How much will it cost ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ticket,'10 pounds 10');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The fare is 10 pounds 10 . May I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all Thanks"
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thanks I have enjoyed the service"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "THE CONVERSTION IS ABOUT THE TRAIN TICKET BOOK"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great trip !"
}
] |
SNG02251.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR7966"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"id",
"TR7966"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:result",
"arrive_by",
"16:08"
],
[
"_:result",
"arrive_by",
"16:45"
],
[
"_:result",
"arrive_by",
"6:08"
],
[
"_:result",
"id",
"TR7966"
],
[
"_:result",
"id",
"TR9427"
],
[
"_:result",
"amount",
"first"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"latest train"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"arrive_by",
"6:08"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stansted airport"
],
[
"_:result",
"id",
"TR6242"
],
[
"_:result",
"id",
"TR7966"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"latest train"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"arrive_by",
"6:08"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stansted airport"
],
[
"_:result",
"id",
"TR6242"
],
[
"_:result",
"id",
"TR7966"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"latest train"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"arrive_by",
"6:08"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stansted airport"
],
[
"_:result",
"id",
"TR6242"
],
[
"_:result",
"id",
"TR7966"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"10 pounds 10"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"latest train"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"arrive_by",
"6:08"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stansted airport"
],
[
"_:result",
"id",
"TR6242"
],
[
"_:result",
"id",
"TR7966"
],
[
"_:search",
"people",
"?"
],
[
"_:result",
"ticket",
"10 pounds 10"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm planning a trip and I need a train departing from broxbourne on thursday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'09:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to leave after 09:45 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,departure,'Broxbourne');(_:result,leave_at,'10 : 32');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first available train from Broxbourne leaves at 10 : 32 . Would you like to make a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , I just need the train ID , travel time , and price , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,duration,'60 minutes');(_:result,id,'TR5979');(_:result,ticket,'17.90 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The train ID is TR5979 . Travel time is 60 minutes and price is 17.90 pounds per ticket . Anything else ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Will there be available seats ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "How many tickets do you need and I can check for you ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you . I will worry about that later . I also need a lebanese restaurant in the centre ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Ali Baba');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , Ali Baba matches your preferences . Would you like a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'19:00');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you make me a reservation for Thursday for 7 people at 19:00 ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'OXUW2L23');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , your Booking was successful . The table will be reserved for 15 minutes . The reference number is OXUW2L23 . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that will be all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Perfect , glad to have been of help . Thank you for using the Cambridge TownInfo centre . Have a great day ."
}
] |
PMUL0819.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"leave_at",
"10 : 32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"leave_at",
"10 : 32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR5979"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"leave_at",
"10 : 32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR5979"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"leave_at",
"10 : 32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR5979"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"leave_at",
"09:45"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"leave_at",
"10 : 32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR5979"
],
[
"_:result",
"ticket",
"17.90 pounds"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"OXUW2L23"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for a modern European restaurant . Got any ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'modern European');(_:result,name,'City Harvest');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You might like City Harvest . It 's a very popular modern European restaurant ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'14:00');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book it for me for 3 people at 14:00 on Wednesday ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"inform((_:booking,name,'River Bar Steakhouse and Grill');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , that restaurant seems to have closed . I can reserve a table at The River Bar Steakhouse and Grill if you 'd like ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that is fine . I also need a place to stay that has free parking and at least a three star rating , can you find one for me ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "yes , i have 5 that meet that criteria ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i need one to be the same price range as the restaurant ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"canthelp((_:search,category,'hotels');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I found no hotels that are in the cheap price range like the restaurant . Is there another price range or star rating you would consider ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually it should be in the moderate price range ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Hamilton lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you like to try Hamilton lodge ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'3');(_:search,stay,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I will need it for three nights , 3 people starting Wednesday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'AJANORT5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "your booking was successful . Confirmation # is AJANORT5 , anything else today ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "No that was all I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "If you need anything else contact our help desk anytime . Have a good day ."
}
] |
PMUL0094.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"name",
"City Harvest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"name",
"City Harvest"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/940afb99"
],
[
"_:booking/940afb99",
"type",
"Booking"
],
[
"_:booking",
"name",
"River Bar Steakhouse and Grill"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"name",
"City Harvest"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/940afb99"
],
[
"_:booking/940afb99",
"type",
"Booking"
],
[
"_:booking",
"name",
"River Bar Steakhouse and Grill"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"name",
"City Harvest"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/940afb99"
],
[
"_:booking/940afb99",
"type",
"Booking"
],
[
"_:booking",
"name",
"River Bar Steakhouse and Grill"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"?"
],
[
"_:system",
"canthelp",
"_:search/1042dc91"
],
[
"_:search/1042dc91",
"category",
"hotels"
],
[
"_:search/1042dc91",
"pricerange",
"cheap"
],
[
"_:search/1042dc91",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"food",
"modern European"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:system",
"canthelp",
"_:booking/940afb99"
],
[
"_:booking/940afb99",
"type",
"Booking"
],
[
"_:booking",
"name",
"River Bar Steakhouse and Grill"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"stars",
"?"
],
[
"_:system",
"canthelp",
"_:search/1042dc91"
],
[
"_:search/1042dc91",
"category",
"hotels"
],
[
"_:search/1042dc91",
"pricerange",
"cheap"
],
[
"_:search/1042dc91",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Hamilton lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:result",
"food",
"modern European"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:system",
"canthelp",
"_:booking/940afb99"
],
[
"_:booking/940afb99",
"type",
"Booking"
],
[
"_:booking",
"name",
"River Bar Steakhouse and Grill"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"stars",
"?"
],
[
"_:system",
"canthelp",
"_:search/1042dc91"
],
[
"_:search/1042dc91",
"category",
"hotels"
],
[
"_:search/1042dc91",
"pricerange",
"cheap"
],
[
"_:search/1042dc91",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Hamilton lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"AJANORT5"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I would like to contact the police ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The phone number for Parkside Police is 01223358966 ; I hope that everything is okay ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "Thanks , what is the address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The address is Parkside , Cambridge . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all that I need right now . Thank you for your help ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ."
}
] |
SNG01788.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",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a restaurant of moderate price in the west ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'British');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))",
"inform((_:result,area,'west');(_:result,count,'3');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three moderately priced restaurants in the west . Would you prefer British , Indian , or Italian food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to eat British food please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'saint johns chop house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend the saint johns chop house . It should suit your needs . Would you like me to make a reservation for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thanks . Can I get the address with postcode please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'21 - 24 northampton Street');(_:result,postcode,'cb30ad');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 21 - 24 northampton Street and the post code is cb30ad ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I needed today . Goodbye !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Have a great day ."
}
] |
SNG1201.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"saint johns chop house"
],
[
"_:result",
"address",
"21 - 24 northampton Street"
],
[
"_:result",
"postcode",
"cb30ad"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Where can I find a restaurant located in the Cambridge centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'Centre');(_:result,count,'69');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 69 Restaurants in Centre . What type of food and price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm actually looking for an attraction in the center of town ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'centre');(_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 44 attractions in the centre , what type of attraction are you interested in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "The attraction should be in the centre . \n I need the entrance fee , phone number , and attraction type"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'architecture');(_:result,entrance_fee,'free');(_:result,name,'all saints church');(_:result,phone,'01223452587');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would suggest all saints church . It is an architecture attraction . Their phone number is 01223452587 and the entry is free ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thank you for the information . I do have one other request . I am looking for information on a restaurant that caught my attention called Fitzbillies ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'51 Trumpington Street City Centre');(_:result,food,'British');(_:result,name,'Fitzbillies');(_:result,postcode,'cb21rg');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Fitzbillies is a fine British restaurant located at 51 Trumpington Street City Centre in postcode cb21rg . Would you like to book a table there ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'15:15');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I would like it for 1 . 15:15 on Tuesday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,duration,'15:15');(_:booking,ref,'B6IJH1ND');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Ok . I have your table booked for Tuesday at 15:15 . Your reference number is B6IJH1ND . They will hold the table for 15 minutes ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'15:15');(_:search,departure,'all saints church');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great ! Can you also book me a taxi from All Saints Church to Fitzbillies by 15:15 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'white volvo');(_:result,phone,'07738755446');(_:result,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "You bet ! The car type I booked for your taxi is a white volvo and the contact number is 07738755446"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you so much !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm happy to be of service . Enjoy your time in Cambridge !"
}
] |
PMUL2167.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"count",
"69"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Fitzbillies"
],
[
"_:result",
"postcode",
"cb21rg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Fitzbillies"
],
[
"_:result",
"postcode",
"cb21rg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"15:15"
],
[
"_:booking",
"ref",
"B6IJH1ND"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"all saints church"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"44"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"51 Trumpington Street City Centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Fitzbillies"
],
[
"_:result",
"postcode",
"cb21rg"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"15:15"
],
[
"_:booking",
"ref",
"B6IJH1ND"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"all saints church"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white volvo"
],
[
"_:result",
"phone",
"07738755446"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,stars,'4-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello ! Can you recommend a 4-star hotel in the Centre of town , please ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'university arms hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I heaar university arms hotel is nice ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What 's the price ? I need something in cheap range ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'very affordable');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it is very affordable and has 4 stars . Would you like me to make reservations for you ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great time !"
}
] |
PMUL3271.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"very affordable"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am trying to find a train that leaves on Sunday from London Kings Cross ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains that match your criteria . please specify your destination and desired departure time ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'13:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am wanting to go to Cambridge and leave anytime after 13:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR7931');(_:result,leave_at,'15:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "We have the train TR7931 that leaves at 15:17 . Does that work ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to make a booking for 4 people"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR7931');(_:booking,people,'4');(_:booking,ref,'E72IOZ6V');(_:booking,ticket,'75.52 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are successfully booked for 4 tickets on Train TR7931 . The total fee is 75.52 GBP , payable at the station . Reference number is : E72IOZ6V ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'lebanese');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks I 'm also looking for a moderately priced lebanese restaurant ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'1');(_:result,food,'lebanese');(_:result,name,'Ali Baba');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one lebanese restaurant , Ali Baba in the centre of town , would you like to book that ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to get the phone number for that please ."
},
{
"id": 9,
"rdf-acts": [
"thank()",
"offer((_:booking,type,'Booking'))",
"inform((_:result,phone,'01 462 432565');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure ! The phone number is 01 462 432565 . Would you like me to book a reservation for you today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nah , I 'll call and do that on my own . I think I 'm all set . Thanks for your help !"
},
{
"id": 11,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Not a problem . Enjoy your trip !"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you I will appreciate your help"
},
{
"id": 13,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're too kind . Have a nice day !"
},
{
"id": 14,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "user",
"text": "You too ! Take Care ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service ."
}
] |
MUL0223.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"id",
"TR7931"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"id",
"TR7931"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7931"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"E72IOZ6V"
],
[
"_:booking",
"ticket",
"75.52 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"id",
"TR7931"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7931"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"E72IOZ6V"
],
[
"_:booking",
"ticket",
"75.52 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"id",
"TR7931"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7931"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"E72IOZ6V"
],
[
"_:booking",
"ticket",
"75.52 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"phone",
"01 462 432565"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"id",
"TR7931"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7931"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"E72IOZ6V"
],
[
"_:booking",
"ticket",
"75.52 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"phone",
"01 462 432565"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:result",
"id",
"TR7931"
],
[
"_:result",
"leave_at",
"15:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR7931"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"E72IOZ6V"
],
[
"_:booking",
"ticket",
"75.52 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"phone",
"01 462 432565"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'swimmingpool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to find a place with a swimmingpool in the north area of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Jesus Green Outdoor Pool');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Jesus Green Outdoor Pool matches your criteria . Will this suffice ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yeah , what is the entrance fee for that ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,\"do n't have a listing\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , I do n't have a listing for the entrance fee . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you find me a 4 star hotel as well ?"
},
{
"id": 5,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'west');(_:result,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'3');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are three 4-star hotels in town . Would you prefer the west or centre of town ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to stay in the north near the swimming pool . I 'd like it to be a hotel and 4 stars with free wifi ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm afraid there is n't a hotel in the north end that meets your requirements . Perhaps a guesthouse instead ? There 's the acorn guest house there that does ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A guesthouse would be fine as long as it has free wifi ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,name,'The acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The acorn guest house does have internet , I am not sure if that includes wifi . Would you like me to book you a room there ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,has_parking,?);(_:result,type,'Hotel'))",
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you tell me if they provide free parking ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Acorn Guest House does have free parking . Would you like me to book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't need a reservation at this time , but I would like to know their price range and address ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'154 chesterton road');(_:result,name,'The acorn guesthouse');(_:result,phone,'01223353888');(_:result,postcode,'cb41da');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The acorn guesthouse is in the moderate price range with a 4 star rating . Their address is 154 chesterton road , post code cb41da , and phone number : 01223353888 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for all the information !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Have a good day !"
}
] |
MUL1096.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"swimmingpool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"do n't have a listing"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"do n't have a listing"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"Jesus Green Outdoor Pool"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"do n't have a listing"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/21c238b0"
],
[
"_:search/21c238b0",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"do n't have a listing"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/21c238b0"
],
[
"_:search/21c238b0",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"The acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_: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": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"do n't have a listing"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/21c238b0"
],
[
"_:search/21c238b0",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"do n't have a listing"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/21c238b0"
],
[
"_:search/21c238b0",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"name",
"The acorn guesthouse"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'saint barnabas press gallery');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you have information about the Saint Barnabas Press Gallery ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I do , it is located in the east and is a museum , what information would you like about it ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed , thanks so much for your help !"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome ! Enjoy your trip to the museum !"
}
] |
SNG1073.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint barnabas press gallery"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"saint barnabas press gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train leaving Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,type,'Train'))",
"thank()",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have quite a few , I 'm sure we 'll be able to get you where you want to go . Where is that , exactly ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go to leicester and leave on friday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'quite a few');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have quite a few trains that fit your criteria . Is there a certain time you need to leave or arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'20:00');(_:search,departure,'cambridge');(_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Departing from cambridge and I want to arrive somewhere around 20:00 , can you get me 7 tickets and I 'll need the reference number too ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,arrive_by,'19:06');(_:booking,category,'Train');(_:booking,id,'TR2508');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR2508 arriving at 19:06 sound okay to you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That sounds great , thank you . Could you book that for me for 7 people ? I will need the reference number as well ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'C11MOBV7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I completed your booking . The reference number is C11MOBV7 . Is there anything else I could help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I also need to find a place to stay . Preferably 4 stars and a guesthouse ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'18');(_:result,stars,'4');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! Our database contains 18 guesthouses rated 4 stars . To narrow down the search , could you tell me in what part of town you 'd like to stay ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I definitely want to stay in the east part of town ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))",
"inform((_:result,count,'6');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have six entries matching your request . Would you prefer cheap or moderate price range ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The price range does n't matter , but could you pick one and book it for 3 nights for 7 people starting Tuesday ?"
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "I 'm sorry . There are no rooms available for that stay . Can you choose a different day or shorter stay ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,stay,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about 1 night ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,name,'A and B Guest House');(_:booking,ref,'995PR933');(_:booking,stay,'1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the A and B Guest House for 1 night . Booking was successful . \n Reference number is : 995PR933 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you , you 've been quite helpful"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to help . Have a lovely day ."
}
] |
MUL2279.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"19:06"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2508"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"19:06"
],
[
"_:booking",
"id",
"TR2508"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"C11MOBV7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"19:06"
],
[
"_:booking",
"id",
"TR2508"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"C11MOBV7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"19:06"
],
[
"_:booking",
"id",
"TR2508"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"C11MOBV7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"19:06"
],
[
"_:booking",
"id",
"TR2508"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"C11MOBV7"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/61d374de"
],
[
"_:booking/61d374de",
"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",
"destination",
"leicester"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"19:06"
],
[
"_:booking",
"id",
"TR2508"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/61d374de"
],
[
"_:booking/61d374de",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"stay",
"1"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"A and B Guest House"
],
[
"_:booking",
"ref",
"995PR933"
],
[
"_:booking",
"stay",
"1"
],
[
"_: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,pricerange,'moderately');(_:search,stars,'0');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for a place to stay that is moderately priced and a star rating of 0 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'north');(_:result,count,'2');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "There are two places that match those requirements , one in the north and one in the city centre . Would you like to hear more about these ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are you sure there are n't any in the south of town ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,pricerange,'moderately - priced');(_:search,stars,'0');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sorry . There are no moderately - priced 0 star places in the south of town . Do you want to try some other criteria ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Could you try for the center part of town ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,name,'The cityroomz');(_:result,pricerange,'moderate');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The cityroomz is a hotel in the centre part of town with a 0-rating in the moderate price range . Can I reserve a room for you there ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'd like to reserve it for 6 people for 4 nights starting Sunday , please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'3UKMLIWO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . Your reference number is 3UKMLIWO ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train into cambridge the same day please"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like the train ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Sunday as well , please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , where will you be departing from , and do you have a departure or arrival time ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,destination,'Cambridge');(_:search,leave_at,'11:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need to leave Leicester after 11:00 . Heading to Cambridge for the day ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'12:54');(_:result,departure,'Leicester');(_:result,destination,'Cambridge');(_:result,id,'TR8285');(_:result,leave_at,'11:09');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I would recommend TR8285 . It leaves Leicester at 11:09 and arrives in Cambridge at 12:54 ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Okay . Can you purchase tickets for me . There will 6 of us ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,arrive_by,'12:54');(_:booking,category,'Train');(_:booking,departure,'Leicester');(_:booking,destination,'Cambridge');(_:booking,leave_at,'11:09');(_:booking,ref,'SCKIYN5Q');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation was successful . Your reference number is SCKIYN5Q . You depart from Leicester at 11:09 , arriving in Cambridge at 12:54 . Would that be all for you today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes . Thank you for your help ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure , thank you so much ."
}
] |
MUL2250.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/068ccb62"
],
[
"_:search/068ccb62",
"area",
"south"
],
[
"_:search/068ccb62",
"pricerange",
"moderately - priced"
],
[
"_:search/068ccb62",
"stars",
"0"
],
[
"_:search/068ccb62",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/068ccb62"
],
[
"_:search/068ccb62",
"area",
"south"
],
[
"_:search/068ccb62",
"pricerange",
"moderately - priced"
],
[
"_:search/068ccb62",
"stars",
"0"
],
[
"_:search/068ccb62",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"The cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/068ccb62"
],
[
"_:search/068ccb62",
"area",
"south"
],
[
"_:search/068ccb62",
"pricerange",
"moderately - priced"
],
[
"_:search/068ccb62",
"stars",
"0"
],
[
"_:search/068ccb62",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"The cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"3UKMLIWO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/068ccb62"
],
[
"_:search/068ccb62",
"area",
"south"
],
[
"_:search/068ccb62",
"pricerange",
"moderately - priced"
],
[
"_:search/068ccb62",
"stars",
"0"
],
[
"_:search/068ccb62",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"The cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"3UKMLIWO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_: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": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/068ccb62"
],
[
"_:search/068ccb62",
"area",
"south"
],
[
"_:search/068ccb62",
"pricerange",
"moderately - priced"
],
[
"_:search/068ccb62",
"stars",
"0"
],
[
"_:search/068ccb62",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"The cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"3UKMLIWO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/068ccb62"
],
[
"_:search/068ccb62",
"area",
"south"
],
[
"_:search/068ccb62",
"pricerange",
"moderately - priced"
],
[
"_:search/068ccb62",
"stars",
"0"
],
[
"_:search/068ccb62",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"The cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"3UKMLIWO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"arrive_by",
"12:54"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8285"
],
[
"_:result",
"leave_at",
"11:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"0"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/068ccb62"
],
[
"_:search/068ccb62",
"area",
"south"
],
[
"_:search/068ccb62",
"pricerange",
"moderately - priced"
],
[
"_:search/068ccb62",
"stars",
"0"
],
[
"_:search/068ccb62",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"The cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"Cambridge"
],
[
"_:search",
"leave_at",
"11:00"
],
[
"_:result",
"arrive_by",
"12:54"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR8285"
],
[
"_:result",
"leave_at",
"11:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"arrive_by",
"12:54"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"Leicester"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"leave_at",
"11:09"
],
[
"_:booking",
"ref",
"SCKIYN5Q"
],
[
"_: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,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am seeking an expensive restaurant in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'57');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 57 expensive restaurants in Cambridge . Do you have a food type preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about one in the east area ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "That narrowed the search down to 5 . Do you have a food type preference ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Tell me your favorite . I 'd like their phone number and address , please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'43 High Street Cherry Hinton Cherry Hinton');(_:result,name,'sitar tandoori');(_:result,phone,'01223249955');(_:result,type,'Restaurant'))",
"hello()"
],
"speaker": "system",
"text": "Sure . The sitar tandoori 's phone number is 01223249955 and their address is \t 43 High Street Cherry Hinton Cherry Hinton"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great , also , are there any museums in that same area ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'museums');(_:result,count,'4');(_:result,entrance_fee,'does have an entrance fee');(_:result,entrance_fee,'free to visit');(_:result,name,'Cambridge Museum of Technology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have four museums in that area . Most are free to visit , though the Cambridge Museum of Technology does have an entrance fee ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Cambridge Museum of Technology');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the postcode for the Cambridge Museum of Technology ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb58ld');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb58ld . Is there anything else you would like to know ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I needed today , thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Goodbye !"
}
] |
MUL0940.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"57"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"43 High Street Cherry Hinton Cherry Hinton"
],
[
"_:result",
"name",
"sitar tandoori"
],
[
"_:result",
"phone",
"01223249955"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"address",
"43 High Street Cherry Hinton Cherry Hinton"
],
[
"_:result",
"phone",
"01223249955"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"does have an entrance fee"
],
[
"_:result",
"entrance_fee",
"free to visit"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Cambridge Museum of Technology"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"address",
"43 High Street Cherry Hinton Cherry Hinton"
],
[
"_:result",
"phone",
"01223249955"
],
[
"_:system",
"greeted",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museums"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"entrance_fee",
"does have an entrance fee"
],
[
"_:result",
"entrance_fee",
"free to visit"
],
[
"_:result",
"name",
"Cambridge Museum of Technology"
],
[
"_:search",
"name",
"Cambridge Museum of Technology"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I 'm trying to find a place to go in the centre . A college would be fun to visit !"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,entrance_fee,'free admission');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Great ! I would be happy to help you find one . Are you looking for one with free admission ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "maybe , give me the address of one please"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"King 's Parade\");(_:result,amount,'several');(_:result,area,'centre');(_:result,category,'college');(_:result,entrance_fee,'free');(_:result,name,\"Saint Catharine 's College\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several college 's in the centre . How about Saint Catharine 's College ? It is on King 's Parade and has free admission ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'9');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I also need a train to London Kings cross , arriving by 9"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from , and what day would you like to travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be departing from Cambridge , and would like to leave on Tuesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'7:00');(_:result,day,'tuesday');(_:result,destination,'london kings cross');(_:result,id,'TR3343');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR3343 arriving at london kings cross tuesday at 7:00 . Shall I book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need 4 tickets please . Please send me the reference number ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,arrive_by,'07:51');(_:booking,category,'Train');(_:booking,destination,'Kings Cross');(_:booking,destination,'London');(_:booking,leave_at,'07:00');(_:booking,ref,'AQDCG6N8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your tickets have been reserved , and just to clarify , that train departs at 07:00 , and arrives in London , Kings Cross at 07:51 . Would n't want you to miss the train ! Ref # : AQDCG6N8"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "OK thank you that is all I needed today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day and thank you for contacting us ."
}
] |
MUL1980.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free admission"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Saint Catharine 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"9"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Saint Catharine 's College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"9"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Saint Catharine 's College"
],
[
"_:search",
"arrive_by",
"9"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"7:00"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR3343"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"address",
"King 's Parade"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Saint Catharine 's College"
],
[
"_:search",
"arrive_by",
"9"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"7:00"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"destination",
"london kings cross"
],
[
"_:result",
"id",
"TR3343"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"arrive_by",
"07:51"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Kings Cross"
],
[
"_:booking",
"destination",
"London"
],
[
"_:booking",
"leave_at",
"07:00"
],
[
"_:booking",
"ref",
"AQDCG6N8"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip to Cambridge"
},
{
"id": 1,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "How great ! I 'm sure you 'll love it here . Is there something specific I can find for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'stansted airport');(_:search,leave_at,'11:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "train should leave after 11:15 and should depart from stansted airport on Sunday"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'11:52');(_:result,id,'TR9445');(_:result,leave_at,'11:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , the TR9445 leaves at 11:24 and arrives by 11:52 . Would you like me to book tickets for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I 'll need tickets for 5 people ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'38E1SSYP');(_:booking,ticket,'40.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 40.4 GBP payable at the station . Reference number is : 38E1SSYP ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for a restaurant in the moderate price range , that serves Thai food ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I m sorry there are no restaurants like that . Would you like to search for something else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'Thai');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No moderately - priced Thai places in the east , huh ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are not - would you like to adjust the type of restaurant or the price range ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try Indian food ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,count,'2');(_:result,name,'Curry Prince');(_:result,name,'Rajmahal');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Do you have a preference - I come up with 2 . Curry Prince , or Rajmahal . I recommend Curry Prince . Is this okay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'curry prince');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Curry prince is good . book it for the same group of people please"
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Okay . I 'll need to know the day and time you 'd like to dine ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'20:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "On Sunday at 20:45 please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,name,'Curry Prince');(_:booking,ref,'7FLIG346');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set for Curry Prince . Your reference number is 7FLIG346 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok , great , that 's all I needed ! Thanks !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great . You have a wonderful day and feel free to message me if you need any more assistance ."
}
] |
PMUL3657.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR9445"
],
[
"_:result",
"leave_at",
"11:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR9445"
],
[
"_:result",
"leave_at",
"11:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"38E1SSYP"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR9445"
],
[
"_:result",
"leave_at",
"11:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"38E1SSYP"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/9eee72ab"
],
[
"_:search/9eee72ab",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"Thai"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR9445"
],
[
"_:result",
"leave_at",
"11:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"38E1SSYP"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/9eee72ab"
],
[
"_:search/9eee72ab",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/025d79de"
],
[
"_:search/025d79de",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR9445"
],
[
"_:result",
"leave_at",
"11:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"38E1SSYP"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/9eee72ab"
],
[
"_:search/9eee72ab",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/025d79de"
],
[
"_:search/025d79de",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR9445"
],
[
"_:result",
"leave_at",
"11:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"38E1SSYP"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:system",
"canthelp",
"_:search/9eee72ab"
],
[
"_:search/9eee72ab",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/025d79de"
],
[
"_:search/025d79de",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"20:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"arrive_by",
"11:52"
],
[
"_:result",
"id",
"TR9445"
],
[
"_:result",
"leave_at",
"11:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:system",
"canthelp",
"_:search/9eee72ab"
],
[
"_:search/9eee72ab",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/025d79de"
],
[
"_:search/025d79de",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Curry Prince"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry prince"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"20:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"Curry Prince"
],
[
"_:booking",
"ref",
"7FLIG346"
],
[
"_: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,'hotel');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to find a hotel that has 4 stars and included free parking"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'west');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 3 hotels that meet your criteria , 2 are in the west and one is in the centre . Do you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel should have a star of 4 and should include free parking ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_parking,'none');(_:result,name,'University Arms hotel');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "University Arms hotel has 4 starts and free parking . Would you like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yes , please . 8 people for 2 nights starting on saturday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'1VQQLH6R');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : 1VQQLH6R"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I needed ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a nice day !"
}
] |
SNG01985.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"University Arms hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"1VQQLH6R"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i need a 4 star place to stay which should include free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , and what is your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need some place cheap . Thanks"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many options for you . What part of town do you want to stay in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,day,'friday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care , book it for 6 people and 2 nights starting from friday"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Autumn house');(_:booking,ref,'ACW41WKC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked for the Autumn house , the reference number is ACW41WKC , anything else that I can assist with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()",
"inform((_:search,area,'south');(_:search,category,'concert halls');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks . I also want info on concert halls in the south ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'only one');(_:result,area,'centre');(_:result,category,'concerthall');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I am sorry but there is only one concerthall which is in the centre . Do you want the contact information or do you want a different type of attraction ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Let 's try a cinema in the south instead then"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Cineworld Cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "What about Cineworld Cinema ? Would you like more information ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , please tell me the phone number , postcode , and entrance fee ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park , clifton way');(_:result,phone,'00872208000');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is cambridge leisure park , clifton way , the postcode is cb17dy and the phone number is 00872208000 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the cinema');(_:search,destination,'the hotel');(_:search,leave_at,'13:30');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi . I want to leave the cinema at 13:30 and go to the hotel . Please give me car type and contact info"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'blue Honda');(_:result,phone,'07712234271');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "You will be picked up by a blue Honda and the contact number is 07712234271 . Can I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thanks ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and enjoy your stay in our lovely city !"
}
] |
PMUL3075.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"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Autumn house"
],
[
"_:booking",
"ref",
"ACW41WKC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"concert halls"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Autumn house"
],
[
"_:booking",
"ref",
"ACW41WKC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concerthall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"Autumn house"
],
[
"_:booking",
"ref",
"ACW41WKC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concerthall"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cineworld Cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"Autumn house"
],
[
"_:booking",
"ref",
"ACW41WKC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concerthall"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cineworld Cinema"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the cinema"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_: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",
"stars",
"4"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"Autumn house"
],
[
"_:booking",
"ref",
"ACW41WKC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only one"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concerthall"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"name",
"Cineworld Cinema"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"departure",
"the cinema"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"13:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue Honda"
],
[
"_:result",
"phone",
"07712234271"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What 's fun to do on the south side ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Cinema Cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cinema Cinema is the first attraction listed ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What type of attraction is it and how much does it cost ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'cinema');(_:result,name,'Cineworld Cinema');(_:result,phone,'00872208000');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Cineworld Cinema is a cinema . I ca n't find information on the price . You may call them directly at 00872208000 . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , can you call them for me please . I am not from the area and do not want charges on my phone ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you so much for helping me find an attraction . I have the number and I will give them a call . You have a great day ."
}
] |
PMUL1143.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Cinema Cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"cinema"
],
[
"_:result",
"name",
"Cineworld Cinema"
],
[
"_:result",
"phone",
"00872208000"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'junction');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 've heard a of a place called The Junction . Can you tell me about it ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'theatre');(_:result,name,'Junction');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure . The Junction is a theatre to the south of town . I 'm not sure what it costs to get in , but people really seem to like it ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "May I have their phone number please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223511511');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course ! Their phone number is 01223511511 . How else may I assist you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'thai');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need an expensive restaurant that serves thai food ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'west');(_:result,name,'Bangkok City');(_:result,name,'Sala Thong');(_:result,postcode,'c23jx');(_:result,postcode,'cb39ey');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "One is Sala Thong in the west , postcode cb39ey and the other is Bangkok City in the centre , postcode c23jx . Would you like me to book one ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'18:00');(_:search,name,'bangkok city');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please book Bangkok City for 8 people at 18:00 for this Saturday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'TT8J62KR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have completed your booking . The table is held for 15 minutes and your reference number is TT8J62KR . Can I assist you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the junction');(_:search,destination,'sala thong');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi to commute between the The junction and the Sala Thong . I need to make sure it arrives before my reservations at Bangkok City ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Alright , is there anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I need that taxi booked , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,type,'Taxi'))",
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Your Taxi is booked , If you give me a time you would prefer to leave by I can add that information to the booking for you ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'18:00');(_:search,day,'saturday');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need it to arrive by 18:00 Saturday for our dinner reservations . Can you confirm the booked time ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,duration,'18:00');(_:booking,people,'8');(_:booking,ref,'TT8J62KR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes it is confirmed with reference number TT8J62KR . The time is 18:00 for 8 people ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,car,?);(_:result,ref,?);(_:result,type,'Restaurant');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "But that 's the reference number for my restaurant reservation . Please confirm my taxi booking ! I 'll need a contact number and car type so I can make sure it was absolutely completed !"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'gray volvo');(_:result,phone,'07220734220');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Sorry about that . Your taxi will be a gray volvo . The contact number is 07220734220 . Is there anything else I can do for you today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's everything , thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and enjoy your visit ."
}
] |
MUL0839.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"junction"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"junction"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"name",
"Junction"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"junction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"name",
"Junction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"postcode",
"c23jx"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"postcode",
"c23jx"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"TT8J62KR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the junction"
],
[
"_:search",
"destination",
"sala thong"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"postcode",
"c23jx"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"TT8J62KR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the junction"
],
[
"_:search",
"destination",
"sala thong"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"postcode",
"c23jx"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"ref",
"TT8J62KR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the junction"
],
[
"_:search",
"destination",
"sala thong"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"phone",
"01223511511"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"postcode",
"c23jx"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"departure",
"the junction"
],
[
"_:search",
"destination",
"sala thong"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"TT8J62KR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"car",
"?"
],
[
"_: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": [
[
"_:result",
"category",
"theatre"
],
[
"_:search",
"food",
"thai"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Bangkok City"
],
[
"_:result",
"name",
"Sala Thong"
],
[
"_:result",
"postcode",
"c23jx"
],
[
"_:result",
"postcode",
"cb39ey"
],
[
"_:search",
"duration",
"18:00"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"departure",
"the junction"
],
[
"_:search",
"destination",
"sala thong"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:00"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:booking",
"duration",
"18:00"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"TT8J62KR"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"car",
"gray volvo"
],
[
"_:result",
"phone",
"07220734220"
],
[
"_: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,name,'kambar');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a place called kambar , can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'1 Wheeler Street');(_:result,area,'centre');(_:result,category,'nightclub');(_:result,entrance_fee,'5 pounds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure ! It is a nightclub located in the centre of Cambridge . The address is 1 Wheeler Street and admission is 5 pounds . Do you need more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the postcode and phone number for them please ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223842725');(_:result,postcode,'cb23qb');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Certainly ! Their phone number is 01223842725 and postcode is cb23qb . Can I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks . I am also looking for a restaurant that serves lebanese food in the centre . Do you have any suggestions ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The ali baba');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The ali baba is a very nice one . Should I book it for you ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes can you please book that ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people and for what day ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'ali baba');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is the Ali Baba cheap ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is in the moderate price range . Would you like a booking ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Well , then I really want to stay with something cheap . How about indian food ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'indian');(_:result,name,'kohinoor');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I recommend kohinoor , they are indian with a cheap price , would you like more info or a booking ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I need their address and phone number as well ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'74 Mill Road City Centre');(_:result,phone,'01223323639');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the address is 74 Mill Road City Centre , and the phone number is 01223323639 . Can I get you anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you tell me which bus i can take to the restaurant ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking');(_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure . What day would you like to go ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The same day ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'm sorry but I need the travel day to look that up for you ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do not need a bus , have a nice day thanks for the restaurant information ."
},
{
"id": 19,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "No problem is there anything else I can help you with today ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "thank you for using this service good bye"
}
] |
PMUL2228.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 Wheeler Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"address",
"1 Wheeler Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"kambar"
],
[
"_:result",
"address",
"1 Wheeler Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The ali baba"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"1 Wheeler Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The ali baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"ali baba"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"1 Wheeler Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The ali baba"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"ali baba"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"1 Wheeler Street"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"phone",
"01223842725"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"ali baba"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"ali baba"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"74 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223323639"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"name",
"ali baba"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"74 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223323639"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_: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": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"name",
"ali baba"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"74 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223323639"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb23qb"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"name",
"ali baba"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"kohinoor"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"74 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223323639"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,destination,'travellers rest');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Hi ! I 'd like to book a taxi to Travellers Rest , please , and I need to get there absolutely no later than 11:45 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,car,'grey skoda');(_:result,phone,'07506457479');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your car type is the Grey Skoda and its contact number is 07506457479 ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'travellers rest');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to go to travellers rest . Is that OK ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Hello , I sent you the car type and contact number earlier . Is there anything else I can help with ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all , thank you ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Awesome ! Take care and enjoy your evening ."
}
] |
SNG0068.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"destination",
"travellers rest"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"car",
"grey skoda"
],
[
"_:result",
"phone",
"07506457479"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"destination",
"travellers rest"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:result",
"car",
"grey skoda"
],
[
"_:result",
"phone",
"07506457479"
],
[
"_:search",
"destination",
"travellers rest"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I 'm looking for the Addenbrookes Hospital ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "Thank you . Can I direct you to a specific department ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,department,'cambridge eye unit');(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "the cambridge eye unit department ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,department,'cambridge eye unit');(_:result,phone,'01223245151');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The phone number for the cambridge eye unit is 01223245151 . Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Yes , can I have the address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is located at Hills Rd , Cambridge , postcode CB20QQ . Do you need more information ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . Thank you very much for your help today ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Goodbye !"
}
] |
SNG02144.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"cambridge eye unit"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"cambridge eye unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"cambridge eye unit"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"cambridge eye unit"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"department",
"cambridge eye unit"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How are you doing today ? I need to find a hotel on the North side of town that offers internet at no extra charge"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "do you have a price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "no , but it should be a guesthouse"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Arbury lodge guesthouse');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Arbury lodge guesthouse is in the moderate price range in the north part of town ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is that my only option ? I need a guesthouse in the north and internet is not important ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'10');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "No , there are 10 guesthouses in the north . Do you need something specific ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No , please recommend one for me and give me the address ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'arbury lodge guest house');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I still recommend arbury lodge guest house . Its a four star hotel and have very good reviews and it has both free wifi and parking ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds great . Can I get the address please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'82 Arbury Road');(_:result,postcode,'cb42je');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it is located at 82 Arbury Road , postcode cb42je ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'that area');(_:search,food,'corsica');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks . Are there any restaurants in that area that serve Corsica cuisine ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Corsica');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are not any Corsica restaurants in that area . Is there a different type of cuisine you would like for me to check ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please give me the name of a restaurant that serves Chinese food in the area ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'chinese');(_:result,name,'Golden Wok and The Hotspot');(_:result,name,'Hakks');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Hakks , Golden Wok and The Hotspot are all chinese restaurants in the north"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'13:15');(_:search,name,'golden wok');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I make a reservation for 6 people on Tuesday at 13:15 at Golden Wok ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'327PBMAC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 327PBMAC ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need to get a taxi ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "No problem , where to where , and when to when ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'the guesthouse');(_:search,destination,'the restaurant');(_:search,leave_at,'the reservation time');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to get from the guesthouse to the restaurant , and I want to be sure I get there by the reservation time ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'yellow honda');(_:result,phone,'07962119630');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! Booked car type : yellow honda Contact number 07962119630"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help !"
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome enjoy your day ."
}
] |
PMUL3939.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Arbury lodge guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"name",
"Arbury lodge guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"arbury lodge guest house"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"arbury lodge guest house"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"82 Arbury Road"
],
[
"_:result",
"postcode",
"cb42je"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"that area"
],
[
"_:search",
"food",
"corsica"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"arbury lodge guest house"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"82 Arbury Road"
],
[
"_:result",
"postcode",
"cb42je"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"that area"
],
[
"_:system",
"canthelp",
"_:search/cf24b557"
],
[
"_:search/cf24b557",
"food",
"Corsica"
],
[
"_:search/cf24b557",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"82 Arbury Road"
],
[
"_:result",
"postcode",
"cb42je"
],
[
"_:search",
"area",
"that area"
],
[
"_:system",
"canthelp",
"_:search/cf24b557"
],
[
"_:search/cf24b557",
"food",
"Corsica"
],
[
"_:search/cf24b557",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Golden Wok and The Hotspot"
],
[
"_:result",
"name",
"Hakks"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"82 Arbury Road"
],
[
"_:result",
"postcode",
"cb42je"
],
[
"_:search",
"area",
"that area"
],
[
"_:system",
"canthelp",
"_:search/cf24b557"
],
[
"_:search/cf24b557",
"food",
"Corsica"
],
[
"_:search/cf24b557",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Golden Wok and The Hotspot"
],
[
"_:result",
"name",
"Hakks"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"327PBMAC"
],
[
"_: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",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"82 Arbury Road"
],
[
"_:result",
"postcode",
"cb42je"
],
[
"_:search",
"area",
"that area"
],
[
"_:system",
"canthelp",
"_:search/cf24b557"
],
[
"_:search/cf24b557",
"food",
"Corsica"
],
[
"_:search/cf24b557",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Golden Wok and The Hotspot"
],
[
"_:result",
"name",
"Hakks"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"327PBMAC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the guesthouse"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"the reservation time"
],
[
"_: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",
"pricerange",
"?"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"address",
"82 Arbury Road"
],
[
"_:result",
"postcode",
"cb42je"
],
[
"_:search",
"area",
"that area"
],
[
"_:system",
"canthelp",
"_:search/cf24b557"
],
[
"_:search/cf24b557",
"food",
"Corsica"
],
[
"_:search/cf24b557",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Golden Wok and The Hotspot"
],
[
"_:result",
"name",
"Hakks"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"name",
"golden wok"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"327PBMAC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"the guesthouse"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"the reservation time"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow honda"
],
[
"_:result",
"phone",
"07962119630"
],
[
"_: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,area,'center');(_:search,food,'modern european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for a modern european restaurant in the center ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Is there a particular price range that you would prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Maybe something in the moderate range ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Mill Lane');(_:result,address,'Regent Street');(_:result,count,'2');(_:result,name,'de luca cucina');(_:result,name,'riverside brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have two such restarants , de luca cucina and bar on Regent Street , and riverside brasserie on Mill Lane . Do you have a preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'19:30');(_:search,name,'riverside brasserie');(_:search,people,'2');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book 2 people at 19:30 on friday for Riverside brasserie . Can I get a reference number ? Thank you ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'3BADCF9I');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure thing , your reservation number is 3BADCF9I . Anything else I can help with today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That actually takes care of all my needs ! Thanks a ton !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Great , enjoy your dinner and have a nice day . Thank you !"
}
] |
SNG1300.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"Mill Lane"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"de luca cucina"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"Mill Lane"
],
[
"_:result",
"address",
"Regent Street"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"de luca cucina"
],
[
"_:result",
"name",
"riverside brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"name",
"riverside brasserie"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3BADCF9I"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'milton country park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for Milton Country Park . Can you tell me about it ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'park');(_:result,entrance_fee,'no entrance fee');(_:result,phone,'01223420060');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course , it 's a park located in the north area of town and has no entrance fee . The phone number there is 01223420060"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What kind of attraction is it ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'country park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is a country park ? Would you like to find anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a restaurant that serves international food and located in the centre of town ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Varsity Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Varsity Restaurant is your best bet . Would you like a table there ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is that in the moderate price range ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It sure is . May i book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you but I would like the full address and phone number please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'35 Saint Andrews Street');(_:result,area,'City Centre');(_:result,name,'Varsity Restaurant');(_:result,phone,'01223356060');(_:result,postcode,'cb23ar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address for the Varsity Restaurant is 35 Saint Andrews Street City Centre , cb23ar . The phone number is 01223356060 . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'20:45');(_:search,destination,'the attraction');(_:search,leave_at,'20:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you book me a taxi between the two places ? I want to get to the attraction by 20:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi has been booked . Is there anything else I may help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,car,?);(_:result,category,?);(_:result,type,'Attraction');(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Could I please have the contact number and car type for the taxi ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'Grey Skoda');(_:result,phone,'07874698505');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes . The contact number is 07874698505 and the car type is a Grey Skoda . Can I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that was everything that I needed help with . Thank you very much for helping me ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
MUL0872.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"milton country park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"milton country park"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"milton country park"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"country park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"milton country park"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"country park"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"milton country park"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"phone",
"01223420060"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"country park"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"milton country park"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"category",
"country park"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"35 Saint Andrews Street"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"phone",
"01223356060"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"milton country park"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"category",
"country park"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"35 Saint Andrews Street"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"phone",
"01223356060"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"milton country park"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"category",
"country park"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"international"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"35 Saint Andrews Street"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"postcode",
"cb23ar"
],
[
"_:search",
"arrive_by",
"20:45"
],
[
"_:search",
"destination",
"the attraction"
],
[
"_:search",
"leave_at",
"20:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"car",
"Grey Skoda"
],
[
"_:result",
"phone",
"07874698505"
],
[
"_: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,arrive_by,'before 8:45am');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like a ticket to a train that arrives in Cambridge before 8:45am ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'8:45');(_:result,count,'231');(_:result,destination,'Cambridge');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 231 trains that arrive in Cambridge before 8:45 , can you tell me where you want to depart from to narrow it down ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to depart from London kings cross"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,arrive_by,'8:08');(_:booking,category,'Train');(_:booking,destination,'Cambridge');(_:booking,id,'TR4543');(_:booking,leave_at,'07:17');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can book you on train number TR4543 . It departs at 07:17 and arrives in Cambridge at 8:08 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need the train to leave on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,leave_at,'5:17');(_:result,leave_at,'7:17');(_:result,type,'Train'))",
"inform((_:result,type,'Train'))"
],
"speaker": "system",
"text": "Okay , I got one leaving at 5:17 and another at 7:17 , do you have a preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'7:17');(_:search,name,'bangkok city');(_:search,people,'8');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "7:17 please . I would like to book for 8 people and i need the reference number . I would also like to book at Bangkok City restaurant ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))",
"inform((_:booking,category,'Train');(_:booking,ref,'YRIP8V3C');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked the train . Your reference number is YRIP8V3C . For what day and time would you like the restaurant reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'13:30');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to book the reservation the same day as my train at 13:30 for 8 people ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,duration,'at that time');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately we can not book at that time , could you choose another day or time please ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'12:30');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about the same day at 12:30 ? If that works , please send the reference number ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'YRIP8V3C');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It works . The reference number is YRIP8V3C . Anything else I can do for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'bangkok city');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i would also like to book a reservation at bangkok city ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,name,'Bangkok city');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "You would like an additional reservation at Bangkok city restaurant ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , my mistake . Thank you ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "okay is there anything else i can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that was everything , thank you !"
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Okay ! Thank you for calling ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for your help ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Good day then ."
}
] |
MUL0304.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"before 8:45am"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"before 8:45am"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"8:45"
],
[
"_:result",
"count",
"231"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"before 8:45am"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"8:45"
],
[
"_:result",
"count",
"231"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"8:08"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4543"
],
[
"_:booking",
"leave_at",
"07:17"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"before 8:45am"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"8:45"
],
[
"_:result",
"count",
"231"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"8:08"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4543"
],
[
"_:booking",
"leave_at",
"07:17"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"leave_at",
"5:17"
],
[
"_:result",
"leave_at",
"7:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"duration",
"7:17"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"before 8:45am"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"8:45"
],
[
"_:result",
"count",
"231"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"8:08"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4543"
],
[
"_:booking",
"leave_at",
"07:17"
],
[
"_:result",
"leave_at",
"5:17"
],
[
"_:result",
"leave_at",
"7:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"YRIP8V3C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"before 8:45am"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"8:45"
],
[
"_:result",
"count",
"231"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"8:08"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4543"
],
[
"_:booking",
"leave_at",
"07:17"
],
[
"_:result",
"leave_at",
"5:17"
],
[
"_:result",
"leave_at",
"7:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"YRIP8V3C"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/950e4500"
],
[
"_:booking/950e4500",
"duration",
"at that time"
],
[
"_:booking/950e4500",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"before 8:45am"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"8:45"
],
[
"_:result",
"count",
"231"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"8:08"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4543"
],
[
"_:booking",
"leave_at",
"07:17"
],
[
"_:result",
"leave_at",
"5:17"
],
[
"_:result",
"leave_at",
"7:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/950e4500"
],
[
"_:booking/950e4500",
"duration",
"at that time"
],
[
"_:booking/950e4500",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"YRIP8V3C"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_: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",
"arrive_by",
"before 8:45am"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"8:45"
],
[
"_:result",
"count",
"231"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"8:08"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4543"
],
[
"_:booking",
"leave_at",
"07:17"
],
[
"_:result",
"leave_at",
"5:17"
],
[
"_:result",
"leave_at",
"7:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/950e4500"
],
[
"_:booking/950e4500",
"duration",
"at that time"
],
[
"_:booking/950e4500",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"YRIP8V3C"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"Bangkok city"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"before 8:45am"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"8:45"
],
[
"_:result",
"count",
"231"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"8:08"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4543"
],
[
"_:booking",
"leave_at",
"07:17"
],
[
"_:result",
"leave_at",
"5:17"
],
[
"_:result",
"leave_at",
"7:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/950e4500"
],
[
"_:booking/950e4500",
"duration",
"at that time"
],
[
"_:booking/950e4500",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"YRIP8V3C"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"Bangkok city"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"before 8:45am"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"8:45"
],
[
"_:result",
"count",
"231"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"8:08"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR4543"
],
[
"_:booking",
"leave_at",
"07:17"
],
[
"_:result",
"leave_at",
"5:17"
],
[
"_:result",
"leave_at",
"7:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/950e4500"
],
[
"_:booking/950e4500",
"duration",
"at that time"
],
[
"_:booking/950e4500",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"YRIP8V3C"
],
[
"_:search",
"name",
"bangkok city"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"Bangkok city"
],
[
"_: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,arrive_by,'09:15');(_:search,day,'thursday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i am looking for a train that leaves on thursday and arrives by 09:15"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from , please ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Cambridge where I am now ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going to london liverpool street ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'XFCGPXHA');(_:booking,ticket,'23.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 23.6 GBP payable at the station . \n Reference number is : XFCGPXHA ."
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you , that 's all I need . good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Have a nice day !"
}
] |
SNG01209.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"XFCGPXHA"
],
[
"_:booking",
"ticket",
"23.6 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I heard Cambridge has some really awesome Indian restaurants so I 'd love to try one of them please . An expensive one ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a number');(_:result,food,'indian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have a number of indian restaurants available , do you want to go to a particular area of town ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would love to dine in the west ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,food,'Indian');(_:result,name,'Tandoori Palace');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "One of the best Indian restaurants in all of Cambridge - Tandoori Palace - is in the west . Would you like to book a table there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'13:00');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , for 6 at 13:00 on tuesday . Thank you ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'991XH2UA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reference number is 991XH2UA . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a hotel in the expensive price range with a star of 3"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'center');(_:result,area,'south');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two such hotels , one in the center and one in the south . Do yo have a preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I prefer something with free wifi . I do n't want to stay in a guesthouse and prefer a hotel ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'south');(_:result,name,'gonville hotel');(_:result,name,'lensfield hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "great , there is the gonville hotel and the lensfield hotel . in the centre and south respectively ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do those hotels have free parking ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Both of the hotels have free parking ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That 's all I need ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "May I further help you with booking ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "no that is enough for today"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your visit to Cambridge"
}
] |
PMUL3175.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",
"a number"
],
[
"_:result",
"food",
"indian"
],
[
"_: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",
"expensive"
],
[
"_:result",
"amount",
"a number"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"a number"
],
[
"_:search",
"area",
"west"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"991XH2UA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"a number"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Tandoori Palace"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"991XH2UA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"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",
"food",
"indian"
],
[
"_:result",
"amount",
"a number"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"991XH2UA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"a number"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"991XH2UA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"a number"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"ref",
"991XH2UA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"name",
"lensfield hotel"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am staying in the west part of cambridge and would like to know about some places to go ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,area,'west');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have several attractions in the west for you . Is there a certain type you have in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No , what would you recommend ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'silver street');(_:result,name,'queens college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "i suggest queens college in the silver street . you want the address ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like the phone number and the post code please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223335511');(_:result,postcode,'cb39et');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure ! The phone number is 01223335511 and the postcode is cb39et . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'guesthouse');(_:search,has_internet,'dontcare');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a 3 star guesthouse in the same area . Does not need to include internet ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Hobsons House');(_:result,pricerange,'moderately priced');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is a guesthouse named Hobsons House located in the west with 3 stars . It is moderately priced and has internet and parking . Would you like this one booked ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you . I just needed the information . That 's all I need ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Have a good day !"
}
] |
PMUL2509.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"west"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"silver street"
],
[
"_:result",
"name",
"queens college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"silver street"
],
[
"_:result",
"name",
"queens college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb39et"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:result",
"address",
"silver street"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223335511"
],
[
"_:result",
"postcode",
"cb39et"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'corpus christi');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi I am looking for the attraction Corpus Christi can you find it for me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,\"king 's parade\");(_:result,area,'centre');(_:result,name,'Corpus Christi');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Corpus Christi is located at king 's parade in the centre of the town ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'corpus christi');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Super , I 'm right by there ... what kind of an attraction is Corpus Christi ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"king 's parade\");(_:result,category,'college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "it is a college located on king 's parade"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'restaurant alimentum');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay . I 'm also looking for a restaurant called Restaurant Alimentum ."
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Sure , I 've located that for you . What information would you like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'17:30');(_:search,people,'8');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to reserve a table for 8 at 17:30 wednesday and the reference # too"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'wednesday');(_:booking,duration,'17:30');(_:booking,name,'restaurant alimentum');(_:booking,people,'8');(_:booking,ref,'PJH9SVZE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation for 8 people at the restaurant alimentum for this wednesday at 17:30 was successful . Your Reference number is : PJH9SVZE ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . You have provided everything I needed ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , have a good day ."
}
] |
PMUL4689.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"corpus christi"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"king 's parade"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"corpus christi"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"address",
"king 's parade"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"address",
"king 's parade"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"address",
"king 's parade"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"17:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"wednesday"
],
[
"_:booking",
"duration",
"17:30"
],
[
"_:booking",
"name",
"restaurant alimentum"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PJH9SVZE"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'boats');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a place to go while in Cambridge . I would like something to do with boats ? Do you have that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'boating');(_:result,count,'4');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are four different locations related to boating , is there any specific area you 're looking to go to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No there is not , just please provide me with the address of one that you recommend ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'251a Chesterton Road');(_:result,category,'boats');(_:result,name,'Cambridge Punter');(_:result,postcode,'cb41as');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Cambridge Punter , the address is 251a Chesterton Road , post code cb41as . Would you like to know any more info on boats in Cambridge ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay . I prefer a guesthouse that 's expensive ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:search,area,'Cambridge');(_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are not any expensive guesthouses in Cambridge . Would a moderately priced guesthouse suffice ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No . I really need an expensive one with 4 stars . I do n't care about the area . Can you check again for me ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))",
"inform((_:result,category,'hotel');(_:result,count,'2');(_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately there are no guesthouses that match your request . If you are willing to stay at a hotel , I have 2 expensive 4 star options ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Do you have cheap guesthouse with 4 stars available ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'eastside');(_:result,area,'west');(_:result,count,'5');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 5 guesthouses that is all in the cheap price range . All have free internet and parking . 3 in the eastside , 1 west , and 1 centre ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'monday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book the one in the centre for 7 people for 3 nights starting Monday ?"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately the Alexander bed and breakfast guesthouse is unavailable for that date range . Would you like to see if another day is available or book for a shorter stay ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,stay,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you try booking for one night , instead ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'5HDLTHO7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is 5HDLTHO7 ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'cambridge punter');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need to arrange for a taxi to leave from the hotel and get to Cambridge Punter ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time do you need the taxi ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'11:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to leave the hotel by 11:15 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'grey toyota');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have confirmed booking your taxi , a grey toyota will be picking you up ."
},
{
"id": 18,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Can I get a contact number for that ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,phone,'07069671908');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Their number is 07069671908 ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for all your help ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "No problem . Glad to help ."
}
] |
MUL1055.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"boats"
],
[
"_:result",
"category",
"boating"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"4"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"category",
"boats"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/b7cffaac"
],
[
"_:search/b7cffaac",
"area",
"Cambridge"
],
[
"_:search/b7cffaac",
"category",
"guesthouses"
],
[
"_:search/b7cffaac",
"pricerange",
"expensive"
],
[
"_:search/b7cffaac",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:system",
"canthelp",
"_:search/b7cffaac"
],
[
"_:search/b7cffaac",
"area",
"Cambridge"
],
[
"_:search/b7cffaac",
"category",
"guesthouses"
],
[
"_:search/b7cffaac",
"pricerange",
"expensive"
],
[
"_:search/b7cffaac",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a1c48e5a"
],
[
"_:search/a1c48e5a",
"category",
"guesthouses"
],
[
"_:search/a1c48e5a",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:system",
"canthelp",
"_:search/b7cffaac"
],
[
"_:search/b7cffaac",
"area",
"Cambridge"
],
[
"_:search/b7cffaac",
"category",
"guesthouses"
],
[
"_:search/b7cffaac",
"pricerange",
"expensive"
],
[
"_:search/b7cffaac",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a1c48e5a"
],
[
"_:search/a1c48e5a",
"category",
"guesthouses"
],
[
"_:search/a1c48e5a",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"eastside"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:system",
"canthelp",
"_:search/b7cffaac"
],
[
"_:search/b7cffaac",
"area",
"Cambridge"
],
[
"_:search/b7cffaac",
"category",
"guesthouses"
],
[
"_:search/b7cffaac",
"pricerange",
"expensive"
],
[
"_:search/b7cffaac",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a1c48e5a"
],
[
"_:search/a1c48e5a",
"category",
"guesthouses"
],
[
"_:search/a1c48e5a",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"eastside"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/b4b22a40"
],
[
"_:booking/b4b22a40",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:system",
"canthelp",
"_:search/b7cffaac"
],
[
"_:search/b7cffaac",
"area",
"Cambridge"
],
[
"_:search/b7cffaac",
"category",
"guesthouses"
],
[
"_:search/b7cffaac",
"pricerange",
"expensive"
],
[
"_:search/b7cffaac",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a1c48e5a"
],
[
"_:search/a1c48e5a",
"category",
"guesthouses"
],
[
"_:search/a1c48e5a",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"eastside"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/b4b22a40"
],
[
"_:booking/b4b22a40",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:booking",
"ref",
"5HDLTHO7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"cambridge punter"
],
[
"_: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",
"inquired",
"_:user"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:system",
"canthelp",
"_:search/b7cffaac"
],
[
"_:search/b7cffaac",
"area",
"Cambridge"
],
[
"_:search/b7cffaac",
"category",
"guesthouses"
],
[
"_:search/b7cffaac",
"pricerange",
"expensive"
],
[
"_:search/b7cffaac",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a1c48e5a"
],
[
"_:search/a1c48e5a",
"category",
"guesthouses"
],
[
"_:search/a1c48e5a",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"eastside"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/b4b22a40"
],
[
"_:booking/b4b22a40",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:booking",
"ref",
"5HDLTHO7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge punter"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:system",
"canthelp",
"_:search/b7cffaac"
],
[
"_:search/b7cffaac",
"area",
"Cambridge"
],
[
"_:search/b7cffaac",
"category",
"guesthouses"
],
[
"_:search/b7cffaac",
"pricerange",
"expensive"
],
[
"_:search/b7cffaac",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a1c48e5a"
],
[
"_:search/a1c48e5a",
"category",
"guesthouses"
],
[
"_:search/a1c48e5a",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"eastside"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/b4b22a40"
],
[
"_:booking/b4b22a40",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:booking",
"ref",
"5HDLTHO7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge punter"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey toyota"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"251a Chesterton Road"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"postcode",
"cb41as"
],
[
"_:system",
"canthelp",
"_:search/b7cffaac"
],
[
"_:search/b7cffaac",
"area",
"Cambridge"
],
[
"_:search/b7cffaac",
"category",
"guesthouses"
],
[
"_:search/b7cffaac",
"pricerange",
"expensive"
],
[
"_:search/b7cffaac",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a1c48e5a"
],
[
"_:search/a1c48e5a",
"category",
"guesthouses"
],
[
"_:search/a1c48e5a",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"eastside"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/b4b22a40"
],
[
"_:booking/b4b22a40",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"one"
],
[
"_:booking",
"ref",
"5HDLTHO7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"cambridge punter"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey toyota"
],
[
"_:result",
"phone",
"07069671908"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello there . I am traveling to Cambridge and am most looking forward to trying some of your local restaurants . Can you help me find a good one ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I can definitely assist you . Did you have a type of cuisine or price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Something moderately priced . I do n't have a cuisine preference ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'31');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 31 moderately priced options available . Do you have a particular area you 're interested in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yeah , preferably in the center of town ."
},
{
"id": 5,
"rdf-acts": [
"thank()",
"inform((_:result,area,'centre');(_:result,count,'21');(_:result,name,'Cow Pizza Kitchen and Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 21 different options in the centre of town . If you are looking for a great recommendation , I suggest The Cow Pizza Kitchen and Bar . They serve amazing food ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Excellent that sounds great . I 'm also looking for something to do . Can you find me an attraction in the same area of The Cow Pizza Kitchen ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'lots');(_:result,area,'Centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have lots of attractions in the Centre . What type are you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "any that you willrecomend . i also want a taxi"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'Market Street');(_:result,name,'Holy Trinity Church');(_:result,type,'Attraction'))",
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I recommend the Holy Trinity Church on Market Street . Can you give me a day and time you need a taxi ? I can get one for you ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,leave_at,'04:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need the taxi to commute between the restaurant and attraction . I need to leave the attraction by 04:30 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'white Honda');(_:result,phone,'07053284393');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have the taxi reserved for you . It will be a white Honda . The contact number is 07053284393 . Can I help with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That s all I need today , thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting the Cambridge TownInfo centre . Goodbye"
}
] |
PMUL2334.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"31"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"name",
"Cow Pizza Kitchen and Bar"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"address",
"Market Street"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"leave_at",
"04:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"address",
"Market Street"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"leave_at",
"04:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Honda"
],
[
"_:result",
"phone",
"07053284393"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I am needing a place in the centre area to dine at while I am seeing attractions in cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you have any food preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm starving and will only be satisfied with some spanish food , please !"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'2');(_:result,food,'spanish');(_:result,name,'La raza');(_:result,name,'La tasca');(_:result,pricerange,'cheap');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have two spanish restaurants in the city centre . La tasca is moderately priced , and La raza is cheap . Do you have a preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to try the moderately priced one please ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay ! Would you like for me to make you a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'19:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . Can I get a table for 3 on Tuesday at 19:30 ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'U7OJBNT7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you a table they will hold it for 15 minutes . Your reference number is U7OJBNT7 . Is there anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'architecture');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for an architecture attraction in town . Any suggestions ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'architecture');(_:result,count,'5');(_:result,entrance_fee,'Most of them are free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 architecture attractions located in the centre . Most of them are free ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to have the area , phone number , and entrance fee please"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'jesus lane');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'all saints church');(_:result,phone,'01223452587');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about all saints church ? They are located on jesus lane , it 's free and in the centre . Phone 01223452587 . Can I help with anything else today ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'all saints church');(_:search,destination,'la tasca');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you . Can you also help me with a taxi from all saints church to La tasca in time for my dinner reservation ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'black BMW');(_:result,destination,'a and b guesthouse');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Congrats you got the black BMW enjoy your ride to a and b guesthouse ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "What is the contact number for the taxi ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'blue bmw');(_:result,departure,'all saints church');(_:result,destination,'La tasca');(_:result,phone,'07281712585');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your taxi has been changed to a blue bmw with the contact number of 07281712585 . It will take you from all saints church to La tasca . Anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need , thank you , goodbye !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "excellent , have a great day !"
}
] |
PMUL3024.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"name",
"La tasca"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"name",
"La tasca"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"name",
"La tasca"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"U7OJBNT7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"architecture"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"name",
"La tasca"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"U7OJBNT7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"Most of them are free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"U7OJBNT7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"all saints church"
],
[
"_:search",
"destination",
"la tasca"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"spanish"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"U7OJBNT7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"phone",
"01223452587"
],
[
"_:search",
"departure",
"all saints church"
],
[
"_:search",
"destination",
"la tasca"
],
[
"_:result",
"car",
"black BMW"
],
[
"_:result",
"destination",
"a and b guesthouse"
],
[
"_:result",
"type",
"Taxi"
],
[
"_: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"
],
[
"_:search",
"food",
"spanish"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"U7OJBNT7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"architecture"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"jesus lane"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:search",
"departure",
"all saints church"
],
[
"_:search",
"destination",
"la tasca"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue bmw"
],
[
"_:result",
"departure",
"all saints church"
],
[
"_:result",
"destination",
"La tasca"
],
[
"_:result",
"phone",
"07281712585"
],
[
"_: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,name,'aylesbray lodge guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello . I would like some information about the Aylesbray lodge guest house ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'south');(_:result,name,'Aylesbray lodge');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ok . Aylesbray lodge is in the south part of town , moderately priced , and has a 4 star rating . Are you interested in booking a room ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I 'd like to book it for 4 people for 5 nights starting Monday . Would that be possible ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately the booking was unsuccessful"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "That s awful , is there any other options for the criteria that I need ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The only criteria you gave me is the name of the hotel . Are you sure you do n't want to book a different day or make a shorter stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about 2 nights ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'2');(_:booking,name,'Aylesbray Lodge');(_:booking,ref,'J9AMLIVL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I was able to book you at The Aylesbray Lodge for 2 days . Your Reference number is J9AMLIVL . Is there anything I can assist you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'that day');(_:search,departure,'kings lynn');(_:search,leave_at,'21:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks . I also need a train from Kings Lynn on that day , leaving after 21:45 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'22:58');(_:result,day,'monday');(_:result,destination,'cambridge');(_:result,leave_at,'22:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that leaves monday at 22:11 arriving in cambridge at 22:58 . Would you like me to book that for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Great ! What is the price and train ID ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR2215');(_:result,ticket,'9.80 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train ID is TR2215 and the ticket price is 9.80 pounds ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . That is all the help I need today . I appreciate your time ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful trip ! Goodbye"
}
] |
MUL2132.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/2216e025"
],
[
"_:booking/2216e025",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/2216e025"
],
[
"_:booking/2216e025",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/2216e025"
],
[
"_:booking/2216e025",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"2"
],
[
"_:booking",
"name",
"Aylesbray Lodge"
],
[
"_:booking",
"ref",
"J9AMLIVL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"that day"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/2216e025"
],
[
"_:booking/2216e025",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"2"
],
[
"_:booking",
"name",
"Aylesbray Lodge"
],
[
"_:booking",
"ref",
"J9AMLIVL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"that day"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"22:58"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"22:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"aylesbray lodge guest house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Aylesbray lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/2216e025"
],
[
"_:booking/2216e025",
"type",
"Booking"
],
[
"_:result",
"category",
"hotel"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"2"
],
[
"_:booking",
"name",
"Aylesbray Lodge"
],
[
"_:booking",
"ref",
"J9AMLIVL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"that day"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"22:58"
],
[
"_:result",
"day",
"monday"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"22:11"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"id",
"TR2215"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a taxi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I can help with that ? What are your departure and destination sites , and what time do you need it ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'14:15');(_:search,departure,'ely');(_:search,destination,'sidney sussex college');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to leave from ely and get to sidney sussex college by 14:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'blue honda');(_:result,phone,'07229655312');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t blue honda \n Contact number \t : \t 07229655312"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much ! That 'll be it for me for today ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . We 're here 24/7 if you need help with anything else . Have a great day ."
}
] |
SNG1156.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"sidney sussex college"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"sidney sussex college"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue honda"
],
[
"_:result",
"phone",
"07229655312"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi ! I need a train to birmingham new street ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you be needing the train ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,leave_at,'13:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on Wednesday from Cambridge . I need to leave sometime after 13:45 please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:44');(_:result,id,'TR8860');(_:result,leave_at,'14:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8860 departs at 14:01 and arrives by 16:44 . Would you like a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Could you just give me the train i d and price on that please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR8860');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The train ID is TR8860 and the price is 75.10 pounds . Is there anything else you need today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i would also love to find a place to stay and should be in the east"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure no problem . What type of hotel are you looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "need one in the east and have 2 stars ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "The express by holiday inn cambridge is exactly what you 're looking for . Would you like me to make you a reservation ?"
}
] |
PMUL3773.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"id",
"TR8860"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_: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",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR8860"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:result",
"arrive_by",
"16:44"
],
[
"_:result",
"leave_at",
"14:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR8860"
],
[
"_:result",
"ticket",
"75.10 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'vietnamese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Where can I find a Vietnamese restaurant in West Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,food,'vietnamese');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one vietnamese restuarant in the west area , thanh binh . Can I book a table for you , if so how many will be dining ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'17:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I need a table for 8 on Thursday at 17:00 ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It looks like that day and time are full . Is there another day or time slot you would like to try ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'16:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about a table for 8 on Thurday at 16:00"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'16:00');(_:booking,people,'eight');(_:booking,ref,'RLTOT7X2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the table for your party of eight at 16:00 . The reference number is RLTOT7X2 . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yeah , I need a place to go . I want to go to the museum and it should be in the west area ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'2 - 3 castle street');(_:result,address,'sidgwick avenue');(_:result,amount,'several');(_:result,category,'galleries');(_:result,entrance_fee,'3.50 pounds');(_:result,entrance_fee,'free');(_:result,name,'Cambridge and Country Folk Museum');(_:result,name,'Museum of classical archaeology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is a Museum of classical archaeology on sidgwick avenue for free , and a Cambridge and Country Folk Museum located at 2 - 3 castle street for 3.50 pounds . There are also several free galleries in the area . Can I give you more information on any of these ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'cambridge and country folk museum');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Just the postcode for the Cambridge and Country Folk Museum , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,postcode,'cb30aq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is at cb30aq"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you . I also need a taxi to get between the restaurant and the museum ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))",
"inform((_:result,destination,'the restaurant');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Is there a specific time you would like the taxi to arrive at the restaurant or museum ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'16:00');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "By 16:00 and I need the contact number and car type please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'blue BMW');(_:result,phone,'07883192583');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have successfully booked your taxi . You will be riding in a blue BMW . The company 's contact phone number is 07883192583 . Would there be anything else I could help with ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'16:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to make sure that it will arrive by 16:00 . Can you please confirm ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I believe that will be the case . Anything else I can help you with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all I need , thanks ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a nice day . Goodbye ."
}
] |
MUL0807.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"17:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"canthelp",
"_:booking/f8140c14"
],
[
"_:booking/f8140c14",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"canthelp",
"_:booking/f8140c14"
],
[
"_:booking/f8140c14",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"people",
"eight"
],
[
"_:booking",
"ref",
"RLTOT7X2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"canthelp",
"_:booking/f8140c14"
],
[
"_:booking/f8140c14",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"people",
"eight"
],
[
"_:booking",
"ref",
"RLTOT7X2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"galleries"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge and Country Folk Museum"
],
[
"_:result",
"name",
"Museum of classical archaeology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"cambridge and country folk museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"canthelp",
"_:booking/f8140c14"
],
[
"_:booking/f8140c14",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"people",
"eight"
],
[
"_:booking",
"ref",
"RLTOT7X2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"galleries"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge and Country Folk Museum"
],
[
"_:result",
"name",
"Museum of classical archaeology"
],
[
"_:search",
"name",
"cambridge and country folk museum"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"canthelp",
"_:booking/f8140c14"
],
[
"_:booking/f8140c14",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"people",
"eight"
],
[
"_:booking",
"ref",
"RLTOT7X2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"galleries"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge and Country Folk Museum"
],
[
"_:result",
"name",
"Museum of classical archaeology"
],
[
"_:search",
"name",
"cambridge and country folk museum"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"canthelp",
"_:booking/f8140c14"
],
[
"_:booking/f8140c14",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"people",
"eight"
],
[
"_:booking",
"ref",
"RLTOT7X2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"galleries"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge and Country Folk Museum"
],
[
"_:result",
"name",
"Museum of classical archaeology"
],
[
"_:search",
"name",
"cambridge and country folk museum"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:result",
"car",
"blue BMW"
],
[
"_:result",
"phone",
"07883192583"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"vietnamese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:search",
"day",
"thursday"
],
[
"_:system",
"canthelp",
"_:booking/f8140c14"
],
[
"_:booking/f8140c14",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"duration",
"16:00"
],
[
"_:booking",
"people",
"eight"
],
[
"_:booking",
"ref",
"RLTOT7X2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"2 - 3 castle street"
],
[
"_:result",
"address",
"sidgwick avenue"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"galleries"
],
[
"_:result",
"entrance_fee",
"3.50 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Cambridge and Country Folk Museum"
],
[
"_:result",
"name",
"Museum of classical archaeology"
],
[
"_:search",
"name",
"cambridge and country folk museum"
],
[
"_:result",
"postcode",
"cb30aq"
],
[
"_:result",
"destination",
"the restaurant"
],
[
"_:result",
"car",
"blue BMW"
],
[
"_:result",
"phone",
"07883192583"
],
[
"_:search",
"arrive_by",
"16:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'parks');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I would like the information on parks that are located in the centre please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,entrance_fee,'4 pounds');(_:result,name,'Botanical Gardens at Cambridge University');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Botanical Gardens at Cambridge University are a favorite destination . The entrance fee is only 4 pounds ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could i please get the phone number and address ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'bateman street');(_:result,phone,'01223336265');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , the phone number is 01223336265 . The address is bateman street . Can I do anything else for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am thinking I would like to try some european food while I am in town ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several to choose from , in which part of town would you like to concentrate ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the north please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,count,'1');(_:result,food,'European');(_:result,name,'City Stop Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I only have one restaurant in the north for European food , but they have amazing food . It 's called City Stop Restaurant . They are expensive but so worth it !"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'13:15');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "book a table for 2 people at 13:15 on tuesday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'ZLRYLH3O');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful ! The table will be reserved for 15 minutes . \n Reference number is : ZLRYLH3O ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "What is the car type , please thank you"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , but we just reserved your table . There is no car type . But since you ask , did you need a taxi ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes I need a taxi that will take me between the two places and need to arrive by 13:15 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'yellow bmw');(_:result,phone,'07135918917');(_:result,type,'Taxi'))",
"thank()"
],
"speaker": "system",
"text": "Okay . I have a taxi booked . It will be a yellow bmw and the contact number is 07135918917"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , that 's all I need today . Goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "good day and thanks for using our services"
}
] |
PMUL2344.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"Botanical Gardens at Cambridge University"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"parks"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"Botanical Gardens at Cambridge University"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"parks"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"Botanical Gardens at Cambridge University"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"parks"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"City Stop Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"parks"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"City Stop Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"ZLRYLH3O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"category",
"parks"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"phone",
"01223336265"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"City Stop Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"ZLRYLH3O"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"parks"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:search",
"food",
"european"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"name",
"City Stop Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"ZLRYLH3O"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow bmw"
],
[
"_:result",
"phone",
"07135918917"
],
[
"_: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,'west');(_:search,category,'concert halls');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any concert halls in the west ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,category,'concerthalls');(_:search,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I am sorry there are no listings for concerthalls in the west . Is there something else I can assist you with today ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What about colleges in the west ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'colleges');(_:result,count,'5');(_:result,entrance_fee,'none');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are five colleges in that area . Three have no entrance fees . Would you like additional information on any of these ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'el shaddai');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No thank you . I am looking for information el shaddai hotel ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'El Shaddai');(_:result,stars,'0');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The El Shaddai is a guesthouse in the centre part of town . It has free internet , parking and has 0 stars . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you ? That would be great . There are 5 of us and we plan to arrive on Thursday . We 'd like to stay for 5 nights ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'El Shaddai');(_:booking,people,'5');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . I 've got you booked for a 5-night stay at El Shaddai for 5 nights and 5 people . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes could I get the reference number for the booking please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'2SLFLKIC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Of course , Reference number is : 2SLFLKIC . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . That is all I needed for now . Have a nice day !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and enjoy your time with us in Cambridge !"
}
] |
PMUL3686.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"concert halls"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fd5793db"
],
[
"_:search/fd5793db",
"area",
"west"
],
[
"_:search/fd5793db",
"category",
"concerthalls"
],
[
"_:search/fd5793db",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fd5793db"
],
[
"_:search/fd5793db",
"area",
"west"
],
[
"_:search/fd5793db",
"category",
"concerthalls"
],
[
"_:search/fd5793db",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"none"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"el shaddai"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fd5793db"
],
[
"_:search/fd5793db",
"area",
"west"
],
[
"_:search/fd5793db",
"category",
"concerthalls"
],
[
"_:search/fd5793db",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"none"
],
[
"_:search",
"name",
"el shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fd5793db"
],
[
"_:search/fd5793db",
"area",
"west"
],
[
"_:search/fd5793db",
"category",
"concerthalls"
],
[
"_:search/fd5793db",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"none"
],
[
"_:search",
"name",
"el shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"El Shaddai"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/fd5793db"
],
[
"_:search/fd5793db",
"area",
"west"
],
[
"_:search/fd5793db",
"category",
"concerthalls"
],
[
"_:search/fd5793db",
"type",
"Attraction"
],
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"none"
],
[
"_:search",
"name",
"el shaddai"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"El Shaddai"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2SLFLKIC"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'gastropub');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an expensive restaurant that serves gastropub type food ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,name,'Royal Standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 3 restaurants that fit your criteria , Royal Standard , The Slug and Lettuce and Backstreet Bistro . Are you interested in any of these ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are any of these in the east part of town ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,name,'Royal Standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , the Royal Standard is in the east . I would be happy to book a table for you if you can tell me the day , time , and number of people ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'16:00');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to book a table for 4 people at 16:00 on friday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry booking was unsuccessful . Do you have another time slot in mind or possibly a different day perhaps ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'15:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is it available at 15:00 ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Friday');(_:booking,duration,'15:00');(_:booking,people,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , booking for 4 on Friday at 15:00 was successful . Would you like the reference number for that ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes please that be great , thanks !"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'N91XOAZT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reference number is N91XOAZT . Is there anything else I can assist you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'limehouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a hotel named Limehouse ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Limehouse');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Limehouse is a moderately priced guesthouse with a 4 star rating . Internet and parking are also provided . Would you like me to book this ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please - could you book it for 4 people for 4 nights please ? Also , could you let me know the reference number ?"
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can , on which day would you like the reservation to begin ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Oh sure , start on friday please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'OPI4XID4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the reference number is OPI4XID4"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wonderful , thank you for all your help . That 's all I need for today ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "I was happy to assist you . Have a great day ."
}
] |
MUL0198.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/f93d912a"
],
[
"_:booking/f93d912a",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/f93d912a"
],
[
"_:booking/f93d912a",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/f93d912a"
],
[
"_:booking/f93d912a",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:booking",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"N91XOAZT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"limehouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"canthelp",
"_:booking/f93d912a"
],
[
"_:booking/f93d912a",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:booking",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"N91XOAZT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"limehouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:booking/f93d912a"
],
[
"_:booking/f93d912a",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:booking",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"N91XOAZT"
],
[
"_:search",
"name",
"limehouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_: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",
"gastropub"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"east"
],
[
"_:result",
"area",
"east"
],
[
"_:system",
"canthelp",
"_:booking/f93d912a"
],
[
"_:booking/f93d912a",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:booking",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"limehouse"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Limehouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"OPI4XID4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find a restaurant located in the south area ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "is there any type of food you would like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like Chinese food , please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive price range');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two with an expensive price range and one in the cheap range . Would any of those work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'13:00');(_:search,people,'4');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "book the expensive one a table for 4 people at 13:00 on monday"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Good Luck Chinese Food Takeaway');(_:result,name,'Peking Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Both \" The Good Luck Chinese Food Takeaway \" and \" Peking Restaurant \" are in the expensive range in the south . Which would you like me to try first ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'13:00');(_:search,people,'4');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does n't matter . Just book one for 4 people at 13:00 on Monday . I need the reference number ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Monday');(_:booking,duration,'13:00');(_:booking,name,'good luck Chinese food takeaway');(_:booking,people,'4');(_:booking,ref,'06YU8WNX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to get a table for 4 at the good luck Chinese food takeaway on Monday at 13:00 . Your confirmation number is 06YU8WNX ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great ! I also need a place to stay in the same area as that restaurant , and I need free parking ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,name,'Aylesbray Lodge');(_:result,pricerange,'moderately priced');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Your best bet in the south is the Aylesbray Lodge Guest House . It 's a moderately priced 4-star guesthouse ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it to include free wifi ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It does include internet along with free parking , shall I book you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I just need the address please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'is 5 mowbray road');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure the address is 5 mowbray road ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you help me book a taxi to get between the two ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Which one will be leaving from ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "from the hotel to the restaurant , then back ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'white Volkswagen');(_:result,phone,'07658312417');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Alright I got your taxi and it will be a white Volkswagen and your contact number is 07658312417 . Will that be all for today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all . Thank you !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL3941.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive price range"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Good Luck Chinese Food Takeaway"
],
[
"_:result",
"name",
"Peking Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Good Luck Chinese Food Takeaway"
],
[
"_:result",
"name",
"Peking Restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"name",
"good luck Chinese food takeaway"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"06YU8WNX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_: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",
"food",
"chinese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"name",
"good luck Chinese food takeaway"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"06YU8WNX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Aylesbray Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"name",
"good luck Chinese food takeaway"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"06YU8WNX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Aylesbray Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"name",
"good luck Chinese food takeaway"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"06YU8WNX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Aylesbray Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"is 5 mowbray road"
],
[
"_:result",
"type",
"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",
"food",
"chinese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"name",
"good luck Chinese food takeaway"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"06YU8WNX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Aylesbray Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"is 5 mowbray road"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"name",
"good luck Chinese food takeaway"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"06YU8WNX"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Aylesbray Lodge"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"address",
"is 5 mowbray road"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Volkswagen"
],
[
"_:result",
"phone",
"07658312417"
],
[
"_: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,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm trying to find a good museum in town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'a multitude');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are a multitude of museums in town . What side of town are you in ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I am open to any side of town !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Would you be interested in Broughton House Gallery ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That would be great . Can I get the postcode , please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb11ln');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure . The postcode is cb11ln . Is there anything else I can answer for you today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . You 've been a great help , thanks . I 'm sure my visit will be fun . Goodbye !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
SNG1129.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",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a multitude"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a multitude"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"a multitude"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to find a hotel in the east . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Express by holiday inn cambridge');(_:result,phone,'01223866800');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure , Express by holiday inn cambridge is located in the east . Free internet & parking 2 stars . Phone number is 01223866800"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd actually like to find a guesthouse in the east instead . I 'd still like it to have free wifi ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'6');(_:result,pricerange,'cheaper');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have about 6 different ones . Do you have a preference on price range ? I have cheaper options and moderately priced ones ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'7');(_:search,pricerange,'dontcare');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The price does not matter . I would like it to be booked for 7 people for 2 nights starting from Friday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'the allenbell');(_:booking,type,'Booking');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I can book you into the allenbell . It is a cheap price range with free wifi and parking ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Great , let 's try booking a room there ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The booking was unsuccessful do you have another choice ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'one');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Maybe just a one night stay then , try that ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Friday');(_:booking,name,'Allenbell');(_:booking,people,'7');(_:booking,ref,'7D76ELJF');(_:booking,stay,'one');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , I was successful in booking the Allenbell for Friday for 7 people at one night . Your reference code is 7D76ELJF . Is there anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you also find me an expensive British restaurant in the same area as the hotel ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The grafton hotel restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The grafton hotel restaurant sounds perfect for you . Would you like me to make a booking ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . Could you provide me with their postcode , phone number , and address as well ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,day,'Friday');(_:booking,people,'7');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time on Friday would you like to reserve your table ? Also , will it be the 7 people ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Grafton Hotel Restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , no need to book . I just need the postcode , phone number and address for the Grafton Hotel Restaurant . Thanks ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Grafton Hotel 619 Newmarket Road Fen Ditton');(_:result,phone,'01223241387');(_:result,postcode,'cb58pa');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is located at Grafton Hotel 619 Newmarket Road Fen Ditton , postcode cb58pa . Their phone number is 01223241387 . Can I assist you with anything else ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,leave_at,'18:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'd like to book a taxi from the hotel at 18:30 to the restaurant ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'blue bmw');(_:result,phone,'07515734744');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your booking is completed . Your car type is a blue bmw and contact number is 07515734744 . May I help you with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that covers everything . Thanks so much for your help !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
MUL1324.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by holiday inn cambridge"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Express by holiday inn cambridge"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Express by holiday inn cambridge"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"the allenbell"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Express by holiday inn cambridge"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:booking",
"name",
"the allenbell"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/8ebc092a"
],
[
"_:booking/8ebc092a",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"stay",
"one"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"Express by holiday inn cambridge"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:booking/8ebc092a"
],
[
"_:booking/8ebc092a",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"7D76ELJF"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:booking/8ebc092a"
],
[
"_:booking/8ebc092a",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"7D76ELJF"
],
[
"_:booking",
"stay",
"one"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The grafton hotel restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"phone",
"01223866800"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:booking/8ebc092a"
],
[
"_:booking/8ebc092a",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"ref",
"7D76ELJF"
],
[
"_:booking",
"stay",
"one"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The grafton hotel restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Grafton Hotel Restaurant"
],
[
"_: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",
"area",
"east"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:booking/8ebc092a"
],
[
"_:booking/8ebc092a",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"ref",
"7D76ELJF"
],
[
"_:booking",
"stay",
"one"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The grafton hotel restaurant"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Grafton Hotel Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"phone",
"01223241387"
],
[
"_:result",
"postcode",
"cb58pa"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"east"
],
[
"_:result",
"stars",
"2"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"6"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"7"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:booking/8ebc092a"
],
[
"_:booking/8ebc092a",
"type",
"Booking"
],
[
"_:search",
"stay",
"one"
],
[
"_:booking",
"name",
"Allenbell"
],
[
"_:booking",
"ref",
"7D76ELJF"
],
[
"_:booking",
"stay",
"one"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The grafton hotel restaurant"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Grafton Hotel Restaurant"
],
[
"_:result",
"address",
"Grafton Hotel 619 Newmarket Road Fen Ditton"
],
[
"_:result",
"postcode",
"cb58pa"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue bmw"
],
[
"_:result",
"phone",
"07515734744"
],
[
"_: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
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.