turns
listlengths 2
60
| dialogue_id
stringlengths 1
31
| states
listlengths 1
30
|
---|---|---|
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'Museum of archaeology and anthropology');(_:search,destination,'soul tree nightclub');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to get a taxi from the Museum of archaeology and anthropology to the Soul Tree Nightclub"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Certainly . Could you please tell me either the time you want to leave or the time you would like to arrive by ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'02:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "The taxi should arrive by 02:30"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'red bmw');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "I have booked you a taxi for that time . It is red bmw . Is there anything else I can assist you with today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "yes actually , I was wondering if you had any contact information for the driver ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,phone,'07193948183');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "The contact number is 07193948183 . Anything else I can help with ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , that 's all I need today . Thanks !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "If there is nothing else I can do , I want to thank you very much and have a great day !"
}
] |
SNG0090.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Museum of archaeology and anthropology"
],
[
"_:search",
"destination",
"soul tree nightclub"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Museum of archaeology and anthropology"
],
[
"_:search",
"destination",
"soul tree nightclub"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"02:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Museum of archaeology and anthropology"
],
[
"_:search",
"destination",
"soul tree nightclub"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"02:30"
],
[
"_:result",
"car",
"red bmw"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"Museum of archaeology and anthropology"
],
[
"_:search",
"destination",
"soul tree nightclub"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"02:30"
],
[
"_:result",
"car",
"red bmw"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"phone",
"07193948183"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'turkish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "need a restaurant serving turkish style venue"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,food,'Turkish');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "OK , so you would like a Turkish restaurant . In what area would you like to eat ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,food,'turkish');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Any area would be fine ! Could I please get the address and postcode of a Turkish restaurant ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'30 Bridge Street City Centre');(_:result,food,'Turkish');(_:result,name,'Anatolia');(_:result,postcode,'1 U.J.');(_:result,postcode,'C.B 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Anatolia is a Turkish restaurant at 30 Bridge Street City Centre , C.B 2 , 1 U.J. Is there anything else I can help you with today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
WOZ20660.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"turkish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"30 Bridge Street City Centre"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"name",
"Anatolia"
],
[
"_:result",
"postcode",
"1 U.J."
],
[
"_:result",
"postcode",
"C.B 2"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'indian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant that serves Indian food in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I can help you with that . What is your price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'Indian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for Indian food in the cheap price range ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,name,'Ghandi');(_:result,name,'Kohinoor');(_:result,name,'Mahal of Cambridge');(_:result,type,'Restaurant'))",
"inform((_:result,count,'3');(_:result,food,'indian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have 3 cheap indian restaurants . Kohinoor , The Ghandi , and Mahal of Cambridge . Which can I tell you more about ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'kohinoor');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Please tell me about Kohinoor . Provide the phone number , address , and postcode ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'74 Mill Road');(_:result,name,'Kohinoor Restaurant');(_:result,phone,'01223323639');(_:result,postcode,'cb12as');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure . The Kohinoor Restaurant is located at 74 Mill Road . The postcode is cb12as , and the phone number is 01223323639 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks . I am also looking for places to go in town , any suggestions ? I 'd like something of multiple sports in the centre like the restaurant ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'nearby');(_:search,category,'sports attractions');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I regret to inform you : there are sports attractions nearby of any kind , sorry ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museums');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any museums nearby ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Primavera');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Primavera is a very popular place . Would you like more information ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "If that is a museum , then yes . Please tell me the entrance fee there ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,'no entrance fee');(_:result,name,'Primavera');(_:result,phone,'01223357708');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is no entrance fee for the Primavera and their phone number is 01223357708"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks , I wo n't need any further help today . Take care !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are most welcome , have a wonderful day !"
}
] |
PMUL2253.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Ghandi"
],
[
"_:result",
"name",
"Kohinoor"
],
[
"_:result",
"name",
"Mahal of Cambridge"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"kohinoor"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"kohinoor"
],
[
"_:result",
"address",
"74 Mill Road"
],
[
"_:result",
"name",
"Kohinoor Restaurant"
],
[
"_:result",
"phone",
"01223323639"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"kohinoor"
],
[
"_:result",
"address",
"74 Mill Road"
],
[
"_:result",
"name",
"Kohinoor Restaurant"
],
[
"_:result",
"phone",
"01223323639"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3b9955a5"
],
[
"_:search/3b9955a5",
"area",
"nearby"
],
[
"_:search/3b9955a5",
"category",
"sports attractions"
],
[
"_:search/3b9955a5",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"kohinoor"
],
[
"_:result",
"address",
"74 Mill Road"
],
[
"_:result",
"phone",
"01223323639"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3b9955a5"
],
[
"_:search/3b9955a5",
"area",
"nearby"
],
[
"_:search/3b9955a5",
"category",
"sports attractions"
],
[
"_:search/3b9955a5",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"Indian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"name",
"kohinoor"
],
[
"_:result",
"address",
"74 Mill Road"
],
[
"_:result",
"postcode",
"cb12as"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/3b9955a5"
],
[
"_:search/3b9955a5",
"area",
"nearby"
],
[
"_:search/3b9955a5",
"category",
"sports attractions"
],
[
"_:search/3b9955a5",
"type",
"Attraction"
],
[
"_:search",
"category",
"museums"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"Primavera"
],
[
"_:result",
"phone",
"01223357708"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'11:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like a train leaving after 11:30 from Cambridge , please ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course . What day would you like to leave and what is your final destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am traveling on Tuesday and going to Ely ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR7458');(_:result,leave_at,'11:50');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR7458 departs at 11:50 , would that suit you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes that sounds good can you get me 5 tickets please ?"
},
{
"id": 5,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you good bye"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you get me the reference number please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'8MJZIG5A');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , the reference number is 8MJZIG5A ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'huntingdon marriott hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Thanks ! I 'm also looking for a hotel named the Huntingdon Marriott Hotel ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,category,'hotel');(_:result,name,'Huntingdon Marriott');(_:result,pricerange,'expensive');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Huntingdon Marriott is an expensive , 4-star hotel in the west part of town . It 's very nice . Would you like a room there ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , 5 people for 5 nights starting Thursday . Please book it for me ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'1CPJSXZJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I have those rooms booked for you . Your reference number is 1CPJSXZJ . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all for now . Thanks"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "you are welcome , do n't hesitate to contact me if you need anything else ."
}
] |
MUL2128.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"id",
"TR7458"
],
[
"_:result",
"leave_at",
"11:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"id",
"TR7458"
],
[
"_:result",
"leave_at",
"11:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"id",
"TR7458"
],
[
"_:result",
"leave_at",
"11:50"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8MJZIG5A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"id",
"TR7458"
],
[
"_:result",
"leave_at",
"11:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"8MJZIG5A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"destination",
"ely"
],
[
"_:result",
"id",
"TR7458"
],
[
"_:result",
"leave_at",
"11:50"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"dismissed",
"_:user"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"name",
"huntingdon marriott hotel"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"1CPJSXZJ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , I 'd like to book a train leaving from Birmingham New Street and arriving in Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "When will you be traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'10:00');(_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be traveling on Sunday , and need to arrive by 10:00 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'09:23');(_:result,destination,'Cambridge');(_:result,id,'TR9637');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The train that will arrive closest to your preferred time is TR9637 . It arrives in Cambridge at 09:23 . Does that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,leave_at,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes that works great can I have the departure time ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,leave_at,'06:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It leaves at 06:40 . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes and I need a place to stay in the east and a 4 star"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I want to confirm you want to book one seat on the train , is this correct ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , I 'll book it myself , thanks , but I would like to book a guesthouse as well ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouse');(_:result,count,'24');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 24 guesthouse . Is there a certain side of town or price range you have in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like a moderately priced guesthouse please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'east');(_:result,category,'guesthouses');(_:result,count,'3');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are three 4-star guesthouses in the east in your price - range . Will you need free parking ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_parking,'no');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , that 's not really necessary . What are my 3 choices for guesthouses ?"
},
{
"id": 13,
"rdf-acts": [
"select((_:result,name,'A and B Guest House');(_:result,name,'Carolina Bed and Breakfast');(_:result,name,'and lastly the Warkworth House');(_:result,type,'Hotel'))",
"inform((_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have the A and B Guest House , the Carolina Bed and Breakfast , and lastly the Warkworth House . The only difference between them is the A&B has no free parking ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,name,'carolina bed and breakfast');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'll take the Carolina Bed and Breakfast . Can I book for 1 person for 5 nights starting from the same day ? Let me know the reference number please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'HD6BM9RU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "sure , I have booked it foe you . Reference number is : HD6BM9RU ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , that 's all I needed today !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy the rest of your day , and your stay in Cambridge ."
}
] |
MUL2108.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"09:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9637"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"09:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9637"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"06:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"09:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9637"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"06:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"09:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9637"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"06:40"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"guesthouse"
],
[
"_:result",
"count",
"24"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"day",
"sunday"
],
[
"_:result",
"arrive_by",
"09:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9637"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"06:40"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:result",
"arrive_by",
"09:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9637"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"06:40"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"name",
"and lastly the Warkworth House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_: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",
"departure",
"birmingham new street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:result",
"arrive_by",
"09:23"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR9637"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"leave_at",
"06:40"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"name",
"A and B Guest House"
],
[
"_:result",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"name",
"and lastly the Warkworth House"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"name",
"carolina bed and breakfast"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"HD6BM9RU"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find an expensive place to eat ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'plenty');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are plenty of choices in the expensive range . Do you have a particular food type or area you 're interested in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'seafood');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for seafood ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'loch fyne');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "loch fyne is an expensive restaurant in the expensive price range . Would like me to book it for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'12:45');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . Can you book a table for 7 people on Monday at 12:45 ?"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry . There are no reservations at that time . Would you like to try another time slot or day ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'11:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Lets try earlier around 11:45 ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'JQPIEJ2R');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . The table will be reserved for 15 minutes . Your reference number is : JQPIEJ2R . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . I 'll need a train departing from Cambridge ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day and time would you like to travel ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'norwich');(_:search,leave_at,'11:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would be traveling on tuesday and should leave norwich after 11:30 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,count,'5');(_:result,leave_at,'11:30');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 5 trains for that day departing after 11:30 what time would you like to arrive by ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'same number of people');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I do n't have a specific time I need to be there by , any train will do for the same number of people as before ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'12:44');(_:result,departure,'cambridge');(_:result,id,'TR5949');(_:result,leave_at,'11:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR5949 departs cambridge at 11:36 and arrives ag 12:44 . May I book that for you ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book this train . Also , I will need a reference number ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'F14S262Z');(_:booking,ticket,'123.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful , the total fee due at the station is 123.2 GBP and the reference number is F14S262Z ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Restaurant');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you so much for your help with the restaurant and the train ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a nice day !"
}
] |
MUL1563.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"seafood"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"food",
"seafood"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"food",
"seafood"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/de88a561"
],
[
"_:booking/de88a561",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"food",
"seafood"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/de88a561"
],
[
"_:booking/de88a561",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JQPIEJ2R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"food",
"seafood"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/de88a561"
],
[
"_:booking/de88a561",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JQPIEJ2R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_: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"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"food",
"seafood"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/de88a561"
],
[
"_:booking/de88a561",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JQPIEJ2R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"leave_at",
"11:30"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"same number of people"
],
[
"_: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"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"food",
"seafood"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/de88a561"
],
[
"_:booking/de88a561",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"JQPIEJ2R"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"same number of people"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"12:44"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR5949"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"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"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"food",
"seafood"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"loch fyne"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:system",
"canthelp",
"_:booking/de88a561"
],
[
"_:booking/de88a561",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"11:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"people",
"same number of people"
],
[
"_:result",
"arrive_by",
"12:44"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR5949"
],
[
"_:result",
"leave_at",
"11:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"F14S262Z"
],
[
"_:booking",
"ticket",
"123.2 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "i want to find a hospital in town"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))",
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is located on Hills Rd , Cambridge . Is there a department you 're needing the phone number for ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "No , just the general number and address please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "The phone number is 01223245151 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Is Hills Rd the full hospital address ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Yes that is the full address given on our system . The postcode is CB20QQ if that is of any help ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Alright . Thank you for all of your help . Have a great day ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You too , hope you feel better"
}
] |
SNG01265.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"Hills Rd , Cambridge"
],
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant that serves unusual food in the centre ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'centre');(_:search,food,'unusual');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately , I do n't have any places that offer unusual food in the centre of town . Can I try a different area or type of cuisine for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What moderately priced restaurants are there ?"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'6 Lensfield Road');(_:result,name,'Oak Bistro');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Oak Bistro is an excellent moderately priced restaurant located at 6 Lensfield Road . Can I book a table for you ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , that would be great . Please book that for me ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly . I just need to know the number of guests and the date and time that you would like me to book it for ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No but could I get the postcode , address , and phone number ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'6 Lensfield Road');(_:result,name,'Oak Bistro');(_:result,phone,'01223323361');(_:result,postcode,'cb21eg');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , the address is 6 Lensfield Road , cb21eg . You can reach the Oak Bistro at 01223323361 . Is there anything else I can assist you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i would like a place to go in the same area as the restaurant ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What type of attraction are you looking for ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a museum . Which one is your favorite ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'10 king s parade');(_:result,entrance_fee,'no entrance fee');(_:result,name,'the primavera');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "I would recommend the primavera , located at 10 king s parade . There is no entrance fee . Do you need anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the restaurant');(_:search,leave_at,'07:45');(_:search,name,'Oak Bistro');(_:search,name,'Primavera');(_:search,type,'Attraction');(_:search,type,'Restaurant');(_:search,type,'Taxi'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I need the postcode for the museum also . And I need to book a taxi from The Oak Bistro to the Primavera , I 'd like to leave the restaurant by 07:45 ."
},
{
"id": 13,
"rdf-acts": [],
"speaker": "system",
"text": "I will work on getting this booked for you ."
},
{
"id": 14,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Okay did you book it ? I need the contact number and car type ."
},
{
"id": 15,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'museum');(_:result,postcode,'cb21sj');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The post code for the museum is cb21sj . Please give me a moment to complete your taxi booking ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "Okay . Once you 're done , can I have the contact number and car type ?"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "system",
"text": "Yes of course , Please give me a few moments as I get this information ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh wait , before you book that . I am rethinking my restaurant choice . I need British food . Does Oak Bistro serve British food ?"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,food,'British');(_:result,name,'Oak Bistro');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , the Oak Bistro serves British Food ."
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Perfect , I 'd love to have a British breakfast . Have you been able to book the taxi yet ?"
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'red Audi');(_:result,phone,'07084740824');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Yes , it 's complete . The car type is a red Audi and contact number is 07084740824 ."
},
{
"id": 22,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help . Have a great day !"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ! I hope you enjoy your visit to Cambridge ! Please call us again if we can help you further ."
}
] |
PMUL2066.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"unusual"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/daf8e85f"
],
[
"_:search/daf8e85f",
"area",
"centre"
],
[
"_:search/daf8e85f",
"food",
"unusual"
],
[
"_:search/daf8e85f",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/daf8e85f"
],
[
"_:search/daf8e85f",
"area",
"centre"
],
[
"_:search/daf8e85f",
"food",
"unusual"
],
[
"_:search/daf8e85f",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/daf8e85f"
],
[
"_:search/daf8e85f",
"area",
"centre"
],
[
"_:search/daf8e85f",
"food",
"unusual"
],
[
"_:search/daf8e85f",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/daf8e85f"
],
[
"_:search/daf8e85f",
"area",
"centre"
],
[
"_:search/daf8e85f",
"food",
"unusual"
],
[
"_:search/daf8e85f",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"phone",
"01223323361"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/daf8e85f"
],
[
"_:search/daf8e85f",
"area",
"centre"
],
[
"_:search/daf8e85f",
"food",
"unusual"
],
[
"_:search/daf8e85f",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Lensfield Road"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"phone",
"01223323361"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/daf8e85f"
],
[
"_:search/daf8e85f",
"area",
"centre"
],
[
"_:search/daf8e85f",
"food",
"unusual"
],
[
"_:search/daf8e85f",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223323361"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"the primavera"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"07:45"
],
[
"_:search",
"name",
"Oak Bistro"
],
[
"_:search",
"name",
"Primavera"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/daf8e85f"
],
[
"_:search/daf8e85f",
"area",
"centre"
],
[
"_:search/daf8e85f",
"food",
"unusual"
],
[
"_:search/daf8e85f",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223323361"
],
[
"_:result",
"postcode",
"cb21eg"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"the primavera"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"07:45"
],
[
"_:search",
"name",
"Oak Bistro"
],
[
"_:search",
"name",
"Primavera"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"postcode",
"?"
],
[
"_: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",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/daf8e85f"
],
[
"_:search/daf8e85f",
"area",
"centre"
],
[
"_:search/daf8e85f",
"food",
"unusual"
],
[
"_:search/daf8e85f",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223323361"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"the primavera"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"07:45"
],
[
"_:search",
"name",
"Oak Bistro"
],
[
"_:search",
"name",
"Primavera"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/daf8e85f"
],
[
"_:search/daf8e85f",
"area",
"centre"
],
[
"_:search/daf8e85f",
"food",
"unusual"
],
[
"_:search/daf8e85f",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223323361"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:result",
"name",
"the primavera"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"07:45"
],
[
"_:search",
"name",
"Oak Bistro"
],
[
"_:search",
"name",
"Primavera"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/daf8e85f"
],
[
"_:search/daf8e85f",
"area",
"centre"
],
[
"_:search/daf8e85f",
"food",
"unusual"
],
[
"_:search/daf8e85f",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223323361"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"07:45"
],
[
"_:search",
"name",
"Oak Bistro"
],
[
"_:search",
"name",
"Primavera"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/daf8e85f"
],
[
"_:search/daf8e85f",
"area",
"centre"
],
[
"_:search/daf8e85f",
"food",
"unusual"
],
[
"_:search/daf8e85f",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"address",
"10 king s parade"
],
[
"_:result",
"entrance_fee",
"no entrance fee"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"the restaurant"
],
[
"_:search",
"leave_at",
"07:45"
],
[
"_:search",
"name",
"Oak Bistro"
],
[
"_:search",
"name",
"Primavera"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"postcode",
"cb21sj"
],
[
"_:search",
"food",
"british"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Oak Bistro"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red Audi"
],
[
"_:result",
"phone",
"07084740824"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am in the centre of town and I need somewhere to go ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"select((_:result,category,'museum');(_:result,type,'Attraction'))",
"inform((_:result,count,'44');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 44 attractions near you , can you narrow down what you would like to see ? A museum perhaps ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Anything is fine . Send me to your favorite place in the city , just be sure to give me the postcode ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,category,'concert hall');(_:result,name,'Man on the Moon');(_:result,postcode,'cb12lf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Man on the Moon concert hall is my favorite . Their postcode is cb12lf . Can I help you with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm looking for a train from Ely to Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you like to travel , and at what time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'08:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going Monday and need to leave after 08:00 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'8');(_:result,id,'TR2987');(_:result,leave_at,'9:35');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 8 trains , TR2987 leaves at 9:35 if you 'd like that ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That would be fine . What is the price ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ticket,'4.40 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "4.40 pounds . would you like me to book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks . I will go ahead and book later . I think that 's all the information I need for today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "All right , then . Thank you for calling . Have a nice day ."
}
] |
MUL0507.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"count",
"44"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:result",
"count",
"44"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"id",
"TR2987"
],
[
"_:result",
"leave_at",
"9:35"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"category",
"concert hall"
],
[
"_:result",
"name",
"Man on the Moon"
],
[
"_:result",
"postcode",
"cb12lf"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"08:00"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"id",
"TR2987"
],
[
"_:result",
"leave_at",
"9:35"
],
[
"_:result",
"ticket",
"4.40 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "one in the east of town"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "What are you specifically looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "a place to stay , moderate price range should have internet and 3 stars"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'4');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 4 guesthouses available in the moderate price range . What part of town would you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_internet,'no');(_:search,people,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The area does n't matter . I do n't need internet and I need to book it for 1 person ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Alpha - Milton guest house');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alpha - Milton guest house is in the north part of town has 3 stars ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Okay please book it for 1 people and 2 nights starting from saturday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Alpha - Milton guesthouse');(_:booking,ref,'XQY0ITE2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The Alpha - Milton guesthouse was booked for you successfully . Your reference number is XQY0ITE2 . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'd like to know if there are any places in town in the south that is the type of multiple sports ?"
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,area,'south');(_:search,category,'multiple sports');(_:search,type,'Attraction'))",
"inform((_:result,area,'east');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are no multiple sports in the south , but there are multiple sports in the east . Do you want to stay with an attraction in the south ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "A park will be okay , just looking for somewhere to get exercise on the trip ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,category,'park');(_:result,entrance_fee,'free');(_:result,name,\"sheep 's green and lammas land park fen causeway\");(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "sheep 's green and lammas land park fen causeway is a park in the south . It 's very nice , and admission is free . Can I get you any other information on the park ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I need the phone number and postcode please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,phone,'01223302580');(_:result,postcode,'cb22ad');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The phone number is 01223302580 and the post code is cb22ad ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . That is all I need today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , have a great day !"
}
] |
PMUL2513.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Alpha - Milton guest house"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Alpha - Milton guest house"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Alpha - Milton guesthouse"
],
[
"_:booking",
"ref",
"XQY0ITE2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"name",
"Alpha - Milton guest house"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Alpha - Milton guesthouse"
],
[
"_:booking",
"ref",
"XQY0ITE2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/703dcea6"
],
[
"_:search/703dcea6",
"area",
"south"
],
[
"_:search/703dcea6",
"category",
"multiple sports"
],
[
"_:search/703dcea6",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"Alpha - Milton guesthouse"
],
[
"_:booking",
"ref",
"XQY0ITE2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/703dcea6"
],
[
"_:search/703dcea6",
"area",
"south"
],
[
"_:search/703dcea6",
"category",
"multiple sports"
],
[
"_:search/703dcea6",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"has_internet",
"no"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"Alpha - Milton guesthouse"
],
[
"_:booking",
"ref",
"XQY0ITE2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"south"
],
[
"_:system",
"canthelp",
"_:search/703dcea6"
],
[
"_:search/703dcea6",
"area",
"south"
],
[
"_:search/703dcea6",
"category",
"multiple sports"
],
[
"_:search/703dcea6",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"sheep 's green and lammas land park fen causeway"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223302580"
],
[
"_:result",
"postcode",
"cb22ad"
],
[
"_: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,'center');(_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant servicing Chinese food in the center of Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'10');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 10 places that are fantastic choices . Do you have a particular price range or would you like a suggestion ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "I do n't have a price range so you can give a suggestion ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Charlie Chan');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend Charlie Chan ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'14:45');(_:search,people,'4');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds good . Please reserve for 4 people on Monday at 14:45"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'2D7RZWAJ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked your table here is the information - Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 2D7RZWAJ . Any other help today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train from Stevenage to Cambridge ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "great , what day and time will you be traveling ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'10:15');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need the train on the same day that I booked the restaurant , Monday , and I need to arrive by 10:15 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Is there a time you would like to leave by ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'10:15');(_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , i just need to be there by 10:15 . I need that booked for 4 people as welk ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'92R9TAK8');(_:booking,ticket,'51.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking successful . The fee will be 51.2 GBP and your reference number is 92R9TAK8 ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks for all of your help , you should get a raise , your really good at this !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you so much , hope you have a great visit ."
}
] |
PMUL0555.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2D7RZWAJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2D7RZWAJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"2D7RZWAJ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"10"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"stevenage"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:15"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"92R9TAK8"
],
[
"_:booking",
"ticket",
"51.2 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm planning a trip to Cambridge and will need a place to stay . I prefer a guesthouse with 3 stars and should include free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are three hotels which meet your needs , any preferences in area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are any of those guesthouses ? I do n't really care for hotels ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,area,'south');(_:result,area,'west');(_:result,category,'guesthouses');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "All three of the places I mentioned are guesthouses . One is in the south , one is in the north , and one is in the west ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you see if you could book me a room in one that is moderately priced ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Which area would you prefer ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do not care , book it for 3 people and 5 nights starting from sunday ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Hamilton Lodge');(_:booking,ref,'6ZQBEZBT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "OK , you have a room booked at the Hamilton Lodge , ref#6ZQBEZBT . Is there anything else I can help you find today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,name,'jesus green outdoor pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Actually , yes . I am wanting to find out some information on the Jesus Green Outdoor Pool ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'between victoria road and the river');(_:result,name,'jesus green outdoor pool');(_:result,phone,'01223302579');(_:result,type,'Attraction'))",
"thank()"
],
"speaker": "system",
"text": "Sure ! The jesus green outdoor pool is located between victoria road and the river and the phone number is 01223302579 ."
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Ok that is all I need today . Thanks , good bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Okay glad I could help ."
}
] |
PMUL3025.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"ref",
"6ZQBEZBT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"jesus green outdoor pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Hamilton Lodge"
],
[
"_:booking",
"ref",
"6ZQBEZBT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"jesus green outdoor pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"between victoria road and the river"
],
[
"_:result",
"name",
"jesus green outdoor pool"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for King 's College . Do you happen to have information on it ?"
},
{
"id": 1,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,name,'Kings College');(_:result,phone,'01223331100');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure . Kings College is located in the centre area . Their phone number is 01223331100 . Is there any other information I can look up for you ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , you 've been very helpful ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "I can also book you a restaurant in the area , if you wish . I can also give you train information for your arrival or departure . Is there anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually yes , can you help me find a train to london liverpool street ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,day,'friday');(_:result,leave_at,'05:59');(_:result,leave_at,'13:59');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Sure trains leave today , friday starting at 05:59 and the last train leaves at 13:59 and every 2 hours in between"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you book me one from cambridge to london liverpool street on tuesday ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,day,'Tuesday');(_:result,leave_at,'05:59');(_:result,leave_at,'23:59');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , trains on Tuesday run from 05:59 to 23:59 , what time would you like to book ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'9:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm not sure . Which one will arrive by 9:45 ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,id,'TR3892');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR3892 will arrive by that time ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Book that for 3 people ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'09:27');(_:result,day,'Tuesday');(_:result,destination,'london liverpool street');(_:result,id,'TR4259');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I apologize for the confusion , it is TR4259 that will arrive at london liverpool street by 09:27 on Tuesday , does this suit you to book ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes that 's fine a booking for 3 please ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,day,'Tuesday');(_:booking,departure,'Cambridge');(_:booking,destination,'London Liverpool Street');(_:booking,id,'TR4259');(_:booking,leave_at,'05:59');(_:booking,people,'3');(_:booking,ref,'4B1VIZE1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have 3 seats booked on TR4259 departing Cambridge for London Liverpool Street on Tuesday at 05:59 , reference is 4B1VIZE1 . Is there anything more today ?"
},
{
"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 very welcome . I am happy I could assist ."
}
] |
MUL1967.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",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Kings College"
],
[
"_:result",
"phone",
"01223331100"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Kings College"
],
[
"_:result",
"phone",
"01223331100"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Kings College"
],
[
"_:result",
"phone",
"01223331100"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"day",
"friday"
],
[
"_:result",
"leave_at",
"05:59"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Kings College"
],
[
"_:result",
"phone",
"01223331100"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"leave_at",
"05:59"
],
[
"_:result",
"leave_at",
"23:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Kings College"
],
[
"_:result",
"phone",
"01223331100"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"leave_at",
"05:59"
],
[
"_:result",
"leave_at",
"23:59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:result",
"id",
"TR3892"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Kings College"
],
[
"_:result",
"phone",
"01223331100"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"leave_at",
"05:59"
],
[
"_:result",
"leave_at",
"23:59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:result",
"arrive_by",
"09:27"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"london liverpool street"
],
[
"_:result",
"id",
"TR4259"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Kings College"
],
[
"_:result",
"phone",
"01223331100"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"leave_at",
"05:59"
],
[
"_:result",
"leave_at",
"23:59"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"arrive_by",
"9:45"
],
[
"_:result",
"arrive_by",
"09:27"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"destination",
"london liverpool street"
],
[
"_:result",
"id",
"TR4259"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"departure",
"Cambridge"
],
[
"_:booking",
"destination",
"London Liverpool Street"
],
[
"_:booking",
"id",
"TR4259"
],
[
"_:booking",
"leave_at",
"05:59"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"4B1VIZE1"
],
[
"_: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,'peking restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you tell me more about the peking restaurant ? Thank you ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'10 Homerton Street City Centre');(_:result,area,'south');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "It is Chinese food in the south part of town , 10 Homerton Street City Centre"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'11:15');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! Can you book a table for 3 there ? We 'd like something at 11:15 on Wednesday , please ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'VA3VO5OM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : VA3VO5OM . What else can I assist you with today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to find a museum to to visit that is in the centre area of town ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'museums');(_:result,count,'11');(_:result,name,'castle galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The centre has 11 museums . I recommend castle galleries personally . It is free to enter ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds lovely . Could I get the phone number ?"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,phone,'01223307402');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , the phone number is 01223307402 . I can make a reservation if you would like ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Not right now . That 's all I need . Thank you"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our services ."
}
] |
PMUL2137.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"peking restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"peking restaurant"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"peking restaurant"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VA3VO5OM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"peking restaurant"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VA3VO5OM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"peking restaurant"
],
[
"_:result",
"address",
"10 Homerton Street City Centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"11:15"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"VA3VO5OM"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a guesthouse that has free wifi preferably in the centre . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Alexander Bed and Breakfast');(_:result,phone,'01223525725');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'll recommend Alexander Bed and Breakfast that is rated 4 stars . Their phone number is 01223525725"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book a room for me and send me the reference number please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "how long will your stay be ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "We are going to be staying for 2 nights beginning Saturday ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'd be happy to help with your request , but first I 'll need to know how many people will be staying ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There will be 7 people staying ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Alexander Bed and Breakfast');(_:booking,people,'7');(_:booking,ref,'D4MCY7TT');(_:booking,stay,'2');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have successfully booked 2 nights for 7 people at the Alexander Bed and Breakfast . Your reference number is D4MCY7TT . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you . We are also looking for an entertainment attraction in the centre ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,name,'Vue Cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Vue Cinema is in the centre area ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the postcode and entrance fee ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,entrance_fee,'not showing');(_:result,postcode,'cb11ps');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I 'm not showing a listed entrance fee . Their postcode is cb11ps ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'17:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great ! Can I book a taxi ? I need to leave the hotel by 17:30 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'blue Toyota');(_:result,phone,'07825644366');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Look for a blue Toyota and the contact number is 07825644366 . Will there be anything else I can assist you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I needed today . Thank you for you help . Have a great day ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thanks for using us ! Enjoy your trip !"
}
] |
PMUL2552.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"D4MCY7TT"
],
[
"_:booking",
"stay",
"2"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"D4MCY7TT"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"phone",
"01223525725"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"D4MCY7TT"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"entrance_fee",
"not showing"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"name",
"Alexander Bed and Breakfast"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"D4MCY7TT"
],
[
"_:booking",
"stay",
"2"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"entrance_fee",
"not showing"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"17:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue Toyota"
],
[
"_:result",
"phone",
"07825644366"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for an attraction in the centre that has multiple sports ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'old school');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "i recommend old school 01223332320"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'Old School');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Old School is the multiple sports attraction ? Great name . What 's the address ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Trinity Lane');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is Trinity Lane . Is there anything else I can help you with ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , can you help me find a cheap place to eat ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure thing what kind of food do you want ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'express by holiday inn cambridge');(_:search,type,'Hotel'))",
"request((_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Before we move on , may I get the postcode of Old School ? Also , I 'd like to find some information on hotel Express By Holiday Inn Cambridge rather than food ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,postcode,'cb21tt');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure thing ! It is cb21tt"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book for 2 people and 5 nights from monday"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'19IY1XE1');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've made those reservations and your reference number is 19IY1XE1 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,destination,'Old School');(_:search,type,'Attraction');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks , again . Finally , I need a taxi between the hotel and the Old School attraction , please ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Absolutely , what is the date and time you would like the taxi for ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,departure,'the hotel');(_:search,leave_at,'10:30');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "The same day , I want it to take me between the two places . I 'll need to leave the hotel by 10:30 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'black ford');(_:result,phone,'07004802042');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Booked your taxi , a black ford . Contact number will be 07004802042 ."
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Great , you 've handled all my needs for today ! Thanks a ton ! Bye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "It was my pleasure ! Bye until next time !"
}
] |
PMUL2660.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:result",
"name",
"old school"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"Old School"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:result",
"name",
"old school"
],
[
"_:search",
"name",
"Old School"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:result",
"name",
"old school"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:result",
"name",
"old school"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:result",
"name",
"old school"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"19IY1XE1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"Old School"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:result",
"name",
"old school"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"19IY1XE1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"Old School"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:result",
"name",
"old school"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Trinity Lane"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"name",
"express by holiday inn cambridge"
],
[
"_:result",
"postcode",
"cb21tt"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"19IY1XE1"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"Old School"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"10:30"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black ford"
],
[
"_:result",
"phone",
"07004802042"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for entertainment places in the centre of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I apologize there are currently no entertainment places in this area . I would be more than happen to look in another area or other attraction types ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a cinema ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,name,'Vue Cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , the Vue Cinema is in the center of town . Would you like their address or phone number ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes please , I would like the address , postcode , and phone number ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'grafton centre , east road');(_:result,phone,'08712240240');(_:result,postcode,'cb11ps');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is the grafton centre , east road . The phone number is 08712240240 . The postcode is cb11ps ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train that will go to Peterborough and leave on a Sunday . Can you locate one for me ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'38');(_:result,day,'Sunday');(_:result,destination,'peterborough');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 38 trains travelling to peterborough on Sunday . Could you be more specific on where you are departing from and when would you like to arrive ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,leave_at,'13:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should leave after 13:45 and should depart from cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'20');(_:result,type,'Train'))",
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have 20 trains that meet this criteria . Is there a particular time that you would like to arrive by ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'13:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "As early as possible , but still departing after 13:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'earliest');(_:result,arrive_by,'14:56');(_:result,leave_at,'14:06');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The earliest train would leave at 14:06 and arrive at 14:56 . Would you like me to make a reservation ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "That will work , can you please give me the train ID , price , and travel time ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,duration,'50 minutes');(_:result,id,'TR0283');(_:result,ticket,'13.20 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train ID is TR0283 , the price is 13.20 pounds and the travel time is 50 minutes ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you . That 's all I need today ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service . Have a wonderful day !"
}
] |
MUL0461.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"entertainment"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/32837946"
],
[
"_:search/32837946",
"category",
"entertainment"
],
[
"_:search/32837946",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/32837946"
],
[
"_:search/32837946",
"category",
"entertainment"
],
[
"_:search/32837946",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/32837946"
],
[
"_:search/32837946",
"category",
"entertainment"
],
[
"_:search/32837946",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/32837946"
],
[
"_:search/32837946",
"category",
"entertainment"
],
[
"_:search/32837946",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"count",
"38"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/32837946"
],
[
"_:search/32837946",
"category",
"entertainment"
],
[
"_:search/32837946",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"20"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/32837946"
],
[
"_:search/32837946",
"category",
"entertainment"
],
[
"_:search/32837946",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"20"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"arrive_by",
"14:56"
],
[
"_:result",
"leave_at",
"14:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/32837946"
],
[
"_:search/32837946",
"category",
"entertainment"
],
[
"_:search/32837946",
"type",
"Attraction"
],
[
"_:search",
"category",
"cinema"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"name",
"Vue Cinema"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:result",
"day",
"Sunday"
],
[
"_:result",
"destination",
"peterborough"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"20"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"13:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"earliest"
],
[
"_:result",
"arrive_by",
"14:56"
],
[
"_:result",
"leave_at",
"14:06"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"50 minutes"
],
[
"_:result",
"id",
"TR0283"
],
[
"_:result",
"ticket",
"13.20 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you help me find a train ? I am looking for that departs from Cambridge on Saturday ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,count,'202');(_:result,day,'Saturday');(_:result,departure,'Cambridge');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 202 trains leaving from Cambridge on Saturday . Can you give me a destination point so that I can narrow it down for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'birmingham new street');(_:search,leave_at,'14:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go to Birmingham New Street and the train should leave after 14:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR3735');(_:result,leave_at,'15:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR3735 leaves at 15:01 , will that suit you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That would be great . Can you get me 7 tickets on that train ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'KU1R7NQO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , you booking was successful , your confirmation number is KU1R7NQO ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Ok . Is that also the reference number ? Thanks ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,ticket,'420.56 GBP');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "That 's correct , the number I gave you was the reference number you 'll need . You 'll need to pay 420.56 GBP when you get to the station . Is there anything else ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay . Thank you very much ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that would be all . Thanks . Have a night day ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you . You have a night day as well ."
}
] |
SNG0260.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",
"count",
"202"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"id",
"TR3735"
],
[
"_:result",
"leave_at",
"15:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"id",
"TR3735"
],
[
"_:result",
"leave_at",
"15:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KU1R7NQO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"id",
"TR3735"
],
[
"_:result",
"leave_at",
"15:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KU1R7NQO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"ticket",
"420.56 GBP"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"count",
"202"
],
[
"_:result",
"day",
"Saturday"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"14:15"
],
[
"_:result",
"id",
"TR3735"
],
[
"_:result",
"leave_at",
"15:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"KU1R7NQO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:result",
"ticket",
"420.56 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,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hi , I 'm visiting the area and would like to find some local tourist attractions to the east of here ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Do you have any preferences ? We have museums , parks , pools , and a sports centre ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , could you please give me some information on parks , pools , and the sports centre ? I just need the address and cost of admission please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'cherry hinton hall');(_:result,address,'pool way , whitehill road');(_:result,entrance_fee,'free');(_:result,entrance_fee,'unknown');(_:result,name,'Abbey pool and astroturf pitch');(_:result,name,'cherry hinton water play');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Abbey pool and astroturf pitch at pool way , whitehill road with unknown entrance fee . The cherry hinton water play at cherry hinton hall , free entrance ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'cherry hinton water play');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Could I have the postcode for the cherry hinton water play , please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'cherry hinton water play');(_:result,postcode,'cb18dw');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , the postcode for cherry hinton water play is cb18dw . Do you need any more information ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also need a place to stay in the expensive price range . It needs free parking , wifi and a 4 star rating ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'Centre');(_:result,area,'West');(_:result,name,'Huntingdon Marriott Hotel');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is the Huntingdon Marriott Hotel in the West , and the University Arms Hotel in the Centre . Would you like to book either of these ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,day,'friday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Let 's go with the one in the Centre . I need 5 nights starting Friday for 2 people ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Friday');(_:booking,name,'University Arms Hotel');(_:booking,ref,'MVKDGLQD');(_:booking,stay,'five');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , great ! You are booked at the University Arms Hotel for five nights , starting Friday . Your reference number is : MVKDGLQD . Do you need the address or phone number ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope , I 'm all set today . Thank you for your help !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day ."
}
] |
MUL1053.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",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"cherry hinton hall"
],
[
"_:result",
"address",
"pool way , whitehill road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:result",
"name",
"Abbey pool and astroturf pitch"
],
[
"_:result",
"name",
"cherry hinton water play"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"cherry hinton water play"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"cherry hinton hall"
],
[
"_:result",
"address",
"pool way , whitehill road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:search",
"name",
"cherry hinton water play"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"cherry hinton water play"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"cherry hinton hall"
],
[
"_:result",
"address",
"pool way , whitehill road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:search",
"name",
"cherry hinton water play"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"address",
"cherry hinton hall"
],
[
"_:result",
"address",
"pool way , whitehill road"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"unknown"
],
[
"_:search",
"name",
"cherry hinton water play"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"postcode",
"cb18dw"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"Centre"
],
[
"_:result",
"area",
"West"
],
[
"_:result",
"name",
"Huntingdon Marriott Hotel"
],
[
"_:result",
"name",
"University Arms Hotel"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Friday"
],
[
"_:booking",
"name",
"University Arms Hotel"
],
[
"_:booking",
"ref",
"MVKDGLQD"
],
[
"_:booking",
"stay",
"five"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I 'm looking for hotels in the north area ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'north');(_:result,count,'13');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 13 hotels north of cambridge . What price range would you prefer ? Do you require internet or parking ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care about price range or parking , but I do require free WiFi ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'62 Gilbert Road');(_:result,name,'Avalon');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to book you a room at the Avalon on 62 Gilbert Road ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it to be a hotel , not a guesthouse ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'ashley hotel');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "How about the ashley hotel , it is in the north with a 2 star rating with free parking and internet . Would you like to reserve a room ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Not now . I would like to get the postcode , please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,'Ashley Hotel');(_:result,postcode,'cb41er');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Certainly , the postcode for the Ashley Hotel is cb41er . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I also need to find a train departing from Leicester ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I can certainly help you with that ! Can I assume you 're coming from Leicester to fair Cambridge ? What day and time would you like to travel ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , you 're right . I need to leave on Monday , and I need to arrive by 18:15 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR3173');(_:result,leave_at,'5:09');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I found TR3173 leaving at 5:09 would that work ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,arrive_by,'18:15');(_:search,people,'two');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can it get there by 18:15 ? And can you get tickets for two ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'06:54');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Your arrival time would be 06:54 would you like for me to find another train for you ?"
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , please . I 'd rather not be that early ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'17:54');(_:result,departure,'Leicester');(_:result,destination,'Cambridge');(_:result,id,'TR2985');(_:result,leave_at,'16:09');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Certainly ! TR2985 will depart Leicester at 16:09 and arrive in Cambridge at 17:54 . That one sounds like it 's better for your time frame ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Great , if you could book that one for 2 people and provide me with the reference number , I would appreciate it ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,day,'monday');(_:booking,id,'TR2985');(_:booking,ref,'730ZJ7M6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , I have booked the train for people on monday on TR2985 , your reference number is 730ZJ7M6 . Is there anything else I can do for you today ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "There is not . Thank you so much !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome and have a wonderful trip !"
}
] |
MUL0604.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotels"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"ashley hotel"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"day",
"monday"
],
[
"_: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",
"area",
"north"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR3173"
],
[
"_:result",
"leave_at",
"5:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"id",
"TR3173"
],
[
"_:result",
"leave_at",
"5:09"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"06:54"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"arrive_by",
"17:54"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2985"
],
[
"_:result",
"leave_at",
"16:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"18:15"
],
[
"_:result",
"arrive_by",
"17:54"
],
[
"_:result",
"departure",
"Leicester"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2985"
],
[
"_:result",
"leave_at",
"16:09"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"day",
"monday"
],
[
"_:booking",
"id",
"TR2985"
],
[
"_:booking",
"ref",
"730ZJ7M6"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,leave_at,'13:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello . I 'm leaving the city on Wednesday and need to find a train , but it must be after 13:00 . Can you help me book a ticket ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'over 100');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are over 100 different trains available , what destination do you have in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to go to cambridge from london liverpool street ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'1527');(_:result,leave_at,'13:59');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "there is a train at 13:59 that arrives by 1527"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'7');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds perfect . Can you book 7 seats for me ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'6KIWFNOU');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book the seats , reference number is 6KIWFNOU ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for a moderate priced restaurant in the area of west ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,food,'british');(_:result,food,'indian');(_:result,food,'italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you be interested in british , indian , or italian ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "It does n't matter ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,food,'italian');(_:result,name,'Prezzo');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is Prezzo which is an italian restaurant . would you like me to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'20:00');(_:search,people,'same group of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure , for the same group of people on the same day at 20:00 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,duration,'20:00');(_:booking,name,'Prezzo');(_:booking,people,'7');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have you booked for 7 people on Wednesday at 20:00 at Prezzo ."
},
{
"id": 12,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need the reference number ."
},
{
"id": 13,
"rdf-acts": [
"canthelp((_:booking,ref,'I0V2JZIC');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I apologize . Your reference number is I0V2JZIC . Is there anything else I can assist you with ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you , that should be all ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Welcome . Have a lovely day ."
}
] |
MUL1471.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"amount",
"over 100"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"amount",
"over 100"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1527"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"amount",
"over 100"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1527"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"6KIWFNOU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"day",
"wednesday"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"amount",
"over 100"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1527"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:search",
"people",
"7"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"6KIWFNOU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"indian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"amount",
"over 100"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1527"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"6KIWFNOU"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"amount",
"over 100"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1527"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"6KIWFNOU"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"20:00"
],
[
"_:booking",
"name",
"Prezzo"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"amount",
"over 100"
],
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"1527"
],
[
"_:result",
"leave_at",
"13:59"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"6KIWFNOU"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"Prezzo"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"20:00"
],
[
"_:booking",
"name",
"Prezzo"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/f6ffdede"
],
[
"_:booking/f6ffdede",
"ref",
"I0V2JZIC"
],
[
"_:booking/f6ffdede",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for an upscale hotel ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Gonville hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Gonville hotel is in the expensive price range ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need the hotel to be in the west part of the city and have free parking please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'the only');(_:result,area,'west');(_:result,name,'Huntington Marriott Hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Huntington Marriott Hotel is the only expensive hotel in the west ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "If it has free parking , I would like to book it for wednesday please ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many days and how many people ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'two');(_:search,stay,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I get it for three nights . There will be two of us ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I can not reserve a room at that time , perhaps another hotel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes something else in the same price range please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'only 1');(_:result,area,'west');(_:result,category,'hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is only 1 hotel in the area of west that is expensive . Would you like me search a different area ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,*);(_:search,pricerange,'same price range');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any area is fine , just in the same price range is what matters to me ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,name,'Gonville Hotel in the city center');(_:booking,ref,'TSJA02XZ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay . I booked you into the Gonville Hotel in the city center and your reference number is TSJA02XZ ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can do for you today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . That was all I needed ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you using the Cambridge TownInfo service , and enjoy your stay in our city !"
}
] |
SSNG0276.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Gonville hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"amount",
"the only"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"canthelp",
"_:booking/79d17116"
],
[
"_:booking/79d17116",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"canthelp",
"_:booking/79d17116"
],
[
"_:booking/79d17116",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"only 1"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"canthelp",
"_:booking/79d17116"
],
[
"_:booking/79d17116",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"only 1"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Gonville Hotel in the city center"
],
[
"_:booking",
"ref",
"TSJA02XZ"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"name",
"Huntington Marriott Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"two"
],
[
"_:search",
"stay",
"three"
],
[
"_:system",
"canthelp",
"_:booking/79d17116"
],
[
"_:booking/79d17116",
"type",
"Booking"
],
[
"_:result",
"amount",
"only 1"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"*"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Gonville Hotel in the city center"
],
[
"_:booking",
"ref",
"TSJA02XZ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'modern european');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to find a restaurant that is moderately prices and serves modern european food ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'152 - 154 Hills Road');(_:result,name,'alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend the restaurant alimentum at 152 - 154 Hills Road ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'19:00');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to book a table for 2 people at 19:00 on sunday ."
},
{
"id": 3,
"rdf-acts": [],
"speaker": "system",
"text": "Have you made the reservation ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "No I would like you to make the reservation for me please ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I could n't find an available table for you . Would you like to find another restaurant ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'modern european');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I guess that would be fine , I really want modern european food . Could you make sure it is in the same area and price range ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunatly , I can not find anything available given your parameters ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a place to dine , does not matter what type , in the moderate price range ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'yippee noodle bar');(_:booking,ref,'UCWKFIS4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book yippee noodle bar , reference number is UCWKFIS4 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your time . I appreciate it ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can help you with today ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be it . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay . Enjoy your dinner ."
}
] |
SSNG0031.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/f05c757b"
],
[
"_:booking/f05c757b",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"modern european"
],
[
"_:search",
"pricerange",
"same area and price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/f05c757b"
],
[
"_:booking/f05c757b",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"modern european"
],
[
"_:system",
"canthelp",
"_:search/e6d4cd56"
],
[
"_:search/e6d4cd56",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/f05c757b"
],
[
"_:booking/f05c757b",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"modern european"
],
[
"_:system",
"canthelp",
"_:search/e6d4cd56"
],
[
"_:search/e6d4cd56",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"yippee noodle bar"
],
[
"_:booking",
"ref",
"UCWKFIS4"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:00"
],
[
"_:search",
"people",
"2"
],
[
"_:system",
"canthelp",
"_:booking/f05c757b"
],
[
"_:booking/f05c757b",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"modern european"
],
[
"_:system",
"canthelp",
"_:search/e6d4cd56"
],
[
"_:search/e6d4cd56",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"name",
"yippee noodle bar"
],
[
"_:booking",
"ref",
"UCWKFIS4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I want a moderately priced restaurant located in the south part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'south');(_:result,name,'Pizza hut cherry hinton');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza hut cherry hinton is in the south part of town and in the moderate price range . Would you like their location ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "address and postcode please"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'G4 Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,postcode,'7 d.y.');(_:result,postcode,'C.B 1');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Their address is G4 Cambridge Leisure Park Clifton Way Cherry Hinton and their postcode is C.B 1 , 7 D.Y. Is there anything else I can do for you today ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you , goodbye ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "enjoy your meal !"
}
] |
WOZ20556.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Pizza hut cherry hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"name",
"Pizza hut cherry hinton"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"G4 Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"postcode",
"7 d.y."
],
[
"_:result",
"postcode",
"C.B 1"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm traveling to cambridge and I need a train that leaves on friday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be coming from , and what time would you like to depart from there ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'15:15');(_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'd like to get on the train at London Kings Cross and arrive in Cambridge by 15:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,arrive_by,'14:08');(_:result,departure,'Kings Cross');(_:result,id,'TR4748');(_:result,leave_at,'13:17');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR4748 leaves Kings Cross at 13:17 and arrives at 14:08 . Will that work ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That sounds perfect ! Can I purchase 3 tickets on that train , please ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'3');(_:booking,ref,'BDJACGOT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok , 3 tickets are booked ! Your reference number is BDJACGOT . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would also like a place to eat near the centre area . Can you assist me with that ?"
},
{
"id": 7,
"rdf-acts": [
"thank()",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "of course ! i have many options for you in that area ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What I 'd really like is Spanish food . What are my choices ?"
},
{
"id": 9,
"rdf-acts": [],
"speaker": "system",
"text": "There are two different place : La Tasca and La Raza . La Tasca is moderately price and La Raza is cheap ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'19:15');(_:search,name,'la raza');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "La Raza sounds great . Can I book a table for 3 on Friday at 19:15 ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'KDXKRQCD');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "It is booked ! Your reference number is : KDXKRQCD . Can I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that 's it ! Thank you for your help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Glad to have been of assistance . Thank you for using our service , have a great day !"
}
] |
PMUL0771.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",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"departure",
"Kings Cross"
],
[
"_:result",
"id",
"TR4748"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"departure",
"Kings Cross"
],
[
"_:result",
"id",
"TR4748"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"BDJACGOT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"departure",
"Kings Cross"
],
[
"_:result",
"id",
"TR4748"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"BDJACGOT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"departure",
"Kings Cross"
],
[
"_:result",
"id",
"TR4748"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"BDJACGOT"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"name",
"la raza"
],
[
"_: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",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"15:15"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"14:08"
],
[
"_:result",
"departure",
"Kings Cross"
],
[
"_:result",
"id",
"TR4748"
],
[
"_:result",
"leave_at",
"13:17"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"3"
],
[
"_:search",
"area",
"centre"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"name",
"la raza"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"KDXKRQCD"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'canapes');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant that serves canapes in the east ."
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'east');(_:search,food,'canapes');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately there are no restaurants serving canapes in the east ."
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Ah , well , too bad . In that case I think that 'll be everything that I needed . Thanks and have a good day !"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Are you sure ? I can find other options in other parts of town ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about italian food ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'italian');(_:result,name,'pizza hut fen ditton');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is the pizza hut fen ditton in the east serving italian food ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'16:15');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great ! Please book a table for 6 at 16:15 on Saturday"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,duration,'that time slot');(_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry , but no tables are available for that time slot . Would you like to change the time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'15:15');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 15:15 then ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'QW8JZWZK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table is booked . Your reference number is QW8JZWZK . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great . Thank you for your help today . That is all ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Thank you for contacting Cambridge Towninfo Centre ."
}
] |
SNG0529.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"canapes"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"canapes"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/a1fad76b"
],
[
"_:search/a1fad76b",
"area",
"east"
],
[
"_:search/a1fad76b",
"food",
"canapes"
],
[
"_:search/a1fad76b",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a1fad76b"
],
[
"_:search/a1fad76b",
"area",
"east"
],
[
"_:search/a1fad76b",
"food",
"canapes"
],
[
"_:search/a1fad76b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a1fad76b"
],
[
"_:search/a1fad76b",
"area",
"east"
],
[
"_:search/a1fad76b",
"food",
"canapes"
],
[
"_:search/a1fad76b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"16:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a1fad76b"
],
[
"_:search/a1fad76b",
"area",
"east"
],
[
"_:search/a1fad76b",
"food",
"canapes"
],
[
"_:search/a1fad76b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/2a2ed579"
],
[
"_:booking/2a2ed579",
"duration",
"that time slot"
],
[
"_:booking/2a2ed579",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a1fad76b"
],
[
"_:search/a1fad76b",
"area",
"east"
],
[
"_:search/a1fad76b",
"food",
"canapes"
],
[
"_:search/a1fad76b",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"pizza hut fen ditton"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"canthelp",
"_:booking/2a2ed579"
],
[
"_:booking/2a2ed579",
"duration",
"that time slot"
],
[
"_:booking/2a2ed579",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"duration",
"15:15"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"QW8JZWZK"
],
[
"_: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": "Hello , I 'm looking for places to go in town when I visit Cambridge . What kind of entertainment attractions are there available in the centre ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'center');(_:search,category,'entertainment');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are n't any entertainment attractions in the center area ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'swimming pool');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a swimming pool in centre ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'Gonville Place');(_:result,area,'centre');(_:result,name,'Parkside Pools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Yes , Parkside Pools is in the centre of town , on Gonville Place ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "How much is admissoin ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'Unfortunately my system is not showing an entrance fee but I can give you their phone number so you can call and inquire');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately my system is not showing an entrance fee but I can give you their phone number so you can call and inquire ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , please - the phone number and postcode ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223446100');(_:result,postcode,'cb11ly');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Okay . The phone number is 01223446100 and the post code is cb11ly . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,name,'alpha - milton guest house');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i also want to book a stay at alpha - milton guest house . i want to book for 3 people and 2 nights starting from wednesday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'OPFPJHUK');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "it has been booked . reference number is OPFPJHUK ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much you have been a big help ."
},
{
"id": 11,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "No problem . Enjoy you stay ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank I will ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Bye now !"
}
] |
PMUL2963.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": [
[
"_:system",
"canthelp",
"_:search/8ecd7425"
],
[
"_:search/8ecd7425",
"area",
"center"
],
[
"_:search/8ecd7425",
"category",
"entertainment"
],
[
"_:search/8ecd7425",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8ecd7425"
],
[
"_:search/8ecd7425",
"area",
"center"
],
[
"_:search/8ecd7425",
"category",
"entertainment"
],
[
"_:search/8ecd7425",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8ecd7425"
],
[
"_:search/8ecd7425",
"area",
"center"
],
[
"_:search/8ecd7425",
"category",
"entertainment"
],
[
"_:search/8ecd7425",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"entrance_fee",
"Unfortunately my system is not showing an entrance fee but I can give you their phone number so you can call and inquire"
],
[
"_: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/8ecd7425"
],
[
"_:search/8ecd7425",
"area",
"center"
],
[
"_:search/8ecd7425",
"category",
"entertainment"
],
[
"_:search/8ecd7425",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"entrance_fee",
"Unfortunately my system is not showing an entrance fee but I can give you their phone number so you can call and inquire"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8ecd7425"
],
[
"_:search/8ecd7425",
"area",
"center"
],
[
"_:search/8ecd7425",
"category",
"entertainment"
],
[
"_:search/8ecd7425",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"entrance_fee",
"Unfortunately my system is not showing an entrance fee but I can give you their phone number so you can call and inquire"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"OPFPJHUK"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/8ecd7425"
],
[
"_:search/8ecd7425",
"area",
"center"
],
[
"_:search/8ecd7425",
"category",
"entertainment"
],
[
"_:search/8ecd7425",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"swimming pool"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"entrance_fee",
"Unfortunately my system is not showing an entrance fee but I can give you their phone number so you can call and inquire"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223446100"
],
[
"_:result",
"postcode",
"cb11ly"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"name",
"alpha - milton guest house"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"OPFPJHUK"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to find a moderately priced hotel to stay in that includes free parking . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many options in this price range ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are any of the options guesthouses with 4 stars ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'9');(_:result,name,'Warkworth house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 9 in the area . I recommend the Warkworth house ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book that one for 4 nights starting on Wednesday ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can do that , but first , can you confirm how many guests will be staying ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'20:30');(_:search,day,'sunday');(_:search,people,'one');(_:search,type,'Hotel');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes there will be one guest . I will need the hotel reference number . I also need a train that arrives by 20:30 and leaves on sunday"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'5JGRH1VH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have made those reservations . Your reference number is 5JGRH1VH ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'20:30');(_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thanks ! I also need a train from Cambridge to Peterborough on Sunday . I need to arrive at or just before 20:30 ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time do you need to depart ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "i do n't care , just as long as i 'm there by 20:30"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to leave ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,leave_at,'17:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will need to leave by 17:00 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'17:56');(_:result,id,'TR5473');(_:result,leave_at,'17:06');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "I have train TR5473 leaving at 17:06 and arriving at 17:56 ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Great , that will work for me . I need 1 ticket please and the reference number ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'H6XOK6U4');(_:booking,ticket,'13.2 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful the reference number is H6XOK6U4 . The fee is 13.2 GBP payable at the station . Is there anything else I can help with today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need , thanks so much for all of your help ! Have a great day !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "thank you for using our service . goodbye ."
}
] |
PMUL1553.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"5JGRH1VH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"5JGRH1VH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"one"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"5JGRH1VH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"ref",
"5JGRH1VH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:result",
"arrive_by",
"17:56"
],
[
"_:result",
"id",
"TR5473"
],
[
"_:result",
"leave_at",
"17:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_: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_parking",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"count",
"9"
],
[
"_:result",
"name",
"Warkworth house"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"arrive_by",
"20:30"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"17:00"
],
[
"_:result",
"arrive_by",
"17:56"
],
[
"_:result",
"id",
"TR5473"
],
[
"_:result",
"leave_at",
"17:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"H6XOK6U4"
],
[
"_:booking",
"ticket",
"13.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": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for an expensive restaurant in the west ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'about 9');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have about 9 different options for you . What type of food would you like to dine on ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would prefer Caribbean food"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'Caribbean');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm so sorry , but we do n't have any Caribbean restaurants in that area . Would you like a different type of food ? Or I could check a different area ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'indian');(_:search,type,'Restaurant'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Do you show any Indian restaurants in that area ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'5');(_:result,name,'cocum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes I have 5 in that area . I would like to suggest cocum . Would you like to make reservations ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'19:15');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "That sounds great . There will be 6 of us on Sunday for dinner . Say , 19:15 ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'cocum');(_:booking,ref,'1CQ2UX5F');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great ! Your table at cocum is booked . Your reference number is 1CQ2UX5F . Do you need help with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , I 'd also like to visit a museum ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 23 museums in Cambridge . Would you like to visit a museum near your restaurant in the west ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "You can just choose the one you like best please and then tell me its postcode and area"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'west');(_:result,name,'Cafe jello gallery');(_:result,postcode,'cb30af');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Cafe jello gallery is in the west area . The post code is cb30af . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No that will be all thank you"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You are most welcome , enjoy your visit !"
}
] |
PMUL2303.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"caribbean"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/10797426"
],
[
"_:search/10797426",
"food",
"Caribbean"
],
[
"_:search/10797426",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 9"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/10797426"
],
[
"_:search/10797426",
"food",
"Caribbean"
],
[
"_:search/10797426",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 9"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/10797426"
],
[
"_:search/10797426",
"food",
"Caribbean"
],
[
"_:search/10797426",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:result",
"area",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"cocum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"cocum"
],
[
"_:booking",
"ref",
"1CQ2UX5F"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 9"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/10797426"
],
[
"_:search/10797426",
"food",
"Caribbean"
],
[
"_:search/10797426",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"cocum"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"cocum"
],
[
"_:booking",
"ref",
"1CQ2UX5F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"amount",
"about 9"
],
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/10797426"
],
[
"_:search/10797426",
"food",
"Caribbean"
],
[
"_:search/10797426",
"type",
"Restaurant"
],
[
"_:search",
"food",
"indian"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"6"
],
[
"_:booking",
"name",
"cocum"
],
[
"_:booking",
"ref",
"1CQ2UX5F"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"Cafe jello gallery"
],
[
"_:result",
"postcode",
"cb30af"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,stars,'3-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm looking for a 3-star lodging with free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,has_internet,'none');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 5 locations with a 3 star rating that offer free wifi , do you prefer a particular area or price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to be in the west"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'hobsons house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The hobsons house is available in that area ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds like it will work . Can I book that for 3 nights starting Wednesday ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,people,'one');(_:booking,ref,'Q81KT0VN');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've booked you a one person stay for 3 nights starting on Wednesday . Your reference number is : Q81KT0VN ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,food,'afternoon tea');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also am looking for somewhere to get afternoon tea ."
},
{
"id": 7,
"rdf-acts": [
"select((_:result,food,'British');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you be interested in a British restaurant then ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Let 's try a Chinese restaurant instead ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'quite a few');(_:result,food,'Chinese');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are quite a few Chinese restaurants . Are you you looking for one in the west , like your hotel ? Any price range in mind ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'15:45');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No I 'm not too picky . You can just select one for me and then please book a table for 8 people on wednesday at 15:45"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Wednesday');(_:booking,duration,'15:45');(_:booking,name,'Yu Garden');(_:booking,people,'8');(_:booking,ref,'FPL31KWN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking at the Yu Garden on Wednesday at 15:45 for a party of 8 is confirmed . Your Reference number is : FPL31KWN . Can I help you wroth anything further ?"
},
{
"id": 12,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's all for today ! Thanks a ton . Bye !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you have a wonderful meal ."
}
] |
PMUL0268.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"Q81KT0VN"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"afternoon tea"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:search",
"area",
"west"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"Q81KT0VN"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"people",
"one"
],
[
"_:booking",
"ref",
"Q81KT0VN"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15: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",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"stay",
"3"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"15:45"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"15:45"
],
[
"_:booking",
"name",
"Yu Garden"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"FPL31KWN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'southern');(_:search,pricerange,'mid price');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you find a restaurant for me that is southern and is in the mid price range ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Pizza hut cherry hinton');(_:result,name,'Restaurant Alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I found Pizza hut cherry hinton and Restaurant Alimentum for you ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'hungarian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Does either one serve Hungarian food ? I 'd like Hungarian food ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'Hungarian');(_:result,food,'italian');(_:result,food,'modern european');(_:result,name,'Pizza hut cherry hinton');(_:result,name,'restaurant alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Unfortunately there are no Hungarian restaurants in the area . Pizza hut cherry hinton serves italian and restaurant alimentum serves modern european if those interest you ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'restaurant alimentum');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "restaurant alimentum sounds interesting . Could you give me more information about this location ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'152 - 154 Hills Road');(_:result,name,'Restaurant Alimentum');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Restaurant Alimentum is moderately priced . They are located at 152 - 154 Hills Road . Would you like me to make a reservation for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like a table for 2 on Wednesday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What time would you like the reservation to be for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'13:30');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to dine at 13:30 and I also need the reference number ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'13:30');(_:booking,ref,'X1UVXL1X');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You reservation is made for 13:30 and your reference number is X1UVXL1X . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'dontcare');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I also am looking for a place to stay , it will need to be on the east side and have free parking , I do n't need internet ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,area,'east');(_:result,category,'guesthouses');(_:result,has_parking,'none');(_:result,name,'allenbell');(_:result,name,'autumn house');(_:result,name,'carolina bed and breakfast');(_:result,name,'leverton house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Sure on the east side with free parking how about allenbell , autumn house , carolina bed and breakfast , or leverton house all guesthouses ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Any of those could work . You decide ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'autumn house');(_:result,type,'Hotel'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Let 's choose autumn house . Do you have a preference for a time of day and for how long ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure , i want 3 nights starting Wednesday please ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,name,'Autumn House');(_:booking,ref,'RDXXH6Q8');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Alright , your room has been booked at the Autumn House for 3 nights starting on Wednesday . Your reference number is RDXXH6Q8 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for all your help . That sounds perfect ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are quite welcome . Please enjoy your stay in Cambridge !"
}
] |
MUL0059.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"southern"
],
[
"_:search",
"pricerange",
"mid price"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"southern"
],
[
"_:search",
"pricerange",
"mid price"
],
[
"_:result",
"name",
"Pizza hut cherry hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"hungarian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"southern"
],
[
"_:search",
"pricerange",
"mid price"
],
[
"_:search",
"food",
"hungarian"
],
[
"_:system",
"canthelp",
"_:search/e2a18b03"
],
[
"_:search/e2a18b03",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Hungarian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"Pizza hut cherry hinton"
],
[
"_:result",
"name",
"restaurant alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"southern"
],
[
"_:search",
"pricerange",
"mid price"
],
[
"_:search",
"food",
"hungarian"
],
[
"_:system",
"canthelp",
"_:search/e2a18b03"
],
[
"_:search/e2a18b03",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Hungarian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"southern"
],
[
"_:search",
"pricerange",
"mid price"
],
[
"_:search",
"food",
"hungarian"
],
[
"_:system",
"canthelp",
"_:search/e2a18b03"
],
[
"_:search/e2a18b03",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Hungarian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"mid price"
],
[
"_:search",
"food",
"hungarian"
],
[
"_:system",
"canthelp",
"_:search/e2a18b03"
],
[
"_:search/e2a18b03",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Hungarian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"13:30"
],
[
"_:booking",
"ref",
"X1UVXL1X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"mid price"
],
[
"_:search",
"food",
"hungarian"
],
[
"_:system",
"canthelp",
"_:search/e2a18b03"
],
[
"_:search/e2a18b03",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Hungarian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"13:30"
],
[
"_:booking",
"ref",
"X1UVXL1X"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"name",
"carolina bed and breakfast"
],
[
"_:result",
"name",
"leverton house"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"mid price"
],
[
"_:search",
"food",
"hungarian"
],
[
"_:system",
"canthelp",
"_:search/e2a18b03"
],
[
"_:search/e2a18b03",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Hungarian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"X1UVXL1X"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"mid price"
],
[
"_:search",
"food",
"hungarian"
],
[
"_:system",
"canthelp",
"_:search/e2a18b03"
],
[
"_:search/e2a18b03",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Hungarian"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"152 - 154 Hills Road"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"duration",
"13:30"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"name",
"Autumn House"
],
[
"_:booking",
"ref",
"RDXXH6Q8"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'zero');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a zero star hotel in Cambridge with wifi ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,count,'1');(_:result,name,'cityroomz');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There is one hotel with your criteria . cityroomz in the centre . It is moderately priced . Would you like me to book it for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "No , I actually need it in the north part of town ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I have no hotels that match what you want in the north area"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,has_internet,'yes');(_:search,name,'Cityroomz');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I guess the Cityroomz in the centre would be fine then . Does it include free wifi ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , it includes wifi"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,people,'8');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can we book it for 8 people starting saturday ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many days will you be staying ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'll be there for 5 nights ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'U87HN6I5');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was sucessful ! Your reference number is U87HN6I5 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'italian');(_:search,pricerange,'inexpensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm also looking for an inexpensive Italian restaurant in the same area ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have the Da Vinci Pizzeria . It 's a cheap restaurant in the north . Would you like me to help you reserve a table ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'14:30');(_:search,people,'same amount of people');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please . For the same amount of people on the same day at 14:30 ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'saturday');(_:booking,duration,'14:30');(_:booking,name,'da vinci pizzeria');(_:booking,people,'8');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all set for saturday at da vinci pizzeria at 14:30 for 8 people . Is there anything else I can help you with ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there a reference number for the Pizzeria reservation ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'98842');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "yes your reference number is 98842 , is there anything else I can help you with today ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that 's all I needed . Thanks and bye !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Well , you 're welcome ! And you have a great day !"
}
] |
MUL1280.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"zero"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/aeba027a"
],
[
"_:search/aeba027a",
"area",
"north"
],
[
"_:search/aeba027a",
"category",
"hotels"
],
[
"_:search/aeba027a",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Cityroomz"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/aeba027a"
],
[
"_:search/aeba027a",
"area",
"north"
],
[
"_:search/aeba027a",
"category",
"hotels"
],
[
"_:search/aeba027a",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Cityroomz"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/aeba027a"
],
[
"_:search/aeba027a",
"area",
"north"
],
[
"_:search/aeba027a",
"category",
"hotels"
],
[
"_:search/aeba027a",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Cityroomz"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:result",
"name",
"cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"canthelp",
"_:search/aeba027a"
],
[
"_:search/aeba027a",
"area",
"north"
],
[
"_:search/aeba027a",
"category",
"hotels"
],
[
"_:search/aeba027a",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Cityroomz"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"people",
"8"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"U87HN6I5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:system",
"canthelp",
"_:search/aeba027a"
],
[
"_:search/aeba027a",
"area",
"north"
],
[
"_:search/aeba027a",
"category",
"hotels"
],
[
"_:search/aeba027a",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Cityroomz"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"U87HN6I5"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"same amount of people"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:system",
"canthelp",
"_:search/aeba027a"
],
[
"_:search/aeba027a",
"area",
"north"
],
[
"_:search/aeba027a",
"category",
"hotels"
],
[
"_:search/aeba027a",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Cityroomz"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:booking",
"ref",
"U87HN6I5"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"same amount of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"saturday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"name",
"da vinci pizzeria"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"zero"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"count",
"1"
],
[
"_:system",
"canthelp",
"_:search/aeba027a"
],
[
"_:search/aeba027a",
"area",
"north"
],
[
"_:search/aeba027a",
"category",
"hotels"
],
[
"_:search/aeba027a",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"name",
"Cityroomz"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"inexpensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"da vinci pizzeria"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"14:30"
],
[
"_:search",
"people",
"same amount of people"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"saturday"
],
[
"_:booking",
"duration",
"14:30"
],
[
"_:booking",
"name",
"da vinci pizzeria"
],
[
"_:booking",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"98842"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay in the centre of cambridge with free wifi ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,area,'Cambridge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many places located in Cambridge that meet your criteria . Do you mind narrowing your search preferences ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I need a hotel in the East and 2 stars with free wifi ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The express by holiday inn cambridge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The express by holiday inn cambridge is the only options fitting your preferences . Would you like me to reserve a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'one');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i would like to book it 3 nights for one person starting on Thursday"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Thursday');(_:booking,name,'Express by Holiday Inn');(_:booking,ref,'LEHR9ZYQ');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are booked for Express by Holiday Inn for 3 nights starting Thursday night . Your reference number is LEHR9ZYQ . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Are there any multiple sports attractions in the centre area ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))",
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Unfortunately , no . Are there any other attractions you are interested in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Oh no , ok . What about a college ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,amount,'few');(_:result,category,'colleges');(_:result,type,'Attraction'))",
"request((_:search,entrance_fee,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "There are more than a few colleges in that area - would you like to avoid the ones with entrance fees ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sure . Could you give me the postcode and phone number of a free one ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"saint andrew 's street\");(_:result,name,'Emmanuel college');(_:result,phone,'01223334200');(_:result,postcode,'cb23ap');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Emmanuel college is located at saint andrew 's street , postcode cb23ap , phone 01223334200 . Can I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,category,'hotel');(_:search,departure,'the attraction');(_:search,leave_at,'19:15');(_:search,type,'Attraction');(_:search,type,'Hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great can I also get a taxi between the hotel and emmanuel college ? I want to leave the attraction by 19:15 please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'19:15');(_:result,car,'grey Lexus');(_:result,departure,'Emmanuel College');(_:result,phone,'07103614017');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I 've successfully booked a taxi leaving Emmanuel College at 19:15 -- it 'll be a grey Lexus . The contact number is 07103614017 if you have any issues ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great that 's all I needed today , thank you ."
},
{
"id": 15,
"rdf-acts": [
"bye()"
],
"speaker": "system",
"text": "Thank you for using our service . Have all of your needs been met today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes thank you so much ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , if you need anything else , just contact us we are always happy to help ."
}
] |
MUL1090.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The express by holiday inn cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The express by holiday inn cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Express by Holiday Inn"
],
[
"_:booking",
"ref",
"LEHR9ZYQ"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The express by holiday inn cambridge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Express by Holiday Inn"
],
[
"_:booking",
"ref",
"LEHR9ZYQ"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/103c6d53"
],
[
"_:search/103c6d53",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The express by holiday inn cambridge"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Express by Holiday Inn"
],
[
"_:booking",
"ref",
"LEHR9ZYQ"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/103c6d53"
],
[
"_:search/103c6d53",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"few"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Express by Holiday Inn"
],
[
"_:booking",
"ref",
"LEHR9ZYQ"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/103c6d53"
],
[
"_:search/103c6d53",
"type",
"Attraction"
],
[
"_:result",
"amount",
"few"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Emmanuel college"
],
[
"_:result",
"phone",
"01223334200"
],
[
"_:result",
"postcode",
"cb23ap"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Express by Holiday Inn"
],
[
"_:booking",
"ref",
"LEHR9ZYQ"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/103c6d53"
],
[
"_:search/103c6d53",
"type",
"Attraction"
],
[
"_:result",
"amount",
"few"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Emmanuel college"
],
[
"_:result",
"postcode",
"cb23ap"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"19:15"
],
[
"_:result",
"car",
"grey Lexus"
],
[
"_:result",
"departure",
"Emmanuel College"
],
[
"_:result",
"phone",
"07103614017"
],
[
"_: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": [
[
"_:result",
"area",
"Cambridge"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"one"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Express by Holiday Inn"
],
[
"_:booking",
"ref",
"LEHR9ZYQ"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/103c6d53"
],
[
"_:search/103c6d53",
"type",
"Attraction"
],
[
"_:result",
"amount",
"few"
],
[
"_:result",
"category",
"colleges"
],
[
"_:search",
"entrance_fee",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"name",
"Emmanuel college"
],
[
"_:result",
"postcode",
"cb23ap"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"departure",
"the attraction"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"arrive_by",
"19:15"
],
[
"_:result",
"car",
"grey Lexus"
],
[
"_:result",
"departure",
"Emmanuel College"
],
[
"_:result",
"phone",
"07103614017"
],
[
"_:result",
"type",
"Taxi"
],
[
"_: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,'west');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for attractions in west Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,category,'colleges and museums');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have colleges and museums here . Do you have a preference ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No not really . Just something historical to see ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'WEST');(_:result,name,'the museum of classical archaeology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "You may enjoy the museum of classical archaeology located in the west part of town . Would you like more information ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , may I please get their address , postcode and phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'sidgwich avenue');(_:result,category,'museum');(_:result,phone,'01223335153');(_:result,postcode,'cb39da');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "No problem . The museum is located on sidgwich avenue . The postalcode is cb39da , and the phone number is 01223335153 . Can I help you with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great , I also need a train to leicester and traveling on friday ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Alright , let 's see what I have for you . Can you tell me what time you would like to leave or arrive by ? That will help us narrow one down ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,arrive_by,'21:45');(_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should arrive by 21:45 in Leicester . You can tell me which departure from Cambridge is best for that time ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'21:06');(_:result,id,'TR1233');(_:result,leave_at,'19:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR1233 leaves at 19:21 and arrives by 21:06 , would that work ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes what would the price be ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR1233');(_:result,ticket,'37.80 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The price per ticket on TR1233 is 37.80 pounds . Do you want me to book a seat for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , not at this time , thank you for your help ."
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You 're welcome have a great day"
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "You too , goodbye ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo centre . Please consider us for your future travel needs ."
}
] |
MUL1990.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges and museums"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"colleges and museums"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"WEST"
],
[
"_:result",
"name",
"the museum of classical archaeology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"WEST"
],
[
"_:result",
"name",
"the museum of classical archaeology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"sidgwich avenue"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:result",
"postcode",
"cb39da"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"WEST"
],
[
"_:result",
"name",
"the museum of classical archaeology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"sidgwich avenue"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:result",
"postcode",
"cb39da"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"WEST"
],
[
"_:result",
"name",
"the museum of classical archaeology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"sidgwich avenue"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:result",
"postcode",
"cb39da"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"21:06"
],
[
"_:result",
"id",
"TR1233"
],
[
"_:result",
"leave_at",
"19:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"WEST"
],
[
"_:result",
"name",
"the museum of classical archaeology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"sidgwich avenue"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:result",
"postcode",
"cb39da"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"21:06"
],
[
"_:result",
"leave_at",
"19:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR1233"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:result",
"area",
"WEST"
],
[
"_:result",
"name",
"the museum of classical archaeology"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"sidgwich avenue"
],
[
"_:result",
"category",
"museum"
],
[
"_:result",
"phone",
"01223335153"
],
[
"_:result",
"postcode",
"cb39da"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"21:45"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"21:06"
],
[
"_:result",
"leave_at",
"19:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"TR1233"
],
[
"_:result",
"ticket",
"37.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_: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,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I am trying to find a restaurant serving Italian cuisine , something expensive please . What would you suggest ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,name,'stazione restaurant and coffee bar');(_:result,phone,'01223352607');(_:result,postcode,'cb23nj');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "i suggest stazione restaurant and coffee bar \t italian \t centre \t expensive \t 01223352607 \t cb23nj \t Market Hill City Centre"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What area is that in please ? The format you sent that in is very confusing ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "That is in the centre of the city ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay thank you for the help ."
},
{
"id": 5,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Thanks for using our services . Can I help with anything else ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No that was all , goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Have a great day ."
}
] |
SNG02067.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_:result",
"phone",
"01223352607"
],
[
"_:result",
"postcode",
"cb23nj"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"area",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_:result",
"phone",
"01223352607"
],
[
"_:result",
"postcode",
"cb23nj"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"name",
"stazione restaurant and coffee bar"
],
[
"_:result",
"phone",
"01223352607"
],
[
"_:result",
"postcode",
"cb23nj"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'african');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant in the centre that serves african food ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'100 Mill Road City Centre');(_:result,food,'african');(_:result,name,'The bedouin');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The bedouin serves african food at 100 Mill Road City Centre . Would you like to make a booking ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a restaurant in the expensive price range please ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Bedouin is expensive . Would you like to book there ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'19:45');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes . I want to book a table for 3 people on Tuesday at 19:45 ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "That time slot is unavailable . Is there another time slot you want to book ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,duration,'18:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you try 18:45 instead ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,day,'Tuesday');(_:booking,duration,'18:45');(_:booking,people,'3');(_:booking,ref,'IE3WWFDN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table has been reserved at for 3 at 18:45 on Tuesday . The reference number is IE3WWFDN ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much . Have a great day ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome . Thanks for contacting the Cambridge TownInfo Centre and have a great day !"
}
] |
SNG0561.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"100 Mill Road City Centre"
],
[
"_:result",
"food",
"african"
],
[
"_:result",
"name",
"The bedouin"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"100 Mill Road City Centre"
],
[
"_:result",
"food",
"african"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"19:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"100 Mill Road City Centre"
],
[
"_:result",
"food",
"african"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/126d5319"
],
[
"_:booking/126d5319",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"african"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"100 Mill Road City Centre"
],
[
"_:result",
"food",
"african"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Bedouin"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"canthelp",
"_:booking/126d5319"
],
[
"_:booking/126d5319",
"type",
"Booking"
],
[
"_:search",
"duration",
"18:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"Tuesday"
],
[
"_:booking",
"duration",
"18:45"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"IE3WWFDN"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train to cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Alright , what day are you looking to travel ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to travel this Sunday , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Okay , and what time do you want to leave ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'19:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to leave after 19:15 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,type,'Train'))",
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I have several trains that meet that criteria , where are you departing from ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving london kings cross ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,departure,'london kings cross');(_:booking,id,'TR1681');(_:booking,leave_at,'19:17');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR1681 will be departing london kings cross at 19:17 , would you like to reserve a seat ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , thank you . Can you book it for 3 people and provide the reference number for me ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'AM5KZM91');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There we go , all set . The reference number is AM5KZM91 ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Marvelous . I am all set to go now . Thank you for your help . Goodbye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for contacting Cambridge TownInfo centre . Have a nice day !"
}
] |
SNG01925.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",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"departure",
"london kings cross"
],
[
"_:booking",
"id",
"TR1681"
],
[
"_:booking",
"leave_at",
"19:17"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"19:15"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"departure",
"london kings cross"
],
[
"_:booking",
"id",
"TR1681"
],
[
"_:booking",
"leave_at",
"19:17"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"AM5KZM91"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to get a train ticket for friday please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where will you be departing from and traveling to ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,leave_at,'13:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to get to Cambridge from Broxbourne and I 'd like to leave after 13:15 ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,leave_at,'13:32');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes I have a train that leaves at 13:32 . Will that do ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes . Please book for 1 person ."
},
{
"id": 5,
"rdf-acts": [],
"speaker": "system",
"text": "Will you be needing the reference number ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , if I could please get the reference number ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Reference number is : IVX6L3KV . Can I help with anything else ?"
}
] |
PMUL3640.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"leave_at",
"13:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"13:15"
],
[
"_:result",
"leave_at",
"13:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'holy trinity church');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for a place called the holy trinity church ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'market street');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is located in market street ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,area,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get information on area and entrance fee ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'Holy Trinity Church');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The Holy Trinity Church is in the centre of town and the entrance fee is free ! Want more information ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,destination,'Bishops Storthford');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you tell me what trains go to Bishops Storthford and leave on Saturday ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'ten');(_:result,leave_at,'every two hours starting at 05:29');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "We have ten trains every two hours starting at 05:29 , any time preference ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'11:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need it to depart after 11:15 ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "TR0121 departs at 15.29 would you like me to book it"
}
] |
PMUL1200.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"
],
[
"_:result",
"address",
"market street"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:result",
"address",
"market street"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"Bishops Storthford"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"holy trinity church"
],
[
"_:result",
"address",
"market street"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Holy Trinity Church"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"destination",
"Bishops Storthford"
],
[
"_:result",
"amount",
"ten"
],
[
"_:result",
"leave_at",
"every two hours starting at 05:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"11:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am in center area and need a moderately priced restaurant please ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'King Street');(_:result,food,'asian oriental');(_:result,name,'Yippee noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yippee noodle bar on King Street meets your requirements if you want asian oriental cuisine ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'european');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually I 'd like european food , please ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,food,'european');(_:result,food,'modern european');(_:result,type,'Restaurant'))",
"inform((_:result,count,'4');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have 4 options for you . Would you prefer european or modern european ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'13:45');(_:search,food,'European');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "European , please . I want a table for 3 people at 13:45 on Saturday ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'The galleria');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The galleria meets your needs . Would you like me to book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , and can I get a reference number ?"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,name,'Galleria');(_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Unfortunately the Galleria does not have any openings at that time . Would you like to try a different day or time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,duration,'12:45');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you try 12:45 ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,duration,'12:45');(_:booking,people,'three');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book a table for three at 12:45 ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you give me the reference number for that please ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,ref,'MU055FG9');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , the reference number is MU055FG9 . Can I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I also need a hotel . It should be moderately priced , include free wifi and be in the centre of town ."
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,has_internet,'none');(_:result,name,'Cityroomz');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have Cityroomz in the center that is moderately priced and offers free wifi . Would you like to book that ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,category,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you tell me what type of hotel this is please ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,pricerange,'moderately priced');(_:result,stars,'no');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is a moderately priced hotel in the city 's centre . No stars ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I get it 's postcode ?"
},
{
"id": 17,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,phone,'01223304050');(_:result,postcode,'CB12TZ');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It 's located in Postcode CB12TZ . They can be reached at 01223304050 if you have more questions . Would you like to book a room ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,arrive_by,'12:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "No that 's all the info I needed I need a taxi between the hotel and restaurant though to get me there by 12:45 ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,car,'yellow audi');(_:result,phone,'07525058220');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I was able to book a yellow audi . The contact number is 07525058220 ."
},
{
"id": 20,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay , thank you , that 's all I need ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
MUL0070.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"King Street"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"Yippee noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"european"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"King Street"
],
[
"_:result",
"name",
"Yippee noodle bar"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"food",
"European"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"King Street"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"13:45"
],
[
"_:search",
"food",
"European"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"The galleria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"King Street"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"food",
"European"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The galleria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/b85e0ede"
],
[
"_:booking/b85e0ede",
"name",
"Galleria"
],
[
"_:booking/b85e0ede",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"address",
"King Street"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"food",
"European"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The galleria"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"canthelp",
"_:booking/b85e0ede"
],
[
"_:booking/b85e0ede",
"name",
"Galleria"
],
[
"_:booking/b85e0ede",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"duration",
"12:45"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"King Street"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"food",
"European"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"The galleria"
],
[
"_:system",
"canthelp",
"_:booking/b85e0ede"
],
[
"_:booking/b85e0ede",
"name",
"Galleria"
],
[
"_:booking/b85e0ede",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"duration",
"12:45"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"MU055FG9"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_: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",
"address",
"King Street"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"food",
"European"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/b85e0ede"
],
[
"_:booking/b85e0ede",
"name",
"Galleria"
],
[
"_:booking/b85e0ede",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"duration",
"12:45"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"MU055FG9"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"King Street"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"food",
"European"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/b85e0ede"
],
[
"_:booking/b85e0ede",
"name",
"Galleria"
],
[
"_:booking/b85e0ede",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"duration",
"12:45"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"MU055FG9"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"no"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"King Street"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"food",
"European"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/b85e0ede"
],
[
"_:booking/b85e0ede",
"name",
"Galleria"
],
[
"_:booking/b85e0ede",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"duration",
"12:45"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"MU055FG9"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"no"
],
[
"_:result",
"phone",
"01223304050"
],
[
"_:result",
"postcode",
"CB12TZ"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"King Street"
],
[
"_:result",
"food",
"european"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"food",
"European"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/b85e0ede"
],
[
"_:booking/b85e0ede",
"name",
"Galleria"
],
[
"_:booking/b85e0ede",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"12:45"
],
[
"_:booking",
"duration",
"12:45"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"ref",
"MU055FG9"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Cityroomz"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"no"
],
[
"_:result",
"postcode",
"CB12TZ"
],
[
"_:search",
"arrive_by",
"12:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow audi"
],
[
"_:result",
"phone",
"07525058220"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'clowns cafe');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a taxi from clowns cafe ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Ok . What is your destination ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,destination,'clowns cafe');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Clowns cafe , please ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Will you be going to the cafe or leaving from the cafe ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'primavera');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I will be leaving from there and going to primavera"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , what time do you want to leave ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,leave_at,'22:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to leave around 22:00 please and thank you ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,car,'red audi');(_:result,phone,'07337294462');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Alright . I have you booked for a red audi and the contact number is 07337294462 . Anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "This is all I need . Thank you so very much ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great time !"
}
] |
SNG01426.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"clowns cafe"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"clowns cafe"
],
[
"_:search",
"destination",
"clowns cafe"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"primavera"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"primavera"
],
[
"_:search",
"leave_at",
"22:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"primavera"
],
[
"_:search",
"leave_at",
"22:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red audi"
],
[
"_:result",
"phone",
"07337294462"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'southern');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant , in the moderate price range , in the southern part of town ."
},
{
"id": 1,
"rdf-acts": [
"select((_:result,amount,'one of these');(_:result,type,'Restaurant'))",
"inform((_:result,name,'Pizza Hut Cherry Hinton');(_:result,name,'Restaurant Alimentum');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Pizza Hut Cherry Hinton and Restaurant Alimentum both meet your criteria . Would you like a table at one of these ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'16:30');(_:search,name,'restaurant alimentum');(_:search,people,'8');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Restaurant Alimentum for 8 people on Wednesday at 16:30 ? That would be good ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'6NOL39Q9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful . Reference number 6NOL39Q9 . Can I help you with anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I also need a place to stay . I would prefer a guesthouse . That 's the only thing that really matters ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'24');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are 24 guesthouses . Would you like to narrow this down by price range , area , star rating , or amenities ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'dontcare');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I specifically want free parking and do n't mind if there is no Internet ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'21');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "That narrows it down to 21 places . Is there a price range , area , or star rating you 're looking for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about a place with free parking and free wifi ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'acorn guest house');(_:result,name,'alexander bed and breakfast');(_:result,name,'allenbell');(_:result,name,'archway house');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Certainly , acorn guest house , alexander bed and breakfast , allenbell , and archway house are all four star rated ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Great I need 8 people for 3 nights starting wednesday ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,day,'wednesday');(_:booking,name,'allenbell guesthouse 517a');(_:booking,people,'8');(_:booking,ref,'1E099Y11');(_:booking,stay,'three');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,address,'517a coldham lane');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "OK , I 've booked you at the allenbell guesthouse 517a coldham lane for three nights starting wednesday for 8 guests . Your reference number is 1E099Y11 . Is there anything else ?"
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Is this acceptable ? Is there anything else I can help you with ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Will you be needing further assistance today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No . Thank you that is all I needed ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Your welcome ! Have a good day ! Goodbye ."
}
] |
MUL0065.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"southern"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"southern"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"one of these"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"southern"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"one of these"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6NOL39Q9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"one of these"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6NOL39Q9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"24"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"one of these"
],
[
"_:result",
"name",
"Pizza Hut Cherry Hinton"
],
[
"_:result",
"name",
"Restaurant Alimentum"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:search",
"people",
"8"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6NOL39Q9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"one of these"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6NOL39Q9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"one of these"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"wednesday"
],
[
"_:booking",
"name",
"allenbell guesthouse 517a"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"1E099Y11"
],
[
"_:booking",
"stay",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"one of these"
],
[
"_:search",
"duration",
"16:30"
],
[
"_:search",
"name",
"restaurant alimentum"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"21"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"name",
"acorn guest house"
],
[
"_:result",
"name",
"alexander bed and breakfast"
],
[
"_:result",
"name",
"allenbell"
],
[
"_:result",
"name",
"archway house"
],
[
"_:result",
"stars",
"four"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"wednesday"
],
[
"_:booking",
"name",
"allenbell guesthouse 517a"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"1E099Y11"
],
[
"_:booking",
"stay",
"three"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"517a coldham lane"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_: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,name,'meghna');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am looking for a restaurant named Meghna ."
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,food,'Indian');(_:result,name,'Meghna');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Meghna has Indian cuisine and is found on the west end . Can I make a reservation for you ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Restaurant');(_:result,type,'Train'))",
"inform((_:search,name,'Meghna');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the price range for Meghna ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Meghna is in the moderate price range . Is there anything else I can do for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need a train leaving Cambridge ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure ! First , I need to know your destination and what day you want to travel ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'norwich');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Heading to Norwich on Tuesday"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,amount,'several');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains that day , is there a certain time you 'd like to leave by ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'15:16');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave after 15:16"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,day,'Tuesday');(_:result,id,'TR6524');(_:result,leave_at,'15:36');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR6524 leaves at 15:36 on Tuesday . Would you like me to book that for you ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,duration,?);(_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Restaurant');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No , but I would like the price , arrival time , and travel time , please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'16:55');(_:result,duration,'79 minutes');(_:result,ticket,'17.60 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The price is 17.60 pounds and you would arrive by 16:55 . The total travel time is 79 minutes ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for all the information ! That 's all I 'll need today , thanks again ."
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "welcome to cambridge"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thanks and i look forward to my stay"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "am sure you will enjoy"
}
] |
PMUL4660.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"meghna"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"name",
"Meghna"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"name",
"Meghna"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"name",
"Meghna"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"name",
"Meghna"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"15:16"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"ticket",
"?"
],
[
"_:search",
"name",
"Meghna"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"15:16"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR6524"
],
[
"_:result",
"leave_at",
"15:36"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"name",
"Meghna"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"15:16"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR6524"
],
[
"_:result",
"leave_at",
"15:36"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"food",
"Indian"
],
[
"_:search",
"name",
"Meghna"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Meghna"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"norwich"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"leave_at",
"15:16"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"day",
"Tuesday"
],
[
"_:result",
"id",
"TR6524"
],
[
"_:result",
"leave_at",
"15:36"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"arrive_by",
"16:55"
],
[
"_:result",
"duration",
"79 minutes"
],
[
"_:result",
"ticket",
"17.60 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a cheap restaurant in the north part of town ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,name,'Charlie Chan');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about Charlie Chan ? It is cheap and delicious ."
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Is there anything else ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,food,'Indian');(_:result,food,'Italian');(_:result,name,'Da Vinci Pizzeria');(_:result,name,'Royal Spice');(_:result,type,'Restaurant'))",
"reqmore()",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is Royal Spice if you like Indian and Da Vinci Pizzeria if you like Italian . Would you like more info on either of those ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please ."
},
{
"id": 5,
"rdf-acts": [
"select((_:result,name,'Da Vinci Pizzeria');(_:result,name,'Royal spice');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "For which would you like more information , the Royal spice , or the Da Vinci Pizzeria ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,name,\"Da Vinci Pizzeria 's\");(_:result,name,\"Royal Spice 's\");(_:result,phone,'01223 351707');(_:result,phone,'01733 553355');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Royal Spice 's phone number is 01733 553355 , and Da Vinci Pizzeria 's is 01223 351707 ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the postcode ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,postcode,'1 U.J.');(_:result,postcode,'C.B 2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode is C.B 2 , 1 U.J."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the price range ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are in the cheap price range ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for choosing our system . Good bye"
}
] |
WOZ20185.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Charlie Chan"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"name",
"Royal Spice"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Da Vinci Pizzeria"
],
[
"_:result",
"name",
"Royal spice"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Da Vinci Pizzeria 's"
],
[
"_:result",
"name",
"Royal Spice 's"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Da Vinci Pizzeria 's"
],
[
"_:result",
"name",
"Royal Spice 's"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"postcode",
"1 U.J."
],
[
"_:result",
"postcode",
"C.B 2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Da Vinci Pizzeria 's"
],
[
"_:result",
"name",
"Royal Spice 's"
],
[
"_:result",
"phone",
"01223 351707"
],
[
"_:result",
"phone",
"01733 553355"
],
[
"_:result",
"postcode",
"1 U.J."
],
[
"_:result",
"postcode",
"C.B 2"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need help finding a 4 star hotel"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'several');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have several listed is there a particular area you would like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "no , but I need free parking and wifi ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'Cambridge');(_:result,category,'hotels');(_:result,count,'19');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 19 hotels in Cambridge that fit those requirements . Do you have a price range in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,pricerange,'moderately');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "nah , I just need it for 4 nights starting from wednesday . maybe look at moderately priced hotels ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many of you will be staying there ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "1 person , plese ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'Acorns Guesthouse');(_:booking,ref,'QQ2N4M7W');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I have you booked at the Acorns Guesthouse the reference number is QQ2N4M7W . Can I help you with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'jamaican');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I 'm looking for a jamaican restaurant that is moderately priced ."
},
{
"id": 9,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry , I could n't find any restaurants that fit that criteria ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there one in the centre of town maybe ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,area,'cambridge');(_:search,food,'Jamaican');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sorry to tell you this but we actually have no Jamaican restaurants in cambridge . Maybe you would prefer another type of food"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any Spanish restaurants available ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,count,'2');(_:result,food,'spanish');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are two spanish restaurants . Would you like more information ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , please . I would like its address and postal code ."
},
{
"id": 15,
"rdf-acts": [
"select((_:result,address,'14 - 16 Bridge Street');(_:result,address,'4 - 6 Rose Crescent');(_:result,name,'La Raza');(_:result,name,'La Tasca');(_:result,postcode,'CB21UF');(_:result,postcode,'CB23LL');(_:result,type,'Restaurant'))",
"offer((_:booking,type,'Booking'))",
"inform((_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La Tasca is at 14 - 16 Bridge Street , CB21UF . La Raza is at 4 - 6 Rose Crescent , CB23LL . Would you like a reservation at one of them ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,duration,'12:30');(_:search,name,'la tasca');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "La Tasca sounds interesting , can you book a table for my group at 12:30 ?"
},
{
"id": 17,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people are in your group ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm sorry , I forgot some of my friends could n't make it . It will just be myself , and I need the reservation for Wednesday ."
},
{
"id": 19,
"rdf-acts": [
"inform((_:booking,day,'Wednesday');(_:booking,duration,'12:30');(_:booking,name,'La Tasca');(_:booking,ref,'F8VGULKB');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , you 're all set with a reservation at La Tasca on Wednesday at 12:30 ! The reference number is F8VGULKB ."
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "i also need a taxi to commute between the two places"
},
{
"id": 21,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like to leave or arrive ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,arrive_by,'12:30');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would want to be able to arrive to the restaurant by the time booked , 12:30 !"
},
{
"id": 23,
"rdf-acts": [
"inform((_:result,car,'red tesla');(_:result,leave_at,'12:15');(_:result,phone,'07079296786');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "O booked you at 12:15 to give you extra time , look for a red tesla , they cbr at \t 07079296786 , any other questions ?"
},
{
"id": 24,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all I need , thank you , goodbye !"
},
{
"id": 25,
"rdf-acts": null,
"speaker": "system",
"text": "Goodbye and thank you for using our service !"
}
] |
PMUL3216.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"name",
"Acorns Guesthouse"
],
[
"_:booking",
"ref",
"QQ2N4M7W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"name",
"Acorns Guesthouse"
],
[
"_:booking",
"ref",
"QQ2N4M7W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"jamaican"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/daf4f52e"
],
[
"_:search/daf4f52e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"19"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"name",
"Acorns Guesthouse"
],
[
"_:booking",
"ref",
"QQ2N4M7W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/daf4f52e"
],
[
"_:search/daf4f52e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0e0b2a05"
],
[
"_:search/0e0b2a05",
"area",
"cambridge"
],
[
"_:search/0e0b2a05",
"food",
"Jamaican"
],
[
"_:search/0e0b2a05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"name",
"Acorns Guesthouse"
],
[
"_:booking",
"ref",
"QQ2N4M7W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/daf4f52e"
],
[
"_:search/daf4f52e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0e0b2a05"
],
[
"_:search/0e0b2a05",
"area",
"cambridge"
],
[
"_:search/0e0b2a05",
"food",
"Jamaican"
],
[
"_:search/0e0b2a05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"stay",
"4"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"name",
"Acorns Guesthouse"
],
[
"_:booking",
"ref",
"QQ2N4M7W"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/daf4f52e"
],
[
"_:search/daf4f52e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0e0b2a05"
],
[
"_:search/0e0b2a05",
"area",
"cambridge"
],
[
"_:search/0e0b2a05",
"food",
"Jamaican"
],
[
"_:search/0e0b2a05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"address",
"14 - 16 Bridge Street"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:result",
"postcode",
"CB21UF"
],
[
"_:result",
"postcode",
"CB23LL"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"name",
"la tasca"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"people",
"1"
],
[
"_:booking",
"name",
"Acorns Guesthouse"
],
[
"_:booking",
"ref",
"QQ2N4M7W"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/daf4f52e"
],
[
"_:search/daf4f52e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0e0b2a05"
],
[
"_:search/0e0b2a05",
"area",
"cambridge"
],
[
"_:search/0e0b2a05",
"food",
"Jamaican"
],
[
"_:search/0e0b2a05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"address",
"14 - 16 Bridge Street"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:result",
"postcode",
"CB21UF"
],
[
"_:result",
"postcode",
"CB23LL"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"name",
"la tasca"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/daf4f52e"
],
[
"_:search/daf4f52e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0e0b2a05"
],
[
"_:search/0e0b2a05",
"area",
"cambridge"
],
[
"_:search/0e0b2a05",
"food",
"Jamaican"
],
[
"_:search/0e0b2a05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"address",
"14 - 16 Bridge Street"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:result",
"postcode",
"CB21UF"
],
[
"_:result",
"postcode",
"CB23LL"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"name",
"la tasca"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:booking",
"name",
"La Tasca"
],
[
"_:booking",
"ref",
"F8VGULKB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/daf4f52e"
],
[
"_:search/daf4f52e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0e0b2a05"
],
[
"_:search/0e0b2a05",
"area",
"cambridge"
],
[
"_:search/0e0b2a05",
"food",
"Jamaican"
],
[
"_:search/0e0b2a05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"address",
"14 - 16 Bridge Street"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:result",
"postcode",
"CB21UF"
],
[
"_:result",
"postcode",
"CB23LL"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"name",
"la tasca"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:booking",
"name",
"La Tasca"
],
[
"_:booking",
"ref",
"F8VGULKB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"Cambridge"
],
[
"_:result",
"category",
"hotels"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/daf4f52e"
],
[
"_:search/daf4f52e",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:system",
"canthelp",
"_:search/0e0b2a05"
],
[
"_:search/0e0b2a05",
"area",
"cambridge"
],
[
"_:search/0e0b2a05",
"food",
"Jamaican"
],
[
"_:search/0e0b2a05",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"food",
"spanish"
],
[
"_:result",
"address",
"14 - 16 Bridge Street"
],
[
"_:result",
"address",
"4 - 6 Rose Crescent"
],
[
"_:result",
"name",
"La Raza"
],
[
"_:result",
"name",
"La Tasca"
],
[
"_:result",
"postcode",
"CB21UF"
],
[
"_:result",
"postcode",
"CB23LL"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"name",
"la tasca"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:booking",
"day",
"Wednesday"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:booking",
"name",
"La Tasca"
],
[
"_:booking",
"ref",
"F8VGULKB"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"12:30"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"red tesla"
],
[
"_:result",
"leave_at",
"12:15"
],
[
"_:result",
"phone",
"07079296786"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,stars,'3-star');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I want to find a moderately priced place to stay that has at least a 3-star rating"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "which side of town do you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Any area is okay as long as the hotel includes free parking . I do n't need internet ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Bridge guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Bridge guest house \t has all that you need , would you like to book that ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'1');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "yes please book it for 1"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "What day would you like ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "3 days and get me phone number , postcode , and address please"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I will need the day you plan on arriving ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually I am do n't need to book a room just yet but can you provide the phone number , postcode , and address ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'151 Hills Road');(_:result,phone,'01223247942');(_:result,postcode,'cb28rj');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "All right , sure . The postal code is cb28rj and the address is 151 Hills Road . Their phone number is 01223247942 . Anything else ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,food,'molecular gastronomy');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I am also looking for a Molecular gastronomy place to eat , moderate price ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,food,'molecular gastronomy');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm very sorry there are no results for a molecular gastronomy restaurant . Would you like to try for another type of cuisine ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Oh , that 's too bad . How about international food ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Varsity Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'd recommend The Varsity Restaurant . Would you like to book a table ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , but first I just want to make sure this is in the centre area of town ."
},
{
"id": 15,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))",
"inform((_:result,area,'City Centre');(_:result,name,'Varsity Restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Varsity Restaurant is in City Centre , what time and date would you like your reservation ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'15:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'd like it to be on Monday at 15:30 . It will be for 3 people ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:booking,ref,'U3AQT6OR');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ok . I was able to reserve a table . Your reference number is U3AQT6OR ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need , thanks so much for all of your help ! Have a great day !"
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome . Enjoy you stay . Good bye ."
}
] |
PMUL3066.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"Bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Bridge guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Bridge guest house"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"151 Hills Road"
],
[
"_:result",
"phone",
"01223247942"
],
[
"_:result",
"postcode",
"cb28rj"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"molecular gastronomy"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"name",
"Bridge guest house"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"151 Hills Road"
],
[
"_:result",
"phone",
"01223247942"
],
[
"_:result",
"postcode",
"cb28rj"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/e2d6fa87"
],
[
"_:search/e2d6fa87",
"food",
"molecular gastronomy"
],
[
"_:search/e2d6fa87",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"151 Hills Road"
],
[
"_:result",
"phone",
"01223247942"
],
[
"_:result",
"postcode",
"cb28rj"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/e2d6fa87"
],
[
"_:search/e2d6fa87",
"food",
"molecular gastronomy"
],
[
"_:search/e2d6fa87",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"151 Hills Road"
],
[
"_:result",
"phone",
"01223247942"
],
[
"_:result",
"postcode",
"cb28rj"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/e2d6fa87"
],
[
"_:search/e2d6fa87",
"food",
"molecular gastronomy"
],
[
"_:search/e2d6fa87",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"stars",
"3-star"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"151 Hills Road"
],
[
"_:result",
"phone",
"01223247942"
],
[
"_:result",
"postcode",
"cb28rj"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/e2d6fa87"
],
[
"_:search/e2d6fa87",
"food",
"molecular gastronomy"
],
[
"_:search/e2d6fa87",
"type",
"Restaurant"
],
[
"_:search",
"food",
"international"
],
[
"_:search",
"area",
"centre"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:result",
"area",
"City Centre"
],
[
"_:result",
"name",
"Varsity Restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"U3AQT6OR"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'hakka');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant named hakka"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,food,'chinese');(_:result,name,'The hakka');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The hakka is a chinese restaurant in the north area . Would you like to make a booking today ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'12:15');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I make a book a table for 7 people on thursday at 12:15 ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "I apologize but I was not able to book you for the restaurant . Would you like for me to find you another restaurant ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there another restaurant in the same area that is in the same price range ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'north');(_:result,food,'asian oriental cuisine');(_:result,name,'Saigon City');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Saigon City is also in the expensive price range and on the north side of town . They have asian oriental cuisine . Shall we try there ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))",
"inform((_:search,day,'thursday');(_:search,duration,'12:15');(_:search,people,'7');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes please for 7 people at 12:15 on thursday please . I will need the reference number too"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,day,'Thursday');(_:booking,duration,'12:15');(_:booking,people,'7');(_:booking,ref,'KLOFPFUM');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked a reservation at 12:15 for 7 people on Thursday . The reference number is KLOFPFUM . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's perfect . Thank you so much ."
},
{
"id": 9,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank you for using our system !"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a nice day , good bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "If there is anything else , do n't hesitate to contact us again . Good bye ."
}
] |
SSNG0012.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hakka"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hakka"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"The hakka"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hakka"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"name",
"The hakka"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"7"
],
[
"_:system",
"canthelp",
"_:booking/9f67f51d"
],
[
"_:booking/9f67f51d",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hakka"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:booking/9f67f51d"
],
[
"_:booking/9f67f51d",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental cuisine"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hakka"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/9f67f51d"
],
[
"_:booking/9f67f51d",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental cuisine"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"KLOFPFUM"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"hakka"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:system",
"canthelp",
"_:booking/9f67f51d"
],
[
"_:booking/9f67f51d",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"asian oriental cuisine"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:15"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"duration",
"12:15"
],
[
"_:booking",
"people",
"7"
],
[
"_:booking",
"ref",
"KLOFPFUM"
],
[
"_: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,day,'monday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "am looking for a train . The train should leave on monday and should depart from cambridge ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains available . Do you have a specific day or time in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,leave_at,'12:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to travel on Monday after 12:00 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What is your destination ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want to go to leicester ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'next train after 12:00');(_:result,leave_at,'12:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The next train after 12:00 leaves at 12:21 . Would you like to purchase tickets for that train or is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'd just like the travel time and train ID for that one please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,duration,'105 minutes');(_:result,leave_at,'12:21');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "12:21 and time is 105 minutes . May I hemp with anything else ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , can you please tell me the train ID that departs at 12:21 ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,duration,'105 minutes');(_:result,id,'TR4096');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "My apologies , the ID is TR4096 and the duration is 105 minutes . Is there anything else that I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all for now . Thank you so much for the information ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're quite welcome . Have a safe trip . Goodbye ."
}
] |
SNG1339.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"next train after 12:00"
],
[
"_:result",
"leave_at",
"12:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"duration",
"?"
],
[
"_:result",
"id",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"next train after 12:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"leave_at",
"12:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"12:00"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"amount",
"next train after 12:00"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"leave_at",
"12:21"
],
[
"_:result",
"duration",
"105 minutes"
],
[
"_:result",
"id",
"TR4096"
],
[
"_: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,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I want to go to a theatre . Do you have any suggestions for one in town ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , should I book you a ticket at cambridge arts theatre ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))",
"inform((_:search,category,'theatre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes . But could you also get the address of the theatre for me ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"6 Saint Edward 's Passage\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure , no problem they are located at 6 Saint Edward 's Passage . Is there anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,leave_at,'12:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes I am also looking for a train that leaves on Tuesday after 12:15 . Can you help ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you give me a departure and arrival station ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am going to Cambridge and need to leave from Bishops Stortford ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,count,'6');(_:result,type,'Train'))",
"select((_:result,leave_at,'13:29');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "There are 6 trains . Would you like to leave at 13:29 ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes . May I have the price , travel and arrival time please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'14:07');(_:result,duration,'38 minutes');(_:result,leave_at,'13:29');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The train leaves at 13:29 , arrives by 14:07 , a total time of 38 minutes , and costs 10.10 pounds ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you very much . You have been very helpful ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Goodbye ."
}
] |
MUL0434.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"theatre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Saint Edward 's Passage"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Saint Edward 's Passage"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Saint Edward 's Passage"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"theatre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"6 Saint Edward 's Passage"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"departure",
"bishops stortford"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"ticket",
"10.10 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I am planning a trip in Cambridge"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Great ! What can i help you find ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "place to stay a hotel should have a star of 4 in the West and cheap"
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,amount,'only');(_:result,name,'Cambridge Belfry');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Cambridge Belfry is the only place that matches all of your criteria . Would you like to reserve a room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm not sure yet . Does it have free parking ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It does have free parking and wifi ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Ok , let 's get rooms for 7 people for 5 nights . I 'll need it from Monday please ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'C505YX1I');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful and the reference number is C505YX1I . Is there anything else I can do for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , I need a train on Tuesday going to Birmingham New Street . Can you find me one ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))",
"inform((_:result,departure,'Cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Absolutely , What time would you like to leave ? And , I assume you will be leaving from Cambridge ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'14:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should arrive by 14:15"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Ok there is one leaving earlier i will book it for and send you the infomation"
}
] |
PMUL3716.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"C505YX1I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"amount",
"only"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"C505YX1I"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"arrive_by",
"14:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need an italian place in the moderate price range to eat at ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have 5 options available that meet that criteria . Is there a specific area you would like ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , I like you to tell me all 5 options , than I will decide !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "OK , there are two Pizza Huts , two Pizza Expresses , and a Prezzo ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are any of those options located in the centre of town ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,amount,'both Pizza Express');(_:result,area,'centre');(_:result,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "Yes , both Pizza Express locations are in the centre . Would you like more information ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Choose one of them for me and let me know the phone number , address , and postcode please ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'pizza express Regent Street City Centre');(_:result,phone,'01223324033');(_:result,postcode,'cb21db');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , pizza express Regent Street City Centre cb21db , 01223324033 . Would you like to book a table there ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area of town');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'll think about it , thank you . Could you reccommend a few attractions in the same area of town ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,entrance_fee,'2 pounds');(_:result,entrance_fee,'free');(_:result,name,'All Saints Church');(_:result,name,\"Great Saint Mary 's Church\");(_:result,postcode,'cb23pq');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "In the centre are the All Saints Church postcode cb58bs , the entrance is free . Also , the Great Saint Mary 's Church postcode cb23pq entrance fee 2 pounds ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'all saints church');(_:search,destination,'pizza express');(_:search,leave_at,'21:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Please book a taxi between All Saints Church and pizza express , I 'd like to leave the church by 21:45 ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'grey bmw');(_:result,phone,'07950726501');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay your contact number is 07950726501 \n Your car is a grey bmw ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay that 's all I need for now . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Thank you for using our services !"
}
] |
MUL2391.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"both Pizza Express"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"amount",
"both Pizza Express"
],
[
"_:result",
"area",
"centre"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"name",
"pizza express Regent Street City Centre"
],
[
"_:result",
"phone",
"01223324033"
],
[
"_:result",
"postcode",
"cb21db"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"same area of town"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"amount",
"both Pizza Express"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223324033"
],
[
"_:search",
"area",
"same area of town"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"all saints church"
],
[
"_:search",
"destination",
"pizza express"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"amount",
"both Pizza Express"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area of town"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"All Saints Church"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"postcode",
"cb58bs"
],
[
"_:search",
"departure",
"all saints church"
],
[
"_:search",
"destination",
"pizza express"
],
[
"_:search",
"leave_at",
"21:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey bmw"
],
[
"_:result",
"phone",
"07950726501"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'a and b guest house');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need more on a hotel called a and b guest house ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'hotel');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , they are a 4 star rated hotel in the east aide , pricing is moderate ."
},
{
"id": 2,
"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": 3,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "no parking but you can park your vehicle nearby"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would also like to find a restaurant ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like the restaurant in the East as well ? Were you looking for any price range of style of cuisine ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'steakhouse');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a restaurant in the centre , preferably a steakhouse in the cheap price range ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,area,'anywhere');(_:search,food,'steakhouse');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "We do n't have a match for you . In general , you 'll be hard pressed to find a cheap steakhouse anywhere ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'spanish');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about one that serves Spanish food ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,food,'Spanish');(_:result,name,'La raza');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "La raza is a cheap Spanish restaurant in the center of town . Do you want me to book it for you ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'17:45');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sure ! I need a table for 3 at 17:45 on Tuesday ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'95RPVN70');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Great ! Your reference number is 95RPVN70 . Anything else I can do for you ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , thank you . I am all set with your help . Goodbye ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "It was a pleasure to help . Have a good day ."
}
] |
PMUL0457.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"steakhouse"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/d4a09883"
],
[
"_:search/d4a09883",
"area",
"anywhere"
],
[
"_:search/d4a09883",
"food",
"steakhouse"
],
[
"_:search/d4a09883",
"pricerange",
"cheap"
],
[
"_:search/d4a09883",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/d4a09883"
],
[
"_:search/d4a09883",
"area",
"anywhere"
],
[
"_:search/d4a09883",
"food",
"steakhouse"
],
[
"_:search/d4a09883",
"pricerange",
"cheap"
],
[
"_:search/d4a09883",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"a and b guest house"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/d4a09883"
],
[
"_:search/d4a09883",
"area",
"anywhere"
],
[
"_:search/d4a09883",
"food",
"steakhouse"
],
[
"_:search/d4a09883",
"pricerange",
"cheap"
],
[
"_:search/d4a09883",
"type",
"Restaurant"
],
[
"_:search",
"food",
"spanish"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"name",
"La raza"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"17:45"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"95RPVN70"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [],
"speaker": "user",
"text": "I 'm looking for something interesting to do ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Is there an attraction type you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Any attraction is fine as long as it 's in the centre of town ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'Gonville Place');(_:result,name,'Parkside Pools');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is the Parkside Pools located at Gonville Place . Is there anything else I can do for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes i am also looking for a restaurant in the same area that is moderately priced ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,food,'European');(_:result,food,'International');(_:result,food,'Italian');(_:result,food,'Spanish');(_:result,food,'and Turkish');(_:result,food,'asian');(_:result,food,'british');(_:result,food,'chinese');(_:result,food,'lebanese');(_:result,food,'modern European');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is asian , british , chinese , European , International , Italian , lebanese , modern European , Spanish , and Turkish . Do you have a preference ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))",
"inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like something in the moderate price range . I will be requiring their address ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'21');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I see 21 restaurants in the centre which are moderately priced . Do you have any particular cuisine in mind so we can narrow it down for you a bit ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'24:15');(_:search,type,'Taxi'))",
"request((_:result,car,?);(_:result,type,'Taxi'))"
],
"speaker": "user",
"text": "no particular cuisine I will need a taxi to commute need to leave by 24:15 and need number and car type please ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,name,'Yippee Noodle Bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "How about Yippee Noodle Bar ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'yippee noodle bar');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "The Yippee Noodle Bar sounds great . Do you have their address ?"
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'4048 King Street , City centre');(_:result,postcode,'cbh11lh');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 4048 King Street , City centre post code cbh11lh . Would you like me to do anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'parkside pools');(_:search,leave_at,'24:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also want to book a taxi from Parkside Pools to the bar . I want to leave around 24:15 ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'grey honda');(_:result,phone,'07063498062');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "you re being picked up in a grey honda the contact number is 07063498062"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great thank you , that 's all I will need ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome , I am happy to help . Have a great day . Bye ."
}
] |
MUL0850.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"food",
"and Turkish"
],
[
"_:result",
"food",
"asian"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:result",
"name",
"Parkside Pools"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"food",
"and Turkish"
],
[
"_:result",
"food",
"asian"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"leave_at",
"24:15"
],
[
"_: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",
"category",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Gonville Place"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"food",
"and Turkish"
],
[
"_:result",
"food",
"asian"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"food",
"modern European"
],
[
"_:result",
"address",
"?"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:search",
"leave_at",
"24:15"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"food",
"and Turkish"
],
[
"_:result",
"food",
"asian"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"food",
"modern European"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"car",
"?"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"4048 King Street , City centre"
],
[
"_:result",
"postcode",
"cbh11lh"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"parkside pools"
],
[
"_:search",
"leave_at",
"24:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"?"
],
[
"_:search",
"area",
"same area"
],
[
"_:result",
"food",
"European"
],
[
"_:result",
"food",
"International"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"food",
"and Turkish"
],
[
"_:result",
"food",
"asian"
],
[
"_:result",
"food",
"british"
],
[
"_:result",
"food",
"chinese"
],
[
"_:result",
"food",
"lebanese"
],
[
"_:result",
"food",
"modern European"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"name",
"Yippee Noodle Bar"
],
[
"_:search",
"name",
"yippee noodle bar"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"4048 King Street , City centre"
],
[
"_:result",
"postcode",
"cbh11lh"
],
[
"_:search",
"departure",
"parkside pools"
],
[
"_:search",
"leave_at",
"24:15"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey honda"
],
[
"_:result",
"phone",
"07063498062"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "What is the closest police station to my current location ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "Closest police station is in Parkside , Cambridge , CB11JG"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you , Goodbye ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a great day !"
}
] |
SNG02189.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"address",
"Parkside , Cambridge"
],
[
"_:result",
"postcode",
"CB11JG"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am going to the east part of Cambridge and want to see a good attraction ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,amount,'several');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have several , are you looking for anything specific ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'dontcare');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Nothing specific as I am looking for recommendations ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'funky fun house');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about the funky fun house ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "No , do you have any other suggestions ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'the camboats');(_:result,name,'the museum of technology');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There is the camboats , and the museum of technology !"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'camboats');(_:search,type,'Attraction'))",
"request((_:result,category,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Camboats sounds interesting . What type is it and where is it located ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'the plough , green end , fen ditton');(_:result,area,'east');(_:result,category,'camboats');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "camboats is a boat attraction . It is located in the east . The address is the plough , green end , fen ditton , . Is there anything else I can help with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,food,'gastropub');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "i wanta restaurant in the east that serves gastropub food ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,food,'Gastropub');(_:result,name,'Royal Standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Royal Standard is in the east and serves Gastropub food , does that meet your needs ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes that would be great . Could you book that for me ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes when would you like to go and what party size will you have ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I actually do n't need a booking . Can I have the phone number and address instead ?"
},
{
"id": 13,
"rdf-acts": [
"thank()",
"inform((_:result,phone,'01223247877');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "phone number-01223247877 you are welcome"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I still need the address , and after that we need to talk about a taxi ."
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'290 Mill Road City Centre');(_:result,name,'Royal Standard');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address for Royal Standard is 290 Mill Road City Centre . Is there any more information regarding the restaurant ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,departure,'camboats');(_:search,destination,'the restaurant');(_:search,leave_at,'11:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "No I just need a taxi from Camboats at 11:30 to go to the restaurant ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,car,'grey BMW');(_:result,phone,'07991243906');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "You 're all set ! You will be traveling in a grey BMW and their contact number is 07991243906 should you need to contact them ."
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much . That 's all I need today ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Enjoy your stay . Glad I could help ."
}
] |
PMUL2343.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",
"name",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"name",
"funky fun house"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"name",
"the camboats"
],
[
"_:result",
"name",
"the museum of technology"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"camboats"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:result",
"name",
"the camboats"
],
[
"_:result",
"name",
"the museum of technology"
],
[
"_:search",
"name",
"camboats"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"camboats"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"name",
"camboats"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:result",
"category",
"camboats"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"name",
"camboats"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:result",
"category",
"camboats"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"name",
"camboats"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"the plough , green end , fen ditton"
],
[
"_:result",
"category",
"camboats"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223247877"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"name",
"camboats"
],
[
"_:result",
"category",
"camboats"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"phone",
"01223247877"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"290 Mill Road City Centre"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"camboats"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"amount",
"several"
],
[
"_:search",
"category",
"dontcare"
],
[
"_:search",
"name",
"camboats"
],
[
"_:result",
"category",
"camboats"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"food",
"gastropub"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"food",
"Gastropub"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"290 Mill Road City Centre"
],
[
"_:result",
"name",
"Royal Standard"
],
[
"_:search",
"departure",
"camboats"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"leave_at",
"11:30"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"grey BMW"
],
[
"_:result",
"phone",
"07991243906"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yeah , I need a train on Sunday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "I can certainly help with that . Where would you like to depart from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Departing from Cambridge"
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Can you please tell me your destination ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'bishops stortford');(_:search,leave_at,'14:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The train should go to Bishops Stortford and leave after 14:45 ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,id,'TR3600');(_:result,leave_at,'15:29');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The first train after 14:45 TR3600 leaves at 15:29 . Would you like to book the train ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can you tell me the travel time first ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'16:07');(_:result,duration,'38 minutes');(_:result,leave_at,'15:29');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The first train leaves at 15:29 and arrives at 16:07 , the duration is 38 minutes"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds great , that 's all I wanted to know ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Can I help you find anything else , today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That should be all . Thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good rest of your day !"
}
] |
SNG0401.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR3600"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR3600"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"14:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR3600"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"16:07"
],
[
"_:result",
"duration",
"38 minutes"
],
[
"_:result",
"leave_at",
"15:29"
],
[
"_: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,area,'north');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello , can you recommend a hotel in the North of town with free parking , please ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'2');(_:result,name,'the ashley hotel');(_:result,name,'the lovell lodge');(_:result,pricerange,'moderate pricing');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 2 both moderate pricing . The ashley hotel or the lovell lodge . Would you like me to book one for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouses');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are either of those guesthouses in the moderate price range ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , both of them are ! We 've got Ashley Hotel and Lovell Lodge . Do you have a preference ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,name,'ashley hotel');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Book Ashley Hotel for 2 people and 3 nights starting from saturday"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'4IJ1WV2N');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful ! The reference number is 4IJ1WV2N . Is there anything else I can help you with ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thank you for handling the lodging . I am looking for something to do in the area by the hotel . Any suggestions ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'milton county park');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "How about milton county park ? It is the north part of town ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,category,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I like the sound of that . Can you tell me the type and entrance fee please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'park');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is a park and the fee is free"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'milton county park');(_:search,leave_at,'12:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I also need a taxi to between the 2 places . I need to leave milton county park by 12:15 ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Where will you be leaving from ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll be leaving from the hotel ."
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Are you wanting to leave from the park or the restaurant ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,departure,'the park');(_:search,destination,'ashley hotel');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll be leaving from the park ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'black bmw');(_:result,phone,'07120499687');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay , be on the lookout for a black bmw . Contact number is 07120499687 . Anything else ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "That 's it for me . Thank you , bye !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "thank you and enjoy your stay in Cambridge !"
}
] |
PMUL3942.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"the ashley hotel"
],
[
"_:result",
"name",
"the lovell lodge"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4IJ1WV2N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4IJ1WV2N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"milton county park"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4IJ1WV2N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"milton county park"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"milton county park"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4IJ1WV2N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"milton county park"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"4IJ1WV2N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"milton county park"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"departure",
"the park"
],
[
"_:search",
"destination",
"ashley hotel"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_parking",
"yes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"pricerange",
"moderate pricing"
],
[
"_:search",
"category",
"guesthouses"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"ref",
"4IJ1WV2N"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"milton county park"
],
[
"_:result",
"category",
"park"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"leave_at",
"12:15"
],
[
"_:search",
"departure",
"the park"
],
[
"_:search",
"destination",
"ashley hotel"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black bmw"
],
[
"_:result",
"phone",
"07120499687"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotels');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There are hotels with free wifi and parking , right ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'plenty');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes there are plenty . What area would you like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "The hotel should be in the centre and should be in the type of guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'Alexander Bed and Breakfast');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two hotels that fit that criteria . I would recommend Alexander Bed and Breakfast , it has four stars ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "book it for 1 people and 4 nights starting from tuesday ."
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , your booking was unsuccessful . Would you like to book another day or a shorter stay ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about Wednesday ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'QHR6UO6I');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : QHR6UO6I ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "thank you for your help"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You are more than welcome !"
}
] |
SNG01323.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotels"
],
[
"_: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",
"plenty"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/a7ef25a7"
],
[
"_:booking/a7ef25a7",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"amount",
"plenty"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Alexander Bed and Breakfast"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"people",
"1"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"canthelp",
"_:booking/a7ef25a7"
],
[
"_:booking/a7ef25a7",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"ref",
"QHR6UO6I"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'cow pizza kitchen and bar');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes can you tell me something about the Cow Pizza Kitchen and Bar ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Corn Exchange Street');(_:result,food,'gastropub');(_:result,phone,'01223308871');(_:result,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Yes sure . I can tell you it serves gastropub food fare and is located at Corn Exchange Street and their telephone number is 01223308871 . Would you like me to make a reservation for you ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thank you , that 's all I need ."
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our system !"
}
] |
SNG0648.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cow pizza kitchen and bar"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"cow pizza kitchen and bar"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Corn Exchange Street"
],
[
"_:result",
"food",
"gastropub"
],
[
"_:result",
"phone",
"01223308871"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,departure,'london liverpool street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need a train leaving from london liverpool street ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I 'll be happy to look that up for you . What day and time would you like to leave ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,leave_at,'18:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave Saturday after 18:30 ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Will you be traveling to Cambridge ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No I will be going to ely ."
},
{
"id": 5,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))",
"inform((_:result,destination,'Ely');(_:result,destination,'cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "You are speaking to the Cambridge help desk , so we can only book a train if you are leaving from or heading to cambridge . Cambridge to Ely ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,departure,'london liverpool st');(_:search,destination,'cambridge');(_:search,leave_at,'18:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No , going to cambridge and leaving london liverpool st . I am leaving saturday and want to leave sometime after 18:30"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'21:07');(_:result,departure,'Liverpool St');(_:result,destination,'Cambridge');(_:result,id,'TR3940');(_:result,leave_at,'19:39');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR3940 leaves Liverpool St at 19:39 and arrives in Cambridge at 21:07 . Will that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "How much will that ticket be ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,ticket,'13.28 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The cost is 13.28 pounds . Would you like to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No that 's fine . I also need to find a cheap restaurant ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"thank()"
],
"speaker": "system",
"text": "Sure , I can help with that . Is there a specific part of town you were looking for ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,food,'international');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't really care where it 's at , but I would prefer that it serve international food . Is there anything like that in town ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'the missing sock');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "the missing sock would suit your needs . Can I book it for you ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'21:00');(_:search,people,'three');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds great ! Can you please book a table for three for the same day at 21:00 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'3Y2HAOME');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The booking was successful . The table will be reserved for 15 minutes . \n Your reference number is 3Y2HAOME ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , that 's all I need , thanks so much for your help ! Have a great day !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "I hope you have a good trip . Goodbye ."
}
] |
PMUL0601.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"departure",
"london liverpool street"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"destination",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"destination",
"Ely"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london liverpool st"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london liverpool st"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"21:07"
],
[
"_:result",
"departure",
"Liverpool St"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3940"
],
[
"_:result",
"leave_at",
"19:39"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london liverpool st"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:result",
"arrive_by",
"21:07"
],
[
"_:result",
"departure",
"Liverpool St"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3940"
],
[
"_:result",
"leave_at",
"19:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"13.28 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"departure",
"london liverpool st"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:result",
"arrive_by",
"21:07"
],
[
"_:result",
"departure",
"Liverpool St"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3940"
],
[
"_:result",
"leave_at",
"19:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"13.28 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"international"
],
[
"_: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",
"london liverpool st"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:result",
"arrive_by",
"21:07"
],
[
"_:result",
"departure",
"Liverpool St"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3940"
],
[
"_:result",
"leave_at",
"19:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ticket",
"13.28 pounds"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"three"
],
[
"_: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",
"london liverpool st"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"18:30"
],
[
"_:result",
"arrive_by",
"21:07"
],
[
"_:result",
"departure",
"Liverpool St"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR3940"
],
[
"_:result",
"leave_at",
"19:39"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:result",
"ticket",
"13.28 pounds"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"food",
"international"
],
[
"_:result",
"name",
"the missing sock"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"21:00"
],
[
"_:search",
"people",
"three"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"ref",
"3Y2HAOME"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,leave_at,'21:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi ! I am looking for a train to Cambridge that leaves after 21:15 ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,id,'TR1581');(_:result,leave_at,'21:17');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR1581 leaves at 21:17"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Great ! Can you please boo that for me ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'1');(_:booking,ref,'87ZNT2V8');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Of course . I reserved 1 seat . The reference number is 87ZNT2V8 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Actually , I would need 2 tickets for that train ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'Y004877A');(_:booking,type,'Booking'))",
"thank()"
],
"speaker": "system",
"text": "Okay . No problem . Your new booking and reservation number is Y004877A ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'clare hall');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Fantastic . Can I also get information about Clare Hall ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'wet end');(_:result,category,'college');(_:result,name,'Clare Hall');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Clare Hall is a college on the wet end . Would you like further information ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Clare Hall');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Yes , what is the entrance fee for Clare Hall ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,entrance_fee,'free');(_:result,name,'Clare Hall');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Clare Hall has no entrance fee and is free ! Do you need anything else ?"
},
{
"id": 10,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No , that is all I need , thank you . Bye ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "Have a good day !"
}
] |
MUL1850.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR1581"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR1581"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"1"
],
[
"_:booking",
"ref",
"87ZNT2V8"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR1581"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"people",
"1"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Y004877A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"clare hall"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR1581"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:booking",
"people",
"1"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Y004877A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"wet end"
],
[
"_:result",
"category",
"college"
],
[
"_:result",
"name",
"Clare Hall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"Clare Hall"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR1581"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:booking",
"people",
"1"
],
[
"_:search",
"people",
"2"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"Y004877A"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"wet end"
],
[
"_:result",
"category",
"college"
],
[
"_:search",
"name",
"Clare Hall"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Clare Hall"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi . I 'm looking for a moderately priced restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'modern european');(_:result,name,'de luca cucina and bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "de luca cucina and bar is a modern european restaurant in the centre"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need something that 's in the east part of town ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'451 Newmarket Road Fen Ditton 01223 566388');(_:result,name,'Curry prince');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry prince is moderately priced and located at 451 Newmarket Road Fen Ditton 01223 566388 ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What is the phone number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,\"Curry Prince 's\");(_:result,phone,'01223 566388');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Curry Prince 's phone number is 01223 566388 . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "No thank you . That is all I needed . Bye bye !"
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a good evening ."
}
] |
WOZ20568.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"modern european"
],
[
"_:result",
"name",
"de luca cucina and bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton 01223 566388"
],
[
"_:result",
"name",
"Curry prince"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"modern european"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"451 Newmarket Road Fen Ditton 01223 566388"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Curry Prince 's"
],
[
"_:result",
"phone",
"01223 566388"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hello . I need to find a hotel in Cambridge in the moderate price range ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'18');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Alright , there are 18 hotels in the moderate price range . Is there a particular part of Cambridge you would like to stay in ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like it to be a hotel with 4 stars if possible , are there any options ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,area,'north');(_:result,category,'guesthouses');(_:result,name,'Avalon');(_:result,pricerange,'moderately priced');(_:result,stars,'4-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Are you open to guesthouses ? We have several 4-star moderately priced guesthouses . I could recommend Avalon in the north of town ."
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "That sounds good . Please book it ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Okay , I can go ahead and book that for you . I would just need to know the day your checking in , how many nights you need , and also how many people ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,has_internet,?);(_:result,has_parking,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Sorry , I do n't need to book it now , but can you tell me their address and if they have free parking and wifi ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'62 Gilbert Road');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Avalon');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The address is 62 Gilbert Road . The Avalon offers free Wifi but is does not have free parking . Is there anything else I can help you with ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'18:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am also looking for a train to leave on Sunday after 18:00"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I just need your destination and where you are leaving from please ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm going to Cambridge and I 'll be at london kings cross ."
},
{
"id": 11,
"rdf-acts": [
"select((_:result,leave_at,'19:17');(_:result,leave_at,'21:17');(_:result,leave_at,'23:17');(_:result,type,'Train'))",
"inform((_:result,count,'3');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "You have a choice of three trains . One leaves at 19:17 , one at 21:17 , and one at 23:17 . Will any of these three trains work for you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "The 19:17 one would work . Can you give me the arrival time for that one ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'20:08');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "That train will arrive by 20:08 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "OK . Great . I can take it from here , you 've been a big help ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ! Have a nice day ."
}
] |
MUL2065.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"has_internet",
"?"
],
[
"_:result",
"has_parking",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"count",
"18"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_: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",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"4-star"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"address",
"62 Gilbert Road"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Avalon"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"18:00"
],
[
"_:search",
"departure",
"london kings cross"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"19:17"
],
[
"_:result",
"leave_at",
"21:17"
],
[
"_:result",
"leave_at",
"23:17"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"arrive_by",
"20:08"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,category,'multiple sports');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hey , I was wondering if there are any multiple sports venues on the west side ?"
},
{
"id": 1,
"rdf-acts": [
"canthelp((_:search,area,'west');(_:search,type,'Attraction'))",
"inform((_:result,area,'east');(_:result,category,'multiple sports venue');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Not on the west side , no . There is on multiple sports venue in Cambridge , and it 's in the east ."
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "How about a college to visit instead ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'west');(_:result,category,'colleges');(_:result,count,'5');(_:result,entrance_fee,'free');(_:result,name,'Churchill College');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "We have 5 colleges to visit on the west side . Churchill College is a nice one , and it 's free to enter ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Churchill College');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I have the address and postcode of Churchill College and entrance fee ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"Storey 's Way\");(_:result,name,'Churchill College');(_:result,postcode,'cb30ds');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Sure thing , the address of Churchill College is Storey 's Way , postcode cb30ds . Is there anything else I can help you with today ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,departure,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train on Tuesday departing from Broxbourne ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time did you want to travel ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Leaving anytime after 17:45 please ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What time would you like to arrive by ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,leave_at,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "The earlier the better , so whichever train leaves closest to 17:45"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,id,'TR8653');(_:result,leave_at,'18:32');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The closest train is TR8653 , it leaves at 18:32 , shall I book you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,arrive_by,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "what is its arrival time and how long will it take ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,arrive_by,'19:32');(_:result,duration,'60 minutes');(_:result,id,'TR8653');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "The arrival time for TR8653 is 19:32 and the travel time is 60 minutes ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,leave_at,'17:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "If there is n't anything earlier that is close to 17:45 I will take the train at 18:32 ."
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "No , there is not anything earlier than 18:32 . How many tickets do you want to purchase ?"
}
] |
PMUL1454.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:search",
"category",
"multiple sports"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/f24c7247"
],
[
"_:search/f24c7247",
"area",
"west"
],
[
"_:search/f24c7247",
"type",
"Attraction"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"multiple sports venue"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/f24c7247"
],
[
"_:search/f24c7247",
"area",
"west"
],
[
"_:search/f24c7247",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"postcode",
"?"
],
[
"_:search",
"name",
"Churchill College"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/f24c7247"
],
[
"_:search/f24c7247",
"area",
"west"
],
[
"_:search/f24c7247",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/f24c7247"
],
[
"_:search/f24c7247",
"area",
"west"
],
[
"_:search/f24c7247",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/f24c7247"
],
[
"_:search/f24c7247",
"area",
"west"
],
[
"_:search/f24c7247",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/f24c7247"
],
[
"_:search/f24c7247",
"area",
"west"
],
[
"_:search/f24c7247",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"TR8653"
],
[
"_:result",
"leave_at",
"18:32"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"west"
],
[
"_:system",
"canthelp",
"_:search/f24c7247"
],
[
"_:search/f24c7247",
"area",
"west"
],
[
"_:search/f24c7247",
"type",
"Attraction"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:search",
"name",
"Churchill College"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"Storey 's Way"
],
[
"_:result",
"name",
"Churchill College"
],
[
"_:result",
"postcode",
"cb30ds"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"departure",
"broxbourne"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:result",
"leave_at",
"18:32"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"arrive_by",
"19:32"
],
[
"_:result",
"duration",
"60 minutes"
],
[
"_:result",
"id",
"TR8653"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"17:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am trying to book a train to broxbourne . Can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))",
"thank()"
],
"speaker": "system",
"text": "Yes I can . When will you be traveling ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,arrive_by,'15:00');(_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive by 15:00 on wednesday and depart from cambridge please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR8300');(_:result,leave_at,'05:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8300 Departs at 05:01 , would that work for you ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes - could you make a reservation for 3 people and provide me the reference number ?"
},
{
"id": 5,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,people,'three');(_:booking,ref,'9W4723ZW');(_:booking,ticket,'53.7 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Three people are booked . The reference number is 9W4723ZW . The total fee is 53.7 GBP payable at the station . Do you need anything else ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes I am looking for a place to stay in the east that has a cheap price range ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'east');(_:result,category,'guesthouses');(_:result,count,'3');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Allenbell');(_:result,name,'autumn house');(_:result,name,'leverton house');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 3 for you . All are guesthouses and located in the east . Allenbell , autumn house and leverton house . All have 4 stars and offer free wifi & parking ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Excellent . That 's all I need thanks ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "Are you sure I ca n't help you with a booking or more information about one of the hotels ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'autumn house');(_:search,type,'Hotel'))",
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Actually , yes . Can you give me the address and postcode for Autumn House ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'710 newmarket road');(_:result,postcode,'cb58rs');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The address is 710 newmarket road and the postal code is cb58rs . May I help you with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that will be all . Thank you ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Ok , if you need any further assistance , feel free to contact us again at any time . Have a wonderful day ."
}
] |
MUL2170.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR8300"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR8300"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"9W4723ZW"
],
[
"_:booking",
"ticket",
"53.7 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR8300"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"9W4723ZW"
],
[
"_:booking",
"ticket",
"53.7 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"name",
"leverton house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR8300"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"9W4723ZW"
],
[
"_:booking",
"ticket",
"53.7 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"name",
"leverton house"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"arrive_by",
"15:00"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR8300"
],
[
"_:result",
"leave_at",
"05:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"three"
],
[
"_:booking",
"ref",
"9W4723ZW"
],
[
"_:booking",
"ticket",
"53.7 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Allenbell"
],
[
"_:result",
"name",
"autumn house"
],
[
"_:result",
"name",
"leverton house"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"name",
"autumn house"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"710 newmarket road"
],
[
"_:result",
"postcode",
"cb58rs"
],
[
"_:result",
"type",
"Hotel"
],
[
"_: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,'cuban');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a moderately priced restaurant serving cuban food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))",
"inform((_:result,food,'Cuban');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 'm sorry we do not have any Cuban restaurants in the moderate price range . Would you like a different food type ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'british');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there any restaurants that serve british food ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,food,'British');(_:result,name,'Fitzbillies restaurant');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Fitzbillies restaurant serves British food . Would you like more information about this location ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can I have their phone number ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,\"Fitzbillies restaurant 's\");(_:result,phone,'01223 352500');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Fitzbillies restaurant 's number is 01223 352500 . Would you like the address as well ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No thanks , that is all !"
},
{
"id": 7,
"rdf-acts": [
"bye()",
"thank()"
],
"speaker": "system",
"text": "You 're welcome , enjoy your food ."
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for choosing our system . Good bye"
}
] |
WOZ20182.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"cuban"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/1e1be587"
],
[
"_:search/1e1be587",
"type",
"Restaurant"
],
[
"_:result",
"food",
"Cuban"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/1e1be587"
],
[
"_:search/1e1be587",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Fitzbillies restaurant"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/1e1be587"
],
[
"_:search/1e1be587",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Fitzbillies restaurant 's"
],
[
"_:result",
"phone",
"01223 352500"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderately"
],
[
"_:system",
"canthelp",
"_:search/1e1be587"
],
[
"_:search/1e1be587",
"type",
"Restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"british"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"name",
"Fitzbillies restaurant 's"
],
[
"_:result",
"phone",
"01223 352500"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"dismissed",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,\"great saint mary 's church\");(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'd really like to visit Great Saint Mary 's Church . Could you give me some information about it ?"
},
{
"id": 1,
"rdf-acts": [],
"speaker": "system",
"text": "Sure , is there anything specific you 'd like to know ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Can I get some information about visiting Great Saint Mary 's Church ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'center');(_:result,phone,'01223350914');(_:result,postcode,'cb23pq');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "This is found in the center of town . Their phone number is 01223350914 and their postcode is cb23pq ."
},
{
"id": 4,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is the entrance fee for that attraction ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'2 pounds');(_:result,name,\"Great Saint Mary 's Church\");(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Admission to Great Saint Mary 's Church is 2 pounds ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Thanks . I am also looking for an expensive place to eat in the centre ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'plenty of places');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , there are plenty of places in the area . Did you have a particular type of cuisine in mind ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No , just expensive in the centre . Recommend one for me ."
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'52 Mill Road City Centre');(_:result,food,'asian oriental');(_:result,name,'kymmoy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You should try dining at kymmoy , an asian oriental restaurant located at 52 Mill Road City Centre . Would you be interested in booking a table ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,duration,'14:45');(_:search,people,'7');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Definitely , Please book me for 7 people at 14:45 on wednesday . I also would like the reference number ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'XWZ8N8GF');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : XWZ8N8GF . Anything else I can do ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks ! That 's all I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a wonderful day ."
}
] |
PMUL2182.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_: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",
"name",
"great saint mary 's church"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"name",
"Great Saint Mary 's Church"
],
[
"_:result",
"amount",
"plenty of places"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"amount",
"plenty of places"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"52 Mill Road City Centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"great saint mary 's church"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"phone",
"01223350914"
],
[
"_:result",
"postcode",
"cb23pq"
],
[
"_:result",
"entrance_fee",
"2 pounds"
],
[
"_:result",
"amount",
"plenty of places"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"52 Mill Road City Centre"
],
[
"_:result",
"food",
"asian oriental"
],
[
"_:result",
"name",
"kymmoy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"duration",
"14:45"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"XWZ8N8GF"
],
[
"_: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,'hotel');(_:search,has_internet,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a 3 star hotel in Cambridge with free wifi"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'hotels');(_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are five hotels that meet that criteria . Do you have a location or price range in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like something cheap ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,has_internet,'none');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately , none of the cheap hotels have free wifi . Would you prefer to try a different price range or go with a hotel without free wifi ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about a hotel with a 4 star rating ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many what area would you like to stay in ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Kindly recommend one of the many in the area and send me the address ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'back lane , cambourne');(_:result,name,'Cambridge belfry');(_:result,postcode,'cb236bw');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "the Cambridge belfry is located at back lane , cambourne . Postcode cb236bw ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I also need a place to eat that serves italian food and should be in the same price range as the hotel ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "In what area of town do you prefer it to be ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The area does not matter ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'15 Magdalene Street City Centre');(_:result,area,'west');(_:result,name,'la margherita');(_:result,phone,'01223315232');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I would recommend la margherita , located at 15 Magdalene Street City Centre on the west side of town . Phone number is 01223315232 . Do you need to make a reservation ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,duration,'11:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes , I would like to book a table for 3 on Friday at 11:30 ."
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'LULDC1BO');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Done ! Your reference number is LULDC1BO . Do you need help with anything else ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'11:30');(_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I want to book a taxi from the hotel to the restaurant , that arrives at 11:30 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,car,'yellow lexus');(_:result,phone,'07498724354');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "You 're all set ! The car will be a yellow lexus and the contact number is 07498724354 ."
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for the help !"
},
{
"id": 17,
"rdf-acts": [],
"speaker": "system",
"text": "Was that everything you needed ?"
},
{
"id": 18,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Yes , that 's all . Goodbye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Have a nice trip . Goodbye ."
}
] |
PMUL0012.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/893aec6a"
],
[
"_:search/893aec6a",
"has_internet",
"none"
],
[
"_:search/893aec6a",
"pricerange",
"cheap"
],
[
"_:search/893aec6a",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"canthelp",
"_:search/893aec6a"
],
[
"_:search/893aec6a",
"has_internet",
"none"
],
[
"_:search/893aec6a",
"pricerange",
"cheap"
],
[
"_:search/893aec6a",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"canthelp",
"_:search/893aec6a"
],
[
"_:search/893aec6a",
"has_internet",
"none"
],
[
"_:search/893aec6a",
"pricerange",
"cheap"
],
[
"_:search/893aec6a",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"area",
"?"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"name",
"Cambridge belfry"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"canthelp",
"_:search/893aec6a"
],
[
"_:search/893aec6a",
"has_internet",
"none"
],
[
"_:search/893aec6a",
"pricerange",
"cheap"
],
[
"_:search/893aec6a",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"address",
"back lane , cambourne"
],
[
"_:result",
"name",
"Cambridge belfry"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"canthelp",
"_:search/893aec6a"
],
[
"_:search/893aec6a",
"has_internet",
"none"
],
[
"_:search/893aec6a",
"pricerange",
"cheap"
],
[
"_:search/893aec6a",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"15 Magdalene Street City Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"phone",
"01223315232"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"3"
],
[
"_: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",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"canthelp",
"_:search/893aec6a"
],
[
"_:search/893aec6a",
"has_internet",
"none"
],
[
"_:search/893aec6a",
"pricerange",
"cheap"
],
[
"_:search/893aec6a",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"15 Magdalene Street City Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:result",
"phone",
"01223315232"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LULDC1BO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"canthelp",
"_:search/893aec6a"
],
[
"_:search/893aec6a",
"has_internet",
"none"
],
[
"_:search/893aec6a",
"pricerange",
"cheap"
],
[
"_:search/893aec6a",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"15 Magdalene Street City Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LULDC1BO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow lexus"
],
[
"_:result",
"phone",
"07498724354"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"5"
],
[
"_:system",
"canthelp",
"_:search/893aec6a"
],
[
"_:search/893aec6a",
"has_internet",
"none"
],
[
"_:search/893aec6a",
"pricerange",
"cheap"
],
[
"_:search/893aec6a",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"postcode",
"cb236bw"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"same price range"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"15 Magdalene Street City Centre"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"name",
"la margherita"
],
[
"_:search",
"day",
"friday"
],
[
"_:search",
"duration",
"11:30"
],
[
"_:search",
"people",
"3"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"LULDC1BO"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"arrive_by",
"11:30"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"yellow lexus"
],
[
"_:result",
"phone",
"07498724354"
],
[
"_:result",
"type",
"Taxi"
],
[
"_: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,category,'guesthouse');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking to stay at a guesthouse that has a 3 star rating ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,category,'guest houses');(_:result,count,'4');(_:result,stars,'three');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are four three star guest houses . Is there an area of town that interests you the most ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'west');(_:search,has_parking,'no');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like it to be in the west . It does n't matter if it has free parking or not . Thank you !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'hobsons house');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "There is the hobsons house . Would you like me to book it ?"
},
{
"id": 4,
"rdf-acts": [],
"speaker": "user",
"text": "Yes . Let 's book it ."
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "ok for how long and how many people please"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "For 3 days and 2 people , I need a confirmation number too"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "and what day do you need the reservation for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need it for Sunday ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,ref,'EV4ADBI9');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful ! Your reference number is EV4ADBI9 ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,destination,'peterborough');(_:search,leave_at,'13:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I want a train that goes to peterborough and leaves after 13:00"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,amount,'next train');(_:result,departure,'cambridge');(_:result,id,'TR0545');(_:result,leave_at,'13:06');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))",
"reqmore()"
],
"speaker": "system",
"text": "The next train is the TR0545 leaving cambridge at 13:06 . Would you like me to book it or more information ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Does it leave on Monday ?"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Train TR3154 leaves cambridge at 13:06 and will arrive at peterborough at \t 13:56 on Monday . Would you like me to book a ticket ?"
}
] |
PMUL1639.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",
"category",
"guest houses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"stars",
"three"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"sunday"
],
[
"_:booking",
"ref",
"EV4ADBI9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"category",
"guest houses"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"stars",
"three"
],
[
"_:search",
"area",
"west"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"name",
"hobsons house"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"people",
"2"
],
[
"_:search",
"stay",
"3"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"ref",
"EV4ADBI9"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"destination",
"peterborough"
],
[
"_:search",
"leave_at",
"13:00"
],
[
"_:result",
"amount",
"next train"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"id",
"TR0545"
],
[
"_:result",
"leave_at",
"13:06"
],
[
"_:result",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm going to be needing you for a restaurant recommendation ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,name,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Sure , are you looking for anything specific ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'african');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "yes . it should be cheap and serve african food ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,amount,'The only restaurant');(_:result,food,'African');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The only restaurant I have that serves African food is expensive . Would you like to search for something else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could you check a cheap Italian place to eat , in the Centre ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,name,'Zizzi cambridge');(_:result,type,'Restaurant'))",
"reqmore()",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I am showing 3 of them . Zizzi cambridge is really good . I can give you more information if you would like ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'12:30');(_:search,people,'3');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I will go with them , can you book 3 people for 12:30 on saturday ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,ref,'XWB8F4FL');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 've made those reservations your reference number is XWB8F4FL ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "i also want to go to a cinema in the centre ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'grafton centre , east road');(_:result,name,'the vue cinema');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have the vue cinema located at the grafton centre , east road ."
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "i will go with that"
},
{
"id": 11,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "welcome andenjoy yourself"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can I get the postcode and phone number ?"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'08712240240');(_:result,postcode,'cb11ps');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The postcode is cb11ps and their phone number is 08712240240 . Can I help you with anything else today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need today , thanks ! Goodbye !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You have a good day !"
}
] |
PMUL2190.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:search",
"food",
"african"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"amount",
"The only restaurant"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"The only restaurant"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Zizzi cambridge"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"The only restaurant"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"name",
"Zizzi cambridge"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"XWB8F4FL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"The only restaurant"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"XWB8F4FL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"name",
"the vue cinema"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"The only restaurant"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"XWB8F4FL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"name",
"the vue cinema"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"?"
],
[
"_:result",
"amount",
"The only restaurant"
],
[
"_:result",
"food",
"African"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"ref",
"XWB8F4FL"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"grafton centre , east road"
],
[
"_:result",
"name",
"the vue cinema"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"08712240240"
],
[
"_:result",
"postcode",
"cb11ps"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "Where is the hospital in Cambridge ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,department,?);(_:search,type,'Hospital'))"
],
"speaker": "system",
"text": "There are 66 medical facilities in Cambridge . Do you have a specific hospital in mind ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "No , I just need a hospital in town and the postcode , please !"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Addenbrookes Hospital is located in CB20QQ . Anything else ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all . Thanks !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "Would you like the main number or a department number for any of the facilities in the hospital ?"
}
] |
SNG0192.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"department",
"?"
],
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"postcode",
"CB20QQ"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you help me find an expensive restaurant in the center part of town ? Thanks ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of food do you have in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'sushi');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like some sushi"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'36 Saint Andrews Street');(_:result,food,'Japanese');(_:result,name,'wagamama');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is a Japanese restaurant called wagamama at 36 Saint Andrews Street . Is this okay ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,food,'french');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Are there any french restaurants that are expensive in the centre area ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,address,'Bridge Street City Centre');(_:result,name,'Cote');(_:result,phone,'01223311053');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There is Cote at Bridge Street City Centre . The phone number is 01223311053 . Would you like to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "No thank you . What is the postcode ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,name,'Cote');(_:result,postcode,'cb21uf');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The postcode for cote is \t cb21uf . Is there anything else I can help you with today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need train tickets ."
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok , I will need a little more information from you . How many tickets , for when and where are you departing from please ."
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "i will be departing from cambridge on wednesday and will need tickets for 4 people ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "and what is your destination ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Cambridge and it will be early unless it rains"
},
{
"id": 13,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Are you departing or arriving to Cambridge ? And can you also tell me the other destination ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,leave_at,'12:45');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be leaving cambridge and arriving at bishops stortford on wednesday , I 'd like to leave after 12:45 ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,arrive_by,'14:07');(_:result,id,'TR3844');(_:result,leave_at,'13:29');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "How about TR3844 ? It leaves at 13:29 and arrives by 14:07 ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))",
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please book me for 4 people , and do nt forget the reference number ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'CNKR13ES');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You are all set for four on the train . Your reference number is CNKR13ES . Anything else I can help you with ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need today . Thank you so much ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you so much for calling Cambridge TownInfo centre ! We hope you have a wonderful trip !"
}
] |
PMUL0868.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"sushi"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:result",
"address",
"36 Saint Andrews Street"
],
[
"_:result",
"food",
"Japanese"
],
[
"_:result",
"name",
"wagamama"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Japanese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Bridge Street City Centre"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"phone",
"01223311053"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Japanese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223311053"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"postcode",
"cb21uf"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Japanese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223311053"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"postcode",
"cb21uf"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Japanese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223311053"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"postcode",
"cb21uf"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Japanese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223311053"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"postcode",
"cb21uf"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"12:45"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Japanese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223311053"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"postcode",
"cb21uf"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"12:45"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR3844"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:result",
"food",
"Japanese"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"food",
"french"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"address",
"Bridge Street City Centre"
],
[
"_:result",
"phone",
"01223311053"
],
[
"_:result",
"name",
"Cote"
],
[
"_:result",
"postcode",
"cb21uf"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"bishops stortford"
],
[
"_:search",
"leave_at",
"12:45"
],
[
"_:result",
"arrive_by",
"14:07"
],
[
"_:result",
"id",
"TR3844"
],
[
"_:result",
"leave_at",
"13:29"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"CNKR13ES"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Police'))"
],
"speaker": "user",
"text": "I need some help with a car accident I was in ."
},
{
"id": 1,
"rdf-acts": [
"thank()",
"inform((_:result,name,'Parkside Police Station');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "I 'm sorry to hear about your accident , would you like the number for Parkside Police Station ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "Yes please , that would be great ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223358966');(_:result,type,'Police'))"
],
"speaker": "system",
"text": "there you go \n Telephone \t : \t 01223358966"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great , thank you ."
},
{
"id": 5,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "You are welcome . Is that all for today ?"
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes , thanks for your help ."
},
{
"id": 7,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "You are quite welcome . Do you require any further assistance ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No I do n't . Thank you . Goodbye ."
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you ! Good Bye"
}
] |
SNG01950.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Police"
],
[
"_:result",
"name",
"Parkside Police Station"
],
[
"_:result",
"phone",
"01223358966"
],
[
"_:result",
"type",
"Police"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,name,'finches bed and breakfast');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Hi , do you know of a hotel called finches bed and breakfast ?"
},
{
"id": 1,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes of course . It is rated 4 stars , is located in the west and is in the cheap price range . Would you like me to check availability for you ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Sure . I 'd need a room for 8 people , 5 nights starting on thursday ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'6AYRAXKH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . \n Reference number is : 6AYRAXKH . Do you need anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I am looking for a restaurant in the expensive price range that serves Italian food ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,count,'5');(_:result,name,'caffe uno');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are five great restaurants that match your criteria . I highly recommend caffe uno located in the centre of town ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "The restaurant should serve italian food and should be in the expensive price range . \n The restaurant should be in the south"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,name,'Frankie and Bennys');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "My favorite restaurant would fit your criteria . It 's called Frankie and Bennys . Would you like me to make you reservations ?"
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Yes can you please make me a reservation ?"
},
{
"id": 9,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , I 'll get right to that . First , can I ask the day you 'd like to eat there ? Also , what time and how many people ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I actually do nt need a reservation . just the address , postcode and phone number please ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,phone,'01223412430');(_:result,postcode,'cb17dy');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They are located Cambridge Leisure Park Clifton Way Cherry Hinton , cb17dy . Phone : 01223412430 ."
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'16:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thank you , can I get a taxi as well ? I need to leave the hotel by 16:45 and go the restaurant ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,car,'blue toyota');(_:result,departure,'your hotel');(_:result,phone,'07524587523');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay , I 've booked you a taxi leaving your hotel at 16:45 . Look for a blue toyota , and if you need to contact them their number is 07524587523 ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Excellent , that 's all the information I need , thank you for your help !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a wonderful day ."
}
] |
PMUL0369.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6AYRAXKH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6AYRAXKH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"name",
"caffe uno"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6AYRAXKH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6AYRAXKH"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6AYRAXKH"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"phone",
"01223412430"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"finches bed and breakfast"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"stay",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"6AYRAXKH"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"south"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"name",
"Frankie and Bennys"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"Cambridge Leisure Park Clifton Way Cherry Hinton"
],
[
"_:result",
"postcode",
"cb17dy"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"16:45"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue toyota"
],
[
"_:result",
"departure",
"your hotel"
],
[
"_:result",
"phone",
"07524587523"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Yes I am looking to find a restaurant that is expensive in the south of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 5 options . What food type would you like ?"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,food,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "What type of cuisine options do I have ?"
},
{
"id": 3,
"rdf-acts": [
"select((_:result,food,'Chinese');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,food,'Mexican');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "You can choose between Mexican , Italian , Indian , and Chinese ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'16:00');(_:search,food,'mexican');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like Mexican , I would need a table for 6 at 16:00 on Monday"
},
{
"id": 5,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry , but they have no openings at that time . Care to try a different day or perhaps a different time ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,duration,'15:00');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about 15:00 for 6 people on Monday ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:booking,duration,'15:00');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I 've successfully booked your reservation for 15:00 . Anything else ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Could I get that reference number ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,duration,'15:00');(_:booking,ref,'SEI1ME8K');(_:booking,type,'Booking'))",
"reqmore()",
"inform((_:result,name,'the chiquito restaurant bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes . The reference number is SEI1ME8K . The Chiquito Restaurant Bar will reserve your table for 15 mins starting at 15:00 . Can I help you with anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks ! That will be all for today ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a nice day ."
}
] |
SNG0627.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"food",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"16:00"
],
[
"_:search",
"food",
"mexican"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"canthelp",
"_:booking/af55f54d"
],
[
"_:booking/af55f54d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"canthelp",
"_:booking/af55f54d"
],
[
"_:booking/af55f54d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"south"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Indian"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Mexican"
],
[
"_:search",
"food",
"mexican"
],
[
"_:system",
"canthelp",
"_:booking/af55f54d"
],
[
"_:booking/af55f54d",
"type",
"Booking"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"duration",
"15:00"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"duration",
"15:00"
],
[
"_:booking",
"ref",
"SEI1ME8K"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"name",
"the chiquito restaurant bar"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,food,'canapes');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like a restaurant in the north part of town that serves canapes food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are no records matching your criteria . Would you like a different type of food or area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there a asian oriental type food available ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,food,'Asian Oriental');(_:result,name,'Saigon City');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Saigon City serves Asian Oriental food and is in the north part of town . Would you like the address and phone number ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Of course !"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'169 High Street Chesterton Chesterton');(_:result,phone,'01223 356555');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The address is 169 High Street Chesterton Chesterton and the phone number is 01223 356555 ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you goodbye ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "your welcome . thanks for calling"
}
] |
WOZ20173.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"food",
"canapes"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/9381a630"
],
[
"_:search/9381a630",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/9381a630"
],
[
"_:search/9381a630",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"?"
],
[
"_:system",
"canthelp",
"_:search/9381a630"
],
[
"_:search/9381a630",
"type",
"Restaurant"
],
[
"_:search",
"food",
"asian oriental"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"food",
"Asian Oriental"
],
[
"_:result",
"name",
"Saigon City"
],
[
"_:result",
"address",
"169 High Street Chesterton Chesterton"
],
[
"_:result",
"phone",
"01223 356555"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would like to book a room in a hotel , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you prefer a particular area of town or price range ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , I would like a hotel in the north please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'2');(_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are two hotels in the north , Ashley Hotel and Lovell Lodge which would you like ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,name,'ashley hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i would like to hear about the ashley hotel please"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'74 chesterton road');(_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Ashley Hotel');(_:result,pricerange,'moderately priced');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Ashley Hotel in the north is located at 74 chesterton road and offers free internet and parking , moderately priced , and has a rating of 2 stars ."
},
{
"id": 6,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Sounds promising . Do tell , what would be the Ashley 's phone number and postcode ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,phone,'01223350059');(_:result,postcode,'cb41er');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Their phone number is 01223350059 and their postcode is cb41er . Can I help with anything else today ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes you can help me find a train from Kings Lynn to Cambridge"
},
{
"id": 9,
"rdf-acts": [
"request((_:search,day,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , when are you hoping to travel ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,arrive_by,'16:30');(_:search,day,'saturday');(_:search,type,'Train'))",
"request((_:result,id,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I would like to depart on saturday and arrive by 16:30 . What is the exact departure time , price , and train ID ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,arrive_by,'05:58');(_:result,id,'TR0305');(_:result,leave_at,'05:11');(_:result,ticket,'7.84 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR0305 leaves at 05:11 and arrives at 05:58 . The price is 7.84 pounds per person . Would you like me to book seats ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,id,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes please book those seats . Could you please provide me with the train ID ?"
},
{
"id": 13,
"rdf-acts": [
"offer((_:booking,category,'Train');(_:booking,id,'TR0305');(_:booking,type,'Booking'))",
"request((_:search,people,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Ok , I 'll make reservations for TR0305 . How many tickets do you need ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,arrive_by,'16:30');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "No ! The train needs to arrive by 16:30 , not 5:58"
},
{
"id": 15,
"rdf-acts": [],
"speaker": "system",
"text": "that is the train that will arrive earliest sorry . can it be of help ?"
},
{
"id": 16,
"rdf-acts": [
"request((_:result,id,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "All I need is the departure time , price , and train ID . Thanks"
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,arrive_by,'15:58');(_:result,id,'TR1031');(_:result,leave_at,'15:11');(_:result,ticket,'7.84 pounds');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sorry , this is the manager , its training day , I have TR1031 for you . It leaves at 15:11 , arrives at 15:58 , 7.84 pounds per person , does that work ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thanks so much for stepping in . I was about to lose it . Yes , this is all the information I need . Thanks . Goodbye ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're very welcome ! Sorry about the trouble ! Bye !"
}
] |
PMUL1537.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"name",
"Lovell Lodge"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_: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",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"id",
"?"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"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",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"05:58"
],
[
"_:result",
"id",
"TR0305"
],
[
"_:result",
"leave_at",
"05:11"
],
[
"_:result",
"ticket",
"7.84 pounds"
],
[
"_: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,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"05:58"
],
[
"_:result",
"id",
"TR0305"
],
[
"_:result",
"leave_at",
"05:11"
],
[
"_:result",
"ticket",
"7.84 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:booking",
"id",
"TR0305"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:result",
"arrive_by",
"05:58"
],
[
"_:result",
"id",
"TR0305"
],
[
"_:result",
"leave_at",
"05:11"
],
[
"_:result",
"ticket",
"7.84 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"id",
"?"
],
[
"_:booking",
"id",
"TR0305"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"?"
],
[
"_:result",
"ticket",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"count",
"2"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"name",
"ashley hotel"
],
[
"_:result",
"address",
"74 chesterton road"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Ashley Hotel"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"phone",
"01223350059"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"kings lynn"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"day",
"saturday"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:booking",
"id",
"TR0305"
],
[
"_:search",
"people",
"?"
],
[
"_:search",
"arrive_by",
"16:30"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"15:58"
],
[
"_:result",
"id",
"TR1031"
],
[
"_:result",
"leave_at",
"15:11"
],
[
"_:result",
"ticket",
"7.84 pounds"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to see a college in the centre area of town ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,name,?);(_:search,type,'Attraction'))",
"inform((_:result,category,'colleges');(_:result,count,'13');(_:result,name,'emmanuel college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 13 colleges . I like the emmanuel college but is there another one you had in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,name,'emmanuel college');(_:search,type,'Attraction'))",
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Emmanuel college is fine . What 's the address ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,\"saint andrew 's street\");(_:result,entrance_fee,'free');(_:result,name,'emmanuel college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Emmanuel college is on saint andrew 's street . It is free admission . Can I help you with anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes please , can you help me with train schedules too ? I need to travel on Sunday ."
},
{
"id": 5,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Of course ! So that I can better help you , can you give me the departure and destination cities you are considering ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,leave_at,'21:00');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am leaving from Cambridge and going to Birmingham New Street . I would also like to leave after 21:00 ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'23:44');(_:result,id,'TR1012');(_:result,leave_at,'21:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have TR1012 , leaving at 21:01 and arriving at 23:44 . Will that work for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It sure will if you can book 8 tickets for me ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ticket,'480.64 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking was successful and your fee is 480.64 GBP . Can I help you with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Can I get the reference number for the train please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,ref,'J4Y78RXR');(_:result,type,'Train'))",
"reqmore()",
"thank()"
],
"speaker": "system",
"text": "Of course ! Your reference number is J4Y78RXR . May I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Nope . Thank you for your help !"
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , have a great day !"
}
] |
MUL1795.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:result",
"name",
"emmanuel college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"emmanuel college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"name",
"emmanuel college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"emmanuel college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"name",
"emmanuel college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"emmanuel college"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"name",
"emmanuel college"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"emmanuel college"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"arrive_by",
"23:44"
],
[
"_:result",
"id",
"TR1012"
],
[
"_:result",
"leave_at",
"21:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"name",
"emmanuel college"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"emmanuel college"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"arrive_by",
"23:44"
],
[
"_:result",
"id",
"TR1012"
],
[
"_:result",
"leave_at",
"21:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"480.64 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:result",
"category",
"colleges"
],
[
"_:result",
"count",
"13"
],
[
"_:search",
"name",
"emmanuel college"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"emmanuel college"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"birmingham new street"
],
[
"_:search",
"leave_at",
"21:00"
],
[
"_:result",
"arrive_by",
"23:44"
],
[
"_:result",
"id",
"TR1012"
],
[
"_:result",
"leave_at",
"21:01"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ticket",
"480.64 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"ref",
"J4Y78RXR"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'north indian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hi , I 'm looking for a restaurant in the moderate price range that sells north indian food ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Unfortunately there is not hotel with those characteristics . perhaps you could try other types of cuisine ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant , not a hotel . Can you try again ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,food,'north indian');(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "My apologies . I meant to say restaurant not hotel . Unfortunately , there are n't any restaurants that are that price range that serve north indian food ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Okay . How about one that serves italian food ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'5');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have 5 locations that match your criteria . What area of town would you like it in ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like it to be in the east area of town please ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'Cambridge Retail Park Newmarket Road Fen Ditton');(_:result,name,'Pizza Hut');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Pizza Hut in Cambridge Retail Park Newmarket Road Fen Ditton seems to meet your requirements ."
},
{
"id": 8,
"rdf-acts": [
"request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Sounds good , can I get the phone number and postcode , please ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,phone,'01223323737');(_:result,postcode,'cb58wr');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The number there is 01223323737 and the postcode is cb58wr . Anything else ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That is all ! Thank you !"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome , enjoy your meal ."
}
] |
SNG0614.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"north indian"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"food",
"?"
],
[
"_:system",
"canthelp",
"_:search/6275abeb"
],
[
"_:search/6275abeb",
"type",
"Hotel"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/6275abeb"
],
[
"_:search/6275abeb",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a606793a"
],
[
"_:search/a606793a",
"food",
"north indian"
],
[
"_:search/a606793a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/6275abeb"
],
[
"_:search/6275abeb",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a606793a"
],
[
"_:search/a606793a",
"food",
"north indian"
],
[
"_:search/a606793a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/6275abeb"
],
[
"_:search/6275abeb",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a606793a"
],
[
"_:search/a606793a",
"food",
"north indian"
],
[
"_:search/a606793a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Cambridge Retail Park Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Pizza Hut"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:system",
"canthelp",
"_:search/6275abeb"
],
[
"_:search/6275abeb",
"type",
"Hotel"
],
[
"_:system",
"canthelp",
"_:search/a606793a"
],
[
"_:search/a606793a",
"food",
"north indian"
],
[
"_:search/a606793a",
"type",
"Restaurant"
],
[
"_:search",
"food",
"italian"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"east"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"Cambridge Retail Park Newmarket Road Fen Ditton"
],
[
"_:result",
"name",
"Pizza Hut"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"phone",
"01223323737"
],
[
"_:result",
"postcode",
"cb58wr"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,pricerange,'cheaper');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant in the center , but on the cheaper price range , can you help me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,area,'centre');(_:result,count,'15');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 15 restaurants in the city centre that are in the cheap price range . What type of cuisine would you prefer ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I will prefer restaurant that serve Chinese food ."
},
{
"id": 3,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,count,'3');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have three . Shall I try to book one ?"
},
{
"id": 4,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , no booking is necessary . But , can you suggest one and provide me the address . Thanks ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,address,'12 Lensfield Road City Centre');(_:result,name,'golden house');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I recommend the golden house . The address is 12 Lensfield Road City Centre ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,arrive_by,'20:15');(_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Great thank you , I also need a train to arrive by 20:15 and traveling on monday ."
},
{
"id": 7,
"rdf-acts": [
"thank()",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can help you with that . Where are you leaving from and going to ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm leaving from Norwich and heading for Cambridge ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'19:35');(_:result,leave_at,'hourly from 5:16 am till 18:16 pm');(_:result,ticket,'17.60');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Trains leave hourly from 5:16 am till 18:16 pm . The 18:16 pm train arrives at 19:35 . The fare is 17.60 . What time would you like to leave ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'4');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "That does n't matter . The 18:16 will do . Book it for 4 ."
},
{
"id": 11,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'72SA1578');(_:booking,ticket,'70.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your ticket booking was successful and the total fee is 70.4 GBP payable at the station . Your reference number is : 72SA1578 . Is there anything else I can help you with ?"
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for your help , that 's all I need today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Great ! Enjoy your visit and have a good one ."
}
] |
MUL1470.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"address",
"12 Lensfield Road City Centre"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"address",
"12 Lensfield Road City Centre"
],
[
"_:result",
"name",
"golden house"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"address",
"12 Lensfield Road City Centre"
],
[
"_:result",
"name",
"golden house"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"19:35"
],
[
"_:result",
"leave_at",
"hourly from 5:16 am till 18:16 pm"
],
[
"_:result",
"ticket",
"17.60"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"center"
],
[
"_:search",
"pricerange",
"cheaper"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"chinese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"address",
"12 Lensfield Road City Centre"
],
[
"_:result",
"name",
"golden house"
],
[
"_:search",
"arrive_by",
"20:15"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"norwich"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"19:35"
],
[
"_:result",
"leave_at",
"hourly from 5:16 am till 18:16 pm"
],
[
"_:result",
"ticket",
"17.60"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"people",
"4"
],
[
"_:search",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"72SA1578"
],
[
"_:booking",
"ticket",
"70.4 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I am looking for a train that leaves for Cambridge on Monday ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Where are you departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'ely');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hello , I am departing from Ely ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'several');(_:result,leave_at,'11:35 PM');(_:result,leave_at,'5:35 am');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are several trains available , starting at 5:35 am and ending at 11:35 PM . What time would you prefer ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,arrive_by,'10:00');(_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I need to arrive in Cambridge by 10:00 please"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'9:52');(_:result,destination,'Cambridge');(_:result,id,'TR2987');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR2987 will arrive in Cambridge by 9:52 . Would you like to book it ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please . I need 6 tickets and a reference number ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'VKWMNP74');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your tickets are all set , reference number is VKWMNP74"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'center');(_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Thanks ! I 'm also looking for a good museum in the center of town ."
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,category,'museums');(_:result,count,'11');(_:result,entrance_fee,'free');(_:result,name,'castle galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 11 museums , I would recommend castle galleries because it 's free ."
},
{
"id": 10,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))",
"inform((_:search,name,'Castle Galleries');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Fantastic . Can you provide me with the address and phone number for the Castle Galleries , please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,phone,'01223307402');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They are located at unit su43 , grande arcade , saint andrews street and their phone number is 01223307402"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "What is their entrance fee ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "They do not have a fee . It is free to enter ."
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "I have everything I need . Thanks !"
},
{
"id": 15,
"rdf-acts": [
"reqmore()"
],
"speaker": "system",
"text": "Is there anything else I can look up for you today ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's it . Thank you ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "No problem ! Thanks for contacting the Cambridge TownInfo centre and have a great day !"
}
] |
MUL0563.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"ely"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"leave_at",
"11:35 PM"
],
[
"_:result",
"leave_at",
"5:35 am"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"leave_at",
"11:35 PM"
],
[
"_:result",
"leave_at",
"5:35 am"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2987"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"leave_at",
"11:35 PM"
],
[
"_:result",
"leave_at",
"5:35 am"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2987"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"VKWMNP74"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"leave_at",
"11:35 PM"
],
[
"_:result",
"leave_at",
"5:35 am"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2987"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"VKWMNP74"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:search",
"name",
"Castle Galleries"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"leave_at",
"11:35 PM"
],
[
"_:result",
"leave_at",
"5:35 am"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2987"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"VKWMNP74"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:search",
"name",
"Castle Galleries"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"leave_at",
"11:35 PM"
],
[
"_:result",
"leave_at",
"5:35 am"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2987"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"VKWMNP74"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:search",
"name",
"Castle Galleries"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_: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": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"ely"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"leave_at",
"11:35 PM"
],
[
"_:result",
"leave_at",
"5:35 am"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"10:00"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"9:52"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"id",
"TR2987"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"VKWMNP74"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"center"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"11"
],
[
"_:result",
"name",
"castle galleries"
],
[
"_:search",
"name",
"Castle Galleries"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"unit su43 , grande arcade , saint andrews street"
],
[
"_:result",
"phone",
"01223307402"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am looking for a place to stay in Cambridge . I prefer it to be in the north and include free wifi , please ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have any other specifications ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , if you could find a 4 star hotel with free parking that would be great ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "Sorry there are no 4 star hotel fitting that description . Anything else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you list alternatives close to 4 star with free parking ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,area,?);(_:search,category,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "What type of alternatives would you like to know about ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need some place in the north , four stars and having free wifi ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,area,'North');(_:result,count,'7');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are seven guesthouses in the North that offer parking and internet , I am not sure if the parking and internet are free though ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I really need one that has free parking . Can you check again please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,count,'7');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Parking is free on all 7 , do you have a preference ?"
},
{
"id": 10,
"rdf-acts": [
"request((_:result,postcode,?);(_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Hotel');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "No preference really . Could you pick one and get me the postcode and price range please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,name,'kirkwood house');(_:result,postcode,'cb41da');(_:result,pricerange,'moderately');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "I have selected the kirkwood house , it is moderately priced and the postal code is cb41da , can I help with anything else ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,day,'wednesday');(_:search,destination,'kings lynn');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I also need a train going to kings lynn on Wednesday ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,departure,'cambridge');(_:result,destination,'kings lynn');(_:result,id,'TR5159');(_:result,leave_at,'05.11');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "TR5159 leaves for kings lynn from cambridge leaves at 05.11"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Hotel');(_:result,type,'Train'))"
],
"speaker": "user",
"text": "OK , thank you , I just need the price ."
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,departure,'Cambridge');(_:result,destination,'Kings Lynn');(_:result,id,'TR5159');(_:result,ticket,'9.80 pounds');(_:result,type,'Train'))",
"reqmore()"
],
"speaker": "system",
"text": "Sure , TR5159 from Cambridge to Kings Lynn costs 9.80 pounds . Is there anything else I can help with ?"
},
{
"id": 16,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , you 've been great . Thanks for your help !"
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "My pleasure ! Enjoy your stay !"
}
] |
MUL2197.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:system",
"canthelp",
"_:search/a3b880d0"
],
[
"_:search/a3b880d0",
"category",
"hotel"
],
[
"_:search/a3b880d0",
"stars",
"4"
],
[
"_:search/a3b880d0",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a3b880d0"
],
[
"_:search/a3b880d0",
"category",
"hotel"
],
[
"_:search/a3b880d0",
"stars",
"4"
],
[
"_:search/a3b880d0",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"has_parking",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a3b880d0"
],
[
"_:search/a3b880d0",
"category",
"hotel"
],
[
"_:search/a3b880d0",
"stars",
"4"
],
[
"_:search/a3b880d0",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a3b880d0"
],
[
"_:search/a3b880d0",
"category",
"hotel"
],
[
"_:search/a3b880d0",
"stars",
"4"
],
[
"_:search/a3b880d0",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"postcode",
"?"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a3b880d0"
],
[
"_:search/a3b880d0",
"category",
"hotel"
],
[
"_:search/a3b880d0",
"stars",
"4"
],
[
"_:search/a3b880d0",
"type",
"Hotel"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"name",
"kirkwood house"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:system",
"canthelp",
"_:search/a3b880d0"
],
[
"_:search/a3b880d0",
"category",
"hotel"
],
[
"_:search/a3b880d0",
"stars",
"4"
],
[
"_:search/a3b880d0",
"type",
"Hotel"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"ticket",
"?"
],
[
"_:result",
"name",
"kirkwood house"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"departure",
"cambridge"
],
[
"_:result",
"destination",
"kings lynn"
],
[
"_:result",
"id",
"TR5159"
],
[
"_:result",
"leave_at",
"05.11"
],
[
"_:result",
"type",
"Train"
],
[
"_:result",
"pricerange",
"?"
],
[
"_: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": [
[
"_:system",
"canthelp",
"_:search/a3b880d0"
],
[
"_:search/a3b880d0",
"category",
"hotel"
],
[
"_:search/a3b880d0",
"stars",
"4"
],
[
"_:search/a3b880d0",
"type",
"Hotel"
],
[
"_:search",
"category",
"?"
],
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"count",
"7"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"kirkwood house"
],
[
"_:result",
"postcode",
"cb41da"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:search",
"day",
"wednesday"
],
[
"_:search",
"destination",
"kings lynn"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"leave_at",
"05.11"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"departure",
"Cambridge"
],
[
"_:result",
"destination",
"Kings Lynn"
],
[
"_:result",
"id",
"TR5159"
],
[
"_:result",
"ticket",
"9.80 pounds"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Looking forward to visiting and seeing some local attractions . I am looking for a place to stay . Can you help ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "sure , what area do you prefer and when is your stay if I may ask ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))",
"request((_:result,area,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "No specific area , but I would like for it to be expensive . It needs to be a hotel , not a guesthouse ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 5 listings available so lets narrow it down to one you may like . How about the star rating ? Also do you need parking or internet ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do need parking and wifi ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,area,'centre');(_:result,area,'east');(_:result,area,'south');(_:result,area,'west');(_:result,count,'5');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have 5 options ; two in the centre of town and one each in the east , south and west . Do you prefer 2 , 3 or 4 stars ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,stars,'four');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i prefer the four star"
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'center');(_:result,area,'west');(_:result,count,'2');(_:result,name,'Huntingdon Marriott');(_:result,name,'University Arms');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Okay , I see two hotels . The Huntingdon Marriott in the west and University Arms in the center . Would you like me to book one of them ?"
},
{
"id": 8,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Can I have the address , post code , and star of University Arms ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,address,'regent street');(_:result,name,'university arms hotel');(_:result,postcode,'cb21ad');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "university arms hotel is a 4 star hotel located on regent street . Their post code is cb21ad"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am also in the mood for a museum ."
},
{
"id": 11,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))",
"inform((_:result,area,'city');(_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 23 museums in the city . Do you prefer to visit one in a certain part of town"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,type,'Attraction');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Somewhere near my hotel would be good ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'whipple museum of the history of science');(_:result,type,'Attraction'))",
"reqmore()"
],
"speaker": "system",
"text": "Ok , I recommend the whipple museum of the history of science , it 's neat . Would you like more information ?"
},
{
"id": 14,
"rdf-acts": [
"request((_:result,address,?);(_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Sounds awesome ! Can you tell me the area it 's in along with the postcode and address ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,postcode,'cb23rh');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "It is located in the centre and the postcode is cb23rh ."
},
{
"id": 16,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'll also need the address please ."
},
{
"id": 17,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'free school lane');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "The address is free school lane . Can I help with anything else ?"
},
{
"id": 18,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Okay that will be all today , thanks for your help ."
},
{
"id": 19,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome ! Have a great day !"
}
] |
PMUL3539.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:result",
"area",
"?"
],
[
"_:search",
"stars",
"?"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"Huntingdon Marriott"
],
[
"_:result",
"name",
"University Arms"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"center"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"name",
"university arms hotel"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"area",
"city"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Attraction"
],
[
"_: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",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"postcode",
"cb21ad"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"area",
"city"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"whipple museum of the history of science"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"whipple museum of the history of science"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"four"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"category",
"museums"
],
[
"_:result",
"count",
"23"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"name",
"whipple museum of the history of science"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"postcode",
"cb23rh"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"free school lane"
],
[
"_: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,name,'bloomsbury restaurant');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I am planning a visit to Cambridge and would like to find out about Bloomsbury Restaurant ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,food,'international');(_:result,name,'Bloomsbury restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Bloomsbury restaurant serves international cuisine , is located in the centre part of town , and is in the moderate price range . Would you like the address and/or phone number ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'saturday');(_:search,duration,'19:15');(_:search,people,'8');(_:search,type,'Restaurant'))",
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , are you able to book me a table ? I 'd like it to be for Saturday . The table should be for 8 people , at 19:15 , and please provide a reference number ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'HSIINNN4');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : HSIINNN4 . Did you need anything else today ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,departure,'birmingham new street');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like a train , arriving by 1500 and departing from birmingham new street ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'15:00');(_:result,count,'63');(_:result,departure,'Birmingham New Street');(_:result,type,'Train'))",
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are 63 different trains that leave Birmingham New Street and arrive by 15:00 , where did you want to go ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'cambridge');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Cambridge , of course ! I need the make it to the restaurant booking !"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'13:23');(_:result,arrive_by,'14:23');(_:result,day,'saturday');(_:result,departure,'birmingham new street');(_:result,leave_at,'10:40');(_:result,leave_at,'11:40');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Certainly , leaving birmingham new street on saturday would you rather leave at 10:40 to arrive by 13:23 , or leave at 11:40 to arrive by 14:23 ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,leave_at,'11:40');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would like to leave at 11:40 please"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'14:23');(_:result,id,'TR4553');(_:result,leave_at,'11:40');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Train TR4553 departs at 11:40 and arrives at 14:23 . Would you like assistance booking a ticket ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'8');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Can you confirm that the train booing is for 8 people , please ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,people,'8');(_:booking,ref,'G99GK4JT');(_:booking,ticket,'480.64 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes , I was able to book 8 tickets on that train for you . The total fee due , payable at the station , is 480.64 GBP . Your reference number is G99GK4JT ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Wonderful ! You have been incredibly helpful . That will be all I need today ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "Okay ! Glad I could be of help ."
}
] |
MUL0334.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HSIINNN4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HSIINNN4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"arrive_by",
"15:00"
],
[
"_:result",
"count",
"63"
],
[
"_:result",
"departure",
"Birmingham New Street"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:search",
"people",
"8"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HSIINNN4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"count",
"63"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"arrive_by",
"13:23"
],
[
"_:result",
"arrive_by",
"14:23"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"departure",
"birmingham new street"
],
[
"_:result",
"leave_at",
"10:40"
],
[
"_:result",
"leave_at",
"11:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"11:40"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"HSIINNN4"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"count",
"63"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"11:40"
],
[
"_:result",
"arrive_by",
"14:23"
],
[
"_:result",
"id",
"TR4553"
],
[
"_:result",
"leave_at",
"11:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"name",
"bloomsbury restaurant"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"international"
],
[
"_:result",
"name",
"Bloomsbury restaurant"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:search",
"day",
"saturday"
],
[
"_:search",
"duration",
"19:15"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"departure",
"birmingham new street"
],
[
"_:result",
"count",
"63"
],
[
"_:search",
"destination",
"cambridge"
],
[
"_:result",
"day",
"saturday"
],
[
"_:result",
"departure",
"birmingham new street"
],
[
"_:search",
"leave_at",
"11:40"
],
[
"_:result",
"arrive_by",
"14:23"
],
[
"_:result",
"id",
"TR4553"
],
[
"_:result",
"leave_at",
"11:40"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"8"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"people",
"8"
],
[
"_:booking",
"ref",
"G99GK4JT"
],
[
"_:booking",
"ticket",
"480.64 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "What sort of dining does Cambridge offer in the centre , in the moderate price range ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'21');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 21 different choices . What kind of food are you looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'christmas');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like some christmas food ."
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Restaurant'))",
"reqmore()"
],
"speaker": "system",
"text": "I 'm sorry . I could not find a restaurant that meets that criteria . Would you like to try something else ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about somewhere with Lebanese food ?"
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'centre');(_:result,food,'Lebanese');(_:result,name,'Ali Baba');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes , there is a moderately priced Lebanese restaraunt in the centre named Ali Baba . How does that sound ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,ref,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "That will work can you make a reservation and send me the reference number please ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "of course , what day shall i make the reservation for ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,duration,'18:15');(_:search,people,'6');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Tuesday please at 18:15 for 6 people ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Ali Baba');(_:booking,ref,'NYH3ZPQN');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your table at Ali Baba is booked , reference # NYH3ZPQN . Is there anything else I can help you with today ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,stars,'three');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'd like to find a hotel in the same area , one with three stars ."
},
{
"id": 11,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'gonville hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have an expensive hotel called gonville hotel with free internet and parking . Would you be interested in booking a room here ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does it have free wifi ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes it has free wifi and free parking ."
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'tuesday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That sounds perfect . Can you book a reservation for 5 nights starting on Tuesday for 6 people ?"
},
{
"id": 15,
"rdf-acts": [
"reqmore()",
"inform((_:booking,name,'Gonville Hotel');(_:booking,ref,'FHD472H3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Your booking at the Gonville Hotel was successful . The reference number is FHD472H3 . Can I help with anything else today ?"
},
{
"id": 16,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Thanks , you have been very helpful . That is all I needed . Bye ."
},
{
"id": 17,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using Cambridge TownInfo . Have a great day !"
}
] |
PMUL0406.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"christmas"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:system",
"canthelp",
"_:search/7596e09e"
],
[
"_:search/7596e09e",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"canthelp",
"_:search/7596e09e"
],
[
"_:search/7596e09e",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Lebanese"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"canthelp",
"_:search/7596e09e"
],
[
"_:search/7596e09e",
"type",
"Restaurant"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Lebanese"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"canthelp",
"_:search/7596e09e"
],
[
"_:search/7596e09e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Lebanese"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Ali Baba"
],
[
"_:booking",
"ref",
"NYH3ZPQN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"three"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"canthelp",
"_:search/7596e09e"
],
[
"_:search/7596e09e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Lebanese"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"people",
"6"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Ali Baba"
],
[
"_:booking",
"ref",
"NYH3ZPQN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"canthelp",
"_:search/7596e09e"
],
[
"_:search/7596e09e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Lebanese"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Ali Baba"
],
[
"_:booking",
"ref",
"NYH3ZPQN"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_: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": [
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"count",
"21"
],
[
"_:system",
"canthelp",
"_:search/7596e09e"
],
[
"_:search/7596e09e",
"type",
"Restaurant"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Lebanese"
],
[
"_:result",
"ref",
"?"
],
[
"_:booking",
"day",
"?"
],
[
"_:search",
"duration",
"18:15"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"stars",
"three"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"name",
"gonville hotel"
],
[
"_:result",
"pricerange",
"expensive"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"tuesday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"5"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"name",
"Gonville Hotel"
],
[
"_:booking",
"ref",
"FHD472H3"
],
[
"_: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,'21:30');(_:search,departure,'peterborough');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Am looking for a train it should depart from peterborough and should arrive by 21:30"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,arrive_by,'21:09');(_:result,destination,'Cambridge');(_:result,leave_at,'20:19');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have a train going to Cambridge that will arrive at 21:09 and leaves at 20:19 . Does that work for you ?"
},
{
"id": 2,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "It will work for me Thank you"
},
{
"id": 3,
"rdf-acts": null,
"speaker": "system",
"text": "Your train has been booked ! The price is 16.5 GBP and the reference number is JSGGVUC8 . The train ID is TR0583 . Have a wonderful day ."
}
] |
SNG01977.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"arrive_by",
"21:30"
],
[
"_:search",
"departure",
"peterborough"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"arrive_by",
"21:09"
],
[
"_:result",
"destination",
"Cambridge"
],
[
"_:result",
"leave_at",
"20:19"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking to find a place to eat in the centre of town that needs to have a moderate price range . Can you give me some options ?"
},
{
"id": 1,
"rdf-acts": [
"select((_:result,food,'British');(_:result,food,'Chinese');(_:result,food,'Italian');(_:result,food,'Spanish');(_:result,food,'Turkish');(_:result,type,'Restaurant'))",
"inform((_:result,amount,'quite a few');(_:result,area,'centre');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are quite a few options in the centre of town . There 's Chinese , Italian , Spanish , Turkish and British food just to name a few . What would you like ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'lebanese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Is there a Lebanese option ? I 'm really craving some Lebanese right now ."
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'59 Hills Road City Centre');(_:result,food,'Lebanese');(_:result,name,'Ali Baba');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Yes ! Ali Baba is a great Lebanese restaurant that would suit your needs . It 's located at 59 Hills Road City Centre . What other information do you need ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'ali baba');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Can you please get me a reservation at Ali Baba for tonight at 7PM ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Certainly , how many people will be in your party total ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,address,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "Actually , can I just get the address there for now please ?"
},
{
"id": 7,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'59 Hills Road City Centre');(_:result,name,'Ali Baba');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "The Ali Baba is located at 59 Hills Road City Centre . Would you like any other information ?"
},
{
"id": 8,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "That 's all I need . Thanks for your help !"
},
{
"id": 9,
"rdf-acts": null,
"speaker": "system",
"text": "You have a nice triip and thank you for contacting us . Have a great day !"
}
] |
SNG0466.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"food",
"British"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"food",
"Spanish"
],
[
"_:result",
"food",
"Turkish"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"59 Hills Road City Centre"
],
[
"_:result",
"food",
"Lebanese"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"ali baba"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"59 Hills Road City Centre"
],
[
"_:result",
"food",
"Lebanese"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"name",
"ali baba"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"moderate"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"area",
"centre"
],
[
"_:search",
"food",
"lebanese"
],
[
"_:result",
"food",
"Lebanese"
],
[
"_:search",
"name",
"ali baba"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"59 Hills Road City Centre"
],
[
"_:result",
"name",
"Ali Baba"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i need a place to stay"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"thank()"
],
"speaker": "system",
"text": "I can help with that . Do you have a preference in location ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would prefer it to be in the North ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "Do you have a price range or star level in mind ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,pricerange,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't care about price but I 'd like a 4 star place ."
},
{
"id": 5,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,category,'guesthouses');(_:result,count,'8');(_:result,has_internet,'none');(_:result,stars,'four');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 8 different four star guesthouses . They all include internet , would you like to make a reservation ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you select one and make a reservation for me for Thursday please ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:booking,name,'Acorn Guest house');(_:booking,type,'Booking'))",
"request((_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I can book you into the Acorn Guest house . How many nights do you want to stay ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Does that have free parking ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,has_parking,'none');(_:result,name,'Acorn guest house');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , the Acorn guest house has parking"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Can you book that for me for 2 nights beginning Thursday ?"
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,people,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "How many people will be staying at the Acorn , please ? Is the booking for you only ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,people,'5');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "There will be 5 of us"
},
{
"id": 13,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'7FLYWY4J');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful . Reference number is : 7FLYWY4J . I would love to help with anything else !"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,category,'cinema');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I also need a cinema to visit ?"
},
{
"id": 15,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Do you have a particular part of town in mind ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "In the same area as the hotel"
},
{
"id": 17,
"rdf-acts": [
"canthelp((_:search,area,'north');(_:search,category,'cinemas');(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "Sorry , I did n't find any cinemas in the north ."
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Hmm , how about a park , then ?"
},
{
"id": 19,
"rdf-acts": [
"canthelp((_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "I do n't have that either ."
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,category,'park');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "Will you please try again ? There 's got ta be a park somewhere ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,area,'east');(_:result,area,'north');(_:result,area,'south');(_:result,category,'parks');(_:result,count,'5');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have 5 other parks in the centre , east , north , and south ."
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,type,'Attraction');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I just want a park in the same area as my hotel"
},
{
"id": 23,
"rdf-acts": [],
"speaker": "system",
"text": "Oh okay , looks like there is one park . It is Milton Country Park in the North . Their phone number is 01223420060 . The address is milton country park , milton ."
},
{
"id": 24,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Thanks , I need a taxi to get between the two places ."
},
{
"id": 25,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "What time would you like to leave ?"
},
{
"id": 26,
"rdf-acts": [
"inform((_:search,arrive_by,'09:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to get there by 09:15"
},
{
"id": 27,
"rdf-acts": [
"inform((_:result,car,'yellow toyota');(_:result,phone,'07196305390');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay I have booked a yellow toyota for you . The contact number will be 07196305390"
},
{
"id": 28,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Great . Can you also book a place for dinner on Thursday night ?"
},
{
"id": 29,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "What type of restaurant are you looking for ?"
},
{
"id": 30,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need a do n't care restaurant . Thank you"
},
{
"id": 31,
"rdf-acts": [],
"speaker": "system",
"text": "I 'm sorry , there was an error in our system . Could you please rephrase your question ?"
},
{
"id": 32,
"rdf-acts": [
"request((_:result,car,?);(_:result,type,'Taxi'))",
"inform((_:search,leave_at,'9:15');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need a restaurant to commute between the attraction and restaurant . I want to leave the attraction by 9:15 and I need car type and contact number please . Thank you , bye .."
},
{
"id": 33,
"rdf-acts": null,
"speaker": "system",
"text": "Ok . I booked a yellow toyota for you leaving milton country park at 09:15 and going to the acorn guest house . Is that correct ?"
}
] |
PMUL3997.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:booking",
"name",
"Acorn Guest house"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:booking",
"name",
"Acorn Guest house"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_: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",
"area",
"north"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:booking",
"name",
"Acorn Guest house"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:booking",
"name",
"Acorn Guest house"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7FLYWY4J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"cinema"
],
[
"_: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",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:booking",
"name",
"Acorn Guest house"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7FLYWY4J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"cinema"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:booking",
"name",
"Acorn Guest house"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7FLYWY4J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/0700fde6"
],
[
"_:search/0700fde6",
"area",
"north"
],
[
"_:search/0700fde6",
"category",
"cinemas"
],
[
"_:search/0700fde6",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"8"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:booking",
"name",
"Acorn Guest house"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7FLYWY4J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"area",
"same area"
],
[
"_:system",
"canthelp",
"_:search/0700fde6"
],
[
"_:search/0700fde6",
"area",
"north"
],
[
"_:search/0700fde6",
"category",
"cinemas"
],
[
"_:search/0700fde6",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/e0365c7a"
],
[
"_:search/e0365c7a",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:booking",
"name",
"Acorn Guest house"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7FLYWY4J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/0700fde6"
],
[
"_:search/0700fde6",
"area",
"north"
],
[
"_:search/0700fde6",
"category",
"cinemas"
],
[
"_:search/0700fde6",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/e0365c7a"
],
[
"_:search/e0365c7a",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
},
{
"id": 12,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:booking",
"name",
"Acorn Guest house"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7FLYWY4J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/0700fde6"
],
[
"_:search/0700fde6",
"area",
"north"
],
[
"_:search/0700fde6",
"category",
"cinemas"
],
[
"_:search/0700fde6",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/e0365c7a"
],
[
"_:search/e0365c7a",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:booking",
"name",
"Acorn Guest house"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7FLYWY4J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/0700fde6"
],
[
"_:search/0700fde6",
"area",
"north"
],
[
"_:search/0700fde6",
"category",
"cinemas"
],
[
"_:search/0700fde6",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/e0365c7a"
],
[
"_:search/e0365c7a",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
},
{
"id": 14,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:booking",
"name",
"Acorn Guest house"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7FLYWY4J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/0700fde6"
],
[
"_:search/0700fde6",
"area",
"north"
],
[
"_:search/0700fde6",
"category",
"cinemas"
],
[
"_:search/0700fde6",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/e0365c7a"
],
[
"_:search/e0365c7a",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:result",
"car",
"yellow toyota"
],
[
"_:result",
"phone",
"07196305390"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"day",
"thursday"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27,
28
]
},
{
"id": 15,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:booking",
"name",
"Acorn Guest house"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7FLYWY4J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/0700fde6"
],
[
"_:search/0700fde6",
"area",
"north"
],
[
"_:search/0700fde6",
"category",
"cinemas"
],
[
"_:search/0700fde6",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/e0365c7a"
],
[
"_:search/e0365c7a",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"leave_at",
"?"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:result",
"car",
"yellow toyota"
],
[
"_:result",
"phone",
"07196305390"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"food",
"?"
],
[
"_: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,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30
]
},
{
"id": 16,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"stars",
"four"
],
[
"_:booking",
"name",
"Acorn Guest house"
],
[
"_:booking",
"stay",
"?"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Acorn guest house"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"people",
"?"
],
[
"_:search",
"people",
"5"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"7FLYWY4J"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:system",
"canthelp",
"_:search/0700fde6"
],
[
"_:search/0700fde6",
"area",
"north"
],
[
"_:search/0700fde6",
"category",
"cinemas"
],
[
"_:search/0700fde6",
"type",
"Attraction"
],
[
"_:system",
"canthelp",
"_:search/e0365c7a"
],
[
"_:search/e0365c7a",
"type",
"Attraction"
],
[
"_:search",
"category",
"park"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"category",
"parks"
],
[
"_:result",
"count",
"5"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"arrive_by",
"09:15"
],
[
"_:result",
"car",
"yellow toyota"
],
[
"_:result",
"phone",
"07196305390"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"food",
"?"
],
[
"_:result",
"car",
"?"
],
[
"_:search",
"leave_at",
"9:15"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I 'm visiting the north side of Cambridge , can you help me find a hotel there ?"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,amount,'a few');(_:result,category,'hotels');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'2');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "We have a few 2 star hotels with free internet and parking . Can I get information on one of those ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Are there any 4 star ?"
},
{
"id": 3,
"rdf-acts": [
"canthelp((_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "I 'm sorry no there is not . May I search gain with different criteria ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "How about Guesthouse , instead ?"
},
{
"id": 5,
"rdf-acts": [
"request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'a number');(_:result,area,'north');(_:result,category,'guesthouses');(_:result,stars,'4');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Ah , there are a number of guesthouses with 4 stars in the north . Do you need free internet or parking ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_internet,'dontcare');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Internet or parking does n't matter . Which guesthouse do you recommend ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,address,'52 Gilbert Road');(_:result,name,'Archway House');(_:result,postcode,'CB43PE');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I recommend Archway House . They are located at 52 Gilbert Road in postcode CB43PE . Would you like me to book a room for you ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes , please . There will be 5 of us for 4 nights , starting on Monday ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,ref,'3CM9X6CQ');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "You 're all ready to go . Reference number is 3CM9X6CQ . Anything else I can help you with ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,name,'la margherita');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would also like some help finding info on the La Margherita restaurant ."
},
{
"id": 11,
"rdf-acts": [],
"speaker": "system",
"text": "I will look that up for you ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "It has been a few minutes and I swear I hear snoring on the other end , are you there ? Can I get that info ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,name,'LA Margherita');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I 've located LA Margherita . What information would you like about the restaurant ?"
},
{
"id": 14,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,duration,'20:00');(_:search,people,'same group');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I need to book it for the same group the same day at 20:00"
},
{
"id": 15,
"rdf-acts": [
"inform((_:booking,ref,'4IOG1MD6');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I was able to book it , reference number is 4IOG1MD6 ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Great . I was also interested in getting a taxi , can you help me with that ?"
},
{
"id": 17,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Absolutely ! From where to where ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,type,'Hotel');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I would like to commute between the hotel and restaurant . I 'd like to be at the restaurant by the booked time ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "Okay what time is that ?"
},
{
"id": 20,
"rdf-acts": [
"inform((_:search,arrive_by,'20:00');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "That time is 20:00 ."
},
{
"id": 21,
"rdf-acts": [
"inform((_:result,car,'white Ford');(_:result,phone,'07081197533');(_:result,type,'Taxi'))",
"reqmore()"
],
"speaker": "system",
"text": "Okay ! I 've booked you a white Ford . The contact number is 07081197533 . Can I help you with anything else ?"
},
{
"id": 22,
"rdf-acts": [],
"speaker": "user",
"text": "no that is OK for today"
},
{
"id": 23,
"rdf-acts": null,
"speaker": "system",
"text": "Okay , well if you think of anything else , you know where to find me ! Otherwise , have a wonderful trip !"
}
] |
PMUL4062.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:search",
"category",
"hotel"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"amount",
"a few"
],
[
"_:result",
"category",
"hotels"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"stars",
"2"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/4b185f29"
],
[
"_:search/4b185f29",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/4b185f29"
],
[
"_:search/4b185f29",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/4b185f29"
],
[
"_:search/4b185f29",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"address",
"52 Gilbert Road"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"postcode",
"CB43PE"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/4b185f29"
],
[
"_:search/4b185f29",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"address",
"52 Gilbert Road"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"postcode",
"CB43PE"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3CM9X6CQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"la margherita"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/4b185f29"
],
[
"_:search/4b185f29",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"address",
"52 Gilbert Road"
],
[
"_:result",
"name",
"Archway House"
],
[
"_:result",
"postcode",
"CB43PE"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"day",
"monday"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3CM9X6CQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"la margherita"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/4b185f29"
],
[
"_:search/4b185f29",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"address",
"52 Gilbert Road"
],
[
"_:result",
"postcode",
"CB43PE"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"ref",
"3CM9X6CQ"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"la margherita"
],
[
"_:result",
"name",
"LA Margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"same group"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/4b185f29"
],
[
"_:search/4b185f29",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"address",
"52 Gilbert Road"
],
[
"_:result",
"postcode",
"CB43PE"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"la margherita"
],
[
"_:result",
"name",
"LA Margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"same group"
],
[
"_:booking",
"ref",
"4IOG1MD6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/4b185f29"
],
[
"_:search/4b185f29",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"address",
"52 Gilbert Road"
],
[
"_:result",
"postcode",
"CB43PE"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"la margherita"
],
[
"_:result",
"name",
"LA Margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"same group"
],
[
"_:booking",
"ref",
"4IOG1MD6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Hotel"
],
[
"_: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",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/4b185f29"
],
[
"_:search/4b185f29",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"address",
"52 Gilbert Road"
],
[
"_:result",
"postcode",
"CB43PE"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stay",
"4"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:search",
"name",
"la margherita"
],
[
"_:result",
"name",
"LA Margherita"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"same group"
],
[
"_:booking",
"ref",
"4IOG1MD6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:search",
"stars",
"4"
],
[
"_:system",
"canthelp",
"_:search/4b185f29"
],
[
"_:search/4b185f29",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:result",
"amount",
"a number"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"stars",
"4"
],
[
"_:search",
"has_internet",
"dontcare"
],
[
"_:search",
"has_parking",
"dontcare"
],
[
"_:result",
"address",
"52 Gilbert Road"
],
[
"_:result",
"postcode",
"CB43PE"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"stay",
"4"
],
[
"_:search",
"name",
"la margherita"
],
[
"_:result",
"name",
"LA Margherita"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"duration",
"20:00"
],
[
"_:search",
"people",
"same group"
],
[
"_:booking",
"ref",
"4IOG1MD6"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"departure",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"arrive_by",
"20:00"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"white Ford"
],
[
"_:result",
"phone",
"07081197533"
],
[
"_:result",
"type",
"Taxi"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,day,'monday');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Hi , can you help me find a train on Monday , please ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "Sure , where will you be departing from ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'm departing from leicester ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,amount,'many');(_:result,type,'Train'))",
"request((_:search,leave_at,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "There are many trains available on that day . At what time will you be traveling ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,leave_at,'5:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I will be leaving by 5:15 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "what is your destination ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "It should go to leicester"
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:search,departure,'Leicester');(_:search,destination,'Leicester');(_:search,type,'Train'))",
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))",
"inform((_:result,destination,'cambridge');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "Did you mean departing from Leicester and going to Cambridge ? We do not have trains from Leicester to Leicester ."
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "sorry , i m going from cambridge to leicester"
},
{
"id": 9,
"rdf-acts": [
"inform((_:result,arrive_by,'7:06');(_:result,id,'TR8631');(_:result,leave_at,'5:21');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "TR8631 will leave at 5:21 and arrive by 7:06 . Would you like to make a reservation ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,people,'3');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Yes , please make a booking for 3 people ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:booking,category,'Train');(_:booking,ref,'60SBSNJP');(_:booking,ticket,'113.4 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 113.4 GBP payable at the station .Reference number is : 60SBSNJP ."
},
{
"id": 12,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you for your time and help , sorry for the confusion . Have a great day !"
},
{
"id": 13,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "have a great day too ."
},
{
"id": 14,
"rdf-acts": [
"bye()"
],
"speaker": "user",
"text": "Have a nice day ."
},
{
"id": 15,
"rdf-acts": [
"thank()"
],
"speaker": "system",
"text": "Thank you . You as well ."
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Can you suggest places to go in town centre ? I 'm interested in a college . Let me know the entrance fee and the phone number please ."
},
{
"id": 17,
"rdf-acts": [
"inform((_:result,address,'regent street');(_:result,entrance_fee,'free');(_:result,name,'downing college');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have the downing college located at regent street with free entrance fee ."
},
{
"id": 18,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Please get me their phone number"
},
{
"id": 19,
"rdf-acts": [
"inform((_:result,address,\"saint andrew 's street\");(_:result,amount,'several');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's college\");(_:result,phone,'01223334900');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I have several available . How does Christ 's college on saint andrew 's street with free entrance sound ? Their phone number is 01223334900 ."
},
{
"id": 20,
"rdf-acts": [],
"speaker": "user",
"text": "That is all ."
},
{
"id": 21,
"rdf-acts": null,
"speaker": "system",
"text": "Great . Glad I could be of help ."
}
] |
PMUL1296.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"5:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"departure",
"leicester"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"leave_at",
"5:15"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"5:15"
],
[
"_:system",
"canthelp",
"_:search/33679ea7"
],
[
"_:search/33679ea7",
"departure",
"Leicester"
],
[
"_:search/33679ea7",
"destination",
"Leicester"
],
[
"_:search/33679ea7",
"type",
"Train"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"5:15"
],
[
"_:system",
"canthelp",
"_:search/33679ea7"
],
[
"_:search/33679ea7",
"departure",
"Leicester"
],
[
"_:search/33679ea7",
"destination",
"Leicester"
],
[
"_:search/33679ea7",
"type",
"Train"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"7:06"
],
[
"_:result",
"id",
"TR8631"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"5:15"
],
[
"_:system",
"canthelp",
"_:search/33679ea7"
],
[
"_:search/33679ea7",
"departure",
"Leicester"
],
[
"_:search/33679ea7",
"destination",
"Leicester"
],
[
"_:search/33679ea7",
"type",
"Train"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"7:06"
],
[
"_:result",
"id",
"TR8631"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"60SBSNJP"
],
[
"_:booking",
"ticket",
"113.4 GBP"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"5:15"
],
[
"_:system",
"canthelp",
"_:search/33679ea7"
],
[
"_:search/33679ea7",
"departure",
"Leicester"
],
[
"_:search/33679ea7",
"destination",
"Leicester"
],
[
"_:search/33679ea7",
"type",
"Train"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"7:06"
],
[
"_:result",
"id",
"TR8631"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:search",
"type",
"Train"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"60SBSNJP"
],
[
"_:booking",
"ticket",
"113.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"5:15"
],
[
"_:system",
"canthelp",
"_:search/33679ea7"
],
[
"_:search/33679ea7",
"departure",
"Leicester"
],
[
"_:search/33679ea7",
"destination",
"Leicester"
],
[
"_:search/33679ea7",
"type",
"Train"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"7:06"
],
[
"_:result",
"id",
"TR8631"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"60SBSNJP"
],
[
"_:booking",
"ticket",
"113.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
]
},
{
"id": 9,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"leave_at",
"5:15"
],
[
"_:system",
"canthelp",
"_:search/33679ea7"
],
[
"_:search/33679ea7",
"departure",
"Leicester"
],
[
"_:search/33679ea7",
"destination",
"Leicester"
],
[
"_:search/33679ea7",
"type",
"Train"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"7:06"
],
[
"_:result",
"id",
"TR8631"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"60SBSNJP"
],
[
"_:booking",
"ticket",
"113.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"address",
"regent street"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"downing college"
],
[
"_: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": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"monday"
],
[
"_:search",
"leave_at",
"5:15"
],
[
"_:system",
"canthelp",
"_:search/33679ea7"
],
[
"_:search/33679ea7",
"departure",
"Leicester"
],
[
"_:search/33679ea7",
"destination",
"Leicester"
],
[
"_:search/33679ea7",
"type",
"Train"
],
[
"_:result",
"destination",
"cambridge"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"leicester"
],
[
"_:result",
"arrive_by",
"7:06"
],
[
"_:result",
"id",
"TR8631"
],
[
"_:result",
"leave_at",
"5:21"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"3"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"60SBSNJP"
],
[
"_:booking",
"ticket",
"113.4 GBP"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:user",
"dismissed",
"_:system"
],
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"college"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"address",
"saint andrew 's street"
],
[
"_:result",
"amount",
"several"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Christ 's college"
],
[
"_:result",
"phone",
"01223334900"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I am looking for places to go here in the centre of town . Could you please assist me ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,type,'Attraction'))"
],
"speaker": "system",
"text": "What kind of place ? Are you looking for entertainment , dinner , culture , or what ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'museum');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I would like to go to a museum please ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "I recommend Castle Galleries ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,name,'castle galleries');(_:search,type,'Attraction'))",
"request((_:result,entrance_fee,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "Does Castle Galleries have an entrance fee ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,entrance_fee,'free');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "No , Castle Galleries is free to enter !"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,duration,'12:30');(_:search,food,'chinese');(_:search,name,'Castle Galleries');(_:search,people,'7');(_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Wonderful . I am also looking for a Chinese restaurant near the Castle Galleries . Can you book me a table for 7 people on Sunday at 12:30 ?"
},
{
"id": 7,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Restaurant'))"
],
"speaker": "system",
"text": "Would you like a cheap , moderate , or expensive restaurant ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'same area');(_:search,food,'chinese');(_:search,name,'Castle Galleries');(_:search,pricerange,'dontcare');(_:search,type,'Attraction');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "It does n't matter , whatever you recommend will be fine . As long as it 's in the same area as Castle Galleries and serves Chinese food ."
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:result,area,'centre');(_:result,food,'Chinese');(_:result,name,'Sesame Restaurant and Bar');(_:result,pricerange,'more expensive');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have the Sesame Restaurant and Bar that is a more expensive Chinese restaurant also located in the town centre . Would you like more information or I also have others ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,departure,'the museum');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "Yes , I would like to go to the Sesame Restaurant and Bar . I would need to book a taxi to get from the museum to the restaurant ."
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,car,'blue toyota');(_:result,phone,'07271370296');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I have booked you a blue toyota taxi and its contact number is 07271370296 ."
},
{
"id": 12,
"rdf-acts": [],
"speaker": "user",
"text": "Great , wonderful ! That 's all I needed ."
},
{
"id": 13,
"rdf-acts": null,
"speaker": "system",
"text": "If that is all , I would like to thank you for using our service ."
}
] |
MUL0865.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"name",
"castle galleries"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"entrance_fee",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"name",
"Castle Galleries"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:result",
"name",
"Castle Galleries"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"name",
"Castle Galleries"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"name",
"Castle Galleries"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Sesame Restaurant and Bar"
],
[
"_:result",
"pricerange",
"more expensive"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"departure",
"the museum"
],
[
"_: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": [
[
"_:search",
"category",
"museum"
],
[
"_:result",
"entrance_fee",
"free"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"people",
"7"
],
[
"_:search",
"area",
"same area"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"name",
"Castle Galleries"
],
[
"_:search",
"pricerange",
"dontcare"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Chinese"
],
[
"_:result",
"name",
"Sesame Restaurant and Bar"
],
[
"_:result",
"pricerange",
"more expensive"
],
[
"_:search",
"departure",
"the museum"
],
[
"_:search",
"destination",
"the restaurant"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue toyota"
],
[
"_:result",
"phone",
"07271370296"
],
[
"_:result",
"type",
"Taxi"
]
],
"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": "Hello , I 'm looking for a train out of Cambridge ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "What day would you be traveling and where would you like to go ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,day,'friday');(_:search,destination,'london liverpool street');(_:search,leave_at,'21:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I would be leaving on Friday and i would be traveling to London Liverpool street and i would like to leave after 21:15"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,id,'TR3138');(_:result,id,'TR9557');(_:result,leave_at,'21:59');(_:result,leave_at,'two hours later');(_:result,type,'Train'))"
],
"speaker": "system",
"text": "You could take the TR9557 at 21:59 , or the TR3138 two hours later ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,destination,'london liverpool street');(_:search,type,'Train'))",
"request((_:result,duration,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "I 'll take the earlier train . could you tell me the travel time , and at what time I will be arriving at London Liverpool street ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,arrive_by,'23:27');(_:result,duration,'88 minutes');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Sure , the travel time is 88 minutes and you will arrive at 23:27 . Would you like me to book the train for you ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,has_parking,'no');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "That would be great , thanks . I am also looking for a hotel . I would prefer a 3 star hotel . I do not need parking ."
},
{
"id": 7,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Certainly . I have many hotels matching that description . Do you have a preference for what area you stay in ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,pricerange,'moderately');(_:search,stars,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I do n't really care . Could you please find me a moderately priced one , though ? I 'd like a 3 star if possible ."
},
{
"id": 9,
"rdf-acts": [
"select((_:result,area,'north');(_:result,area,'south');(_:result,area,'west');(_:result,type,'Hotel'))",
"inform((_:result,count,'4');(_:result,pricerange,'moderately');(_:result,stars,'3-star');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Excellent , we have 4 options , all 3-star and moderately priced . They only differ by location ( north , south , west ) and wifi availability . Do you have any preferences given this new information ?"
},
{
"id": 10,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I would really like a guesthouse . Is one of those a guesthouse ?"
},
{
"id": 11,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,name,'Alpha - milton guesthouse');(_:result,pricerange,'moderate');(_:result,stars,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "Yes , Alpha - milton guesthouse is a 3 star in the north in a moderate price range but no internet . Does this hotel interest you ?"
},
{
"id": 12,
"rdf-acts": [
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . Can I get the phone number and address please ."
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,address,'63 milton road');(_:result,name,'alpha - milton guest house');(_:result,phone,'01223311625');(_:result,type,'Hotel'))",
"reqmore()"
],
"speaker": "system",
"text": "The phone number for alpha - milton guest house is 01223311625 . It is located at 63 milton road . Is there anything else I can assist you with today ?"
},
{
"id": 14,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , I think that 's it . Thanks for all your help today !"
},
{
"id": 15,
"rdf-acts": null,
"speaker": "system",
"text": "Alright . Enjoy your stay in Cambridge !"
}
] |
MUL0747.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"cambridge"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR3138"
],
[
"_:result",
"id",
"TR9557"
],
[
"_:result",
"leave_at",
"21:59"
],
[
"_:result",
"leave_at",
"two hours later"
],
[
"_:result",
"type",
"Train"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"duration",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR3138"
],
[
"_:result",
"id",
"TR9557"
],
[
"_:result",
"leave_at",
"21:59"
],
[
"_:result",
"leave_at",
"two hours later"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"23:27"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR3138"
],
[
"_:result",
"id",
"TR9557"
],
[
"_:result",
"leave_at",
"21:59"
],
[
"_:result",
"leave_at",
"two hours later"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"23:27"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR3138"
],
[
"_:result",
"id",
"TR9557"
],
[
"_:result",
"leave_at",
"21:59"
],
[
"_:result",
"leave_at",
"two hours later"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"23:27"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"area",
"south"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"4"
],
[
"_:result",
"pricerange",
"moderately"
],
[
"_:result",
"stars",
"3-star"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR3138"
],
[
"_:result",
"id",
"TR9557"
],
[
"_:result",
"leave_at",
"21:59"
],
[
"_:result",
"leave_at",
"two hours later"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"23:27"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"name",
"Alpha - milton guesthouse"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"id": 7,
"multi_relations": false,
"triples": [
[
"_:search",
"day",
"friday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:result",
"id",
"TR3138"
],
[
"_:result",
"id",
"TR9557"
],
[
"_:result",
"leave_at",
"21:59"
],
[
"_:result",
"leave_at",
"two hours later"
],
[
"_:search",
"destination",
"london liverpool street"
],
[
"_:result",
"arrive_by",
"23:27"
],
[
"_:result",
"duration",
"88 minutes"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"has_parking",
"no"
],
[
"_:result",
"amount",
"many"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"pricerange",
"moderately"
],
[
"_:search",
"stars",
"3"
],
[
"_:result",
"count",
"4"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"pricerange",
"moderate"
],
[
"_:result",
"stars",
"3"
],
[
"_:result",
"address",
"63 milton road"
],
[
"_:result",
"name",
"alpha - milton guest house"
],
[
"_:result",
"phone",
"01223311625"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"inquired",
"_:user"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "Hello , I 'd like to dine at a cheap restaurant in the centre . What do you suggest ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'several');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are several what kind of food do you want ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,food,'chinese');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "How about Chinese food ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'40210 Millers Yard City Centre');(_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Try dojo noodle bar located at 40210 Millers Yard City Centre"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,leave_at,'21:15');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "Thank you . I am also looking to book a train which leaves on Sunday after 21:15 ."
},
{
"id": 5,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))"
],
"speaker": "system",
"text": "I can definitely help with that . Where will you be traveling from / to ?"
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))"
],
"speaker": "user",
"text": "I 'll be going to broxbourne from cambridge ."
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,arrive_by,'23:01');(_:result,id,'TR3697');(_:result,leave_at,'22:01');(_:result,type,'Train'))",
"offer((_:booking,category,'Train');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "The TR3697 leaves at 22:01 and arrives by 23:01 . Would you like me to book this train ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,people,'6');(_:search,type,'Train'))",
"request((_:result,ref,?);(_:result,type,'Train'))"
],
"speaker": "user",
"text": "Yes can you book that for 6 people and give me the reference number ?"
},
{
"id": 9,
"rdf-acts": [
"reqmore()",
"inform((_:booking,category,'Train');(_:booking,ref,'S9DHM1KG');(_:booking,ticket,'85.92 GBP');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Booking was successful , the total fee is 85.92 GBP payable at the station . Reference number is : S9DHM1KG . Can I help with anything else today ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Great that was all I needed today , thank you for your help"
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Have a lovely day ."
}
] |
MUL1682.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",
"amount",
"several"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"food",
"chinese"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"address",
"40210 Millers Yard City Centre"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"address",
"40210 Millers Yard City Centre"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:search",
"type",
"Train"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"address",
"40210 Millers Yard City Centre"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"arrive_by",
"23:01"
],
[
"_:result",
"id",
"TR3697"
],
[
"_:result",
"leave_at",
"22:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"several"
],
[
"_:search",
"food",
"chinese"
],
[
"_:result",
"address",
"40210 Millers Yard City Centre"
],
[
"_:result",
"name",
"dojo noodle bar"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"leave_at",
"21:15"
],
[
"_:search",
"departure",
"cambridge"
],
[
"_:search",
"destination",
"broxbourne"
],
[
"_:result",
"arrive_by",
"23:01"
],
[
"_:result",
"id",
"TR3697"
],
[
"_:result",
"leave_at",
"22:01"
],
[
"_:result",
"type",
"Train"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"type",
"Train"
],
[
"_:result",
"ref",
"?"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:booking",
"category",
"Train"
],
[
"_:booking",
"ref",
"S9DHM1KG"
],
[
"_:booking",
"ticket",
"85.92 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,pricerange,'cheap');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I 'm looking for a restaurant in the centre of Cambridge which is pretty cheap in terms of prices ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'many');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "We have many places that meet that criteria , is there a type of food you would like to eat ?"
},
{
"id": 2,
"rdf-acts": [],
"speaker": "user",
"text": "cheap food is preferred , but i 'm not picky ."
},
{
"id": 3,
"rdf-acts": [
"request((_:search,food,?);(_:search,type,'Restaurant'))",
"inform((_:result,count,'15');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "There are 15 places to choose from , what kind of food are you looking for in particular ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'thursday');(_:search,duration,'12:30');(_:search,food,'dontcare');(_:search,people,'5');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "I do n't really care which type of food . You can just pick one and book for 5 people at 12:30 on thursday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,duration,'12:30');(_:booking,name,'Dojo Noodle Bar');(_:booking,people,'5');(_:booking,ref,'14M7PHJH');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have booked a table for Dojo Noodle Bar for 5 people , reference number 14M7PHJH . The table will be reserved for 15 minutes starting at 12:30 ."
},
{
"id": 6,
"rdf-acts": [
"inform((_:search,name,'Cambridge Belfry');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I am also looking for the Cambridge Belfry ."
},
{
"id": 7,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,area,'west');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Cambridge Belfry');(_:result,pricerange,'cheap');(_:result,stars,'4-stars');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "The Cambridge Belfry is a hotel in the west . It is relatively cheap , has 4-stars and offers free internet and parking . Would you like to book a room there ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,day,'same day');(_:search,people,'same group of people');(_:search,stay,'3');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes . For the same group of people for 3 nights starting on the same day"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,day,'Thursday');(_:booking,name,'Cambridge Belfry');(_:booking,people,'3');(_:booking,ref,'MGOPZNPJ');(_:booking,stay,'3');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I have successfully booked a room for you at the Cambridge Belfry for 3 nights starting from Thursday for 3 people . Your reference number is MGOPZNPJ .. Would that be all for you ?"
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Yes that 's all . Thank you very much ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are very welcome . Thank you for for calling the Cambridge Towninfo Centre . Have a great day ."
}
] |
MUL1378.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"food",
"?"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"5"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"count",
"15"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"day",
"thursday"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:search",
"people",
"5"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:booking",
"name",
"Dojo Noodle Bar"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"14M7PHJH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:booking",
"name",
"Dojo Noodle Bar"
],
[
"_:booking",
"people",
"5"
],
[
"_:booking",
"ref",
"14M7PHJH"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4-stars"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"count",
"15"
],
[
"_:search",
"duration",
"12:30"
],
[
"_:search",
"food",
"dontcare"
],
[
"_:booking",
"duration",
"12:30"
],
[
"_:search",
"name",
"Cambridge Belfry"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"category",
"hotel"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"name",
"Cambridge Belfry"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"stars",
"4-stars"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"same day"
],
[
"_:search",
"people",
"same group of people"
],
[
"_:search",
"stay",
"3"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"day",
"Thursday"
],
[
"_:booking",
"name",
"Cambridge Belfry"
],
[
"_:booking",
"people",
"3"
],
[
"_:booking",
"ref",
"MGOPZNPJ"
],
[
"_:booking",
"stay",
"3"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,destination,'williams art and antiques');(_:search,leave_at,'24:30');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I need to book a taxi to take me to Williams Art and Antiques . I need to leave after 24:30 ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "No problem - where should I have them pick you up ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,departure,'vue cinema');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I 'll be leaving from vue cinema ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,car,'blue bmw');(_:result,phone,'07889414601');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "You are booked for a blue bmw with the contact number 07889414601 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so very much . I am done ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . Have a good time !"
}
] |
SNG01666.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"williams art and antiques"
],
[
"_:search",
"leave_at",
"24:30"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"williams art and antiques"
],
[
"_:search",
"leave_at",
"24:30"
],
[
"_:search",
"departure",
"vue cinema"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"destination",
"williams art and antiques"
],
[
"_:search",
"leave_at",
"24:30"
],
[
"_:search",
"departure",
"vue cinema"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"blue bmw"
],
[
"_:result",
"phone",
"07889414601"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "I need a place to stay in the east that has free wifi ."
},
{
"id": 1,
"rdf-acts": [
"request((_:search,category,?);(_:search,stars,?);(_:search,type,'Hotel'))",
"inform((_:result,amount,'many');(_:result,area,'east');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "There are many in the east that fit you description . Can I find out what type and rating place to stay you are looking for ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "A 4 star guesthouse would be ideal , thank you ."
},
{
"id": 3,
"rdf-acts": [
"select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate priced');(_:result,type,'Hotel'))",
"inform((_:result,category,'guesthouses');(_:result,count,'6');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I have 6 guesthouses that fit that criteria . Would you like a cheap or moderate priced room ?"
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Either would be fine as long as it can accommodate 6 people for 2 nights starting this Sunday ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:booking,name,'Carolina Bed and Breakfast');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Would you like me to try and book a room for you at the Carolina Bed and Breakfast ?"
},
{
"id": 6,
"rdf-acts": [
"thank()",
"request((_:result,address,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Yes please and I need the address , thank you ."
},
{
"id": 7,
"rdf-acts": [
"canthelp((_:booking,type,'Booking'))",
"request((_:booking,duration,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "I 'm sorry but I was unable to book those times . Would you like to try another hotel or time ?"
},
{
"id": 8,
"rdf-acts": [
"inform((_:search,category,'hotel');(_:search,pricerange,'same pricerange');(_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "Could you try a different hotel in the same pricerange please ?"
},
{
"id": 9,
"rdf-acts": [
"inform((_:booking,name,'A and B');(_:booking,ref,'MOE0AUAT');(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Yes sure I was able to book you into the A and B and your reference number is MOE0AUAT ."
},
{
"id": 10,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you so much for all your help . That is all I need ."
},
{
"id": 11,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome . Enjoy your stay ."
}
] |
SSNG0367.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"east"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"category",
"guesthouse"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"Carolina Bed and Breakfast"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"address",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:booking",
"name",
"Carolina Bed and Breakfast"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"canthelp",
"_:booking/114ae9d4"
],
[
"_:booking/114ae9d4",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"east"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:result",
"amount",
"many"
],
[
"_:result",
"area",
"east"
],
[
"_:search",
"stars",
"4"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"pricerange",
"moderate priced"
],
[
"_:result",
"category",
"guesthouses"
],
[
"_:result",
"count",
"6"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"day",
"sunday"
],
[
"_:search",
"people",
"6"
],
[
"_:search",
"stay",
"2"
],
[
"_:result",
"address",
"?"
],
[
"_:system",
"canthelp",
"_:booking/114ae9d4"
],
[
"_:booking/114ae9d4",
"type",
"Booking"
],
[
"_:booking",
"duration",
"?"
],
[
"_:search",
"category",
"hotel"
],
[
"_:search",
"pricerange",
"same pricerange"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:booking",
"name",
"A and B"
],
[
"_:booking",
"ref",
"MOE0AUAT"
],
[
"_:booking",
"type",
"Booking"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hospital'))"
],
"speaker": "user",
"text": "I want to find a hospital in town"
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,type,'Hospital'))"
],
"speaker": "system",
"text": "Go to the Addenbrookes Hospital"
},
{
"id": 2,
"rdf-acts": [
"request((_:result,phone,?);(_:result,type,'Hospital'))"
],
"speaker": "user",
"text": "Can you give me a phone number for the hospital ?"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))",
"thank()"
],
"speaker": "system",
"text": "Of course . The number is 01223245151 ."
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that is all I needed ."
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You 're welcome . I hope everything is okay with you ."
}
] |
SNG01269.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"type",
"Hospital"
],
[
"_:result",
"phone",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hospital"
],
[
"_:result",
"phone",
"01223245151"
],
[
"_:result",
"type",
"Hospital"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,food,'italian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))",
"request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))"
],
"speaker": "user",
"text": "I want to find a cheap restaurant serving italian food . What is the address and phone number ?"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,area,?);(_:search,type,'Restaurant'))",
"inform((_:result,amount,'quite a few');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "I have quite a few restaurants that match your request . Would you like to narrow it down by area ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "No that does n't matter"
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,address,'12 Bridge Street City Centre');(_:result,area,'centre');(_:result,food,'Italian');(_:result,name,'Ask');(_:result,phone,'01223 364917');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "Ask is a cheap restaurant serving Italian food in the centre of town . The address is 12 Bridge Street City Centre , and the phone number is 01223 364917 ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,type,'Restaurant'))"
],
"speaker": "user",
"text": "what is the food type of that restaurant ?"
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,food,'italian');(_:result,type,'Restaurant'))"
],
"speaker": "system",
"text": "They serve italian food ."
},
{
"id": 6,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you . I 'll check it out ."
},
{
"id": 7,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you , goodbye ."
}
] |
WOZ20436.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"phone",
"?"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"12 Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"food",
"Italian"
],
[
"_:result",
"name",
"Ask"
],
[
"_:result",
"phone",
"01223 364917"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:result",
"type",
"Restaurant"
],
[
"_:search",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"food",
"italian"
],
[
"_:search",
"pricerange",
"cheap"
],
[
"_:result",
"amount",
"quite a few"
],
[
"_:search",
"area",
"dontcare"
],
[
"_:result",
"address",
"12 Bridge Street City Centre"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"name",
"Ask"
],
[
"_:result",
"phone",
"01223 364917"
],
[
"_:result",
"pricerange",
"cheap"
],
[
"_:search",
"type",
"Restaurant"
],
[
"_:result",
"food",
"italian"
],
[
"_:result",
"type",
"Restaurant"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,area,'centre');(_:search,category,'nightclub');(_:search,type,'Attraction'))"
],
"speaker": "user",
"text": "I 'm looking for a place in the centre of town that is a nightclub ."
},
{
"id": 1,
"rdf-acts": [
"inform((_:result,area,'centre');(_:result,category,'nightclubs');(_:result,count,'5');(_:result,entrance_fee,'4 pounds');(_:result,name,'soul tree nightclub');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are 5 nightclubs in the centre area , the one with the lowest entrance fee is soul tree nightclub which is 4 pounds to get in ."
},
{
"id": 2,
"rdf-acts": [
"request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))"
],
"speaker": "user",
"text": "That sounds like it will work . Can I get their address and postcode ?"
},
{
"id": 3,
"rdf-acts": [
"reqmore()",
"inform((_:result,address,'1 - 6 corn exchange street');(_:result,postcode,'cb23qf');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Of course ! They 're located at 1 - 6 corn exchange street with postcode cb23qf . Anything else I can do for you ?"
},
{
"id": 4,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "No , that 's all I need today . Thank you for your help !"
},
{
"id": 5,
"rdf-acts": null,
"speaker": "system",
"text": "You are welcome ! Have fun ! Goodbye !"
}
] |
SNG1061.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"soul tree nightclub"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:result",
"address",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"area",
"centre"
],
[
"_:search",
"category",
"nightclub"
],
[
"_:search",
"type",
"Attraction"
],
[
"_:result",
"area",
"centre"
],
[
"_:result",
"category",
"nightclubs"
],
[
"_:result",
"count",
"5"
],
[
"_:result",
"entrance_fee",
"4 pounds"
],
[
"_:result",
"name",
"soul tree nightclub"
],
[
"_:system",
"inquired",
"_:user"
],
[
"_:result",
"address",
"1 - 6 corn exchange street"
],
[
"_:result",
"postcode",
"cb23qf"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
}
] |
[
{
"id": 0,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i need a place to stay"
},
{
"id": 1,
"rdf-acts": [
"request((_:search,pricerange,?);(_:search,type,'Hotel'))"
],
"speaker": "system",
"text": "OK , what area or price range do you have in mind ?"
},
{
"id": 2,
"rdf-acts": [
"inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))",
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "No particular price range but I would like for it to have free parking internet with a 2 stars ."
},
{
"id": 3,
"rdf-acts": [
"inform((_:result,area,'North');(_:result,area,'west');(_:result,count,'3');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "You have a choice of three , two in the North and one in the west ."
},
{
"id": 4,
"rdf-acts": [
"inform((_:search,area,'north');(_:search,type,'Hotel'))",
"request((_:result,category,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "North work for me , Ill go with what you pick , just need the price range , hotel type and postal code so I can plan ahead ."
},
{
"id": 5,
"rdf-acts": [
"inform((_:result,area,'north');(_:result,name,'Ashley hotel');(_:result,postcode,'cb41er');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))",
"offer((_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "Ashley hotel is nice . It 's a moderately priced hotel in the north . The postcode is cb41er . Can I book it for you ?"
},
{
"id": 6,
"rdf-acts": [
"request((_:result,pricerange,?);(_:result,type,'Hotel'))"
],
"speaker": "user",
"text": "Not yet . Do you have a price range for that hotel ?"
},
{
"id": 7,
"rdf-acts": [
"inform((_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "It is moderately priced ."
},
{
"id": 8,
"rdf-acts": [],
"speaker": "user",
"text": "Does it have a pool ?"
},
{
"id": 9,
"rdf-acts": [
"offer((_:booking,type,'Booking'))",
"inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))"
],
"speaker": "system",
"text": "I am unsure but it does have free wifi and parking . Would you like me to book a reservation for you ?"
},
{
"id": 10,
"rdf-acts": [],
"speaker": "user",
"text": "Yes , I do need a reservation ."
},
{
"id": 11,
"rdf-acts": [
"request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))"
],
"speaker": "system",
"text": "When will you start your stay and for how long ?"
},
{
"id": 12,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "You know what ? I think I 'm going to hold off on the hotel reservation right now . Is there a swimiming pool near there ?"
},
{
"id": 13,
"rdf-acts": [
"inform((_:result,count,'2');(_:result,name,'jesus green outdoor pool');(_:result,name,'kings hedges learner pool');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "There are two , jesus green outdoor pool and kings hedges learner pool ."
},
{
"id": 14,
"rdf-acts": [],
"speaker": "user",
"text": "is one of them free ?"
},
{
"id": 15,
"rdf-acts": [
"inform((_:result,entrance_fee,'Neither prices are listed');(_:result,name,'jesus green');(_:result,name,'kings hedges');(_:result,phone,'01223302579');(_:result,phone,'01223353248');(_:result,type,'Attraction'))"
],
"speaker": "system",
"text": "Neither prices are listed and can vary by season and day , you would have to call them , jesus green can be reached at 01223302579 , kings hedges at 01223353248 , any preference ?"
},
{
"id": 16,
"rdf-acts": [
"inform((_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "YES , i could want to book a taxi to commute between the two places ."
},
{
"id": 17,
"rdf-acts": [
"request((_:search,leave_at,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "what time do you want to leave ?"
},
{
"id": 18,
"rdf-acts": [
"inform((_:search,departure,'the hotel');(_:search,leave_at,'02:45');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "I would like to leave the hotel by 02:45 ."
},
{
"id": 19,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "at what time do want to arrive"
},
{
"id": 20,
"rdf-acts": [],
"speaker": "user",
"text": "i do nt have a specific time to arrive"
},
{
"id": 21,
"rdf-acts": [
"request((_:search,arrive_by,?);(_:search,departure,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "where are you leaving from ?"
},
{
"id": 22,
"rdf-acts": [
"inform((_:search,type,'Hotel'))"
],
"speaker": "user",
"text": "i will be leaving from the hotel"
},
{
"id": 23,
"rdf-acts": [
"request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))"
],
"speaker": "system",
"text": "headed to what place ?"
},
{
"id": 24,
"rdf-acts": [
"inform((_:search,departure,'kings hedges learner pool');(_:search,type,'Taxi'))"
],
"speaker": "user",
"text": "This conversation has gotten a little confused , has n't it ? I 'd like to go to Kings Hedges Learner pool , please ."
},
{
"id": 25,
"rdf-acts": [
"request((_:search,destination,?);(_:search,type,'Taxi'))",
"inform((_:result,car,'black honda');(_:result,phone,'07639528951');(_:result,type,'Taxi'))"
],
"speaker": "system",
"text": "I am the floor manager , I apologize , we are training a new crew . I have your taxi booked , look for a black honda , they can be reached at 07639528951 ."
},
{
"id": 26,
"rdf-acts": [
"thank()"
],
"speaker": "user",
"text": "Thank you that was all I needed goodbye ."
},
{
"id": 27,
"rdf-acts": null,
"speaker": "system",
"text": "Thank you for using our service ."
}
] |
PMUL3863.json
|
[
{
"id": 0,
"multi_relations": false,
"triples": [
[
"_:search",
"type",
"Hotel"
]
],
"turn_ids": [
0
]
},
{
"id": 1,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2
]
},
{
"id": 2,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"pricerange",
"?"
],
[
"_:result",
"area",
"North"
],
[
"_:result",
"area",
"west"
],
[
"_:result",
"count",
"3"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"postcode",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4
]
},
{
"id": 3,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"?"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
{
"id": 4,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8
]
},
{
"id": 5,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"north"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
},
{
"id": 6,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:result",
"count",
"3"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"name",
"Ashley hotel"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:result",
"type",
"Hotel"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_: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",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:search",
"type",
"Hotel"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"name",
"jesus green outdoor pool"
],
[
"_:result",
"name",
"kings hedges learner pool"
],
[
"_:result",
"type",
"Attraction"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
]
},
{
"id": 8,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"Neither prices are listed"
],
[
"_:result",
"name",
"jesus green"
],
[
"_:result",
"name",
"kings hedges"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"type",
"Attraction"
],
[
"_: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",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"Neither prices are listed"
],
[
"_:result",
"name",
"jesus green"
],
[
"_:result",
"name",
"kings hedges"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"02:45"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
},
{
"id": 10,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"Neither prices are listed"
],
[
"_:result",
"name",
"jesus green"
],
[
"_:result",
"name",
"kings hedges"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"departure",
"the hotel"
],
[
"_:search",
"leave_at",
"02:45"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20
]
},
{
"id": 11,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"Neither prices are listed"
],
[
"_:result",
"name",
"jesus green"
],
[
"_:result",
"name",
"kings hedges"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"02:45"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"?"
],
[
"_: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": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"Neither prices are listed"
],
[
"_:result",
"name",
"jesus green"
],
[
"_:result",
"name",
"kings hedges"
],
[
"_:result",
"phone",
"01223302579"
],
[
"_:result",
"phone",
"01223353248"
],
[
"_:result",
"type",
"Attraction"
],
[
"_:search",
"leave_at",
"02:45"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"departure",
"kings hedges learner pool"
],
[
"_:search",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24
]
},
{
"id": 13,
"multi_relations": false,
"triples": [
[
"_:search",
"pricerange",
"?"
],
[
"_:search",
"has_internet",
"yes"
],
[
"_:search",
"has_parking",
"yes"
],
[
"_:search",
"stars",
"2"
],
[
"_:search",
"area",
"north"
],
[
"_:result",
"category",
"?"
],
[
"_:result",
"area",
"north"
],
[
"_:result",
"postcode",
"cb41er"
],
[
"_:system",
"offered",
"_:booking"
],
[
"_:result",
"pricerange",
"moderately priced"
],
[
"_:result",
"has_internet",
"none"
],
[
"_:result",
"has_parking",
"none"
],
[
"_:booking",
"day",
"?"
],
[
"_:booking",
"stay",
"?"
],
[
"_:booking",
"type",
"Booking"
],
[
"_:result",
"count",
"2"
],
[
"_:result",
"entrance_fee",
"Neither prices are listed"
],
[
"_:result",
"name",
"jesus green"
],
[
"_:result",
"name",
"kings hedges"
],
[
"_:search",
"leave_at",
"02:45"
],
[
"_:search",
"arrive_by",
"?"
],
[
"_:search",
"departure",
"kings hedges learner pool"
],
[
"_:search",
"destination",
"?"
],
[
"_:search",
"type",
"Taxi"
],
[
"_:result",
"car",
"black honda"
],
[
"_:result",
"phone",
"07639528951"
],
[
"_:result",
"type",
"Taxi"
]
],
"turn_ids": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
]
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.