turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'galleria');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Where can I find the galleria restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'33 Bridge Street');(_:result,name,'Galleria Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure . The Galleria Restaurant is located at 33 Bridge Street . Is there anything else I can assist you with ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'14:00');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you set up a reservation for 2 , at 14:00 on Tuesday ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'E2JBIHKC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That reservation has been made . The reference number is E2JBIHKC ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Awesome . Now please find me a train from Kings Lynn to cambridge"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you travel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'14:45');(_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need it for Tuesday I want to arrive by 14:45 ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,id,'TR9102');(_:booking,leave_at,'5:11,would');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR9102 leaves at 5:11,would you like me to book it for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'11:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually I need to arrive by 11:45 , sorry . What 's the closest arriving to that time ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,arrive_by,'10:58');(_:booking,category,'Train');(_:booking,day,'Tuesday');(_:booking,destination,'Cambridge');(_:booking,id,'TR1704');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1704 arrives in Cambridge on Tuesday by 10:58 , would you like to reserve a seat ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book 2 tickets and then give me the reference number"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'HWIMEWD3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The reference number for your train booking is HWIMEWD3 . Anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all for now . Thank you very much ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great , it was my pleasure ! Goodbye , until next time !"
}
] |
PMUL0817.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"galleria"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"galleria"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"33 Bridge Street"
],
[
"_:result",
"name",
"Galleria Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"galleria"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"33 Bridge Street"
],
[
"_:result",
"name",
"Galleria Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"E2JBIHKC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"galleria"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"33 Bridge Street"
],
[
"_:result",
"name",
"Galleria Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"E2JBIHKC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"14:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"galleria"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"33 Bridge Street"
],
[
"_:result",
"name",
"Galleria Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"ref",
"E2JBIHKC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9102"
],
[
"_:booking",
"leave_at",
"5:11,would"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"galleria"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"33 Bridge Street"
],
[
"_:result",
"name",
"Galleria Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:booking",
"ref",
"E2JBIHKC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9102"
],
[
"_:booking",
"leave_at",
"5:11,would"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:booking",
"arrive_by",
"10:58"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR1704"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"galleria"
],
[
"_:result",
"address",
"33 Bridge Street"
],
[
"_:result",
"name",
"Galleria Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"id",
"TR9102"
],
[
"_:booking",
"leave_at",
"5:11,would"
],
[
"_:search",
"arrive_by",
"11:45"
],
[
"_:booking",
"arrive_by",
"10:58"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"destination",
"Cambridge"
],
[
"_:booking",
"id",
"TR1704"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"HWIMEWD3"
],
[
"_: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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for cheap food in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,food,'Asian');(_:result,food,'Chinese');(_:result,food,'other options');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure I have Asian and Chinese restaurants and other options . Is there a type of food you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I think I 'd like French food please ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'central area');(_:search,food,'French');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry there are no cheap French restaurants in the central area ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about an Indian restaurant ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,count,'3');(_:result,food,'Indian');(_:result,name,'Kohinoor');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 3 cheap Indian restaurants located in the centre . I would recommend the Kohinoor . Would you like to book a table ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'11:00');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great yes please book me a table there for 4 people at 11:00 on tuesday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,people,'4');(_:booking,ref,'SSVF0E1R');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have reserved your table for 4 . Your reference number is SSVF0E1R . Can I assist you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all . Thank you very much ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a nice day ."
}
] |
SNG0592.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"other options"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Asian"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"other options"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/ebe1d4bf"
],
[
"_:search/ebe1d4bf",
"area",
"central area"
],
[
"_:search/ebe1d4bf",
"food",
"French"
],
[
"_:search/ebe1d4bf",
"pricerange",
"cheap"
],
[
"_:search/ebe1d4bf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ebe1d4bf"
],
[
"_:search/ebe1d4bf",
"area",
"central area"
],
[
"_:search/ebe1d4bf",
"food",
"French"
],
[
"_:search/ebe1d4bf",
"pricerange",
"cheap"
],
[
"_:search/ebe1d4bf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/ebe1d4bf"
],
[
"_:search/ebe1d4bf",
"area",
"central area"
],
[
"_:search/ebe1d4bf",
"food",
"French"
],
[
"_:search/ebe1d4bf",
"pricerange",
"cheap"
],
[
"_:search/ebe1d4bf",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"SSVF0E1R"
],
[
"_: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": "Please help me , I 've just been robbed and I need to report this to the police ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The local police station 's number is 01223358966 ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "And the address for the police station please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Yes , it is Parkside , Cambridge ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need , thanks ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , please let me know if I can be of further assistance ."
}
] |
SNG0126.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'13:30');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to get to Peterborough . Can you find me a train that gets there by 13:30 ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you travel on ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will depart from Cambridge on Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'13:24');(_:result,departure,'Cambridge');(_:result,destination,'Peterborough');(_:result,id,'TR1108');(_:result,leave_at,'12:34');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train closest to your requested time is the TR1108 , leaving Cambridge at 12:34 , arriving Peterborough at 13:24 . Would you like to book a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,id,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Please and I would appreciate it if you could give me the train ID , departure time , and booking reference ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR1108');(_:result,leave_at,'12:34');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "The train ID is TR1108 , and the departure time is 12:34 , but to book your ticket I 'll need to ask - how many tickets would you like to purchase ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'three');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will need three tickets please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'JPNLH7QF');(_:booking,ticket,'49.5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all ready with three tickets . The total fee is 49.5 and you will pay that at the station . Reference number is JPNLH7QF ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would also like to find a museum in town ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museum');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 23 museum options in town . Can you help me by narrowing down where in town you 'd like the museum to be ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "No preference , what would you suggest ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'98 king street');(_:result,area,'center');(_:result,entrance_fee,'free');(_:result,name,'broughton house gallery');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "The broughton house gallery is popular and it is free . It is in the center of town at 98 king street . Do you need more information ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'broughton house gallery');(_:search,type,'Attraction'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , what is the postcode for the broughton house gallery ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb11ln');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode for the gallery is cb11ln . Can I help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you book reservations for place to eat for me ."
},
{
"id": 15,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many choices for restaurants in town . Do you have a specific area , price range , or type of cuisine ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,food,'Italian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like a moderately priced Italian restaurant ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Hmm , my restaurant reservation system seems to be down at the moment . Is there anything else I can help you with right now ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all . Thank you for helping me ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thanks for using our service . Have a good day . Goodbye ."
}
] |
MUL1857.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:24"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:result",
"id",
"TR1108"
],
[
"_:result",
"leave_at",
"12:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:24"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR1108"
],
[
"_:result",
"leave_at",
"12:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:24"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR1108"
],
[
"_:result",
"leave_at",
"12:34"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"three"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"JPNLH7QF"
],
[
"_:booking",
"ticket",
"49.5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:24"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR1108"
],
[
"_:result",
"leave_at",
"12:34"
],
[
"_:search",
"people",
"three"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"JPNLH7QF"
],
[
"_:booking",
"ticket",
"49.5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:24"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR1108"
],
[
"_:result",
"leave_at",
"12:34"
],
[
"_:search",
"people",
"three"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"JPNLH7QF"
],
[
"_:booking",
"ticket",
"49.5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"address",
"98 king street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"broughton house gallery"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:24"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR1108"
],
[
"_:result",
"leave_at",
"12:34"
],
[
"_:search",
"people",
"three"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"JPNLH7QF"
],
[
"_:booking",
"ticket",
"49.5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"address",
"98 king street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:search",
"name",
"broughton house gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:24"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR1108"
],
[
"_:result",
"leave_at",
"12:34"
],
[
"_:search",
"people",
"three"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"JPNLH7QF"
],
[
"_:booking",
"ticket",
"49.5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"address",
"98 king street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:search",
"name",
"broughton house gallery"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_: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",
"arrive_by",
"13:30"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:24"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Peterborough"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"id",
"TR1108"
],
[
"_:result",
"leave_at",
"12:34"
],
[
"_:search",
"people",
"three"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"JPNLH7QF"
],
[
"_:booking",
"ticket",
"49.5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"address",
"98 king street"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:search",
"name",
"broughton house gallery"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"Italian"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a 4 star hotel with free parking ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,category,'hotels');(_:result,count,'3');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 3 hotels which fit your needs . One is cheap and 2 are expensive . Do you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like a cheap guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are several guesthouses that meet your criteria . Is there a particular part of town you wish to stay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but I am trying to find rooms for a party of 8 for 2 nights . Could you see who has room for us ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Alexander Bed and Breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you like to try the Alexander Bed and Breakfast first ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , that would be fine ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All right , and can you tell me which day you 'll be beginning your stay ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "We 'll arrive on Monday and stay 2 nights . There will be 8 of us ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Alexander B & B.');(_:booking,ref,'M95XHCDT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set at the Alexander B & B. Reference number M95XHCDT . Can I find anything else for you today ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Wonderful , thank you . I am all set . Bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , let us know if you need anything else . Good bye ."
}
] |
SNG0838.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",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Alexander B & B."
],
[
"_:booking",
"ref",
"M95XHCDT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please find me a good Chinese restaurant on the East side"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'east');(_:result,count,'1');(_:result,food,'chinese');(_:result,name,'Yu Garden');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I show one chinese restaurant in the east , Yu Garden . Shall I make reservations for you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No at this time I would just like their postcode ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'CB58PA');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , no problem ! Their postcode is CB58PA . Would you like help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I want to find a hotel with free wifi ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have an area you 'd like to stay in ? And what is your price range ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to stay in the east . I do not have a price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'hotel');(_:result,name,'carolina bed and breakfast');(_:result,pricerange,'moderately prices');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The carolina bed and breakfast is a moderately prices hotel rated 4 stars ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Can you book a room for me ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , what day and how many people ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Friday for 2 people . We 'll be staying for just 2 nights"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "When will you be arriving ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))",
"inform((_:search,day,'friday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "friday and can I get the reference number too please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'D0OZC26N');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : D0OZC26N . Is there anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you fax me the reference number , as well as any fees for additional amenities ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'D0OZC26N');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , the reference number is D0OZC26N . Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'08:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I 'll also need a taxi that will commute between the two places . I 'd like to leave the hotel at 08:45 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'yellow toyota');(_:result,phone,'07319585629');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Ok , I have booked you a taxi , It is a yellow toyota and you may reach them at 07319585629 . Is there anything else ?"
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "That is everything that I need ."
},
{
"id": 19,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "thanks for inquiring with us"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ok . Thanks for your help . Goodbye ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "welcome anytime you need help"
}
] |
PMUL4008.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"CB58PA"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"Yu Garden"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"CB58PA"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"chinese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"CB58PA"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderately prices"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"chinese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"CB58PA"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderately prices"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_: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"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"chinese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"CB58PA"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderately prices"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"postcode",
"CB58PA"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderately prices"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"D0OZC26N"
],
[
"_: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",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"postcode",
"CB58PA"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderately prices"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"D0OZC26N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"postcode",
"CB58PA"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderately prices"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:booking",
"ref",
"D0OZC26N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow toyota"
],
[
"_:result",
"phone",
"07319585629"
],
[
"_: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": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"postcode",
"CB58PA"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"pricerange",
"moderately prices"
],
[
"_:result",
"stars",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"day",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:booking",
"ref",
"D0OZC26N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"08:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow toyota"
],
[
"_:result",
"phone",
"07319585629"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , are there any trains from cambridge to kings lynn ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'133');(_:result,departure,'cambridge');(_:result,destination,'kings lynn');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 133 results for trains going from cambridge to kings lynn , what day are you looking to travel on and what time would you like to arrive ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'16:45');(_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on friday and arrive by 16:45"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'14:58');(_:result,destination,'kings lynn');(_:result,leave_at,'14:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have one that leaves at 14:11 and arrives in kings lynn at 14:58 . Would this be acceptable ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'eight');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'd like eight tickets , please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'8');(_:booking,ref,'PHXZ03NH');(_:booking,ticket,'78.4GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great , your 8 tickets are booked ( Ref#PHXZ03NH ) . Total fee is 78.4GBP , which you 'll pay at the station . Can I help with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I need to find a nice expensive British restaurant please ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'alot');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "there are alot of restaurants that fit your needs what area would you like it in"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'10:45');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The area does not matter . They just need to have an available table for 8 people at 10:45 on Friday night ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am sorry none of them have booking available for that time , another time maybe ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'9:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is 9:45 an available time ?"
},
{
"id": 11,
"rdf-acts": [],
"speaker": "system",
"text": "I apologize . Can you verify that time for me again please ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,duration,'9:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to book a table at 9:45 ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"canthelp((_:booking,type,'Booking'))",
"inform((_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am not seeing anything available at that time . Maybe we can start from the beginning . You said you are looking for an expensive british restaurant right ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'10:45');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I would like a reservation on Friday at 10:45 for 8 people ."
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:booking,duration,'10:45');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am unable to get you a reservation at 10:45 would you like to pick another time or day ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'8:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about 8:45 on Friday ?"
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:booking,day,'Friday');(_:booking,duration,'8:45');(_:booking,duration,'9:45 and 10:45');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , I have not found a table anywhere for Friday . I have tried 8:45 , 9:45 and 10:45 . Is there any other time you could dine ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'9:45');(_:search,food,'British');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let is try again , 9:45 , expensive British food , a group of eight on Friday ."
},
{
"id": 19,
"rdf-acts": [
"canthelp((_:booking,day,'Friday');(_:booking,duration,'9:45');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , I have not found a table anywhere for Friday at 9:45 . Is there any other time you could dine ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'9:45');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there anything available for 8 people on friday at 9:45 ?"
},
{
"id": 21,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately no . Perhaps you would like to dine at a different time ?"
},
{
"id": 22,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Keep trying . I need the reference number ."
},
{
"id": 23,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'fitzbillies restaurant');(_:booking,ref,'4M731V01');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book you a table at fitzbillies restaurant . Your reference number is 4M731V01 . Is there anything else I can assist you with ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's it , thank you very much ."
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day and if you need anything else please contact us ."
}
] |
MUL1697.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"day",
"friday"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"eight"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PHXZ03NH"
],
[
"_:booking",
"ticket",
"78.4GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PHXZ03NH"
],
[
"_:booking",
"ticket",
"78.4GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PHXZ03NH"
],
[
"_:booking",
"ticket",
"78.4GBP"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/4816ed7e"
],
[
"_:booking/4816ed7e",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"9:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PHXZ03NH"
],
[
"_:booking",
"ticket",
"78.4GBP"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"alot"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/4816ed7e"
],
[
"_:booking/4816ed7e",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"9:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PHXZ03NH"
],
[
"_:booking",
"ticket",
"78.4GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"alot"
],
[
"_:system",
"canthelp",
"_:booking/4816ed7e"
],
[
"_:booking/4816ed7e",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:booking/99506a9d"
],
[
"_:booking/99506a9d",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"10:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PHXZ03NH"
],
[
"_:booking",
"ticket",
"78.4GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"alot"
],
[
"_:system",
"canthelp",
"_:booking/4816ed7e"
],
[
"_:booking/4816ed7e",
"type",
"Booking"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:booking/99506a9d"
],
[
"_:booking/99506a9d",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/828e017d"
],
[
"_:booking/828e017d",
"duration",
"10:45"
],
[
"_:booking/828e017d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"8:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PHXZ03NH"
],
[
"_:booking",
"ticket",
"78.4GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"alot"
],
[
"_:system",
"canthelp",
"_:booking/4816ed7e"
],
[
"_:booking/4816ed7e",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/99506a9d"
],
[
"_:booking/99506a9d",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/828e017d"
],
[
"_:booking/828e017d",
"duration",
"10:45"
],
[
"_:booking/828e017d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:system",
"canthelp",
"_:booking/4b013e64"
],
[
"_:booking/4b013e64",
"day",
"Friday"
],
[
"_:booking/4b013e64",
"duration",
"8:45"
],
[
"_:booking/4b013e64",
"duration",
"9:45 and 10:45"
],
[
"_:booking/4b013e64",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"9:45"
],
[
"_:search",
"food",
"British"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PHXZ03NH"
],
[
"_:booking",
"ticket",
"78.4GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"alot"
],
[
"_:system",
"canthelp",
"_:booking/4816ed7e"
],
[
"_:booking/4816ed7e",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/99506a9d"
],
[
"_:booking/99506a9d",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/828e017d"
],
[
"_:booking/828e017d",
"duration",
"10:45"
],
[
"_:booking/828e017d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:system",
"canthelp",
"_:booking/4b013e64"
],
[
"_:booking/4b013e64",
"day",
"Friday"
],
[
"_:booking/4b013e64",
"duration",
"8:45"
],
[
"_:booking/4b013e64",
"duration",
"9:45 and 10:45"
],
[
"_:booking/4b013e64",
"type",
"Booking"
],
[
"_:search",
"food",
"British"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/00eae932"
],
[
"_:booking/00eae932",
"day",
"Friday"
],
[
"_:booking/00eae932",
"duration",
"9:45"
],
[
"_:booking/00eae932",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"9:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PHXZ03NH"
],
[
"_:booking",
"ticket",
"78.4GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"alot"
],
[
"_:system",
"canthelp",
"_:booking/4816ed7e"
],
[
"_:booking/4816ed7e",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/99506a9d"
],
[
"_:booking/99506a9d",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/828e017d"
],
[
"_:booking/828e017d",
"duration",
"10:45"
],
[
"_:booking/828e017d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:system",
"canthelp",
"_:booking/4b013e64"
],
[
"_:booking/4b013e64",
"day",
"Friday"
],
[
"_:booking/4b013e64",
"duration",
"8:45"
],
[
"_:booking/4b013e64",
"duration",
"9:45 and 10:45"
],
[
"_:booking/4b013e64",
"type",
"Booking"
],
[
"_:search",
"food",
"British"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/00eae932"
],
[
"_:booking/00eae932",
"day",
"Friday"
],
[
"_:booking/00eae932",
"duration",
"9:45"
],
[
"_:booking/00eae932",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"9:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/c1c8c591"
],
[
"_:booking/c1c8c591",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:result",
"count",
"133"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ticket",
"78.4GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"alot"
],
[
"_:system",
"canthelp",
"_:booking/4816ed7e"
],
[
"_:booking/4816ed7e",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/99506a9d"
],
[
"_:booking/99506a9d",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/828e017d"
],
[
"_:booking/828e017d",
"duration",
"10:45"
],
[
"_:booking/828e017d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:system",
"canthelp",
"_:booking/4b013e64"
],
[
"_:booking/4b013e64",
"day",
"Friday"
],
[
"_:booking/4b013e64",
"duration",
"8:45"
],
[
"_:booking/4b013e64",
"duration",
"9:45 and 10:45"
],
[
"_:booking/4b013e64",
"type",
"Booking"
],
[
"_:search",
"food",
"British"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/00eae932"
],
[
"_:booking/00eae932",
"day",
"Friday"
],
[
"_:booking/00eae932",
"duration",
"9:45"
],
[
"_:booking/00eae932",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"9:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:booking/c1c8c591"
],
[
"_:booking/c1c8c591",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"fitzbillies restaurant"
],
[
"_:booking",
"ref",
"4M731V01"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an Italian restaurant on the south side of town ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'frankie and bennys');(_:result,name,'pizza hut cherry hinton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure we have either pizza hut cherry hinton or frankie and bennys . Would you like to book a table at one of these places ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'14:00');(_:search,name,'frankie and bennys');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! I 'd like a table at Frankie and Bennys for 7 people at 14:00 on Friday ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , that time is not available . Would you like to book another day or time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,duration,'13:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about at 13:00 at same time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Friday');(_:booking,duration,'13:00');(_:booking,ref,'RQ2L5TKR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table is reserved at 13:00 on Friday . Your reference number is RQ2L5TKR ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Great . That 's all I need !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , let us know if you need anything else . Good bye ."
}
] |
SNG0678.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"name",
"frankie and bennys"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"name",
"frankie and bennys"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/c8c20015"
],
[
"_:booking/c8c20015",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"frankie and bennys"
],
[
"_:result",
"name",
"pizza hut cherry hinton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"name",
"frankie and bennys"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/c8c20015"
],
[
"_:booking/c8c20015",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"13:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"duration",
"13:00"
],
[
"_:booking",
"ref",
"RQ2L5TKR"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like a train that is going by cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,departure,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Kings lynn on thursday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,leave_at,'throughout the day');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains leaving throughout the day . What is your departure time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'15:45');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should arrive by 15:45 and should go to cambridge , can you book it for me ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'every hour from 05:11 to 14:11');(_:result,type,'Train'))",
"select((_:result,leave_at,'afternoon');(_:result,leave_at,'morning');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Let me get a bit more information from you . We trains leaving every hour from 05:11 to 14:11 , would you like a morning or afternoon departure ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'15:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do n't have a preference as long as I arrive at 15:45 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'14:58');(_:result,id,'TR2162');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR2162 arriving at 14:58 can I book you seat / s for that one ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't need a ticket right now , but can you give me the departure time and total travel time , please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'47 minutes');(_:result,leave_at,'14:11');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "It leaves at 14:11 and lasts 47 minutes . Is there anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'north american');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I am looking for a restaurant that serves North American food . Preferably in the expensive price range ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'North American');(_:result,name,'Gourmet Burger Kitchen');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "The Gourmet Burger Kitchen serves North American cuisine . Would you like more info on this website ? Or would you like me to book it for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'20:30');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Book a table for 8 people at 20:30 on thursday ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'ZMG68R1Q');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : ZMG68R1Q . Can i help with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you , that 's all the information I need right now ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "you are welcome . enjoy your stay ."
}
] |
PMUL0610.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",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"leave_at",
"throughout the day"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"afternoon"
],
[
"_:result",
"leave_at",
"morning"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"leave_at",
"afternoon"
],
[
"_:result",
"leave_at",
"morning"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"id",
"TR2162"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"id",
"TR2162"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"north american"
],
[
"_: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": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"id",
"TR2162"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"North American"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"20:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"kings lynn"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"15:45"
],
[
"_:result",
"arrive_by",
"14:58"
],
[
"_:result",
"id",
"TR2162"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"duration",
"47 minutes"
],
[
"_:result",
"leave_at",
"14:11"
],
[
"_:search",
"food",
"north american"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"North American"
],
[
"_:result",
"name",
"Gourmet Burger Kitchen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"20:30"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"ZMG68R1Q"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cityroomz');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a particular hotel . Its name is called cityroomz"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Cityroomz');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Cityroomz is located in the centre and is moderately priced ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That 's great . Would you book 5 nights for 3 people , please ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What days will you need the reservation for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book it for 3 people and 5 nights starting from thursday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'1UT4DOFP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The reference number is 1UT4DOFP ."
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that is all I need . Good bye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and have a great stay ."
}
] |
SNG01806.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cityroomz"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"1UT4DOFP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'london');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to leave from London 's Cross ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like the train for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like it to be for Saturday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'05:51');(_:result,departure,'London Kings Cross');(_:result,leave_at,'05:00');(_:result,ticket,'18.88 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train that leaves London Kings Cross at 05:00 and arrives by 05:51 at a price of 18.88 pounds . Is that OK ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , it is perfect . Thank you"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'6:08');(_:result,departure,'London Kings Cross');(_:result,destination,'Cambridge');(_:result,leave_at,'5:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry I had that completely mixed up . There is a train leaving London Kings Cross at 5:17 and arriving in Cambridge at 6:08 . Does that work ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book that and give me the reference number of the booking ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'XYVAABBJ');(_:booking,ticket,'18.88 pounds');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes I was able to book that and your reference number is XYVAABBJ . Cost of the ticket will be 18.88 pounds . Is there anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to help . Have a nice day . Good bye ."
}
] |
SNG0294.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"05:51"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"6:08"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"arrive_by",
"6:08"
],
[
"_:result",
"departure",
"London Kings Cross"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"5:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"XYVAABBJ"
],
[
"_:booking",
"ticket",
"18.88 pounds"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'hamilton lodge');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi there ! I need some information on the Hamilton Lodge , please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'156 chesterton road');(_:result,name,'Hamilton Lodge');(_:result,phone,'01223365664');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Hamilton Lodge is at 156 chesterton road cb41da . Their phone number is 01223365664 ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok that s the one . Can I reserve a room for 8 people starting Saturday ? We will be there 4 nights ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'DCI7OE9W');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I have booked a room for you . Your reference number is DCI7OE9W . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes can you help me find a restaurant ? I 'm looking for something expensive in the west ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'Indian');(_:result,name,'Cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you be interested in Indian Food ? Cocum is a great restaurant I 'd recommend ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great , no need to book yet , I have to check with the real boss , my wife . Can I get the postcode and address for now ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'71 Castle Street City Centre');(_:result,postcode,'cb30ah');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode is cb30ah ; and the address is 71 Castle Street City Centre . May I help with something else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . Thanks for all your help . Goodbye"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Have a great day !"
}
] |
PMUL0247.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"name",
"Hamilton Lodge"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DCI7OE9W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"address",
"156 chesterton road"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"DCI7OE9W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hamilton lodge"
],
[
"_:result",
"phone",
"01223365664"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"DCI7OE9W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Cocum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"71 Castle Street City Centre"
],
[
"_:result",
"postcode",
"cb30ah"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'09:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I need to take a train from Cambridge , leaving any time after 09:15 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,leave_at,'11:00');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Alright the first train leave by 11:00 ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'liverpool street');(_:search,leave_at,'09:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be going to Liverpool Street in London on Wednesday . Can I get the information on the earliest train after 09:15 ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,duration,'88 minutes');(_:result,id,'TR4757');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4757 is just fine for you . it takes 88 minutes . can i book"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))",
"inform((_:search,destination,'Liverpool Street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "What specific time does TR4757 arrive to Liverpool Street ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR4757');(_:result,leave_at,'much later than you want');(_:result,type,'Train'))",
"select((_:result,arrive_by,'11:27');(_:result,id,'TR5874');(_:result,leave_at,'09:59');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR4757 is much later than you want . TR5874 is better - it will leave at 09:59 and arrive at 11:27 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "You can book this . Can you tell me about entertainment type places in the centre of town ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "there 's nothing in that area , do you want me to check other areas ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a college in the centre of town ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,category,'colleges');(_:result,count,'13');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 13 colleges located in the center of cambridge . Would you like a recommendation ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes with an entrance fee please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,'2 pounds');(_:result,name,'Corpus Christi College');(_:result,type,'Attraction'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , I would recommend Corpus Christi College , their admission fee is 2 pounds . Would you like a reservation ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That is all I need ."
},
{
"id": 13,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Okay , have a great day !"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "okay you too"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Please contact us again if you need anything else ."
}
] |
PMUL1393.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"liverpool street"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"leave_at",
"11:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"id",
"TR4757"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"Liverpool Street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"Liverpool Street"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"id",
"TR5874"
],
[
"_:result",
"leave_at",
"09:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"Liverpool Street"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"id",
"TR5874"
],
[
"_:result",
"leave_at",
"09:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/30f0cb0a"
],
[
"_:search/30f0cb0a",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"Liverpool Street"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"id",
"TR5874"
],
[
"_:result",
"leave_at",
"09:59"
],
[
"_:system",
"canthelp",
"_:search/30f0cb0a"
],
[
"_:search/30f0cb0a",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"Liverpool Street"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"id",
"TR5874"
],
[
"_:result",
"leave_at",
"09:59"
],
[
"_:system",
"canthelp",
"_:search/30f0cb0a"
],
[
"_:search/30f0cb0a",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"name",
"Corpus Christi College"
],
[
"_: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",
"departure",
"cambridge"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"09:15"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"Liverpool Street"
],
[
"_:result",
"arrive_by",
"11:27"
],
[
"_:result",
"id",
"TR5874"
],
[
"_:result",
"leave_at",
"09:59"
],
[
"_:system",
"canthelp",
"_:search/30f0cb0a"
],
[
"_:search/30f0cb0a",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"name",
"Corpus Christi College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "May I please have information about a train to Stevenage , leaving on Tuesday ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,departure,'Cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Certainly . Is Cambridge your departure point ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Do you have a certain time you would like to leave after or arrive by ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'08:00');(_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Any that leave after 08:00 would be fine . I 'll need a booking for 5 people , please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR4546');(_:booking,ref,'NALGEDH3');(_:booking,ticket,'64 GPB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked for the TR4546 train . Your reference number is NALGEDH3 and 64 GPB will be due at the station . Is there anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would also like a moderately priced place to stay ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there a certain area that you perfer ? Maybe free parking or wifi ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "free wifi and 4 stars please"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Avalon');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the guesthouse called Avalon available . It has 4 stars and is moderately priced . It 's in the north . Would you like me to book this ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds great . I 'd like to make a reservation for Saturday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,people,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I would be happy to book this for you . Will you be booking for 5 people ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes for 5 people and 3 nights ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'5KPWKTTX');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The reference number is 5KPWKTTX . Can I help with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you , that 's all I need . Thanks for your help !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for calling . Please let us know if we can be of assistance in the future . Have a great trip ! Goodbye ."
}
] |
PMUL4412.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4546"
],
[
"_:booking",
"ref",
"NALGEDH3"
],
[
"_:booking",
"ticket",
"64 GPB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4546"
],
[
"_:booking",
"ref",
"NALGEDH3"
],
[
"_:booking",
"ticket",
"64 GPB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4546"
],
[
"_:booking",
"ref",
"NALGEDH3"
],
[
"_:booking",
"ticket",
"64 GPB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4546"
],
[
"_:booking",
"ref",
"NALGEDH3"
],
[
"_:booking",
"ticket",
"64 GPB"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_: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",
"stevenage"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR4546"
],
[
"_:booking",
"ticket",
"64 GPB"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:booking",
"people",
"5"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"5KPWKTTX"
],
[
"_: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,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you help me find a 3 star guesthouse ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Bridge Guest House');(_:result,stars,'3');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Bridge Guest House is 3 stars and located in the south . Would you like me to book it ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "It should be in the north , not south ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'alpha - milton guest house');(_:result,name,'hamilton lodge');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I am sorry about that , I have 2 in the north alpha - milton guest house , and hamilton lodge . Would you like a booking at either of them ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Either one . Could you make a booking for 5 people starting Wednesday for 4 nights"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,name,'Alpha - milton guest house');(_:booking,people,'5');(_:booking,stay,'4 nights');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok I have made you a booking at the Alpha - milton guest house for 4 nights starting Wednesday for 5 people ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Great . Can you give me a reference number please ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"inform((_:booking,name,'Hamilton Lodge');(_:booking,ref,'24FROWCO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry , the system must have glitched . I was n't able to get you that booking , but I got you a room at Hamilton Lodge . Your Reference number is : 24FROWCO ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay great . That is all I need need thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day !"
}
] |
SSNG0219.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Bridge Guest House"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"name",
"Alpha - milton guest house"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"stay",
"4 nights"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:result",
"name",
"hamilton lodge"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"stay",
"4 nights"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/79a3351b"
],
[
"_:booking/79a3351b",
"type",
"Booking"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"ref",
"24FROWCO"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes i need to book at hotel ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Sure thing ! Which area and price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Oh wait . I really want to find a museum ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'about 23');(_:result,category,'museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have about 23 museums to choose from . Is there a certain area of town I can focus on ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What do you suggest ? I do n't know the town , so I do n't have any idea where to go ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would recommend the Broughton House Gallery , it is in the centre and the entrance fee is free . Would you like the address or phone number ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , thanks ! But will you please find me an expensive restaurant in the Centre part of town ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,area,'Centre');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many expensive restaurants in Centre . Is there a certain type of cuisine that you prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "an expensive British restaurant , what would be one you would recommend ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'midsummer house');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "oh may I suggest midsummer house , it 's great and I go there all of the time"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'14:30');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds nice , I will book for 2 people at 14:30 on Wednesday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,ref,'ZK239M8H');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Your reservation number is ZK239M8H . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good time ."
}
] |
PMUL2454.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"about 23"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"amount",
"about 23"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"midsummer house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"midsummer house"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"ZK239M8H"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,department,\"children 's surgical and medicine\");(_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I need to find a hospital in town . It should have a children 's surgical and medicine department ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,phone,'01223217450');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "get them through \n Department \t children 's surgical and medicine \n Contact \t 01223217450"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Can I also please have the address and postcode"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Address is Hills Rd . Cambridge . Postcode is CB20QQ ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , I do n't need anything else ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "No problem , hope you feel better and enjoy your day ."
}
] |
SNG02335.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"children 's surgical and medicine"
],
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"children 's surgical and medicine"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223217450"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"children 's surgical and medicine"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223217450"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to book a train from stansted airport to cambridge , can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , what day will you be traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'11:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "monday , after 11:15"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'13');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 13 trains that match . Shall I reserve any tickets for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'11:15');(_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you reserve 6 tickets on the next train after 11:15 ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,id,'TR5754');(_:booking,type,'Booking');(_:result,leave_at,'11:24');(_:result,people,'6');(_:result,ref,'1IBJMMM8');(_:result,ticket,'60.59 GBP');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I reserved you 6 seats on the TR5754 . It leaves at 11:24 . The total fee of 60.59 GBP is payable at the station . Your reference number is : 1IBJMMM8"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great sounds perfect ! ! Thank you so much for all your help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "No problem . Have a great day and trip . Goodbye ."
}
] |
SNG1239.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"count",
"13"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR5754"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"11:24"
],
[
"_:result",
"people",
"6"
],
[
"_:result",
"ref",
"1IBJMMM8"
],
[
"_:result",
"ticket",
"60.59 GBP"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am in desperate need of a getaway . Can you help me find a cheap place to stay ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a price preference , or a particular area you would like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I like staying on the north side of town and I do need free wifi ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,count,'2');(_:result,name,'Worth house');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have two guesthouse style locations that are both in the price range and located in the north . Worth house has a 4-star rating ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it does"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))",
"inform((_:search,name,'Worth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The Worth house sounds fine . I would need the postcode ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,postcode,'cb41da');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The postcode is cb41da . Would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I 'm also looking for a train that leaves on friday that departs from leicester and goes to Cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 19 trains that meet that criteria . Do you have a time you would like to arrive ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'none');(_:search,leave_at,'11:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave after 11:45 , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'10:54');(_:result,day,'Friday');(_:result,departure,'Leicester');(_:result,destination,'Cambridge');(_:result,id,'TR4170');(_:result,leave_at,'09:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I think TR4170 would be most suitable for you , leaving Leicester on Friday at 09:09 and arriving in Cambridge by 10:54 . Shall I book you a ticket ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I need 8 tickets . And I 'm sorry , I did n't need you to book the hotel , hope it 's not too late ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'OLYQOSDV');(_:booking,ticket,'302.39GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Your confirmation number is OLYQOSDV . The total is 302.39GBP and is payable at the station . Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I believe that is everything . Thank you ."
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you and have a great day ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks one more time . Lets end this conversation PLEASE"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day and enjoy your trip"
}
] |
MUL2202.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Worth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"none"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"arrive_by",
"none"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:result",
"arrive_by",
"10:54"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4170"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_: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",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"arrive_by",
"none"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:result",
"arrive_by",
"10:54"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4170"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"OLYQOSDV"
],
[
"_:booking",
"ticket",
"302.39GBP"
],
[
"_: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",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Worth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"19"
],
[
"_:search",
"arrive_by",
"none"
],
[
"_:search",
"leave_at",
"11:45"
],
[
"_:result",
"arrive_by",
"10:54"
],
[
"_:result",
"day",
"Friday"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR4170"
],
[
"_:result",
"leave_at",
"09:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"OLYQOSDV"
],
[
"_:booking",
"ticket",
"302.39GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for something to do on the north side of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'cambridge passenger cruisers at the jubilee house');(_:result,address,'the cambridge passenger cruisers at');(_:result,address,'with');(_:result,name,'riverboat georgina');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "You could check out the riverboat georgina , located with the cambridge passenger cruisers at the jubilee house ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds good . What 's the address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'cambridge passenger cruisers , jubilee house');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is cambridge passenger cruisers , jubilee house ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Also , can you find me a place to stay , in moderate price and includes free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'17');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 17 offerings . What part of town are you interested in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The part of town does n't matter , and I do n't need free parking . Which would you recommend ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Is there a price range you would like to look for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'Moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Moderate price range ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The');(_:result,name,'acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The acorn guest house is nice . Would you like to book a reservation there ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,stars,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't need a reservation right now . Just the address , postcode , and number of stars for that hotel , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'154 Chesterton Road');(_:result,category,'hotel');(_:result,phone,'01223353888');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure . The address is 154 Chesterton Road , the phone number is 01223353888 and it is a 4 star hotel . Anything else I can help with ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,leave_at,'10:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Very well . I also want to book a taxi to take me there , to leave by 10:15 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'grey Volvo');(_:result,departure,'riverboat georgina');(_:result,destination,'acorn guest house');(_:result,leave_at,'10:15');(_:result,phone,'07727986161');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "OK , I have a grey Volvo picking you up at the riverboat georgina and heading to the acorn guest house at 10:15 . The contact number is 07727986161 . Will that be all ?"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "yes , that is all good bye"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , and have a great day !"
}
] |
MUL1086.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"cambridge passenger cruisers at the jubilee house"
],
[
"_:result",
"address",
"the cambridge passenger cruisers at"
],
[
"_:result",
"address",
"with"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"riverboat georgina"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"Moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"Moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"stars",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"Moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"phone",
"01223353888"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"leave_at",
"10: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",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"17"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"Moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"address",
"154 Chesterton Road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"leave_at",
"10:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey Volvo"
],
[
"_:result",
"departure",
"riverboat georgina"
],
[
"_:result",
"destination",
"acorn guest house"
],
[
"_:result",
"leave_at",
"10:15"
],
[
"_:result",
"phone",
"07727986161"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hello , I am looking for some entertainment ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'plenty of');(_:result,area,'all around the city');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We 've got plenty of attractions all around the city , is there a particular area you were looking at ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Nothing in particular . What do you recommend ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'nusha');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend nusha in the south ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Awesome , could you please give me their phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223902158');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , their phone number is 01223902158 . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that 's it for today . Thank you . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and thanks for using our help desk . Goodbye ."
}
] |
SNG1359.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:result",
"area",
"all around the city"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nusha"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"plenty of"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"nusha"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223902158"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'08:45');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need some train information . Looking to depart cambridge and arrive by 08:45 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,id,'TR5767');(_:result,leave_at,'05:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5767 leaves at 05:00 should i book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , thank you . Does that leave on Tuesday and go to birmingham new street ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'3 others');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "No , but I have 3 others that do . Would you like me to book one ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please . I will need a ticket for one and the reference number ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR3225');(_:booking,ref,'0KARLG2E');(_:booking,ticket,'75.09');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked a seat on TR3225 with reference number 0KARLG2E . The fee is 75.09 payable at the station . Can I be of further help to you today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'guesthouses');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . I am also looking for a place to stay in the south of town . Are there any guesthouses there ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have three guesthouse located in the south . Did you have a price range in mind ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "I would prefer something on the cheaper side ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,\"Rosa 's bed and breakfast\");(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Rosa 's bed and breakfast is cheap , 4 stars , located in the south , and includes internet and parking ! Would you like me to book ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No not today . I think that is everything I need . Thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you again for using our service . Good day ma'am ."
}
] |
MUL2054.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR5767"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR5767"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"3 others"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR5767"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"3 others"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR3225"
],
[
"_:booking",
"ref",
"0KARLG2E"
],
[
"_:booking",
"ticket",
"75.09"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR5767"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"3 others"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR3225"
],
[
"_:booking",
"ref",
"0KARLG2E"
],
[
"_:booking",
"ticket",
"75.09"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"08:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR5767"
],
[
"_:result",
"leave_at",
"05:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:result",
"amount",
"3 others"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR3225"
],
[
"_:booking",
"ref",
"0KARLG2E"
],
[
"_:booking",
"ticket",
"75.09"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Rosa 's bed and breakfast"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i am looking for a place to go in the center of town for entertainment"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'The');(_:result,name,'all saints church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The all saints church is an attraction ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'concert hall');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hmm , nope . We 've been there . How about a concert hall in the centre of town ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'concert hall');(_:result,count,'1');(_:result,name,'Man on the Moon');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "There is one concert hall in the centre of town . It is called The Man on the Moon . Would you like more information about it ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , what is the entrance fee for that please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'there is no information');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I am sorry but there is no information on the entrance fee ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'curry queen');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I guess I will find out when I get there . I 'm also looking for information regarding a restaurant called Curry Queen ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Curry Queen');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry Queen is one of my favorites . What would you like to know about it ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What area it is located in and what their phone number is ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,phone,'01223351027');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is in centre and the phone is 01223351027 . What else can I help with ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's all I needed . Thanks . Bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for letting us help you today ! Goodbye ."
}
] |
PMUL2144.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"name",
"The"
],
[
"_:result",
"name",
"all saints church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"concert hall"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"concert hall"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"concert hall"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"there is no information"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"curry queen"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"concert hall"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"count",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"there is no information"
],
[
"_:search",
"name",
"curry queen"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Curry Queen"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"concert hall"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"entrance_fee",
"there is no information"
],
[
"_:search",
"name",
"curry queen"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Curry Queen"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"phone",
"01223351027"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi ! Could you find me a train to Stevenage on Thursday ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'10');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 10 trains meeting your preferences . Would you like me to book one of these for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'18:45');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Would you be able to get me to Stevenage by 18:45 ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where would you be leaving from ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving from cambridge ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'18:10');(_:result,day,'Thursday');(_:result,destination,'stevenage');(_:result,id,'TR4765');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4765 will arrive in stevenage by 18:10 on Thursday , do you want to book a ticket ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like to book 7 tickets please . I will also need the reference number . Thanks"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'UIJ42C5L');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , your reference number is : UIJ42C5L . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all I need . Thank you so much for your help . Have a nice day ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Thank you for using our service . Are you certain you do n't need any further assistance ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes that 's everything I needed thanks ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for contacting Cambridge TownInfo centre , have a wonderful day !"
}
] |
SNG0295.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"count",
"10"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR4765"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"count",
"10"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR4765"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UIJ42C5L"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"thursday"
],
[
"_:result",
"count",
"10"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"18:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"18:10"
],
[
"_:result",
"day",
"Thursday"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR4765"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"UIJ42C5L"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Is there a park I can visit in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "What type of park are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,*);(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Any type , but I would like it to be in the south ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'wandlebury county park');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Ok . How about wandlebury county park ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds great ! What 's their address and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'wandlebury ring , gog magog hills , babraham');(_:result,postcode,'cb223ae');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "there address is wandlebury ring , gog magog hills , babraham , postcode cb223ae anytheing else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'no');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need somewhere to stay . Moderate in price , please . It does n't need to include internet ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'alpha - milton guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about alpha - milton guest house ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm really looking for a hotel instead of a guest house ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately there are not hotels that match your search criteria . What alternative do you have in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about a hotel with free WiFi ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "we have 3 options where you can choose from"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any of the three would be fine . Can you book a room for Friday for 2 people , 5 nights please ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,name,'cityroomz in the centre');(_:booking,ref,'SYEE88PA');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've gone ahead and booked you at cityroomz in the centre , so you 'll be close to a lot of attractions . Your Reference number is : SYEE88PA ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you ! I 'm also looking for assistance booking a taxi between the two places . Can you help with that please ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "I would be happy to assist with that . What is your pick - up point ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'wandlebury county park');(_:search,destination,'the hotel');(_:search,leave_at,'23:45');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll need to be picked up at the wandlebury county park by 23:45 . I 'll be travelling to the hotel ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'white toyota');(_:result,phone,'07016487796');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Your booking is complete , a white toyota will be picking you up . The contact number is 07016487796 . Do you need anything else today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's it for today . Thanks for your help !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "No problem . I 'm glad I could help . Have a great trip . Goodbye ."
}
] |
PMUL3312.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"*"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"park"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"*"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"wandlebury county park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"park"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"*"
],
[
"_:result",
"name",
"wandlebury county park"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"park"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"park"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/1262400b"
],
[
"_:search/1262400b",
"category",
"hotels"
],
[
"_:search/1262400b",
"type",
"Hotel"
],
[
"_:search",
"category",
"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": [
[
"_:result",
"category",
"park"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:system",
"canthelp",
"_:search/1262400b"
],
[
"_:search/1262400b",
"category",
"hotels"
],
[
"_:search/1262400b",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"park"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:system",
"canthelp",
"_:search/1262400b"
],
[
"_:search/1262400b",
"category",
"hotels"
],
[
"_:search/1262400b",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"cityroomz in the centre"
],
[
"_:booking",
"ref",
"SYEE88PA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"park"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:system",
"canthelp",
"_:search/1262400b"
],
[
"_:search/1262400b",
"category",
"hotels"
],
[
"_:search/1262400b",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"cityroomz in the centre"
],
[
"_:booking",
"ref",
"SYEE88PA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"wandlebury county park"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"23:45"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"park"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"address",
"wandlebury ring , gog magog hills , babraham"
],
[
"_:result",
"postcode",
"cb223ae"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:system",
"canthelp",
"_:search/1262400b"
],
[
"_:search/1262400b",
"category",
"hotels"
],
[
"_:search/1262400b",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"cityroomz in the centre"
],
[
"_:booking",
"ref",
"SYEE88PA"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"wandlebury county park"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"23:45"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white toyota"
],
[
"_:result",
"phone",
"07016487796"
],
[
"_: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,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to get a train out of cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,id,'TR2000');(_:result,id,'TR5767');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Your looking at the trainID of TR5767 or TR2000 depending on your time"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should go to stansted airport and should arrive by 21:30 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day of the week are you looking at traveling ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Tuesday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR1656');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "these three could help trainID \t departure \t destination \t day \t leaveAt \t arriveBy \t price \t duration \t book \n ( optional ) \n TR1656 \t cambridge \t stansted airport \t tuesday \t 05:40 \t 06:08 \t 10.10 pounds \t 28 minutes \t\n TR1951 \t cambridge \t stansted airport \t tuesday \t 06:40 \t 07:08 \t 10.10 pounds \t 28 minutes \t\n TR0684 \t cambridge \t stansted airport \t tuesday \t 07:40 \t 08:08 \t 10.10 pounds \t 28 minutes"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "thank you for your help . book for me 5 seats and get me the reference numberes"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'3');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , could you confirm which train you wanted to book seats on ? There were 3 choices given to you ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'21:30');(_:search,day,'tuesday');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Whichever train goes to stansted airport Tuesday from cabridge arriving closest to 21:30 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'GMYBPE6F');(_:booking,ticket,'50.5 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 50.5 GBP payable at the station . Reference number is : GMYBPE6F ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for that . I do n't need anything more today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "ok . enjoy your day ."
}
] |
SNG01841.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",
"id",
"TR2000"
],
[
"_:result",
"id",
"TR5767"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR2000"
],
[
"_:result",
"id",
"TR5767"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"id",
"TR1656"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR1656"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR1656"
],
[
"_:search",
"people",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"GMYBPE6F"
],
[
"_:booking",
"ticket",
"50.5 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i need a moderately priced hotel in south cambridge ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'guesthouse');(_:result,type,'Hotel'))",
"canthelp((_:search,area,'south');(_:search,category,'hotels');(_:search,pricerange,'moderately priced');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "There are no moderately priced hotels in the south . Would you be interested in a moderately priced guesthouse ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'warkworth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm actually looking for the warkworth house hotel ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"select((_:result,category,'guesthouse');(_:result,type,'Hotel'))",
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'The warkworth house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The warkworth house is a guesthouse in the east area of town . Would you like me to book the guesthouse for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'four');(_:search,stay,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like to book for four people starting Thursday night and lasting three nights ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Thursday');(_:booking,name,'Warkworth House');(_:booking,ref,'853I1LMK');(_:booking,stay,'three');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your hotel at the Warkworth House , arriving Thursday for three nights . Your reference number is 853I1LMK . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes I am looking for a nightclub in centre of town ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'nightclubs');(_:result,count,'5');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "There are five nightclubs in that area . Would you like more info on them ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes can I get the phone number and address for them ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Is there a particular one you would like the address and phone number for , or would you like the contact information for all of them ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Ah , just pick one for me that looks interesting , and give me the address and phone number for that one ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'1 station road');(_:result,entrance_fee,'5 pounds');(_:result,name,'Club Salsa');(_:result,phone,'07782218745');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Okay . Club Salsa 's telephone number is 07782218745 and their address is 1 station road . The entrance fee is 5 pounds by the way ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need . Thanks ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , enjoy your time in Cambridge ."
}
] |
MUL1136.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/fe1153bc"
],
[
"_:search/fe1153bc",
"area",
"south"
],
[
"_:search/fe1153bc",
"category",
"hotels"
],
[
"_:search/fe1153bc",
"pricerange",
"moderately priced"
],
[
"_:search/fe1153bc",
"type",
"Hotel"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/fe1153bc"
],
[
"_:search/fe1153bc",
"area",
"south"
],
[
"_:search/fe1153bc",
"category",
"hotels"
],
[
"_:search/fe1153bc",
"pricerange",
"moderately priced"
],
[
"_:search/fe1153bc",
"type",
"Hotel"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/fe1153bc"
],
[
"_:search/fe1153bc",
"area",
"south"
],
[
"_:search/fe1153bc",
"category",
"hotels"
],
[
"_:search/fe1153bc",
"pricerange",
"moderately priced"
],
[
"_:search/fe1153bc",
"type",
"Hotel"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"The warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Warkworth House"
],
[
"_:booking",
"ref",
"853I1LMK"
],
[
"_:booking",
"stay",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/fe1153bc"
],
[
"_:search/fe1153bc",
"area",
"south"
],
[
"_:search/fe1153bc",
"category",
"hotels"
],
[
"_:search/fe1153bc",
"pricerange",
"moderately priced"
],
[
"_:search/fe1153bc",
"type",
"Hotel"
],
[
"_:search",
"name",
"warkworth house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"The warkworth house"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Warkworth House"
],
[
"_:booking",
"ref",
"853I1LMK"
],
[
"_:booking",
"stay",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/fe1153bc"
],
[
"_:search/fe1153bc",
"area",
"south"
],
[
"_:search/fe1153bc",
"category",
"hotels"
],
[
"_:search/fe1153bc",
"pricerange",
"moderately priced"
],
[
"_:search/fe1153bc",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"name",
"The warkworth house"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Warkworth House"
],
[
"_:booking",
"ref",
"853I1LMK"
],
[
"_:booking",
"stay",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/fe1153bc"
],
[
"_:search/fe1153bc",
"area",
"south"
],
[
"_:search/fe1153bc",
"category",
"hotels"
],
[
"_:search/fe1153bc",
"pricerange",
"moderately priced"
],
[
"_:search/fe1153bc",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"three"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Warkworth House"
],
[
"_:booking",
"ref",
"853I1LMK"
],
[
"_:booking",
"stay",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"1 station road"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"name",
"Club Salsa"
],
[
"_:result",
"phone",
"07782218745"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'autumn house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I am looking for a hotel by the name of the Autumn House . Can you tell me about it ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'East part of time');(_:result,name,'autumn house');(_:result,pricerange,'cheap');(_:result,stars,'four');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , the Autumn house is on the East part of time , the prices are cheap and it 's four stars . Is there anything else you 'd like to know ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I just want to book it for 2 people for 5 nights starting Wednesday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,name,'autumn house');(_:booking,ref,'E4QFTBQT');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "You are booked into autumn house . The reference number is E4QFTBQT . May I help with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you very much , can you also give some recommendations for places to go for college students ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'west');(_:result,name,'churchill college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "churchill college located in the west is a nice place . Would you like more info ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Just confirming it 's in the west part of town ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"Stoney 's Way\");(_:result,area,'west');(_:result,name,'Churchill College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Churchill College is located on Stoney 's Way on the west side of town . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you also book a taxi for me ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Sure where are you going to and when ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the college');(_:search,destination,'the hotel');(_:search,leave_at,'24:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm leaving the college to the hotel by 24:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'white skoda');(_:result,phone,'07059964954');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Your taxi has been reserved . It is a white skoda and you can contact it at 07059964954 ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks so much , I guess that 's all i need ! good bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system ! Have fun !"
}
] |
MUL2523.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:result",
"area",
"East part of time"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"autumn house"
],
[
"_:result",
"area",
"East part of time"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"autumn house"
],
[
"_:booking",
"ref",
"E4QFTBQT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"autumn house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"autumn house"
],
[
"_:booking",
"ref",
"E4QFTBQT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"autumn house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"autumn house"
],
[
"_:booking",
"ref",
"E4QFTBQT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Stoney 's Way"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"autumn house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"autumn house"
],
[
"_:booking",
"ref",
"E4QFTBQT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Stoney 's Way"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"24: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",
"autumn house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"autumn house"
],
[
"_:booking",
"ref",
"E4QFTBQT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Stoney 's Way"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:search",
"departure",
"the college"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"24:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white skoda"
],
[
"_:result",
"phone",
"07059964954"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please help me find a restaurant that serves british food near the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'7');(_:result,food,'british');(_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are seven restaurants in the centre of town that serve british food ranging from moderate to expensive . Is there a particular price range you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,\"do n't care\");(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't care about the price ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'6 Lensfield Road');(_:result,name,'the oak bistro');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Ok then . I suggest the oak bistro . It 's located at 6 Lensfield Road . Would you like a reservation ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thanks , but could I please have the postcode ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb21eg');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The post code is cb21eg . Can I assist you further ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you please tell me the phone number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223323361');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number is 01223323361 ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks for all your help ."
},
{
"id": 9,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "No problem . Did you need anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that covers all my needs . Thanks ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge TownInfo centre . Have a nice day !"
}
] |
SNG01436.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"do n't care"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"do n't care"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"the oak bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"do n't care"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"the oak bistro"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"do n't care"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"the oak bistro"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_:result",
"phone",
"01223323361"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"pricerange",
"do n't care"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"the oak bistro"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_:result",
"phone",
"01223323361"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a moderately priced restaurant in the east part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'indian');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend you curry prince , an indian place in the east with moderate price range ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there anything else you would recommend ? Can I have the address and type of food for it ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you prefer a different type of food ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . What other restaurants did you find ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'Indian');(_:result,food,'Italian');(_:result,name,'Pizza Hut Fen Ditton');(_:result,name,'Rajmahal');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are also Pizza Hut Fen Ditton , which is Italian , and Rajmahal which is Indian ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))",
"inform((_:search,name,'Pizza Hut Fen Ditton');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "can i have the address of Pizza Hut Fen Ditton ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Cambridge Retail Park Newmarket Road Fen Ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the address of them is Cambridge Retail Park Newmarket Road Fen Ditton"
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "thank you good bye"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "thank you good bye ."
}
] |
WOZ20553.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"curry prince"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"food",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"name",
"Rajmahal"
],
[
"_:search",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Cambridge Retail Park Newmarket Road Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a restaurant in the east part of town serving international food ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'International');(_:result,name,'Missing Sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Missing Sock is in the east part of town and it serves International food ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "May I have their phone number , please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Missing Sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The phone number for The Missing Sock is 01223 812660 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thank you"
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for using our system and please return with any other inquiries ."
},
{
"id": 7,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Good bye ."
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Goodbye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice day ."
}
] |
WOZ20090.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"name",
"Missing Sock"
],
[
"_:result",
"phone",
"01223 812660"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a cheap restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i do nt care"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'22');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 22 results . Is there an area that you would prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , in the west part of town please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,food,'italian');(_:result,food,'vietnamese');(_:result,name,'la margherita');(_:result,name,'thanh binh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two results . la margherita serves italian food and thanh binh serves vietnamese food ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the address and phone number of one of them ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'15 Magdalene Street City Centre');(_:result,name,'Thanh Binh');(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Thanh Binh is located at 15 Magdalene Street City Centre and the phone number is 01223 315232 ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Is there anything else ?"
},
{
"id": 9,
"rdf-acts": [
"select((_:result,name,'La Margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you prefer information on La Margherita ? It 's the only other cheap restaurant in that area ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'15 Magdalene Street City Centre');(_:result,name,\"La Margherita 's\");(_:result,phone,'01223 315232');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Margherita 's phone number is 01223 315232 and you can find them at 15 Magdalene Street City Centre ."
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you . Good bye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you and have a great day !"
}
] |
WOZ20300.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:result",
"count",
"22"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"name",
"thanh binh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"address",
"15 Magdalene Street City Centre"
],
[
"_:result",
"name",
"Thanh Binh"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"address",
"15 Magdalene Street City Centre"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:result",
"name",
"La Margherita"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"vietnamese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"15 Magdalene Street City Centre"
],
[
"_:result",
"name",
"La Margherita 's"
],
[
"_:result",
"phone",
"01223 315232"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'16:45');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train to Stevenage . I need to get there by 16:45 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'42');(_:result,destination,'stevenage');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I found 42 trains that arrive in stevenage . What day are you traveling and where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm traveling on Wednesday and departing from Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'16:10');(_:result,departure,'Cambridge');(_:result,destination,'stevenage');(_:result,id,'TR7245');(_:result,leave_at,'15:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR7245 arrives closest to your requested time , it departs Cambridge at 15:21 and arrives in stevenage at 16:10 . Would you like me to book you a ticket ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I 'd like a booking for 2 people , please ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'VHB237PP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , you 're all booked ! Your reference number is VHB237PP . Is there anything else I can assist you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a hotel that includes free parking as well as free wifi ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'29');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I found 29 hotels do you have any other requirements ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need one in the expensive price range ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,name,'express by holiday inn cambridge');(_:result,name,'gonville hotel');(_:result,name,'huntingdon marriott hotel');(_:result,name,'the lensfield hotel');(_:result,name,'university arms hotel');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Great , we have 5 options , express by holiday inn cambridge , gonville hotel , huntingdon marriott hotel , the lensfield hotel and university arms hotel . Can I book one of these for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does the university arms have an availability for 3 nights for 2 people starting sunday ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,name,'the university arms');(_:booking,ref,'JELU5HY6');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes ! I have booked a room for you at the university arms . Your reference number is JELU5HY6 . Is there anything else I can do for you today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That should do it . Thank you very much !"
},
{
"id": 13,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Have a nice day ."
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "I hope you have a nice day too ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre"
}
] |
MUL0715.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"42"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"42"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR7245"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"count",
"42"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR7245"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"VHB237PP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR7245"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"VHB237PP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"29"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR7245"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"VHB237PP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"name",
"the lensfield hotel"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR7245"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"name",
"the lensfield hotel"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"the university arms"
],
[
"_:booking",
"ref",
"JELU5HY6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"16:45"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:10"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"stevenage"
],
[
"_:result",
"id",
"TR7245"
],
[
"_:result",
"leave_at",
"15:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"name",
"the lensfield hotel"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"the university arms"
],
[
"_:booking",
"ref",
"JELU5HY6"
],
[
"_: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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "We want to try a restaurant in the centre of Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'hungarian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am really in the mood for some Hungarian food , something expensive since it is a special occasion ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,food,'Hungarian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm not finding Hungarian restaurants in the centre of Cambridge . Would you like to try another area or another type of cuisine ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'french');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "how about one that serves french food"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'French');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "No French restaurants either . Perhaps in a different area ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's keep looking in the centre area for now . Perhaps you can list some other available cuisines ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'French');(_:result,name,'Cote restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Actually , there is a French restaurant in the centre part of town . The Cote restaurant serves French food and is the expensive price range . Would you like to book a table ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No but I would like the phone number ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223311053');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , their phone number is 01223311053 . Is there anything else I can assist you with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'9:15');(_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks , and yes , I am also looking for a train leaving Stansted airport and arriving in Cambridge by 9:15 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "On what day and time could you like to travel ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Monday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'8:52');(_:result,day,'Monday');(_:result,destination,'Cambridge');(_:result,id,'TR7360');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR7360 train arrives at Cambridge at 8:52 on Monday . Would you like to purchase tickets on this train ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you book that for two people and then give me the reference number ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'TVLEP11V');(_:booking,ticket,'20.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "All set . Your reference is TVLEP11V and 20.2 GBP is payable at the station . Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That will be all . Thanks so much for your help ."
},
{
"id": 17,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "you are welcome any time you need our help"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Okay sounds great . Bye !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ! Good - bye ."
}
] |
PMUL0874.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",
"food",
"hungarian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/5cb89067"
],
[
"_:search/5cb89067",
"area",
"centre"
],
[
"_:search/5cb89067",
"food",
"Hungarian"
],
[
"_:search/5cb89067",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5cb89067"
],
[
"_:search/5cb89067",
"area",
"centre"
],
[
"_:search/5cb89067",
"food",
"Hungarian"
],
[
"_:search/5cb89067",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/d0dfd0ce"
],
[
"_:search/d0dfd0ce",
"food",
"French"
],
[
"_:search/d0dfd0ce",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5cb89067"
],
[
"_:search/5cb89067",
"area",
"centre"
],
[
"_:search/5cb89067",
"food",
"Hungarian"
],
[
"_:search/5cb89067",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/d0dfd0ce"
],
[
"_:search/d0dfd0ce",
"food",
"French"
],
[
"_:search/d0dfd0ce",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"name",
"Cote restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5cb89067"
],
[
"_:search/5cb89067",
"area",
"centre"
],
[
"_:search/5cb89067",
"food",
"Hungarian"
],
[
"_:search/5cb89067",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/d0dfd0ce"
],
[
"_:search/d0dfd0ce",
"food",
"French"
],
[
"_:search/d0dfd0ce",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"name",
"Cote restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223311053"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5cb89067"
],
[
"_:search/5cb89067",
"area",
"centre"
],
[
"_:search/5cb89067",
"food",
"Hungarian"
],
[
"_:search/5cb89067",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/d0dfd0ce"
],
[
"_:search/d0dfd0ce",
"food",
"French"
],
[
"_:search/d0dfd0ce",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"name",
"Cote restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223311053"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_: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",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5cb89067"
],
[
"_:search/5cb89067",
"area",
"centre"
],
[
"_:search/5cb89067",
"food",
"Hungarian"
],
[
"_:search/5cb89067",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/d0dfd0ce"
],
[
"_:search/d0dfd0ce",
"food",
"French"
],
[
"_:search/d0dfd0ce",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"name",
"Cote restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223311053"
],
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"8:52"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7360"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5cb89067"
],
[
"_:search/5cb89067",
"area",
"centre"
],
[
"_:search/5cb89067",
"food",
"Hungarian"
],
[
"_:search/5cb89067",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/d0dfd0ce"
],
[
"_:search/d0dfd0ce",
"food",
"French"
],
[
"_:search/d0dfd0ce",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"name",
"Cote restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223311053"
],
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"8:52"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7360"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TVLEP11V"
],
[
"_:booking",
"ticket",
"20.2 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",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:search/5cb89067"
],
[
"_:search/5cb89067",
"area",
"centre"
],
[
"_:search/5cb89067",
"food",
"Hungarian"
],
[
"_:search/5cb89067",
"type",
"Restaurant"
],
[
"_:search",
"food",
"french"
],
[
"_:system",
"canthelp",
"_:search/d0dfd0ce"
],
[
"_:search/d0dfd0ce",
"food",
"French"
],
[
"_:search/d0dfd0ce",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"name",
"Cote restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"phone",
"01223311053"
],
[
"_:search",
"arrive_by",
"9:15"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"arrive_by",
"8:52"
],
[
"_:result",
"day",
"Monday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR7360"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"TVLEP11V"
],
[
"_:booking",
"ticket",
"20.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you please help me find an expensive restaurant in the south part of town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'Both');(_:result,area,'south');(_:result,name,'peking restaurant');(_:result,name,'restaurant alimentum');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Both the restaurant alimentum and the peking restaurant are expensive restaraunts in the south part of town . Would you like their phone numbers ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . What kind of food do they serve ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'chinese');(_:result,food,'modern european');(_:result,name,'Restaurant alimentum');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant alimentum serves modern european food , and peking restaurant serves chinese ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you please give me the phone number of whichever one you like better ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,\"Peking Restaurant 's\");(_:result,phone,'01223 354755');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Peking Restaurant 's phone number is 01223 354755 . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using the Cambridge restaurant system . Goodbye ."
}
] |
WOZ20227.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Restaurant alimentum"
],
[
"_:result",
"name",
"peking restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"Both"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"modern european"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Peking Restaurant 's"
],
[
"_:result",
"phone",
"01223 354755"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a place to stay . It needs to be in the north but it does n't have to have free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What is your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a cheap 4 star hotel on the north ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'North');(_:result,category,'guesthouse');(_:result,name,'Worth house');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Worth house is a cheap guesthouse in the North . Will that do ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . Is there on in the moderate price range as well ? To compare ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'7');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure thing ! There are seven 4 star moderately priced guesthouses in the north . maybe you would like to book on of these"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you pick your favorite and book a room for me ? There will be 8 people , and we 'll arrive on Thursday and spend 3 nights ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'RI83HXK1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : RI83HXK1 . do you need information about the hotel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , but I need to find a train . I 'm looking to travel on Friday to London Liverpool Street . Can you help ?"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "No thanks a lot it is enough"
}
] |
PMUL1664.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"name",
"Worth house"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"RI83HXK1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'australian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find a cheap restaurant and serves australian food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There are no restaurants serving Australasian food . Would you like something else ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "portuguese food"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,count,'2');(_:result,name,'nandos');(_:result,name,'nandos city');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two restaurants available , nandos and nandos city centre . One is in the south and one is in the centre ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't care"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Cambridge Leisure Park Clifton Way');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about nandos ? It is a cheap restraunt on Cambridge Leisure Park Clifton Way"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great , what is their address ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Cambridge Leisure Park Clifton Way , C.B 1 , 7 D.Y.');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is Cambridge Leisure Park Clifton Way , C.B 1 , 7 D.Y."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you and goodbye !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
WOZ20547.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"australian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/d1d5d486"
],
[
"_:search/d1d5d486",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/d1d5d486"
],
[
"_:search/d1d5d486",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"name",
"nandos city"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/d1d5d486"
],
[
"_:search/d1d5d486",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/d1d5d486"
],
[
"_:search/d1d5d486",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way , C.B 1 , 7 D.Y."
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train departing from broxbourne ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you headed ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am heading to Cambridge ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR5570');(_:result,leave_at,'05:32');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about TR5570 that leaves at 05:32 ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will need to arrive by 17:15 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be travelling ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving on Wednesday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,id,'TR0788');(_:result,leave_at,'05:32');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about the TR0788 train that leaves at 05:32 ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'17:15');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Does that train arrive in Cambridge before 17:15 ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'06:32');(_:result,destination,'cambridge');(_:result,id,'TR0788');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR0788 arrives in cambridge by 06:32 . Would you like me to find something closer to arriving at 17:15 ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , and I 'll just need the train i d and departure time ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'16:32');(_:result,day,'Wednesday');(_:result,departure,'Broxbourne');(_:result,destination,'Cambridge');(_:result,id,'TR5972');(_:result,leave_at,'15:32');(_:result,ticket,'17 pounds 90');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR5972 leaves Broxbourne Wednesday at 15:32 and arrives in Cambridge at 16:32 , The fare is 17 pounds 90 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Okay . Would you please book 2 tickets for that one ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'G2JZA2ZE');(_:booking,ticket,'35.79 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 35.79 GBP payable at the station . \n Reference number is : G2JZA2ZE ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I ca n't imagine why I asked you to book passage . I always buy my own tickets . In any case , thanks ever so much ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no thanks for your service i enjoyed"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ."
}
] |
SNG02042.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR5570"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR5570"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"id",
"TR0788"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"leave_at",
"05:32"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:32"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR0788"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:32"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5972"
],
[
"_:result",
"leave_at",
"15:32"
],
[
"_:result",
"ticket",
"17 pounds 90"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_: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",
"departure",
"broxbourne"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:32"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5972"
],
[
"_:result",
"leave_at",
"15:32"
],
[
"_:result",
"ticket",
"17 pounds 90"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"G2JZA2ZE"
],
[
"_:booking",
"ticket",
"35.79 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"arrive_by",
"17:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"16:32"
],
[
"_:result",
"day",
"Wednesday"
],
[
"_:result",
"departure",
"Broxbourne"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR5972"
],
[
"_:result",
"leave_at",
"15:32"
],
[
"_:result",
"ticket",
"17 pounds 90"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"G2JZA2ZE"
],
[
"_:booking",
"ticket",
"35.79 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
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello ! This is my first time to Cambridge , can you recommend a good , expensive restaurant in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'wide range of');(_:result,food,'British');(_:result,name,'Cambridge Chop House');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Do you want British food ? If so , the Cambridge Chop House is popular . You are in luck as there is a wide range of options ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , I 'm in the mood for Cantonese food . Are there any like that ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,food,'Cantonese');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I do n't have any Cantonese restaurants in the centre . I could try another cuisine or another area ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'japanese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "OK . How about an expensive Japanese restaurant ? I 'd like to treat myself !"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'1');(_:result,name,'wagamama');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is one of those- it is called wagamama . Would you like to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'11:45');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure . Book it for 4 people at 11:45 on a saturday ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'BS73EYWV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table is reserved . The reference number is BS73EYWV ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What other local attractions are there to explore ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,name,'Vue Cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several . Vue Cinema is a popular attraction . Would you like the address ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "No I would prefer a museum ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'11');(_:result,name,'broughton house gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 11 found . how about the broughton house gallery ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the post code , address , and entree fee ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'98 King Street');(_:result,entrance_fee,'completely free');(_:result,postcode,'cb11ln');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postal code is cb11ln , address is 98 King Street , and the entrance is completely free ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "That sounds good . I also need to book a taxi to go from the Vue to the restaurant by my booked time ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'black volvo');(_:result,phone,'07018935922');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked you a black volvo . The contact number is 07018935922 . How else may I assist you today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks for all of your help ! You have been wonderful !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Text us back anytime , and have a wonderful visit in Cambridge !"
}
] |
MUL0903.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"wide range of"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"cantonese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"wide range of"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Cambridge Chop House"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/343bb753"
],
[
"_:search/343bb753",
"area",
"centre"
],
[
"_:search/343bb753",
"food",
"Cantonese"
],
[
"_:search/343bb753",
"type",
"Restaurant"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"wide range of"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/343bb753"
],
[
"_:search/343bb753",
"area",
"centre"
],
[
"_:search/343bb753",
"food",
"Cantonese"
],
[
"_:search/343bb753",
"type",
"Restaurant"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"wide range of"
],
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/343bb753"
],
[
"_:search/343bb753",
"area",
"centre"
],
[
"_:search/343bb753",
"food",
"Cantonese"
],
[
"_:search/343bb753",
"type",
"Restaurant"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"BS73EYWV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/343bb753"
],
[
"_:search/343bb753",
"area",
"centre"
],
[
"_:search/343bb753",
"food",
"Cantonese"
],
[
"_:search/343bb753",
"type",
"Restaurant"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"BS73EYWV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/343bb753"
],
[
"_:search/343bb753",
"area",
"centre"
],
[
"_:search/343bb753",
"food",
"Cantonese"
],
[
"_:search/343bb753",
"type",
"Restaurant"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"BS73EYWV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/343bb753"
],
[
"_:search/343bb753",
"area",
"centre"
],
[
"_:search/343bb753",
"food",
"Cantonese"
],
[
"_:search/343bb753",
"type",
"Restaurant"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"BS73EYWV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"completely free"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"British"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/343bb753"
],
[
"_:search/343bb753",
"area",
"centre"
],
[
"_:search/343bb753",
"food",
"Cantonese"
],
[
"_:search/343bb753",
"type",
"Restaurant"
],
[
"_:search",
"food",
"japanese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"ref",
"BS73EYWV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"broughton house gallery"
],
[
"_:result",
"address",
"98 King Street"
],
[
"_:result",
"entrance_fee",
"completely free"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black volvo"
],
[
"_:result",
"phone",
"07018935922"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I need help , i just been the victim of a robbery ."
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Are you hurt ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "I am not hurt but I need to get in touch with the police , can you send me the address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Sure , here it is : Parkside , Cambridge ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your help"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are most welcome !"
}
] |
SNG01968.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi . I 'm looking for a particular hotel if you could help me with that ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Do you know the name of it ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,name,'a and b guesthouse');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "It 's called the A and B Guesthouse . I 'd like a 5 night stay for 4 starting on Monday . Can I get a reference # ? Thanks !"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Monday');(_:booking,name,'A and B Guest House');(_:booking,people,'four');(_:booking,ref,'CEREP94P');(_:booking,stay,'5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book your party of four into A and B Guest House starting on Monday for 5 nights . Reference : CEREP94P . Can I assist further today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I would also like a place to dine in the north that serves asian oriental food ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a few');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are a few options in the area . Do you have a price range in mind ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "No , just needs to be in the North and serve that food ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Saigon City');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Saigon City will fit your needs do you need to book a table ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'16:15');(_:search,people,'four');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I would like to book a table for four on Monday at 16:15 ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'Y7GC1VD7');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : Y7GC1VD7 . Anything else I can help with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That was all I needed today , thank you ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks , please remember us for your future travel needs ."
}
] |
PMUL0428.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"a and b guesthouse"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"a and b guesthouse"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"A and B Guest House"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"CEREP94P"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"name",
"a and b guesthouse"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"A and B Guest House"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"CEREP94P"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guesthouse"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"A and B Guest House"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"ref",
"CEREP94P"
],
[
"_:booking",
"stay",
"5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guesthouse"
],
[
"_:search",
"stay",
"5"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"name",
"A and B Guest House"
],
[
"_:booking",
"people",
"four"
],
[
"_:booking",
"stay",
"5"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"a few"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"Y7GC1VD7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I can help you with that . Do you have a price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't have a preference . I 'm just looking for a 4 star hotel that has free wifi ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i have 2 locations that match your requirements , one is cheap , one is moderate . which would you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I guess we can go with the moderately priced one ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,name,'Aylesbray Lodge guest house');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Aylesbray Lodge guest house is moderately priced and has free wifi . Would you like me to make a reservation for you ?"
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "Is Aylesbray Lodge a guesthouse ? If not , is there a guesthouse that fits ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , it is a guesthouse . When would the stay begin and for how long ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'8');(_:search,stay,'two');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need rooms for 8 peoples staying for two nights starting Wednesday ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Booking was successful . Your Reference number is : 76HG81V6 . Anything else I can do for you ?"
}
] |
SNG0885.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Aylesbray Lodge guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Aylesbray Lodge guest house"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"two"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,\"rosa 's bed and breakfast\");(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm visiting the area and want to stay at rosa 's bed and breakfast ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure thing ! If you can tell me the day you 're arriving , the number of nights you 're staying , and the number in your party , I 'd be happy to book that !"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm still working out the details for all of that . Can you tell me the star rating of the hotel ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'South');(_:result,category,'guesthouse');(_:result,name,\"Rosa 's bed and breakfast\");(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Rosa 's bed and breakfast is a 4 star guesthouse located in the South . Can I help you further today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . I would like to visit a museum while I am there ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'South');(_:result,entrance_fee,'no entrance fee');(_:result,name,'Bryard Art Museum');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Bryard Art Museum is also in the South and has no entrance fee . Will that do ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the postcode , phone number and address of this place ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"14 Kings 's Parade\");(_:result,category,'museum');(_:result,phone,'01223464646');(_:result,postcode,'cb21sj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'd be happy to provide the information . The address is 14 Kings 's Parade , cb21sj . You can reach the museum at 01223464646 . Is there anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'18:30');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi that will take me there . I want to leave the hotel by 18:30 . I need the contact number and car type of the taxi ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,car,'red Toyota');(_:result,departure,\"Rosa 's B&B\");(_:result,leave_at,'18:30');(_:result,phone,'07584591119');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "OK , a red Toyota will pick you up at Rosa 's B&B at 18:30 . The contact number is 07584591119 ."
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "thanks so much , bye"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting us . Goodbye ."
}
] |
PMUL2903.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"name",
"Rosa 's bed and breakfast"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"stars",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Bryard Art Museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Bryard Art Museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"14 Kings 's Parade"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223464646"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"rosa 's bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Bryard Art Museum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"14 Kings 's Parade"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Toyota"
],
[
"_:result",
"departure",
"Rosa 's B&B"
],
[
"_:result",
"leave_at",
"18:30"
],
[
"_:result",
"phone",
"07584591119"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want a restaurant in the town centre . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'69');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have 69 restaurants available . Could you specify type or price range please ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'14:00');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a moderately priced restaurant . I 'm looking to book for just myself at 14:00 on Friday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'BA2MQ3EB');(_:booking,type,'Booking');(_:result,food,'traditional British');(_:result,name,'Oak Bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay I took the liberty of booking you into the Oak Bistro that serves traditional British food . Your reference number is BA2MQ3EB ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That sounds perfect . Thanks for your help !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful day !"
}
] |
SNG0597.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",
"food",
"?"
],
[
"_:result",
"count",
"69"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"count",
"69"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"14:00"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"BA2MQ3EB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"traditional British"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'city centre north b and b.');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a specific hotel by the name of city centre north b and b. Could you provide me with some additional information about this place ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,name,'A and B guesthouse');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Did you by chance mean the A and B guesthouse ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Hm . That is n't it . I think it is called city centre north . Can you search again please ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,phone,'01223312843');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I found it . It is a cheap guesthouse in the north . The phone number is 01223312843 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I get the phone number , postcode , and address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'328a histon road');(_:result,phone,'01223312843');(_:result,postcode,'cb43ht');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "01223312843 is the phone number cb43ht is the postcode and 328a histon road is the address ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks I 'm also looking for a fun attraction to go in the centre . Can you make a recommendation ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,category,'museums');(_:result,name,'old schools');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I enjoy museums . We have old schools . Would you like more information on that one ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , how much does it cost to get in ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,entrance_fee,?);(_:search,name,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry for the confusion , what attraction are you interested in the entrance fee for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a fine arts museum in the centre ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museums');(_:result,count,'11');(_:result,name,'Primavera');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 11 different museums in the centre , if you 're not looking for a particular one , might I recommend the Primavera ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay . Can you tell the entrance fee ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Good news ! It is Free ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nice ! Okay , that should be all I need . Thanks for your help and goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! have a wonderful trip !"
}
] |
MUL2633.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."
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"A and B guesthouse"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"A and B guesthouse"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:result",
"name",
"A and B guesthouse"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"postcode",
"cb43ht"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"city centre north b and b."
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"postcode",
"cb43ht"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"north"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"postcode",
"cb43ht"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"name",
"old schools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"postcode",
"cb43ht"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"328a histon road"
],
[
"_:result",
"phone",
"01223312843"
],
[
"_:result",
"postcode",
"cb43ht"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "am looking for a place to dine it should be in the centre and should be in the expensive price range"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Were you looking for a specific type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'vegetarian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I am looking for a restaurant that offers vegetarian options ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'the Centre area');(_:search,food,'vegetarian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry but I do not have any vegetarian restaurants in the Centre area . Would you like me to search another area for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'turkish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , how about expensive turkish food in the centre of town ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'meze bar restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You would probably enjoy meze bar restaurant . Would you like me to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'15:15');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please reserve a table for 4 on Monday at 15:15 ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry booking was unsuccessful . Could you try another time perhaps ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay , how about the same time for Saturday ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Still not open then , shall I try another date or another place to eat ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'monday');(_:search,food,'turkish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you try another expensive Turkish restaurant in the centre ? I 'd really like to dine on Monday ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))",
"inform((_:booking,day,'Monday');(_:booking,type,'Booking');(_:result,food,'turkish');(_:result,name,'meze bar restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The meze bar restaurant is expensive and serves turkish food . What time on Monday , and how many in your party ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'15:15');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "For 4 people at 15:15 on either Monday or Saturday please ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry , your booking was unsuccessful . Would you like a different day or time slot ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,name,'Meze Bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is the Meze Bar restaurant available for Saturday same time ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,duration,'15:15');(_:booking,ref,'UYWXP4GD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Good news , I was able to book Saturday at 15:15 . Your reference number is UYWXP4GD ."
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , that 's all I need . Good bye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Enjoy your trip !"
}
] |
SNG01850.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"vegetarian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/70031637"
],
[
"_:search/70031637",
"area",
"the Centre area"
],
[
"_:search/70031637",
"food",
"vegetarian"
],
[
"_:search/70031637",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/70031637"
],
[
"_:search/70031637",
"area",
"the Centre area"
],
[
"_:search/70031637",
"food",
"vegetarian"
],
[
"_:search/70031637",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/70031637"
],
[
"_:search/70031637",
"area",
"the Centre area"
],
[
"_:search/70031637",
"food",
"vegetarian"
],
[
"_:search/70031637",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/ae8be7af"
],
[
"_:booking/ae8be7af",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/70031637"
],
[
"_:search/70031637",
"area",
"the Centre area"
],
[
"_:search/70031637",
"food",
"vegetarian"
],
[
"_:search/70031637",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/ae8be7af"
],
[
"_:booking/ae8be7af",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:system",
"canthelp",
"_:booking/8c6a5eb0"
],
[
"_:booking/8c6a5eb0",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/70031637"
],
[
"_:search/70031637",
"area",
"the Centre area"
],
[
"_:search/70031637",
"food",
"vegetarian"
],
[
"_:search/70031637",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/ae8be7af"
],
[
"_:booking/ae8be7af",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/8c6a5eb0"
],
[
"_:booking/8c6a5eb0",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"day",
"Monday"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/70031637"
],
[
"_:search/70031637",
"area",
"the Centre area"
],
[
"_:search/70031637",
"food",
"vegetarian"
],
[
"_:search/70031637",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/ae8be7af"
],
[
"_:booking/ae8be7af",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/8c6a5eb0"
],
[
"_:booking/8c6a5eb0",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/54c84858"
],
[
"_:booking/54c84858",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"Meze Bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/70031637"
],
[
"_:search/70031637",
"area",
"the Centre area"
],
[
"_:search/70031637",
"food",
"vegetarian"
],
[
"_:search/70031637",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/ae8be7af"
],
[
"_:booking/ae8be7af",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/8c6a5eb0"
],
[
"_:booking/8c6a5eb0",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"food",
"turkish"
],
[
"_:result",
"name",
"meze bar restaurant"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"canthelp",
"_:booking/54c84858"
],
[
"_:booking/54c84858",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"Meze Bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"duration",
"15:15"
],
[
"_:booking",
"ref",
"UYWXP4GD"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'irish');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant that serves Irish food and is in the expensive price range ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()",
"inform((_:result,food,'Irish');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is not a restaurant serving Irish food in the expensive price range . Would you like another restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there an expensive korean restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,food,'Korean');(_:result,name,'Little Seoul');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , Little Seoul is a Korean restaurant in the expensive price range ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'little seoul');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! Can you give me the address and area of Little Seoul ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'108 Regent Street City Centre');(_:result,name,'Little seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Little seoul is located at 108 Regent Street City Centre . May I help you with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "no thank you good bye"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . Good bye"
}
] |
WOZ20667.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"irish"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5f9ebf6f"
],
[
"_:search/5f9ebf6f",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"Irish"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5f9ebf6f"
],
[
"_:search/5f9ebf6f",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"little seoul"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/5f9ebf6f"
],
[
"_:search/5f9ebf6f",
"type",
"Restaurant"
],
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"Korean"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"little seoul"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"108 Regent Street City Centre"
],
[
"_:result",
"name",
"Little seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Copper Kettle');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a specific restaurant in Cambridge . It 's called The Copper Kettle . Could you give me any information on it ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'British');(_:result,name,'Copper Kettle');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "The Copper Kettle is a British style restaurant in the centre area with a moderate price range . Would you like more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I please have the phone number for them ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Copper Kettle');(_:result,phone,'01223365068');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number for The Copper Kettle is 01223365068 . Would you like any more information or help booking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also looking for places to go . Could you recommend me any attraction in the center ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museum');(_:result,category,'theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Do you want a particular attraction type , such as museum or theatre ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Attraction'))",
"inform((_:search,category,*);(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Any type will do ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'All Saints Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "All Saints Church seems like a great attraction ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,category,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What type of attraction is it and what is the entrance fee ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'architecture');(_:result,entrance_fee,'free');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "All Saints Church is an architecture type of attraction . It is free to enter ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much for your time ."
},
{
"id": 11,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You are welcome . Is there anything else I can do for you today ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "No , that 's all ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Have a wonderful day ! Good Bye !"
}
] |
MUL0888.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Copper Kettle"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Copper Kettle"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Copper Kettle"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"phone",
"01223365068"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Copper Kettle"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Copper Kettle"
],
[
"_:result",
"phone",
"01223365068"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:search",
"category",
"*"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Copper Kettle"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223365068"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"center"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"category",
"theatre"
],
[
"_:result",
"category",
"?"
],
[
"_:search",
"category",
"*"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Copper Kettle"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223365068"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"*"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Copper Kettle"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223365068"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"*"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to take a train departing from stansted airport ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I can help you with that . Where would you be going and what day ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,leave_at,'14:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave cambridge after 14:00 on Sunday ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"inform((_:result,departure,'stansted airport');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Can you verify whether you are leaving from stansted airport or cambridge ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave from stansted airport to cambridge ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR4227');(_:result,leave_at,'14:24');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR4227 train leaves at 14:24 would you like that one ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'afghan');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , may I get travel time in minutes ? I am also looking for a restaurant that is expensive and serve afghan food ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'28 minutes');(_:result,type,'Train'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "The duration of that train is 28 minutes . There are n't any restaurants meeting those specifications ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'afghan');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "There is n't any afghan places in the centre ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,area,'Cambridge');(_:search,food,'Afghan');(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,area,'centre');(_:result,food,'other');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm afraid we do n't have any restaurants in Cambridge that serve Afghan food . There are several expensive restaurants in the centre that serve other cuisines . Should we try one of those ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any that serve Indian food , instead ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'6');(_:result,food,'indian');(_:result,name,'Curry Garden');(_:result,name,'Curry King');(_:result,name,'Golden Curry');(_:result,name,'Panahar');(_:result,name,'Saffron Brasserie');(_:result,name,'and Curry Queen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 6 restaurants in the centre that are expensive and serve indian food . Curry Garden , The Golden Curry , Saffron Brasserie , Panahar , Curry King , and Curry Queen ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'curry queen');(_:search,type,'Restaurant'))",
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Curry Queen ? I just need their postcode ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'jordans yard bridge street city centre');(_:result,name,'curry king');(_:result,postcode,'cb21ug');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "curry king 's post code is cb21ug . their address is jordans yard bridge street city centre . shall i book a table for you ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , I am just gathering information for now . That is everything that I need , thanks for your help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , please feel free to contact us again if you have any questions !"
}
] |
MUL1503.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4227"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4227"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"canthelp",
"_:search/ee7453f3"
],
[
"_:search/ee7453f3",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"afghan"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4227"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:system",
"canthelp",
"_:search/ee7453f3"
],
[
"_:search/ee7453f3",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/12b8349e"
],
[
"_:search/12b8349e",
"area",
"Cambridge"
],
[
"_:search/12b8349e",
"food",
"Afghan"
],
[
"_:search/12b8349e",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"other"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"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",
"leave_at",
"14:00"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4227"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:system",
"canthelp",
"_:search/ee7453f3"
],
[
"_:search/ee7453f3",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/12b8349e"
],
[
"_:search/12b8349e",
"area",
"Cambridge"
],
[
"_:search/12b8349e",
"food",
"Afghan"
],
[
"_:search/12b8349e",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"name",
"Curry Garden"
],
[
"_:result",
"name",
"Curry King"
],
[
"_:result",
"name",
"Golden Curry"
],
[
"_:result",
"name",
"Panahar"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"name",
"and Curry Queen"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"curry queen"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"14:00"
],
[
"_:result",
"departure",
"stansted airport"
],
[
"_:search",
"departure",
"stansted airport"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR4227"
],
[
"_:result",
"leave_at",
"14:24"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"duration",
"28 minutes"
],
[
"_:system",
"canthelp",
"_:search/ee7453f3"
],
[
"_:search/ee7453f3",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/12b8349e"
],
[
"_:search/12b8349e",
"area",
"Cambridge"
],
[
"_:search/12b8349e",
"food",
"Afghan"
],
[
"_:search/12b8349e",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"name",
"curry queen"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"jordans yard bridge street city centre"
],
[
"_:result",
"name",
"curry king"
],
[
"_:result",
"postcode",
"cb21ug"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to take a train to Cambridge on Friday , what 's available ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'202');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I found 202 trains . What is your departure station ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like the departure station to be broxbourne ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:32');(_:result,departure,'that station');(_:result,leave_at,'09:32');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train leaving that station at 09:32 and arriving at 10:32 , if that 's acceptable ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "No , I need something that gets there by 9:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'09:32,would');(_:result,id,'TR3005');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR3005 that arrives at 09:32,would that be good for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'italian');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need the reference number . I am also looking for a place to eat in the south area , preferable italian ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,food,'Italian');(_:result,name,'Franky and Bennys');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,ref,'0EG8EWWR');(_:result,type,'Restaurant');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are two restaurants that are Italian , Pizza Hut Cherry Hinton , and Franky and Bennys . The reference number for your train is 0EG8EWWR ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'17:15');(_:search,people,'one');(_:search,people,'same amount of people');(_:search,type,'Restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Pick one of those . I need it for the same amount of people at 17:15 on the same day ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry , both of those restaurants are fully booked for the time requested . May I check another restaurant for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay . Can you find another Italian restaurant ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,area,'south');(_:result,food,'italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are many italian restaurants not in the south of town , do you have another area preference ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,pricerange,'Not');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Not really . Please make a recommendation ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'Centre area');(_:result,name,'Pizza Express');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is a Pizza Express that is in the Centre area . It is in the moderate category . Would you like me to try to book that ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'17:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . It will just me at 17:15 on Friday ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'PPXQDNOM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book it , the reference number is PPXQDNOM ."
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Terrific . I appreciate your help . Good bye !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Please let us know if we can assist you in the future . Have a great day !"
}
] |
MUL1486.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:32"
],
[
"_:result",
"departure",
"that station"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"departure",
"that station"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"09:32,would"
],
[
"_:result",
"id",
"TR3005"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"departure",
"that station"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"09:32,would"
],
[
"_:result",
"id",
"TR3005"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Franky and Bennys"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"ref",
"0EG8EWWR"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"people",
"same amount of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"departure",
"that station"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"09:32,would"
],
[
"_:result",
"id",
"TR3005"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Franky and Bennys"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"ref",
"0EG8EWWR"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"people",
"same amount of people"
],
[
"_:system",
"canthelp",
"_:booking/9f9cdc01"
],
[
"_:booking/9f9cdc01",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"departure",
"that station"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"09:32,would"
],
[
"_:result",
"id",
"TR3005"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Franky and Bennys"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"ref",
"0EG8EWWR"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"people",
"same amount of people"
],
[
"_:system",
"canthelp",
"_:booking/9f9cdc01"
],
[
"_:booking/9f9cdc01",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"Not"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"departure",
"that station"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"09:32,would"
],
[
"_:result",
"id",
"TR3005"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"ref",
"0EG8EWWR"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"people",
"same amount of people"
],
[
"_:system",
"canthelp",
"_:booking/9f9cdc01"
],
[
"_:booking/9f9cdc01",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"pricerange",
"Not"
],
[
"_:result",
"area",
"Centre area"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:result",
"departure",
"that station"
],
[
"_:result",
"leave_at",
"09:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"09:32,would"
],
[
"_:result",
"id",
"TR3005"
],
[
"_:search",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"ref",
"0EG8EWWR"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"people",
"same amount of people"
],
[
"_:system",
"canthelp",
"_:booking/9f9cdc01"
],
[
"_:booking/9f9cdc01",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"food",
"italian"
],
[
"_:search",
"pricerange",
"Not"
],
[
"_:result",
"area",
"Centre area"
],
[
"_:result",
"name",
"Pizza Express"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"17:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"PPXQDNOM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,arrive_by,'05:15');(_:search,departure,'the junction');(_:search,destination,'the hotspot');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi to arrive at the hotspot by 05:15 . I need to leave from the junction . I also need the contact number and car type ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,car,'grey audi');(_:result,phone,'07899518276');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "A grey audi will pick you up , and the contact number is 07899518276 . Can I help with anything else today ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all thanks ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , let us know if we can help anymore ."
}
] |
SNG1152.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"05:15"
],
[
"_:search",
"departure",
"the junction"
],
[
"_:search",
"destination",
"the hotspot"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"05:15"
],
[
"_:search",
"departure",
"the junction"
],
[
"_:search",
"destination",
"the hotspot"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey audi"
],
[
"_:result",
"phone",
"07899518276"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'21:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train to Cambridge , the train should depart after 21:45 ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,day,'fiday');(_:result,id,'TR4210');(_:result,leave_at,'22:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Hi , train TR4210 leaves fiday at 22:11 . Would you like me to book it ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'london kings cross');(_:search,leave_at,'21:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave on Saturday from London Kings Cross . Is there a train leaving after 21:45 that fits my needs ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'24:08');(_:result,departure,'london kings cross');(_:result,destination,'London Kings Cross');(_:result,id,'TR8830');(_:result,leave_at,'23:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have train TR8830 that will be leaving London Kings Cross at 23:17 and arriving in Cambridge at 24:08 . Would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , how much would that cost total ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'18.88 pounds');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "It is 18.88 pounds per ticket . How many tickets would you like to purchase ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'one');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Just one ticket please and thank you"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'ZM5K0A4Q');(_:booking,ticket,'18.88 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your ticket has been reserved . Total fee is 18.88 GBP , payable at the station . Reference number ZM5K0A4Q . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,name,'autumn house');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book autumn house for 7 people , starting on saturday for 4 nights , please ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Autumn House');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Thank you so much for reserving my train ticket . I have the information for Autumn House you requested . Would you like me to reserve it for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I need the reference number ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'DTKW11YU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . Your reference number is DTKW11YU"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I needed today , thank you for your help ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
MUL2080.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"fiday"
],
[
"_:result",
"id",
"TR4210"
],
[
"_:result",
"leave_at",
"22:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"fiday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"24:08"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR8830"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"fiday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:result",
"arrive_by",
"24:08"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR8830"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"fiday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:result",
"arrive_by",
"24:08"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR8830"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZM5K0A4Q"
],
[
"_:booking",
"ticket",
"18.88 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"fiday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:result",
"arrive_by",
"24:08"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR8830"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"ZM5K0A4Q"
],
[
"_:booking",
"ticket",
"18.88 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"fiday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:result",
"arrive_by",
"24:08"
],
[
"_:result",
"departure",
"london kings cross"
],
[
"_:result",
"destination",
"London Kings Cross"
],
[
"_:result",
"id",
"TR8830"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:result",
"ticket",
"18.88 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"18.88 GBP"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Autumn House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"ref",
"DTKW11YU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you tell me whether there are colleges open to sightseers in the city center ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,name,'churchill college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are several places , churchill college is available ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the address ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,\"storey 's way\");(_:result,name,'Churchill College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Churchill College is on storey 's way ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you give me the phone number also ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Churchill College');(_:result,phone,'01223336233');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Churchill College can be reached at 01223336233 . Is there anything else I can help with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for a cheap Indian restaurant , can you recommend one for me ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'Centre');(_:result,food,'Indian');(_:result,name,'Kohinoor');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , I would recommend Kohinoor Indian restaurant in the Centre . Would you like a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds good . Can I get their phone number and address ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'74 Mill Road City Centre');(_:result,phone,'01223323639');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their address is 74 Mill Road City Centre and the phone number is 01223323639 . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you 've taken care of everything for me today ! Thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Enjoy your visit to Cambridge !"
}
] |
PMUL2278.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"phone",
"01223336233"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"address",
"storey 's way"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223336233"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"74 Mill Road City Centre"
],
[
"_:result",
"phone",
"01223323639"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"hello()"
],
"speaker": "user",
"text": "Hi , I am planning a trip for my family and could use some help with a place to stay ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I can help with that , what would you like to stay at ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a hotel on the west side of Cambridge . I prefer an affordable hotel that includes free parking ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,pricerange,'cheaper');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))",
"inform((_:result,area,'west');(_:result,category,'hotels');(_:result,count,'2');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 hotels in the west . Both offer free internet and free parking . One is cheaper and the other is expensive . Do you have a preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want the cheap one ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Cambridge belfry');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The cheap one is the Cambridge belfry ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Please book that for 3 people for 3 nights starting on Friday ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Booking was successful . \n Reference number is : IKC0PEFS ."
}
] |
PMUL4477.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"pricerange",
"cheaper"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:user",
"greeted",
"_:system"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Cambridge belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'russian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Need a place to eat with moderate prices , but needs to have russian food ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , I was n't able to find anything matching your request . Shall we look for a cheap restaurant instead ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about a Turkish restaurant instead ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have two in that range , in the centre . Is that area the right area for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'5:30');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , that area 's fine . Can you make a reservation for 6 people on Thursday at 5:30 pm with one of them ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would that be at 5:30 pm ( 17:30 ) ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , could I have the reference number as well please ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry booking was unsuccessful . Can you try a different time or day ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'16:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you try 16:30 ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,duration,'16:30');(_:booking,ref,'AKF1B848');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to make that reservation at 16:30 your reference number is AKF1B848 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'17:00');(_:search,day,'friday');(_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train from Cambridge to London kings cross that leaves on Friday and arrives at 17:00 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'15:51');(_:result,departure,'Cambridge');(_:result,destination,'Kings Cross');(_:result,destination,'London');(_:result,id,'TR2420');(_:result,leave_at,'15:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The closest to that time is TR2420 which leaves Cambridge at 15:00 and arrives in London , Kings Cross at 15:51 . Would that meet your needs ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'6');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , it would . Can you book me 6 tickets for that for Friday please ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'6');(_:booking,ref,'FFVH42H7');(_:booking,ticket,'141.6 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , I 've booked 6 tickets , reference number FFVH42H7 . Your total is 141.6 GBP payable at the station . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that is all for today . Thank you for all your help !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Let me know if you think of anything else you need ."
}
] |
MUL1597.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"russian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/e778908b"
],
[
"_:search/e778908b",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/e778908b"
],
[
"_:search/e778908b",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"5:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/e778908b"
],
[
"_:search/e778908b",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"5:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/e778908b"
],
[
"_:search/e778908b",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"duration",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/4a24486e"
],
[
"_:booking/4a24486e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/e778908b"
],
[
"_:search/e778908b",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/4a24486e"
],
[
"_:booking/4a24486e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"ref",
"AKF1B848"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/e778908b"
],
[
"_:search/e778908b",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/4a24486e"
],
[
"_:booking/4a24486e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:booking",
"ref",
"AKF1B848"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"15:51"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Cross"
],
[
"_:result",
"destination",
"London"
],
[
"_:result",
"id",
"TR2420"
],
[
"_:result",
"leave_at",
"15:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/e778908b"
],
[
"_:search/e778908b",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"turkish"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/4a24486e"
],
[
"_:booking/4a24486e",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:booking",
"duration",
"16:30"
],
[
"_:search",
"arrive_by",
"17:00"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:result",
"arrive_by",
"15:51"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Cross"
],
[
"_:result",
"destination",
"London"
],
[
"_:result",
"id",
"TR2420"
],
[
"_:result",
"leave_at",
"15:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"6"
],
[
"_:booking",
"ref",
"FFVH42H7"
],
[
"_:booking",
"ticket",
"141.6 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for a guesthouse to stay in during my visit . I do n't want to stay anywhere cheap , more like the moderate price range please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a preference for a location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , but I would like it to have a 4 star rating ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'62 gilbert road');(_:result,name,'avalon');(_:result,postcode,'cb43pb');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "i recommend avalon . it is a wonderful place located in 62 gilbert road , cb43pb . you want the phone number ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Do they have free parking ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "No , they do n't have free parking but they have free wifi . Can I book that room for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Not at the moment but thank you . Could you recommend a good restaurant on the west side of town , preferably in the moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,food,'Italian');(_:result,name,'Prezzo');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Prezzo is a great Italian restaurant in the west in the moderate price range . Would you like to make a reservation ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for Indian food ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,food,'Indian');(_:result,name,'Meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "In that case , I recommend Meghna . It serves Indian cuisine at a moderate price , and is in the west part of town ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'15:30');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great ! Can you please book me a table for 1 on Saturday at 15:30 ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'4MLSPE1H');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . The table will be reserved for fifteen minutes and your reference number is 4MLSPE1H ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Great ! That is all I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great , I hope you enjoy your stay !"
}
] |
PMUL0393.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"name",
"avalon"
],
[
"_:result",
"postcode",
"cb43pb"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"name",
"avalon"
],
[
"_:result",
"postcode",
"cb43pb"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"postcode",
"cb43pb"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"postcode",
"cb43pb"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"address",
"62 gilbert road"
],
[
"_:result",
"postcode",
"cb43pb"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"4MLSPE1H"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking to travel to Cambridge by train ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your departure day , time , and location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,day,'tuesday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving from london liverpool street on Tuesday . I need to arrive by 12:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'09:07');(_:result,leave_at,'07:39');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is a train that leaves at 07:39 and arrives at 09:07 . Should I book this one ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , I just need the price and Train ID for the 9:07 train ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR2715');(_:result,ticket,'16.60 GBP');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , the trainID is TR2715 and the price is 16.60 GBP per ticket . Can I help with anything else today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'boating');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually yes , I also want to find out what kind of boating attractions there are ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Camboats');(_:result,name,'Cambridge Punter');(_:result,name,'Riverboat Georgina');(_:result,name,'Scudamores Punting Co.');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I see Camboats , Riverboat Georgina , Scudamores Punting Co. , and The Cambridge Punter listed ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'riverboat georgina');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd like the address for the Riverboat Georgina , please ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'cambridge passenger cruisers , jubilee house');(_:result,name,'riverboat georgina');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Certainly , riverboat georgina , cambridge passenger cruisers , jubilee house . Is there anything else I can do for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I think that 's everything , thank you for your time ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , enjoy your visit !"
}
] |
MUL0501.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"leave_at",
"07:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"leave_at",
"07:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR2715"
],
[
"_:result",
"ticket",
"16.60 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"boating"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"leave_at",
"07:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR2715"
],
[
"_:result",
"ticket",
"16.60 GBP"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"boating"
],
[
"_:result",
"name",
"Camboats"
],
[
"_:result",
"name",
"Cambridge Punter"
],
[
"_:result",
"name",
"Riverboat Georgina"
],
[
"_:result",
"name",
"Scudamores Punting Co."
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"riverboat georgina"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"09:07"
],
[
"_:result",
"leave_at",
"07:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR2715"
],
[
"_:result",
"ticket",
"16.60 GBP"
],
[
"_:search",
"category",
"boating"
],
[
"_:search",
"name",
"riverboat georgina"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cambridge passenger cruisers , jubilee house"
],
[
"_:result",
"name",
"riverboat georgina"
],
[
"_: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,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the centre of town ."
},
{
"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 the centre . Is there a specific type of cuisine or price range you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'tuesday');(_:search,duration,'13:15');(_:search,food,'dontcare');(_:search,people,'7');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an expensive restaurant in the centre , type of food does not matter but I need a table for 7 people for Tuesday at 13:15 ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately there is no vacancy on that day at that time . Can we try another day or time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'12:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could we try for Tuesday at 12:15 please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,duration,'12:15');(_:booking,name,'Bedouin');(_:booking,people,'7');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,food,'African');(_:result,ref,'PN95JSUF');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I made a reservation at Bedouin , an African restaurant , for 7 people on Tuesday at 12:15 . Your reservation number is PN95JSUF . Is there anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'whale of a time');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for a particular attraction called Whale of a Time . Do you have any information on it ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'west');(_:result,name,'Whale of a Time');(_:result,phone,'01954781018');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , Whale of a Time is located in the west part of town , phone number is 01954781018 . Any other questions ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I have the postcode , address , and entrance fee ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'unit 8 , viking way , bar hill');(_:result,entrance_fee,'not an entrance fee listed');(_:result,postcode,'cb238el');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb238el , address is unit 8 , viking way , bar hill and there is not an entrance fee listed . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'time for my reservation');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , can you book me a taxi between those two ? I 'd like to arrive at the restaurant in time for my reservation please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'12:15');(_:result,car,'Yellow Tesla');(_:result,destination,'restaurant');(_:result,phone,'07916644539');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked a Yellow Tesla for you and you will arrive at the restaurant by 12:15 . The contact number for the taxi is 07916644539 . Is there anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that should do it , thanks !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre . Have a great day !"
}
] |
MUL0907.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"69"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"69"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/207db55d"
],
[
"_:booking/207db55d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"69"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/207db55d"
],
[
"_:booking/207db55d",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"name",
"Bedouin"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"ref",
"PN95JSUF"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"whale of a time"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"69"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/207db55d"
],
[
"_:booking/207db55d",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"name",
"Bedouin"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"ref",
"PN95JSUF"
],
[
"_:search",
"name",
"whale of a time"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"69"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/207db55d"
],
[
"_:booking/207db55d",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"name",
"Bedouin"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"ref",
"PN95JSUF"
],
[
"_:search",
"name",
"whale of a time"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:result",
"phone",
"01954781018"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"unit 8 , viking way , bar hill"
],
[
"_:result",
"entrance_fee",
"not an entrance fee listed"
],
[
"_:result",
"postcode",
"cb238el"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"time for my reservation"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"count",
"69"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/207db55d"
],
[
"_:booking/207db55d",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"name",
"Bedouin"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"ref",
"PN95JSUF"
],
[
"_:search",
"name",
"whale of a time"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Whale of a Time"
],
[
"_:result",
"address",
"unit 8 , viking way , bar hill"
],
[
"_:result",
"entrance_fee",
"not an entrance fee listed"
],
[
"_:result",
"postcode",
"cb238el"
],
[
"_:search",
"arrive_by",
"time for my reservation"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"12:15"
],
[
"_:result",
"car",
"Yellow Tesla"
],
[
"_:result",
"destination",
"restaurant"
],
[
"_:result",
"phone",
"07916644539"
],
[
"_: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,food,'german');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am looking for a cheap restaurant that serves german food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "It looks like there are no German restaurants in the city . Would you like me to check for a different type of restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , how about portuguese food ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'2');(_:result,food,'Portuguese');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two restaurants in the cheap price range that serve Portuguese food . What area would you like to go to ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does n't matter ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'portuguese');(_:result,name,'nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "nandos serves portuguese food and in the cheap price range . is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'nandos');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like the address of Nandos restaurant , please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Cambridge Leisure Park Clifton Way');(_:result,area,'south');(_:result,name,'Nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Nandos is located in the south part of the city and the address is Cambridge Leisure Park Clifton Way . Anything else you need ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you good bye ."
}
] |
WOZ20469.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/59a2d7f5"
],
[
"_:search/59a2d7f5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/59a2d7f5"
],
[
"_:search/59a2d7f5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"Portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/59a2d7f5"
],
[
"_:search/59a2d7f5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"nandos"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/59a2d7f5"
],
[
"_:search/59a2d7f5",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"nandos"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Nandos"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'concert halls');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for information on concert halls in the east . Can you give me any suggestions ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm afraid I did n't find any . Would you like to look in another area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes an you check the south please ?"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "unfortunately there is n't anything in that area either . would you like to try another location ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "how about just entertainment instead ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'entertainment');(_:result,count,'2');(_:result,name,'Nusha');(_:result,name,'Tenpin');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have two entertainment venues in the south . I have Nusha and Tenpin . Would you like their phone numbers ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "could you please provide the phone number , postcode , and entrance fee for each ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'cambridge leisure park , clifton way');(_:result,name,'tenpin');(_:result,phone,'08715501010');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The tenpin is located at cambridge leisure park , clifton way . The phone number is 08715501010 and the post cod is cb17dy ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a guesthouse with free wifi ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several guesthouses available . What area of town would you like ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any area will do . Is there a cheap one that 's 4 stars , with wifi ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have several options that match your criteria across town . Before I recommend something , please tell me your budget range"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I just need it to be cheap and available on Tuesday ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'7');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 7 options available . Would you like to narrow it down by area ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "ca n't you suggest one and book a room for 2 for 5 nights starting tues . please ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Alexander Bed and Breakfast in Centre');(_:booking,ref,'WA6812S5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I booked you a room at the Alexander Bed and Breakfast in Centre . The reference number is WA6812S5 . Is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'the attraction');(_:search,destination,'the hotel');(_:search,leave_at,'06:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a taxi from the attraction to the hotel , I want to leave the attraction by 06:15 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'grey bmw');(_:result,phone,'07479503082');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t grey bmw \n Contact number \t : \t 07479503082 \n Can i help with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all , thank you ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a nice time in Cambridge . Bye ."
}
] |
PMUL2638.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"concert halls"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"concert halls"
],
[
"_:system",
"canthelp",
"_:search/b5157625"
],
[
"_:search/b5157625",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b5157625"
],
[
"_:search/b5157625",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/21bedda3"
],
[
"_:search/21bedda3",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b5157625"
],
[
"_:search/b5157625",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/21bedda3"
],
[
"_:search/21bedda3",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Nusha"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b5157625"
],
[
"_:search/b5157625",
"type",
"Attraction"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/21bedda3"
],
[
"_:search/21bedda3",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"entertainment"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"name",
"tenpin"
],
[
"_:result",
"phone",
"08715501010"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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",
"canthelp",
"_:search/b5157625"
],
[
"_:search/b5157625",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/21bedda3"
],
[
"_:search/21bedda3",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"name",
"tenpin"
],
[
"_:result",
"phone",
"08715501010"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b5157625"
],
[
"_:search/b5157625",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/21bedda3"
],
[
"_:search/21bedda3",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"name",
"tenpin"
],
[
"_:result",
"phone",
"08715501010"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b5157625"
],
[
"_:search/b5157625",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/21bedda3"
],
[
"_:search/21bedda3",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"name",
"tenpin"
],
[
"_:result",
"phone",
"08715501010"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b5157625"
],
[
"_:search/b5157625",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/21bedda3"
],
[
"_:search/21bedda3",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"name",
"tenpin"
],
[
"_:result",
"phone",
"08715501010"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast in Centre"
],
[
"_:booking",
"ref",
"WA6812S5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"06: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",
"canthelp",
"_:search/b5157625"
],
[
"_:search/b5157625",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/21bedda3"
],
[
"_:search/21bedda3",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"address",
"cambridge leisure park , clifton way"
],
[
"_:result",
"name",
"tenpin"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"7"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast in Centre"
],
[
"_:booking",
"ref",
"WA6812S5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"destination",
"the hotel"
],
[
"_:search",
"leave_at",
"06:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey bmw"
],
[
"_:result",
"phone",
"07479503082"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Where is a museum that is located in the Cambridge centre ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'museum');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are museum through cambridge , 23 total options . Any preference for area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like a museum near the centre . Could you please tell me the fee , phone number , and postal code ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'Broughton House Gallery');(_:result,phone,'01223314960');(_:result,postcode,'cb11ln');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Broughton House Gallery , post code cb11ln , phone 01223314960 , is free ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Is this a cheap place ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is actually free ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Excellent . Can you find me a cheap restaraunt that is also located in the centre area ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'15');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 15 in that area . Do you have a preference for type of food ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'dontcare');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't . I 'm mostly just focused on the area and he cheap price range . Any suggestions ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'The rice house');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The rice house is a good place and is cheap ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'16:30');(_:search,people,'1');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Nice can i make a booking for 1 person at 16:30 on friday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'3YRWRSSF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : 3YRWRSSF . You 're all set . Is there anything else I can do ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Actually yes . I 'd like to book a taxi so I can go back and forth between the museum and the restaurant"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "what is your departure and destination ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'15:30');(_:search,departure,'broughton house gallery');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "I want a taxi to take me to the restaurant by 15:30 from The Broughton House Gallery . I need the contact number and car type as well ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow BMW');(_:result,phone,'07967629746');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "You are set . Look for a yellow BMW . Contact number \t : 07967629746 . What else can I assist you with today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Oh , I think I 'm all set . Thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to help . Have a nice day . Bye ."
}
] |
PMUL2354.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",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"name",
"Broughton House Gallery"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"The rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"The rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3YRWRSSF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223314960"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"The rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"1"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3YRWRSSF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"broughton house gallery"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"postcode",
"cb11ln"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"The rice house"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"ref",
"3YRWRSSF"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"15:30"
],
[
"_:search",
"departure",
"broughton house gallery"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow BMW"
],
[
"_:result",
"phone",
"07967629746"
],
[
"_: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,'east');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What sort of entertainment is available on the east side of town ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Cherry hinton hall and grounds');(_:result,type,'Attraction'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Cherry hinton hall and grounds is available , would you like to try that ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes ! Can you give me the postcode ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,postcode,'cb18dw');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their postcode is cb18dw . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a place to eat around the same area , for a moderate price ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'Italian');(_:result,name,'Pizza Hut Fen Ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "If you like Italian , I suggest Pizza Hut Fen Ditton . Would you like me to book you a table ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'irish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am actually looking for irish food ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'Irish');(_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I do n't have anything in the east side that serves Irish food . Can I try something else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you try italian food ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'PIzza Hut Fen Ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend the PIzza Hut Fen Ditton for you . Would you like me to book you a table there ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'19:00');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Please book for 5 people on Sunday at 19:00 ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Pizza Hut Fen Ditton , 5 people Sunday at 19:00 . The table will be reserved for 15 minutes . Your reference number is : IFRHVXZ2 ."
}
] |
PMUL2233.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Cherry hinton hall and grounds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"name",
"Cherry hinton hall and grounds"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"irish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Pizza Hut Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/58ea6eda"
],
[
"_:search/58ea6eda",
"area",
"east"
],
[
"_:search/58ea6eda",
"food",
"Irish"
],
[
"_:search/58ea6eda",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"canthelp",
"_:search/58ea6eda"
],
[
"_:search/58ea6eda",
"area",
"east"
],
[
"_:search/58ea6eda",
"food",
"Irish"
],
[
"_:search/58ea6eda",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"name",
"PIzza Hut Fen Ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a hotel that includes free wifi and free parking ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'lots');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are definitely lots of places that provide complimentary parking and wifi . Do you prefer any particular part of town , or are you looking for a certain price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like a hotel in the centre and it should be in the cheap price range ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I do n't have any hotels that meet your criteria but I do have two guesthouses available ? Would that be okay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that would be fine . What are the names of the two guesthouses ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'alexander bed and breakfast');(_:result,name,'el shaddai');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "One i d alexander bed and breakfast and the other is el shaddai ."
},
{
"id": 6,
"rdf-acts": [],
"speaker": "user",
"text": "What star ratings are they ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Alexander bed and breakfast');(_:result,name,'el shaddai');(_:result,stars,'0');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alexander bed and breakfast is 4 stars and el shaddai is 0 stars ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))",
"request((_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay may I please have the phone number for Alexander bed and breakfast ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Alexander Bed and Breakfast');(_:result,phone,'01223525725');(_:result,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "Of course ! The telephone number for Alexander Bed and Breakfast is 01223525725 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you ! I 'm also looking for a train for saturday ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay . Would you like to narrow it down by departure site , destination , or arrival time ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave Cambridge on Saturday , please ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "OK . Where are you heading , and at what time ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,leave_at,'18:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i am going to ely and it should leave by 18:00"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,leave_at,'19:50');(_:result,leave_at,'23:50');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "The earliest train leaves at 19:50 and the last one leaves at 23:50 . Which one could you like to take ?"
},
{
"id": 16,
"rdf-acts": [],
"speaker": "user",
"text": "Please pick one that meets my requirements ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'20:07');(_:result,destination,'Ely');(_:result,id,'TR7349');(_:result,leave_at,'19:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Then , that would be TR7349 departing at 19:50 and arriving in Ely by 20:07 . Do you need any tickets ?"
},
{
"id": 18,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , Make sure you get travel time , price , and train ID"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,duration,'17 minute trip');(_:result,ticket,'3.52 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Train ID is the one that was referenced earlier , price is 3.52 pounds per person , it is only a 17 minute trip . Is there anything else that i can do ?"
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you ."
},
{
"id": 21,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Do you need any further assistance with anything else ?"
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you that will be all"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Thank you for contacting Cambridge TownInfo centre . Goodbye ."
}
] |
PMUL1873.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/6b19f086"
],
[
"_:search/6b19f086",
"category",
"hotels"
],
[
"_:search/6b19f086",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/6b19f086"
],
[
"_:search/6b19f086",
"category",
"hotels"
],
[
"_:search/6b19f086",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/6b19f086"
],
[
"_:search/6b19f086",
"category",
"hotels"
],
[
"_:search/6b19f086",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/6b19f086"
],
[
"_:search/6b19f086",
"category",
"hotels"
],
[
"_:search/6b19f086",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/6b19f086"
],
[
"_:search/6b19f086",
"category",
"hotels"
],
[
"_:search/6b19f086",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/6b19f086"
],
[
"_:search/6b19f086",
"category",
"hotels"
],
[
"_:search/6b19f086",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/6b19f086"
],
[
"_:search/6b19f086",
"category",
"hotels"
],
[
"_:search/6b19f086",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:result",
"leave_at",
"23:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"ticket",
"?"
],
[
"_:system",
"canthelp",
"_:search/6b19f086"
],
[
"_:search/6b19f086",
"category",
"hotels"
],
[
"_:search/6b19f086",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR7349"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:result",
"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,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/6b19f086"
],
[
"_:search/6b19f086",
"category",
"hotels"
],
[
"_:search/6b19f086",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR7349"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"duration",
"17 minute trip"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/6b19f086"
],
[
"_:search/6b19f086",
"category",
"hotels"
],
[
"_:search/6b19f086",
"type",
"Hotel"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"20:07"
],
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"id",
"TR7349"
],
[
"_:result",
"leave_at",
"19:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"duration",
"17 minute trip"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'El Shaddai');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What can you tell me about the El Shaddai ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'El Shaddai');(_:result,pricerange,'cheap');(_:result,stars,'0');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "El Shaddai is a 0 star guesthouse in centre . It is cheap in price and offers free parking and wifi . Would you like more information ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need to book 8 people for 4 nights starting on Friday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'BM7GDJZQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Your reference number is BM7GDJZQ . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'steakhouse');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , could you help me find a steakhouse that is cheap ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,pricerange,'moderate');(_:result,type,'Restaurant'))",
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'steakhouse');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I was unable to find a steakhouse in that price range . Would you like me to try moderate range or did you have a certain area you 'd like me to check ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes can you find me a restaurant that serves Italian food ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,food,'italian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I see 5 cheap italian restaurants in town . Do you have an area preference ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want the restaurant to be in the north"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,count,'1');(_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "There is one cheap italian place in the north . It is da vinci pizzeria . Do you need any further help ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,duration,'11:45');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I want to book the restaurant please . For 8 people at 11:45"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Could you give me the day you are wanting the reservation for ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Friday the same day please"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'GE3PDYJ8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , you are booked with reference number GE3PDYJ8 . Anything else for you today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all . Thanks !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , I hope you have a great time in town !"
}
] |
PMUL0471.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"El Shaddai"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"BM7GDJZQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"steakhouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"BM7GDJZQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/7ee60e30"
],
[
"_:search/7ee60e30",
"food",
"steakhouse"
],
[
"_:search/7ee60e30",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"El Shaddai"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"BM7GDJZQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/7ee60e30"
],
[
"_:search/7ee60e30",
"food",
"steakhouse"
],
[
"_:search/7ee60e30",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"BM7GDJZQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/7ee60e30"
],
[
"_:search/7ee60e30",
"food",
"steakhouse"
],
[
"_:search/7ee60e30",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"El Shaddai"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"BM7GDJZQ"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/7ee60e30"
],
[
"_:search/7ee60e30",
"food",
"steakhouse"
],
[
"_:search/7ee60e30",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"friday"
],
[
"_: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",
"El Shaddai"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"0"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/7ee60e30"
],
[
"_:search/7ee60e30",
"food",
"steakhouse"
],
[
"_:search/7ee60e30",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"GE3PDYJ8"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need an expensive restaurant in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'a lot of tasty choices');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Great ! There are a lot of tasty choices . Are you in the mood for a specific type of food ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes Indian sounds good to me !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,name,'Saffron Brasserie');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have many to choose from . What about The Saffron Brasserie ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'13:15');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yeah , that sounds great . Would you reserve me a table for 4 , Friday at 13:15 please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,ref,'GBPIJP33');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booked , your table will be held for 15 minutes . Your reference number is GBPIJP33 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks a bunch ! That 's all I needed . Take care and have a good day ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your meal . Bye ."
}
] |
SNG0608.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"a lot of tasty choices"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"name",
"Saffron Brasserie"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"13:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"GBPIJP33"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))"
],
"speaker": "user",
"text": "I 'm trying to find the Parkside Police Station ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "You can find them at Parkside , Cambridge , CB11JG"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks ! That 's all I need ."
},
{
"id": 3,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're welcome . Would you like their phone number ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Police'))"
],
"speaker": "user",
"text": "I would love the phone number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "The phone number is 01223358966"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that is everything I need today , thank you for your help ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
SNG02216.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"Parkside Police Station"
],
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'huntingdon marriott hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a hotel located in Cambridge called the Huntingdon Marriott Hotel . Can you find some information on it ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Huntingdon Marriott Hotel');(_:result,pricerange,'expensive');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure . The Huntingdon Marriott Hotel is in the west area . It is a 4-star hotel with free internet and parking . It is one of our expensive offerings ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sound nice . Can you book 2 nights for me starting Monday ? There are 8 of us ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,category,'Hotel');(_:result,stars,'4');(_:result,type,'Hotel'))",
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "This is actually a 4 Star Hotel . May i know how many rooms you will need for the 8 of you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I will need 4 rooms for 2 nights . If the two nights does n't work , then 1 night will work . Could I have the reference number of the booking ?"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Ok I will book that for you and get you a confirmation number"
}
] |
PMUL1645.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"category",
"Hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'j restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you tell me about the J Restaurant ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'86 Regent Street City Centre');(_:result,area,'centre');(_:result,food,'asian oriental');(_:result,name,'J restaurant');(_:result,phone,'01223307581');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The J restaurant serves cheap asian oriental food in the centre of town . Their phone number is 01223307581 . The address is 86 Regent Street City Centre ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'14:30');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you make reservations for 6 at 14:30 on Thursday ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'5F3KBH78');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes I certainly can ! Your reservation was successful and your booking reference is 5F3KBH78 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You have been very helpful . Thank you . goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to help . Have a great day and enjoy your meal . Good bye ."
}
] |
SNG0469.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"j restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"j restaurant"
],
[
"_:result",
"address",
"86 Regent Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"J restaurant"
],
[
"_:result",
"phone",
"01223307581"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"j restaurant"
],
[
"_:result",
"address",
"86 Regent Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"J restaurant"
],
[
"_:result",
"phone",
"01223307581"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"5F3KBH78"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'allenbell');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to find some information about the Allenbell hotel ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Allenbell');(_:result,pricerange,'relatively cheap');(_:result,stars,'4');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Absolutely ! The Allenbell is a guesthouse in the east . It has 4 stars and is relatively cheap . They offer their guests free wifi and parking . Would you like any other info ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Perfect ! Can you book it for 6 people and 4 nights starting from monday ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,ref,'VLS0WVD3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking is successful ! Your reference number is VLS0WVD3 ."
},
{
"id": 4,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great ! That works out perfect . That 's all for today . Thanks a lot . Bye !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Goodbye ."
}
] |
SNG0950.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"relatively cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"allenbell"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"pricerange",
"relatively cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"VLS0WVD3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge lodge restaurant');(_:search,leave_at,'04:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a 04:00 taxi at the Cambridge Lodge Restaurant ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will you leave from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street train station');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'm leaving from birmingham new street train station ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'red lexus');(_:result,phone,'07427709999');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booking completed ! \n Booked car type \t : \t red lexus \n Contact number \t : \t 07427709999"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need , thank you !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome . Thanks so much for using the Cambridge TownInfo Centre . Have a great day ! Goodbye ."
}
] |
SNG02218.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge lodge restaurant"
],
[
"_:search",
"leave_at",
"04:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge lodge restaurant"
],
[
"_:search",
"leave_at",
"04:00"
],
[
"_:search",
"departure",
"birmingham new street train station"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge lodge restaurant"
],
[
"_:search",
"leave_at",
"04:00"
],
[
"_:search",
"departure",
"birmingham new street train station"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red lexus"
],
[
"_:result",
"phone",
"07427709999"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Great ! What can I help you with ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need help finding a place to stay ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have many places in cambridge . Do you have a price range ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'15:15');(_:search,day,'saturday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually , can we look for a train first ? I need to be in Cambridge by 15:15 on Saturday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Ely ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'13:52');(_:result,id,'tr4698');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I get put you on the tr4698 and your arrival time will be 13:52 , would you like a ticket ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , could you just give me the price and the departure time please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,leave_at,'13:35');(_:result,ticket,'3.52 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The departure time is 13:35 , and price is 3.52 pounds ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a hotel room ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "What 's your budget ? could you like something cheap , moderate or expensive ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'dontcare');(_:search,stars,'4-star');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't care about the price . I just need it to be in the North part of town , and have a 4-star rating , please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'home from home guesthouse');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'8');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 8 , I recommend home from home guesthouse . They are moderately priced and offer free parking and internet . Would you like me to book it for you ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "I do not want a guesthouse ."
},
{
"id": 15,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,stars,'4');(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'2');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry , but we do n't have any 4 star hotels in the north . We do , however , have 2 hotels with a 2 star rating in that area . Will those do ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,has_internet,'dontcare');(_:search,stars,'3-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Is there a 3-star hotel or guesthouse in the north ? The hotel does n't need to include internet ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry . There are no hotels meeting your criteria . Would you like to try a different area ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Lets go with a guesthouse than"
},
{
"id": 19,
"rdf-acts": [
"canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))",
"select((_:result,category,'guesthouse');(_:result,stars,'3');(_:result,stars,'4');(_:result,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Would you prefer a 4 or 3 star guesthouse ? I 'm sorry we do n't have any hotels meeting your needs . The guesthouses are quality establishments though !"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "4 star please"
},
{
"id": 21,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouses');(_:result,count,'5');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 5 guesthouses that are 4 stars . Do you care which one I book ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , whichever you choose will be fine . I 'll just need it booked for 4 people , 4 nights , and starting on Saturday ."
},
{
"id": 23,
"rdf-acts": [
"inform((_:booking,day,'Saturday');(_:booking,name,'Acorn Guest House');(_:booking,people,'4');(_:booking,ref,'152CAPO9');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Arriving at Acorn Guest House on Saturday and staying for 4 nights with 4 guests . Your Reference number is : 152CAPO9 ."
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you !"
},
{
"id": 25,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else that I can assist you with today ?"
},
{
"id": 26,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thanks ."
},
{
"id": 27,
"rdf-acts": null,
"speaker": "system",
"text": "excellent , have a great day !"
}
] |
PMUL4906.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"id",
"tr4698"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"id",
"tr4698"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"id",
"tr4698"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"id",
"tr4698"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4-star"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"home from home guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"count",
"8"
],
[
"_: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": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"id",
"tr4698"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"home from home guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/59bc4657"
],
[
"_:search/59bc4657",
"area",
"north"
],
[
"_:search/59bc4657",
"category",
"hotels"
],
[
"_:search/59bc4657",
"stars",
"4"
],
[
"_:search/59bc4657",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"3-star"
],
[
"_: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",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"id",
"tr4698"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"home from home guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/59bc4657"
],
[
"_:search/59bc4657",
"area",
"north"
],
[
"_:search/59bc4657",
"category",
"hotels"
],
[
"_:search/59bc4657",
"stars",
"4"
],
[
"_:search/59bc4657",
"type",
"Hotel"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/9269c87a"
],
[
"_:search/9269c87a",
"category",
"hotels"
],
[
"_:search/9269c87a",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"id",
"tr4698"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"home from home guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/59bc4657"
],
[
"_:search/59bc4657",
"area",
"north"
],
[
"_:search/59bc4657",
"category",
"hotels"
],
[
"_:search/59bc4657",
"stars",
"4"
],
[
"_:search/59bc4657",
"type",
"Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/9269c87a"
],
[
"_:search/9269c87a",
"category",
"hotels"
],
[
"_:search/9269c87a",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/d76ce450"
],
[
"_:search/d76ce450",
"category",
"hotels"
],
[
"_:search/d76ce450",
"type",
"Hotel"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"id",
"tr4698"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"home from home guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/59bc4657"
],
[
"_:search/59bc4657",
"area",
"north"
],
[
"_:search/59bc4657",
"category",
"hotels"
],
[
"_:search/59bc4657",
"stars",
"4"
],
[
"_:search/59bc4657",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/9269c87a"
],
[
"_:search/9269c87a",
"category",
"hotels"
],
[
"_:search/9269c87a",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/d76ce450"
],
[
"_:search/d76ce450",
"category",
"hotels"
],
[
"_:search/d76ce450",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"id",
"tr4698"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"home from home guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/59bc4657"
],
[
"_:search/59bc4657",
"area",
"north"
],
[
"_:search/59bc4657",
"category",
"hotels"
],
[
"_:search/59bc4657",
"stars",
"4"
],
[
"_:search/59bc4657",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/9269c87a"
],
[
"_:search/9269c87a",
"category",
"hotels"
],
[
"_:search/9269c87a",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/d76ce450"
],
[
"_:search/d76ce450",
"category",
"hotels"
],
[
"_:search/d76ce450",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"152CAPO9"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"arrive_by",
"13:52"
],
[
"_:result",
"id",
"tr4698"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"13:35"
],
[
"_:result",
"ticket",
"3.52 pounds"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"home from home guesthouse"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/59bc4657"
],
[
"_:search/59bc4657",
"area",
"north"
],
[
"_:search/59bc4657",
"category",
"hotels"
],
[
"_:search/59bc4657",
"stars",
"4"
],
[
"_:search/59bc4657",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/9269c87a"
],
[
"_:search/9269c87a",
"category",
"hotels"
],
[
"_:search/9269c87a",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/d76ce450"
],
[
"_:search/d76ce450",
"category",
"hotels"
],
[
"_:search/d76ce450",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Saturday"
],
[
"_:booking",
"name",
"Acorn Guest House"
],
[
"_:booking",
"people",
"4"
],
[
"_:booking",
"ref",
"152CAPO9"
],
[
"_:booking",
"stay",
"4"
],
[
"_: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,
19,
20,
21,
22,
23,
24,
25,
26
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'korean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a Korean restaurant that 's expensive ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Little Seoul');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Little Seoul is exactly what you 're looking for !"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is it in the centre of town ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Indeed it is . Would you like for me reserve you a table ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'12:00');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please ! I need a table for 8 on Wednesday at 12:00 ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Hmm . I 'm not able to book at that time . Would you like to try another time or day ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'11:00');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 11:00 on Wednesday instead ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,duration,'11:00');(_:booking,people,'8');(_:booking,ref,'PMZ9SEZP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to make your reservation for 8 at 11:00 on Wednesday . Your reference number is PMZ9SEZP . Do you need anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . That will be everything today . Thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ."
}
] |
SNG0718.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"12:00"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/06a378b1"
],
[
"_:booking/06a378b1",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"korean"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Little Seoul"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"canthelp",
"_:booking/06a378b1"
],
[
"_:booking/06a378b1",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:00"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"11:00"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"PMZ9SEZP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'australian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find out if there are any places to dine that serve Australian food in the centre ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Unfortunately , there are not . Do you want me to run another search ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What about an expensive restaurant in the centre ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,food,'African');(_:result,food,'Asian Oriental');(_:result,food,'British');(_:result,food,'European');(_:result,food,'French');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure I have many types of cuisine to choose from : African , French , Asian Oriental , British , European .. any preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd be interested in any serving British food ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'midsummer common');(_:result,name,'midsummer house restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay , how about midsummer house restaurant located at midsummer common ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'16:00');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great . Please book me a table for Wednesday at 16:00 for 5 people ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,ref,'W3Y6OCL8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : W3Y6OCL8 ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you , I 'm also looking for a hotel with free parking and wifi . Can you find me one ?"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Sure i will find you one thanks i lot and welcome again"
}
] |
PMUL4468.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"australian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"australian"
],
[
"_:system",
"canthelp",
"_:search/b7b93b0d"
],
[
"_:search/b7b93b0d",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b7b93b0d"
],
[
"_:search/b7b93b0d",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b7b93b0d"
],
[
"_:search/b7b93b0d",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"address",
"midsummer common"
],
[
"_:result",
"name",
"midsummer house restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/b7b93b0d"
],
[
"_:search/b7b93b0d",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"French"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"address",
"midsummer common"
],
[
"_:result",
"name",
"midsummer house restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"canthelp",
"_:booking/edb50fcb"
],
[
"_:booking/edb50fcb",
"ref",
"W3Y6OCL8"
],
[
"_:booking/edb50fcb",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "You are looking for a train . The train should leave on saturday and should depart from cambridge"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several . Is there a certain time you had in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'leicester');(_:search,leave_at,'12:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for one that leaves after 12:00 going to leicester"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,id,'TR2129');(_:result,leave_at,'12:21');(_:result,leave_at,'every hour after');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR2129 leaves Cambridge at 12:21 . There are trains every hour after as well , if you would like to leave a little later ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That on will be fine , what is the price , please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,ticket,'30.24');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The price is 30.24 pounds ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Great , thanks . I am also looking for a museum to go to ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What area would you like to be in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'do not care');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I do not care . I would just like some info on the one you think is best ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'cafe jello gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay I recommend cafe jello gallery in the west please ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entrance fee and address ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'13 magdalene street');(_:result,entrance_fee,'free');(_:result,name,'cafe jello gallery');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is free , and located at cafe jello gallery , 13 magdalene street"
},
{
"id": 12,
"rdf-acts": [
"thank()",
"inform((_:search,address,'13 magdalene street');(_:search,name,'Cafe Jello Gallery');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Okay . That was in the West Cafe Jello Gallery at 13 magdalene street and it 's free . Thank you . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I am glad that I could assist you today . I hope you have a wonderful evening . Bye bye ."
}
] |
PMUL1053.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR2129"
],
[
"_:result",
"leave_at",
"12:21"
],
[
"_:result",
"leave_at",
"every hour after"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR2129"
],
[
"_:result",
"leave_at",
"12:21"
],
[
"_:result",
"leave_at",
"every hour after"
],
[
"_:result",
"ticket",
"30.24"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR2129"
],
[
"_:result",
"leave_at",
"12:21"
],
[
"_:result",
"leave_at",
"every hour after"
],
[
"_:result",
"ticket",
"30.24"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"do not care"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR2129"
],
[
"_:result",
"leave_at",
"12:21"
],
[
"_:result",
"leave_at",
"every hour after"
],
[
"_:result",
"ticket",
"30.24"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"do not care"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"id",
"TR2129"
],
[
"_:result",
"leave_at",
"12:21"
],
[
"_:result",
"leave_at",
"every hour after"
],
[
"_:result",
"ticket",
"30.24"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"area",
"do not care"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"address",
"13 magdalene street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cafe jello gallery"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"address",
"13 magdalene street"
],
[
"_:search",
"name",
"Cafe Jello Gallery"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a swimming pool please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What side of town would you like that to be on ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could you make it the south side of town please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,category,'swimming pools');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "i see no swimming pools in that area would you like me to search another area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "What about an entertainment attraction ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'Cambridge Leisure Park on Clifton Way');(_:result,area,'south');(_:result,name,'Tenpin');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , the Tenpin is located in the south , at Cambridge Leisure Park on Clifton Way . Would you like to know anything in particular about it ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I get the phone number and postcode ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Tenpin');(_:result,phone,'08715501010');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Tenpin phone number is 08715501010 and the postcode is cb17dy . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'malaysian');(_:search,name,'Tenpin');(_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . I 'd like to find a good Malaysian restaurant located in the same area as this Tenpin place . Something on the pricey side . What would you suggest ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'malaysian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , there are no malaysian restaurants in that area . Would you like to try a different area or different cuisine ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'mexican');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "In that case , can you recommend me a restaurant serving Mexican cuisine in the area ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'South');(_:result,food,'Mexican');(_:result,name,'Chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Chiquito restaurant bar is located in the South . It is an expensive Mexican restaurant . Would you like me to book a table for you ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'19:15');(_:search,people,'4');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you book one for 4 on Thursday at 19:15 ? And I need the reference as well please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'U6O638TB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "your booking was successful and your reference number is U6O638TB ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great I also need a taxi between the two places please that will get to the restaurant by the reservation time ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'red Toyota');(_:result,phone,'07984383543');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I was able to book that taxi for you . Be looking for a red Toyota . If you need to reach them , their phone number is 07984383543 . Is there anything else ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all . Thank you , goodbye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "you are welcome ."
}
] |
MUL2374.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/ba27ca0a"
],
[
"_:search/ba27ca0a",
"category",
"swimming pools"
],
[
"_:search/ba27ca0a",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/ba27ca0a"
],
[
"_:search/ba27ca0a",
"category",
"swimming pools"
],
[
"_:search/ba27ca0a",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Cambridge Leisure Park on Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ba27ca0a"
],
[
"_:search/ba27ca0a",
"category",
"swimming pools"
],
[
"_:search/ba27ca0a",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"address",
"Cambridge Leisure Park on Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"phone",
"08715501010"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"malaysian"
],
[
"_:search",
"name",
"Tenpin"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ba27ca0a"
],
[
"_:search/ba27ca0a",
"category",
"swimming pools"
],
[
"_:search/ba27ca0a",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"address",
"Cambridge Leisure Park on Clifton Way"
],
[
"_:result",
"area",
"south"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Tenpin"
],
[
"_:result",
"phone",
"08715501010"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Tenpin"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/382e5781"
],
[
"_:search/382e5781",
"food",
"malaysian"
],
[
"_:search/382e5781",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_: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/ba27ca0a"
],
[
"_:search/ba27ca0a",
"category",
"swimming pools"
],
[
"_:search/ba27ca0a",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"address",
"Cambridge Leisure Park on Clifton Way"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"08715501010"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"name",
"Tenpin"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/382e5781"
],
[
"_:search/382e5781",
"food",
"malaysian"
],
[
"_:search/382e5781",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"Chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ba27ca0a"
],
[
"_:search/ba27ca0a",
"category",
"swimming pools"
],
[
"_:search/ba27ca0a",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"address",
"Cambridge Leisure Park on Clifton Way"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"08715501010"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"name",
"Tenpin"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/382e5781"
],
[
"_:search/382e5781",
"food",
"malaysian"
],
[
"_:search/382e5781",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"Chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"U6O638TB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/ba27ca0a"
],
[
"_:search/ba27ca0a",
"category",
"swimming pools"
],
[
"_:search/ba27ca0a",
"type",
"Attraction"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"address",
"Cambridge Leisure Park on Clifton Way"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"name",
"Tenpin"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/382e5781"
],
[
"_:search/382e5781",
"food",
"malaysian"
],
[
"_:search/382e5781",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"South"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"name",
"Chiquito restaurant bar"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"U6O638TB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Toyota"
],
[
"_:result",
"phone",
"07984383543"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need assistance with finding a train for my trip ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many options available to you . What destination did you have in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to get to Cambridge and I 'll be departing from Ely on Monday ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have many options available to you . Is there a certain time you are wanting to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'9:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to leave any time after 9:15 on monday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'9:35');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about leaving at 9:35 ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That would work , can I get the travel time on that ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'17 minute');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It is a 17 minute train ride . Would you like me to book that for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'modern european');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thanks . I can do that . Please find a modern european restaurant in the south with a moderate price ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'152 - 154 Hills Road');(_:result,name,'Restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant alimentum located at 152 - 154 Hills Road meets that critera . Would you like me to make you a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Just an address please ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'152 - 154 Hills Road');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 152 - 154 Hills Road . How else may I help you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all thanks for all your help . Have a good day ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , you too ."
}
] |
MUL1450.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"9:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:result",
"leave_at",
"9:35"
],
[
"_:result",
"duration",
"17 minute"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:result",
"leave_at",
"9:35"
],
[
"_:result",
"duration",
"17 minute"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"Restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:result",
"leave_at",
"9:35"
],
[
"_:result",
"duration",
"17 minute"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Restaurant alimentum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'the place');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i am looking for a particular attraction . Its name is called the place ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'22 sidney street');(_:result,category,'nightclub');(_:result,name,'Place');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Place is a nightclub located at 22 sidney street ."
},
{
"id": 2,
"rdf-acts": [
"thank()",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you get me phone number please , thank you"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223324600');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure thing , that 's 01223324600 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks . I am also looking for a hotel room ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes what area would you like to stay in and what price range are you considering ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'no');(_:search,has_parking,'no');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel should be in the type of hotel and does n't need to include internet . \n The hotel does n't need to have free parking . price does n't matter ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Sleeperz hotel , station road');(_:result,category,'hotel');(_:result,name,'Cityroomz');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the Cityroomz ? It 's a hotel in the moderate price range . It 's located at Sleeperz hotel , station road . Would that work ? Can I book it ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I do n't need you to book it thank you ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "ok , anything else i can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,name,'cityroomz');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sorry , I am changing my mind . Please book Cityroomz for 4 nights starting on Saturday , for 8 people . Thanks ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,name,'Cityroomz');(_:booking,ref,'HAGWQ5KE');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You have been booked for Cityroomz . Your reference number is HAGWQ5KE ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks a lot for all your help !"
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "you are welcome all the time"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "okay goodbye"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Bye ! I hope you have a lovely stay !"
}
] |
PMUL4574.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the place"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the place"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"22 sidney street"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"Place"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the place"
],
[
"_:result",
"address",
"22 sidney street"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"Place"
],
[
"_:result",
"phone",
"01223324600"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the place"
],
[
"_:result",
"address",
"22 sidney street"
],
[
"_:result",
"category",
"nightclub"
],
[
"_:result",
"name",
"Place"
],
[
"_:result",
"phone",
"01223324600"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"the place"
],
[
"_:result",
"phone",
"01223324600"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Sleeperz hotel , station road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"01223324600"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Sleeperz hotel , station road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"01223324600"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Sleeperz hotel , station road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Cityroomz"
],
[
"_:booking",
"ref",
"HAGWQ5KE"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"phone",
"01223324600"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Sleeperz hotel , station road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"cityroomz"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Cityroomz"
],
[
"_:booking",
"ref",
"HAGWQ5KE"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "I need some more specifics to help you . What type of information do you need ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a guesthouse in the north . I would like it to be expensive and include free wifi ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I was unable to find any matching places for that ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "What about one in the moderate price range ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'8');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes I have 8 guesthouses available in the moderate price range . Will you require free parking and wifi ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I do need the free wifi ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Might I recommend the Acorn Guest House ? It meets your criteria . Would you like to make a booking ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , that would be good . Can you just let me know the star rating of the hotel , whether they have free parking , and address ? Thanks"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'154 chesterton road');(_:result,category,'hotel');(_:result,has_parking,'none');(_:result,name,'acorn guest house');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure ! the acorn guest house is a 4 star hotel with free parking and the address is 154 chesterton road ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,leave_at,'15:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need to find a train for Friday going to Cambridge from Norwich and leaving after 15:15 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'17:35');(_:result,departure,'norwich');(_:result,destination,'cambridge');(_:result,id,'TR8365');(_:result,leave_at,'16:16');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8365 leaves norwich at 16:16 and will arrive in cambridge at 17:35 . Would you like me to book you tickets for that train ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No need to book the tickets I just needed the info . That s all I needed thanks"
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Have a great day !"
}
] |
PMUL4415.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"canthelp",
"_:search/b14225a1"
],
[
"_:search/b14225a1",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/b14225a1"
],
[
"_:search/b14225a1",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/b14225a1"
],
[
"_:search/b14225a1",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Acorn Guest House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/b14225a1"
],
[
"_:search/b14225a1",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/b14225a1"
],
[
"_:search/b14225a1",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:35"
],
[
"_:result",
"departure",
"norwich"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8365"
],
[
"_:result",
"leave_at",
"16:16"
],
[
"_: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",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:system",
"canthelp",
"_:search/b14225a1"
],
[
"_:search/b14225a1",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"154 chesterton road"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"15:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"17:35"
],
[
"_:result",
"departure",
"norwich"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR8365"
],
[
"_:result",
"leave_at",
"16:16"
],
[
"_: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,type,'Taxi'))"
],
"speaker": "user",
"text": "i want to book a taxi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where would you like to be picked up from , and what is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,\"little saint mary 's church\");(_:search,destination,'camboats');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I am going to camboats , from little saint mary 's church ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like to get there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'13:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to arrive by 13:15 please ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,car,'black volkswagen');(_:result,phone,'07746689138');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok , I book a black volkswagen for you . The contact number is 07746689138 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thanks so much for your help ."
},
{
"id": 7,
"rdf-acts": [
"thank()",
"reqmore()"
],
"speaker": "system",
"text": "You 're very welcome . Is there anything else I can assist you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that is all for now . Thank you"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "I 'm glad I was able to assist you ! Thank you for using Cambridge TownInfo centre ."
}
] |
SNG1221.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"little saint mary 's church"
],
[
"_:search",
"destination",
"camboats"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"little saint mary 's church"
],
[
"_:search",
"destination",
"camboats"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"little saint mary 's church"
],
[
"_:search",
"destination",
"camboats"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black volkswagen"
],
[
"_:result",
"phone",
"07746689138"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"little saint mary 's church"
],
[
"_:search",
"destination",
"camboats"
],
[
"_:search",
"arrive_by",
"13:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black volkswagen"
],
[
"_:result",
"phone",
"07746689138"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi . I am looking for a good attraction in the east part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'cambridge museum of technology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I would recommend the cambridge museum of technology , would you like any information about that ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . What is the postcode and phone number ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223368650');(_:result,postcode,'cb58ld');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223368650 , and the code is cb58ld . is that all ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'13:45');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm also looking for a train that departs from cambridge and arrives by 13:45 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day will you be traveling , and what is your destination ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'Cambridge');(_:search,destination,'Brouxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Tuesday , Cambridge to Brouxbourne ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'8');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 8 trains for you to choose from , do you have a specific departure time you 'd prefer ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Not particularly , there will be 3 of us ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR2368');(_:booking,ref,'K7SSYP8J');(_:booking,ticket,'53.7 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Train ID is TR2368 . The total fee is 53.7 GBP payable at the station . Reference number is : K7SSYP8J . Can I help with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that is all . Thank you , goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Text us back anytime !"
}
] |
MUL1839.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"cambridge museum of technology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"cambridge museum of technology"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"cambridge museum of technology"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"Brouxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"cambridge museum of technology"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"Brouxbourne"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"name",
"cambridge museum of technology"
],
[
"_:result",
"phone",
"01223368650"
],
[
"_:result",
"postcode",
"cb58ld"
],
[
"_:search",
"arrive_by",
"13:45"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"Brouxbourne"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR2368"
],
[
"_:booking",
"ref",
"K7SSYP8J"
],
[
"_:booking",
"ticket",
"53.7 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for some entertainment in the centre , is there anything interesting to see there ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'tons of');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are tons of things to see in the centre , you 'll have a blast . What kind of attraction were you thinking ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'swimming pools');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I was thinking something in entertainment , but if that is not available I would like to know where the swimming pools are ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,category,'entertainment');(_:search,type,'Attraction'))",
"inform((_:result,category,'swimmingpool');(_:result,name,'Parkside Pools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Nothing in the terms of entertainment but there is a swimmingpool . It is called Parkside Pools ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "that is fine . get me the phone number and address"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'gonville place');(_:result,phone,'01223446100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223446100 . The address is gonville place . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'rice boat');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for information on a restaurant called rice boat ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'37 Newnham Road');(_:result,area,'west');(_:result,food,'Indian');(_:result,name,'Rice Boat');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Rice Boat is an expensive Indian restaurant on the west side . Their location is 37 Newnham Road , Newnham . Would you like to book a table there ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'13:45');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . Can you reserve a table for Saturday for 5 people at 13:45 ? Thanks ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have the reference number for the booking ?"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Yes I will get you that number , one moment please"
}
] |
PMUL2240.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"tons of"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"tons of"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/898e666a"
],
[
"_:search/898e666a",
"category",
"entertainment"
],
[
"_:search/898e666a",
"type",
"Attraction"
],
[
"_:result",
"category",
"swimmingpool"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"tons of"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:system",
"canthelp",
"_:search/898e666a"
],
[
"_:search/898e666a",
"category",
"entertainment"
],
[
"_:search/898e666a",
"type",
"Attraction"
],
[
"_:result",
"category",
"swimmingpool"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"gonville place"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"rice boat"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"tons of"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:system",
"canthelp",
"_:search/898e666a"
],
[
"_:search/898e666a",
"category",
"entertainment"
],
[
"_:search/898e666a",
"type",
"Attraction"
],
[
"_:result",
"category",
"swimmingpool"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"name",
"rice boat"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"37 Newnham Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Rice Boat"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"tons of"
],
[
"_:search",
"category",
"swimming pools"
],
[
"_:system",
"canthelp",
"_:search/898e666a"
],
[
"_:search/898e666a",
"category",
"entertainment"
],
[
"_:search/898e666a",
"type",
"Attraction"
],
[
"_:result",
"category",
"swimmingpool"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:search",
"name",
"rice boat"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"37 Newnham Road"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Rice Boat"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am visiting Cambridge soon and am looking for someplace to go to while there , can you look up attractions for me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "One of the best things about cambridge is all of our attractions ! Did you have an area in mind or an attraction type so I can narrow my search ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking to have a little fun at a nightclub ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'Fez Club');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The entrance fee of The Fez Club is free ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))",
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Fez Club is good need postcode and phone number for it , also I want to go to expensive Chinese restaurant ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'8 market passage');(_:result,area,'center');(_:result,food,'Chinese');(_:result,name,'The fez club');(_:result,phone,'01223519224');(_:result,postcode,'cb23hx');(_:result,pricerange,'expensive');(_:result,type,'Attraction');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The fez club is located in the center 8 market passage cb23hx , phone number 01223519224 . Now , I am searching for the expensive Chinese restaurant ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,day,'monday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does n't matter what area it 's in and I 'll be needing a table for monday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'about 17');(_:result,food,'chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have about 17 different chinese restaurants . To narrow it down , do you have a preferred price range ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , expensive please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'north');(_:result,count,'9');(_:result,name,'Hakka');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Okay . I have 9 restaurants in the expensive range . Do you have a particular area you would like to be ? Hakka is in the north and is very popular ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'12:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That would be perfect can I get a reservation for 12:30 on Monday for 3 people ?"
},
{
"id": 11,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I am unable to make a reservation . Would you like to try a different time or date ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,duration,'11:30');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 11:30 ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,ref,'FSXM0KAQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : FSXM0KAQ ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks ! I would also like a taxi between the two places ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow Honda');(_:result,phone,'07598905692');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I was able to book that taxi for you . Be looking for a yellow Honda . If you need to reach them , please call 07598905692 . Anything else I can help with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "no , thank you very much"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Have a great day ."
}
] |
MUL2353.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Fez Club"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"The fez club"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"The fez club"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"about 17"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:result",
"amount",
"about 17"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:result",
"amount",
"about 17"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/cd940a24"
],
[
"_:booking/cd940a24",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"phone",
"01223519224"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:result",
"amount",
"about 17"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/cd940a24"
],
[
"_:booking/cd940a24",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:booking",
"ref",
"FSXM0KAQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"address",
"8 market passage"
],
[
"_:result",
"postcode",
"cb23hx"
],
[
"_:result",
"amount",
"about 17"
],
[
"_:result",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Hakka"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/cd940a24"
],
[
"_:booking/cd940a24",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:booking",
"ref",
"FSXM0KAQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow Honda"
],
[
"_:result",
"phone",
"07598905692"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a place to stay on my upcoming visit . I ca n't wait to see some of your local tourist attractions ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Can you tell what area you will be staying in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a moderate priced 3 star hotel with free parking and free WiFi ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,area,'north');(_:result,area,'south');(_:result,area,'west');(_:result,type,'Hotel'))",
"thank()",
"inform((_:result,count,'1');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have found one in the south , the north and the west . Do you have a preference ? They are all very comparable ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Get me one in the West place"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Hobsons House');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The Hobsons House meets your criteria . Is there anything else I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , can you reserve a room for me . There are 7 of us and we want to stay for 4 nights arriving on Sunday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Hobsons House');(_:booking,people,'7');(_:booking,ref,'KPO3GJ93');(_:booking,stay,'4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your reservation has been confirmed for 7 people staying 4 nights at the Hobsons House . Your reference number is KPO3GJ93 . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , i am also looking for museums to visit in the centre of town ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,category,'antiques');(_:result,category,'archaelogy');(_:result,category,'art');(_:result,category,'history');(_:result,type,'Attraction'))",
"inform((_:result,amount,'lots');(_:result,area,'centre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are lots to choose from in the centre . Are you interested in art , archaelogy , antiques or history ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about an art museum ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,'no entrance fee');(_:result,name,'Cambridge Art Museum');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "The Cambridge Art Museum is very popular and has no entrance fee . Is there anything else I can assist you with ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you have their phone number and how much is the entrance fee ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,name,'cambridge contemporary art');(_:result,phone,'01223324222');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "cambridge contemporary art has free entrance . Their phone number is 01223324222 . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 'll be all for today . Thanks so much for your assistance , you 've been very helpful ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Great , have a terrific stay !"
}
] |
PMUL2888.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"KPO3GJ93"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museums"
],
[
"_: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",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"KPO3GJ93"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"antiques"
],
[
"_:result",
"category",
"archaelogy"
],
[
"_:result",
"category",
"art"
],
[
"_:result",
"category",
"history"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"KPO3GJ93"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"antiques"
],
[
"_:result",
"category",
"archaelogy"
],
[
"_:result",
"category",
"art"
],
[
"_:result",
"category",
"history"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Cambridge Art Museum"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"1"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"name",
"Hobsons House"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"KPO3GJ93"
],
[
"_:booking",
"stay",
"4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"category",
"antiques"
],
[
"_:result",
"category",
"archaelogy"
],
[
"_:result",
"category",
"art"
],
[
"_:result",
"category",
"history"
],
[
"_:result",
"amount",
"lots"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"cambridge contemporary art"
],
[
"_:result",
"phone",
"01223324222"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge"
},
{
"id": 1,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Great ! I can help you with any tourist information you may need ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am sorry , I meant a trip into Kings Lynn . I am coming from Cambridge and looking for a train ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking');(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok , just tell me what day and time and I will be able to tell you what is available ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'19:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving on Tuesday . I 'd like to leave after 19:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR9926');(_:result,leave_at,'20:11');(_:result,ticket,'20:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "TR9926 leaves at 20:11 and costs 20:11 . how many tickets do i book ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "2 people . I need the reference number too ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,amount,'earliest');(_:result,arrive_by,'20:58');(_:result,id,'TR9926');(_:result,leave_at,'20:11');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ah , it appears that the earliest train , TR9926 , leaves at 20:11 , but it does arrive by 20:58 . If that is okay , I could book that for you ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book that train ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have the tickets booked for you . What else can I help with ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "I also need things to do in town ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What sort of attraction are you thinking of doing ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "What would you suggest ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,category,'churches');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are many churches in this area ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'outdoors');(_:search,type,'Attraction'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Before I forget , I need the reference number for the train booking . Also , I am looking for attractions in the south part of town , maybe something outdoors , if possible ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'XMW6EMF9');(_:booking,type,'Booking');(_:result,area,'south');(_:result,category,'parks');(_:result,count,'2');(_:result,name,\"sheep 's green and lammas land park fen causeway\");(_:result,name,'wandlebury country park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course , the train reference # is XMW6EMF9 . Also , there are 2 parks in the south : wandlebury country park , and sheep 's green and lammas land park fen causeway ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,name,'wandlebury country park');(_:search,type,'Attraction'))",
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . May I have the phone number for wandlebury country park , please ?"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,phone,'01223243830');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "the phone number is 01223243830"
},
{
"id": 18,
"rdf-acts": [],
"speaker": "user",
"text": "That should be all fr now ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "welcome any time you need us"
}
] |
PMUL4716.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:result",
"id",
"TR9926"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:result",
"ticket",
"20:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:result",
"ticket",
"20:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"arrive_by",
"20:58"
],
[
"_:result",
"id",
"TR9926"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:result",
"ticket",
"20:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"arrive_by",
"20:58"
],
[
"_:result",
"id",
"TR9926"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:result",
"ticket",
"20:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"arrive_by",
"20:58"
],
[
"_:result",
"id",
"TR9926"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:result",
"ticket",
"20:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"20:58"
],
[
"_:result",
"id",
"TR9926"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"category",
"churches"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"outdoors"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:result",
"ticket",
"20:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"20:58"
],
[
"_:result",
"id",
"TR9926"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"outdoors"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"XMW6EMF9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"name",
"wandlebury country park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"wandlebury country park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"19:45"
],
[
"_:result",
"ticket",
"20:11"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"2"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"arrive_by",
"20:58"
],
[
"_:result",
"id",
"TR9926"
],
[
"_:result",
"leave_at",
"20:11"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"outdoors"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"XMW6EMF9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"name",
"wandlebury country park"
],
[
"_:search",
"name",
"wandlebury country park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"01223243830"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me take a train from Cambridge to Stansted Airport ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time would you like to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'21:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel saturday and leave after 21:00"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR2605');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR2605 train meets your criteria . Would you like to make a booking ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I need 4 tickets ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'BOI263IB');(_: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 : BOI263IB ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a place to dine ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "I can help you with that . What part of town are you looking to dine in and is there a certain price range you would like to stay in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Anywhere downtown and keep the price moderate please ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'downtown');(_:result,type,'Restaurant'))",
"inform((_:result,count,'21');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I assumed that by downtown you meant centre , I ran a search and there were 21 moderately priced restaurants , any repferences ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I think Chinese would be good ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,name,'jinling noodle bar');(_:result,name,'lan hong house');(_:result,name,'shanghai family restaurant');(_:result,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are three Chinese restaurants in the center of town : jinling noodle bar , lan hong house and shanghai family restaurant . Do you have a preference ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'12:15on');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "you recommend one and book for 4 people at 12:15on saturday"
},
{
"id": 13,
"rdf-acts": [
"inform((_:booking,name,'jinling noodle bar');(_:booking,ref,'NW54ONQM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You have been booked at the jinling noodle bar . Your reference number is NW54ONQM ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I appreciate the help today ."
},
{
"id": 15,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "you are welcome"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "i hope i have a great stay"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Yes , I hope you have a great stay too ."
}
] |
PMUL3485.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"id",
"TR2605"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"id",
"TR2605"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"BOI263IB"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"id",
"TR2605"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"BOI263IB"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"id",
"TR2605"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"BOI263IB"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"downtown"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"id",
"TR2605"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"BOI263IB"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"downtown"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:15on"
],
[
"_:search",
"people",
"4"
],
[
"_: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",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"id",
"TR2605"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"downtown"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:15on"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"jinling noodle bar"
],
[
"_:booking",
"ref",
"NW54ONQM"
],
[
"_: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",
"cambridge"
],
[
"_:search",
"destination",
"stansted airport"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"id",
"TR2605"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"40.4 GBP"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"downtown"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"name",
"jinling noodle bar"
],
[
"_:result",
"name",
"lan hong house"
],
[
"_:result",
"name",
"shanghai family restaurant"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:15on"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"jinling noodle bar"
],
[
"_:booking",
"ref",
"NW54ONQM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am looking for information about Cambridge . What kind of places can you go in town ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'colleges');(_:result,category,'museums');(_:result,category,'nightclubs');(_:result,category,'swimming pools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have colleges , museums , nightclubs , swimming pools , etc ? Is there something particular you would like to do and I can narrow it down ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "A nightclub sounds fun . Is there one in the centre of town ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'club salsa');(_:result,name,'the fez club');(_:result,type,'Attraction'))",
"inform((_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have five . Would you like to try club salsa or the fez club ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds fun , can I get entrance fee , address , and postcode ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,name,'club salsa');(_:result,name,'the fez club');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure . Were you interested in club salsa or the fez club ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,name,'Club Salsa');(_:search,type,'Attraction');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I think Club Salsa would be perfect . I am also looking for a train to depart from Cambridge and go to London Kings Cross ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'1 station road');(_:result,entrance_fee,'5 pounds');(_:result,postcode,'cb12jb');(_:result,type,'Attraction'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "The entrance fee is 5 pounds ; the address is 1 station road ; the postcode is cb12jb . What day and time are you looking to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'12:00');(_:search,day,'wednesday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should arrive by 12:00 . I am looking to travel on Wednesday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'5:51');(_:result,count,'4');(_:result,leave_at,'5:00');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 4 trains available . The earliest leaves at 5:00 and arrives at 5:51 . Would you like me to book that ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , that will work . Can you please give me the train ID for that booking ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR3702');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Yes , it is TR3702 . How many tickets do you need ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually , I do n't think I will book that train just yet . Thank you for all the info . That 's all I needed . Goodbye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . I hope you have a pleasant trip ! Goodbye !"
}
] |
MUL1834.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"name",
"the fez club"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"name",
"the fez club"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"name",
"Club Salsa"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"name",
"the fez club"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"name",
"Club Salsa"
],
[
"_:result",
"address",
"1 station road"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"name",
"the fez club"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"name",
"Club Salsa"
],
[
"_:result",
"address",
"1 station road"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"5:51"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"leave_at",
"5:00"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"category",
"swimming pools"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:result",
"name",
"club salsa"
],
[
"_:result",
"name",
"the fez club"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london kings cross"
],
[
"_:search",
"name",
"Club Salsa"
],
[
"_:result",
"address",
"1 station road"
],
[
"_:result",
"entrance_fee",
"5 pounds"
],
[
"_:result",
"postcode",
"cb12jb"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:result",
"arrive_by",
"5:51"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"leave_at",
"5:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR3702"
],
[
"_: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,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to find a cheap guesthouse to stay in ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Alexander bed and breakfast');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alexander bed and breakfast is available , would you like to try that ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free parking ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "And free Wifi , interested ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes can you book me a room and send me a reference number ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , what nights were you wanting to stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I was hoping to stay for 4 nights starting tuesday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many rooms do you need ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Two rooms , and the reference number after booking . Also wanting an entertainment attraction in the centre . If nothing is available , then a park would be fine ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Where would you like the hotel to be located in town ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,name,'Alexander bed and breakfast');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 've already picked the Alexander bed and breakfast . I need a reservation for 4 people , 4 nights , starting on Tuesday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,ref,'28D4Y8J7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made that reservation and your reference number is 28D4Y8J7 ."
},
{
"id": 12,
"rdf-acts": [
"thank()",
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you I also am looking for a place to go in the centre of town that is entertainment ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"canthelp((_:search,area,'center');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm sorry , but we do n't have any entertainment style attractions in the center . Would you like to check a different area ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'parks');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you have any parks instead ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'bateman street');(_:result,entrance_fee,'4 pounds');(_:result,name,'cambridge university botanic gardens');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "cambridge university botanic gardens located at bateman street and entrance fee is 4 pounds . Is there anything else I can assist you with ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,leave_at,'05:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Can you arrange a taxi to get me from the Alexander B&B to the Botanic Gardens ? I want to leave the Alexander by 05:00 ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'blue Lexus');(_:result,phone,'07054308445');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked you a taxi . The contact number is 07054308445 and it will be a blue Lexus . Is there anything else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I needed ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
PMUL2566.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"28D4Y8J7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"28D4Y8J7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/996f7487"
],
[
"_:search/996f7487",
"area",
"center"
],
[
"_:search/996f7487",
"category",
"entertainment"
],
[
"_:search/996f7487",
"type",
"Attraction"
],
[
"_:search",
"category",
"parks"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"28D4Y8J7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/996f7487"
],
[
"_:search/996f7487",
"area",
"center"
],
[
"_:search/996f7487",
"category",
"entertainment"
],
[
"_:search/996f7487",
"type",
"Attraction"
],
[
"_:search",
"category",
"parks"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"05:00"
],
[
"_: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",
"cheap"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"name",
"Alexander bed and breakfast"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"ref",
"28D4Y8J7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/996f7487"
],
[
"_:search/996f7487",
"area",
"center"
],
[
"_:search/996f7487",
"category",
"entertainment"
],
[
"_:search/996f7487",
"type",
"Attraction"
],
[
"_:search",
"category",
"parks"
],
[
"_:result",
"address",
"bateman street"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"cambridge university botanic gardens"
],
[
"_:search",
"leave_at",
"05:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue Lexus"
],
[
"_:result",
"phone",
"07054308445"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'colleges');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i need information about colleges in the centre part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'colleges');(_:result,count,'13');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 13 colleges in this area . Maybe we can narrow your search . Are there certain colleges or is there certain information I can help you with ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I have no preference but can I get a phone number to one of them ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'2-pound');(_:result,name,'Corpus Christi');(_:result,phone,'01223338000');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Corpus Christi is my favorite , and well worth the 2-pound admission fee . Their phone number is 01223338000 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,name,'corpus christi');(_:search,pricerange,'moderately');(_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a moderately priced restaurant in the same area as Corpus Christi ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'21');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 21 . What kind of cuisine would you like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for Asian Oriental ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "yippee noodle bar meets that criteria !"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'18:45');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great . Can you please make a reservation for 4 ? We 'd like to arrive around 18:45 on Wednesday ."
},
{
"id": 9,
"rdf-acts": [
"thank()",
"inform((_:booking,ref,'V0XV1NRC');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok . I was able to book that table for you . Your reference number is V0XV1NRC ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks so much for all of your help !"
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can assist you with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all thank you"
},
{
"id": 13,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "I am glad we can help . enjoy your stay !"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that is all I need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Ok , good bye enjoy your day ."
}
] |
PMUL3524.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"colleges"
],
[
"_:search",
"name",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"entrance_fee",
"2-pound"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"phone",
"01223338000"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"corpus christi"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"2-pound"
],
[
"_:result",
"name",
"Corpus Christi"
],
[
"_:result",
"phone",
"01223338000"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"corpus christi"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"2-pound"
],
[
"_:result",
"phone",
"01223338000"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"corpus christi"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"2-pound"
],
[
"_:result",
"phone",
"01223338000"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"corpus christi"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"V0XV1NRC"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"2-pound"
],
[
"_:result",
"phone",
"01223338000"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"corpus christi"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"V0XV1NRC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"colleges"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"entrance_fee",
"2-pound"
],
[
"_:result",
"phone",
"01223338000"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"name",
"corpus christi"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:result",
"name",
"yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"V0XV1NRC"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a theatre in the center of town , please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'theatres');(_:result,count,'4');(_:result,name,'ADC Theatre');(_:result,name,'Cambridge Arts Theatre');(_:result,name,'Cambridge Corn Exchange');(_:result,name,'Mumford Theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 4 theatres located in the centre of Cambridge . They are ADC Theatre , Cambridge Arts Theatre , Mumford Theatre and The Cambridge Corn Exchange"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'adc theatre');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entrance fee and address of the ADC Theatre ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'park street');(_:result,entrance_fee,'unsure of the entrance fee');(_:result,name,'ADC Theatre');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "ADC Theatre is located on park street . I am unsure of the entrance fee ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'19:30');(_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Alright that 's fine . Can I get a train that departs from London Liverpool Street and arrives there by 19:30 ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is this for today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave on Sunday please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'19:30');(_:result,count,'7');(_:result,destination,'cambridge');(_:result,type,'Train'))",
"offer((_:booking,arrive_by,'19:07');(_:booking,category,'Train');(_:booking,id,'TR82260');(_:booking,leave_at,'17:39.would');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There are 7 trains to cambridge that will arrive before 19:30 . TR82260 arrives at 19:07 and departs at 17:39.Would you like to book this train ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I do n't need to book right now . I just need the trainID and the ticket price , please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR8260');(_:result,ticket,'13.28 GBP');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , the price for TR8260 is 13.28 GBP per ticket . Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that will be all ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a good day . Goodbye ."
}
] |
MUL0416.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"name",
"Cambridge Arts Theatre"
],
[
"_:result",
"name",
"Cambridge Corn Exchange"
],
[
"_:result",
"name",
"Mumford Theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"entrance_fee",
"unsure of the entrance fee"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"entrance_fee",
"unsure of the entrance fee"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"entrance_fee",
"unsure of the entrance fee"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"19:30"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"19:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR82260"
],
[
"_:booking",
"leave_at",
"17:39.would"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"theatre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"theatres"
],
[
"_:search",
"name",
"adc theatre"
],
[
"_:result",
"address",
"park street"
],
[
"_:result",
"entrance_fee",
"unsure of the entrance fee"
],
[
"_:result",
"name",
"ADC Theatre"
],
[
"_:search",
"arrive_by",
"19:30"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"19:30"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"arrive_by",
"19:07"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR82260"
],
[
"_:booking",
"leave_at",
"17:39.would"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR8260"
],
[
"_:result",
"ticket",
"13.28 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I 'm looking for a train that 's going to stevenage and leaves on tuesday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,destination,'Cambridge');(_:result,leave_at,'06:43');(_:result,leave_at,'every 2 hours');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , trains travel to Cambridge every 2 hours , beginning at 06:43 . Can I book one for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'13:30');(_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train that departs from Cambridge . I am traveling to Stevenage and I need to arrive by 13:30 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'10:10');(_:result,id,'TR4546');(_:result,leave_at,'09:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4546 departs at 09:21 and arrives at 10:10 . Can I book that train for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No . I just need to know how much the tickets are , please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,destination,'Stevenage');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "The price for a train ticket from Cambridge to Stevenage is 12.80 pounds . Is there anything else that I can do for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))",
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I am looking for a hotel in town in the moderate price range ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 3 such options . Does star rating matter ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any should be fine as long as it has free wifi and is located in the centre"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,name,'Cityroomz');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Cityroomz is located in the center , would you like me to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please for 5 people for 2 nights starting sunday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'H3ZT7DY0');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set . The reference code is H3ZT7DY0 . What else can I help with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need hep with . Thank you !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Sure , no problem . Thank you for calling ! Have a nice day ."
}
] |
MUL2058.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"06:43"
],
[
"_:result",
"leave_at",
"every 2 hours"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"id",
"TR4546"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"id",
"TR4546"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"id",
"TR4546"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_: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",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"id",
"TR4546"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"13:30"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"stevenage"
],
[
"_:result",
"arrive_by",
"10:10"
],
[
"_:result",
"id",
"TR4546"
],
[
"_:result",
"leave_at",
"09:21"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Stevenage"
],
[
"_:result",
"ticket",
"12.80 pounds"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"H3ZT7DY0"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a college in town"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , which part of town are you interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Area does not matter . You pick , just let me know the area and postcode please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,name,'Christ College');(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Well I have Christ College in the city center and their postcode is cb23bu ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Do you have any other suggestions ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,name,'churchill college');(_:result,postcode,'cb30ds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is also churchill college on the west side . Their postcode is cb30ds ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'home from home');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thank you . I also need a hotel called home from home ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Milton Road');(_:result,area,'north');(_:result,category,'guest house');(_:result,name,'Home from Home');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Home from Home is a guest house located on Milton Road in the north area . Do you need additional information ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I just need a reference number for the reservation ."
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "what dad do i reserve and for how many ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "i do n't need any dads reserved . i already have one ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I need to know what day you will be arriving and how many nights and how many people will be staying ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "there will be 3 people and 4 nights from thursday"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'F9WOFY5C');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : F9WOFY5C . Anything else I can help with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all thank you ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , enjoy your stay ."
}
] |
PMUL2964.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Christ College"
],
[
"_:result",
"postcode",
"cb23bu"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"churchill college"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:search",
"name",
"home from home"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"address",
"Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_: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",
"category",
"college"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:search",
"name",
"home from home"
],
[
"_:result",
"address",
"Milton Road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guest house"
],
[
"_:result",
"name",
"Home from Home"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"F9WOFY5C"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant that serves indian food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'bunch');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Hello , I have a bunch of options for you . Do you have a specific area or price range you are interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for an Indian restaurant in the west ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What price range are you interested in ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The restaurant should be in the expensive price range"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Maharajah tandoori restaurant on 41518 Castle Street City Centre is a good fit for you ."
}
] |
SNG02148.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"bunch"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"bunch"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi . I 'm trying to find a good restaurant in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,area,'south');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several good restaurants in the south part of town . Do you have a preference for the type of food or price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'd like a restaurant that serves portuguese food ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'only');(_:result,area,'south');(_:result,food,'portuguese');(_:result,name,'nandos');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "nandos is the only restaurant i can find in the south that serves portuguese ."
},
{
"id": 4,
"rdf-acts": [
"thank()",
"inform((_:search,name,'Nandos');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Nandos sounds great . Thank you ."
},
{
"id": 5,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "thank you good bye"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
WOZ20674.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Nandos"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"portuguese"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"portuguese"
],
[
"_:result",
"name",
"nandos"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"Nandos"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'hobsons house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'd like to find out about the Hobsons House hotel ."
},
{
"id": 1,
"rdf-acts": [
"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'))",
"reqmore()"
],
"speaker": "system",
"text": "Hobsons House is a guesthouse in the west part of town , it is moderately priced with 3 stars , internet and parking . Would you like more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "If you have it , can I get their phone number and postcode please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Hobsons House');(_:result,phone,'01223304906');(_:result,postcode,'cb39lh');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure thing . The Hobsons House can be reached at 01223304906 . Their postcode is cb39lh . Did you need assistance booking a reservation there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm not quite sure yet . Do they have free parking ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "They sure do , as well as free internet . Would you like me to book you a room now ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not at this time . Thank you for your help ."
},
{
"id": 7,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "You are welcome . Have a nice day ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "You too , thank you ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Feel free to call us when you are ready to book . Good bye ."
}
] |
SNG0863.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"
],
[
"_:search",
"type",
"Hotel"
],
[
"_: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"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"phone",
"01223304906"
],
[
"_:result",
"postcode",
"cb39lh"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"phone",
"01223304906"
],
[
"_:result",
"postcode",
"cb39lh"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hobsons house"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Hobsons House"
],
[
"_:result",
"phone",
"01223304906"
],
[
"_:result",
"postcode",
"cb39lh"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I am looking for a entertainment attraction to visit . Do you have any recommendations ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What area will you be going to ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "The area doe not matter , just some entertainment ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'cherry hinton hall and grounds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about the cherry hinton hall and grounds ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds good . Could you give me their address please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'cherry hinton road');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Their address is cherry hinton road . Is there anything else I can assist you with ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I also need their postcode and phone number ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223446104');(_:result,postcode,'cb18dw');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay , sure . The postcode is cb18dw and the phone number is 01223446104 . Anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you for all of your help ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "No , problem . Will that be all for you today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , thank you . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
SNG1331.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"cherry hinton hall and grounds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"cherry hinton hall and grounds"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"cherry hinton road"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"cherry hinton hall and grounds"
],
[
"_:result",
"address",
"cherry hinton road"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223446104"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"name",
"cherry hinton hall and grounds"
],
[
"_:result",
"address",
"cherry hinton road"
],
[
"_:result",
"phone",
"01223446104"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'holy trinity church');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd love to get some information on the holy trinity church"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'on Market Street');(_:result,area,'Centre of town');(_:result,category,'architecture');(_:result,entrance_fee,'free');(_:result,name,'Holy Trinity Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Holy Trinity Church is architecture , in the Centre of town , on Market Street . Entrance is free . Do you want any more information ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you provide me with the hours of operation and the entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm not sure on their hours , but it is free admission . Would you like their number ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes that will be fine . I am also looking for a train leaving Cambridge on Friday ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Phone 01223355397 . What is your destination on friday ? Is there a specific departure and arrival time ?"
}
] |
PMUL4769.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"on Market Street"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"on Market Street"
],
[
"_:result",
"area",
"Centre of town"
],
[
"_:result",
"category",
"architecture"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go and visit Leicester . Do you think you can help me find a train to get me there ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'plenty');(_:result,destination,'Leicester');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! There are plenty of trains going to Leicester . What city will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving from cambridge ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Perfect . What day would you like to travel on ? Do you need to depart or arrive by a certain time ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'08:30');(_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on Sunday and would like to arrive by 08:30 please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'08:06');(_:result,leave_at,'06:21');(_:result,type,'Train'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "The first train leaves at 06:21 and arrives at 08:06 . How many tickets would you like please ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'eight');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need it for eight people , please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,id,'TR9187');(_:booking,ref,'MJJ7J6CV');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great ! You 're booked on TR9187 with reference number MJJ7J6CV . Is there anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes ! I also need to find an expensive guesthouse in the north . It should have plenty of free parking for my fancy car ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,category,'guest houses');(_:search,has_parking,'none');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I am sorry , there are no expensive guest houses in the north with free parking . Would you like to try another area ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Then how about one that is in the cheap price range ?"
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,name,'City Centre north');(_:result,name,'Worth House');(_:result,stars,'0');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 2 options . City Centre north has a rating of 0 stars and Worth House has a rating of 4 stars . Would you like me to book either of them ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,name,'worth house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Worth House sounds good . Thank you ."
},
{
"id": 13,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'll be happy to book a room for you . How many nights and how many people ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I actually just needed the information . That 's all I need for now . Thank you . Goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Sure , thanks for using this service ."
}
] |
MUL2247.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"08:06"
],
[
"_:result",
"leave_at",
"06:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"eight"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"08:06"
],
[
"_:result",
"leave_at",
"06:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"eight"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9187"
],
[
"_:booking",
"ref",
"MJJ7J6CV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"08:06"
],
[
"_:result",
"leave_at",
"06:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"eight"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9187"
],
[
"_:booking",
"ref",
"MJJ7J6CV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/d02e59f3"
],
[
"_:search/d02e59f3",
"area",
"north"
],
[
"_:search/d02e59f3",
"category",
"guest houses"
],
[
"_:search/d02e59f3",
"has_parking",
"none"
],
[
"_:search/d02e59f3",
"pricerange",
"expensive"
],
[
"_:search/d02e59f3",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"08:06"
],
[
"_:result",
"leave_at",
"06:21"
],
[
"_:search",
"people",
"eight"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9187"
],
[
"_:booking",
"ref",
"MJJ7J6CV"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/d02e59f3"
],
[
"_:search/d02e59f3",
"area",
"north"
],
[
"_:search/d02e59f3",
"category",
"guest houses"
],
[
"_:search/d02e59f3",
"has_parking",
"none"
],
[
"_:search/d02e59f3",
"pricerange",
"expensive"
],
[
"_:search/d02e59f3",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"City Centre north"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"worth house"
],
[
"_: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",
"plenty"
],
[
"_:result",
"destination",
"Leicester"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"08:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"08:06"
],
[
"_:result",
"leave_at",
"06:21"
],
[
"_:search",
"people",
"eight"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"id",
"TR9187"
],
[
"_:booking",
"ref",
"MJJ7J6CV"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"canthelp",
"_:search/d02e59f3"
],
[
"_:search/d02e59f3",
"area",
"north"
],
[
"_:search/d02e59f3",
"category",
"guest houses"
],
[
"_:search/d02e59f3",
"has_parking",
"none"
],
[
"_:search/d02e59f3",
"pricerange",
"expensive"
],
[
"_:search/d02e59f3",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"City Centre north"
],
[
"_:result",
"name",
"Worth House"
],
[
"_:result",
"stars",
"0"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"name",
"worth house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'zero');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a place to stay with free parking and zero stars ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,area,'centre');(_:result,area,'north');(_:result,name,'City centre north b and b');(_:result,name,'el shaddai');(_:result,type,'Hotel'))",
"inform((_:result,count,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 . City centre north b and b in the north and the el shaddai in the centre . Which one would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,name,'el shaddai');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "the el shaddai in the centre"
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok no problem , when would you like the room booked for ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'four');(_:search,stay,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it for four people and four nights starting Monday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Booking was unsuccessful . Want to find another hotel ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'city centre north b and b');(_:search,pricerange,'same price');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Lets try City centre north b and b , if that is not successful , any hotel in the same price range"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'A and B');(_:booking,ref,'II677Z30');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The A and B was indeed successful and your reference number is II677Z30 ."
},
{
"id": 8,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thank you so much for your help . Have a nice day . Bye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Thank you for contacting the Cambridge TownInfo centre . Good bye ."
}
] |
SSNG0223.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"zero"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"City centre north b and b"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"el shaddai"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"City centre north b and b"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"name",
"el shaddai"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"City centre north b and b"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"four"
],
[
"_:system",
"canthelp",
"_:booking/fb65e181"
],
[
"_:booking/fb65e181",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"City centre north b and b"
],
[
"_:result",
"name",
"el shaddai"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"four"
],
[
"_:search",
"stay",
"four"
],
[
"_:system",
"canthelp",
"_:booking/fb65e181"
],
[
"_:booking/fb65e181",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"city centre north b and b"
],
[
"_:search",
"pricerange",
"same price"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"A and B"
],
[
"_:booking",
"ref",
"II677Z30"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'swedish');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there a cheap swedish restaurant in town ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no restaurants matching those preferences . Would you like a different restaurant ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about one serving mediterranean food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'Mediterranean');(_:result,name,'Gardenia');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is a cheap Mediterranean restaurant in the centre area of town . It is called The Gardenia ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds good . What is their phone number and postcode ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Gardenia');(_:result,phone,'01223 356354');(_:result,postcode,'3 L.L.');(_:result,postcode,'C.B 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Gardenia is in the postcode C.B 2 , 3 L.L. Their phone number is 01223 356354 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you !"
},
{
"id": 7,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Your welcome , is there anything I could help you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye ."
}
] |
WOZ20274.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"swedish"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/c5451ef7"
],
[
"_:search/c5451ef7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/c5451ef7"
],
[
"_:search/c5451ef7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/c5451ef7"
],
[
"_:search/c5451ef7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"phone",
"01223 356354"
],
[
"_:result",
"postcode",
"3 L.L."
],
[
"_:result",
"postcode",
"C.B 2"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/c5451ef7"
],
[
"_:search/c5451ef7",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mediterranean"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Mediterranean"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Gardenia"
],
[
"_:result",
"phone",
"01223 356354"
],
[
"_:result",
"postcode",
"3 L.L."
],
[
"_:result",
"postcode",
"C.B 2"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to find a train Tuesday departing from Leicester ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'19');(_:result,day,'tuesday');(_:result,departure,'leicester');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 19 trains departing on tuesday from leicester , I can narrow it down a bit if you have a preferred time to leave at or arrive by ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,leave_at,'11:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 11:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many available');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have many available . Is your destination Cambridge or do you have another location in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,leave_at,'11:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I would like to go from leicester to cambridge and leave after 11:15 please ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'13:54');(_:result,id,'TR4354');(_:result,leave_at,'12:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first available train leaving after 11:15 would be train TR4354 which departs at 12:09 and arrives at 13:54 . Would you like me to book you a ticket for this train ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I 'll need 4 tickets please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'PLYNP1VG');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Perfect . I was able to book for tickets on that train and your reference number for the journey is PLYNP1VG . Anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you have been very helpful . Goodnight ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Okay enjoy your visit ."
}
] |
SNG0314.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"many available"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"many available"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"arrive_by",
"13:54"
],
[
"_:result",
"id",
"TR4354"
],
[
"_:result",
"leave_at",
"12:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"tuesday"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"day",
"tuesday"
],
[
"_:result",
"departure",
"leicester"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"amount",
"many available"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:result",
"arrive_by",
"13:54"
],
[
"_:result",
"id",
"TR4354"
],
[
"_:result",
"leave_at",
"12:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"PLYNP1VG"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.